folly.git
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Andrew CoxBump version to 24:0 v0.24.0
2015-02-04 Andrii GrynenkoFix folly::Singleton error message
2015-02-04 Dave WatsonFuture constructor
2015-02-04 Tom JacksonAdding demonstrative test of O(n^2) string split case
2015-02-04 Philip Proninfix AsyncServerSocket::bind issue
2015-02-04 Tianjiao Yinprint better error message
2015-02-04 Dave Watsonkill asyncsslserversocket
2015-02-04 Dave WatsonRemove request context enable flag
2015-02-04 Andrii GrynenkoWait for some time if Singleton isn't destroyed immediately
2015-02-04 Haijun ZhuSet CLOEXEC for connected fd
2015-02-04 Yedidya FeldblumEventBase::runInEventLoopThreadAndWait.
2015-02-04 Brad Kimfix configure script to check pthread_atfork(3) in...
2015-02-02 wooBump version to 23:0 v0.23.0
2015-02-02 Marcin Pawlowskifixing readme and configure script links to double...
2015-02-02 Nathan Bronsonadd some missing methods to DeterministicAtomic
2015-02-02 Chip TurnerRevert "[folly::gen] Making 'just()' reference argument...
2015-02-02 Hans FugalRework the Future::Core state machine
2015-02-02 Nathan Bronsoncautionary comment in futexWake
2015-02-02 Tom JacksonMaking 'just()' reference arguments like 'from()'
2015-02-02 Shijin Kongenable ssl false start with Next Protocol Negotiation...
2015-02-02 Tom Jacksonindirect(), for making pointers out of refs
2015-02-02 Sean CannellaCleanup duplicate include
2015-02-02 James Sedgwickfix deprecated Promise::setException()
2015-02-02 Kyle DentFixing break in multifeed. CHAR_BIT was previously...
2015-02-02 Khalid El-Arinifix missing header in Range.h
2015-02-02 Viswanath SivakumarConvert TransportInfo SSL fields to shared_ptrs
2015-02-02 Kyle DentFixing a -Wshorten-64-32 issues in folly for liger.
2015-02-02 James Sedgwickkill a couple unnecessary rethrows
2015-02-02 Sean CannellaFix Conv.h compilation on Android
2015-02-02 James SedgwickAnother stab at waitWithSemaphore -> Future<T>::wait()
2015-02-02 Andrei AlexandrescuAdd writeFile function to folly
2015-02-02 Marcin Pawlowskifixing readme and configure script links to double...
2015-02-02 Claudiu Gheorghemake getFD() a const method on AsyncUDPServerSocket
2015-02-02 Marcin Pawlowskifix folly build under python 3
2015-02-02 Lucian Grijincufolly: to: make exceptions more informative
2015-02-02 Hannes Roth(Wangle) Then Magic
2015-02-02 Hannes Roth(Wangle) Don't add an extra value() call for makeFuture...
2015-02-02 Mark McDufffix memory leak in AsyncServerSocket
2015-02-02 Mark McDuffmake AsyncServerSocket bind to same port on ipv4 and...
2015-02-02 Woo Xiespecify connection's idle tiemout
2015-02-02 Dave WatsonFinagle interfaces
2015-02-02 Dave WatsonRevert "[futures] waitWithSemaphore -> Future<T>::wait()"
2015-02-02 Andrii GrynenkoFix ASAN failures in OBCClient
2015-02-02 Adam SimpkinsAdd additional instantiations in Instantiations.cpp
2015-02-02 Adam Simpkinsadd IOBuf::appendToIov()
2015-02-02 James SedgwickgetVia() and waitVia()
2015-02-02 James Sedgwickuse wait()/get() instead of while(!f.isReady()) { ...
2015-02-02 James SedgwickwaitWithSemaphore -> Future<T>::wait()
2015-02-02 Dave Watsoncodecs
2015-02-02 Bob Haarmanfolly: added C interface to SingletonVault
2015-02-02 Haijun ZhuTry to fix IdleTime unit test
2015-02-02 Alexey SpiridonovFix comment typo
2015-02-02 Nathan Bronsonfix and improve MPMCQueue comment
2015-02-02 Satadru Panapply all sockopts to listening sockets
2015-02-02 Jim Meyeringfolly: Bits: restore type of bitOffset_ to shorter...
2015-02-02 James Sedgwickremove outer Try from whenAll/whenN/whenAny callbacks
2015-02-02 James Sedgwickkill remaining Futures-related Wangle references
2015-02-02 Jim MeyeringMPMCQueue.h: fix a bug introduced while accommodating...
2015-02-02 Dave Watson'fix' threadlocal fork test
2015-02-02 Ranjeeth Dasinenifix the manual config and flipped condition in SpinLock.h
2015-02-02 James Sedgwickglobal executors with weak_ptr semantics
2015-02-02 Louis KrugerAdd folly::sorted_vector_map::at()
2015-01-13 Viswanath SivakumarBump version to 22:0 v0.22.0
2015-01-13 Hans Fugal(folly) osx bootstrap script
2015-01-13 Viswanath SivakumarAdd libgtest to Makefile to unbreak OSS build
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2015-01-13 Lucian Grijincufolly: Bits: make bitsPerBlock 64 bit back
2015-01-13 Jim Meyeringfolly/dynamic-inl.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly: ProducerConsumerQueue: avoid many -Wsign-compare...
2015-01-13 James Sedgwickmove wangle/futures to futures
2015-01-13 Jim Meyeringfolly/Bits.h (BitIterator): avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Hans Fugal(folly) Account for different vsnprintf behavior on...
2015-01-13 Hans Fugal(folly) make check on OSX Yosemite (10.10)
2015-01-13 Hans Fugalavoid std::_Hash_impl
2015-01-13 Andrei AlexandrescuMini-refactoring prompted by https://phabricator.fb...
2015-01-13 Jim Meyeringfolly/stats/Histogram-defs.h: avoid -Wsign-compare...
2015-01-13 Jim Meyeringfolly/.../FileUtilDetail.h: avoid -Wsign-compare warnings
2015-01-13 Jim Meyeringfolly/wangle/futures/Future-inl.h: avoid -Wsign-compare...
2015-01-13 Jim Meyeringfolly/FBString.h: avoid -Wsign-compare error
2015-01-13 James Sedgwickstop returning move(...) when unnecessary
2015-01-13 James Sedgwickfix shadowed variables
2015-01-13 James Sedgwickdoxygen comments for Try
2015-01-13 James Sedgwickexception_ptr -> exception_wrapper migration
2015-01-13 Jim Meyeringfolly/String-inl.h (humanify): avoid -Wsign-compare...
2015-01-13 Jim Meyeringfolly/AtomicHashArray: use an unsigned type for each...
2015-01-13 Jim Meyeringfolly/AtomicHashMap-inl.h: avoid -Wsign-compare warning...
2015-01-13 Jim MeyeringHistogram and Timeseries vs gcc-4.9 and -Wsign-compare
2015-01-13 Jim Meyeringfolly/test/ForeachTest.cpp: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/stats/BucketedTimeSeries-defs.h: avoid -Wsign...
2015-01-13 Jim Meyeringfolly/Format-inl.h: use the correct type for fwrite...
2015-01-13 Jim Meyeringfolly/Format-inl.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/test/SpinLockTest.cpp: avoid -Wsign-compare error...
2015-01-13 Dave WatsonFix CPUObserver test
2015-01-13 Jim Meyeringfolly/wangle/bootstrap/ServerBootstrap.h: avoid -Wsign...
2015-01-13 Nicholas OrmrodAHM ASAN test adjustment
2015-01-13 Jim Meyeringfolly/small_vector.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/FBVector.h: avoid -Wsign-compare error (simple)
next