folly.git
2015-02-11 Sara GolemonBump version to 25:0 v0.25.0
2015-02-11 Sara GolemonAutodetect pthread_atfork() support
2015-02-11 Ranjeeth Dasineniremove stray / in include path
2015-02-11 Hans Fugalswitch order of method/object in Future::then to match...
2015-02-11 Hans Fugalfutures::chain
2015-02-11 Andrii Grynenkofolly::Singleton leak diagnostics utils
2015-02-11 Andrii GrynenkoMaking each SingletonEntry a singleton
2015-02-11 Philip Proninmake decodeVarint accept StringPiece
2015-02-11 Andre Pintotypo
2015-02-11 Marcin Pawlowskifix open source build
2015-02-11 Andrii GrynenkoRevert "Revert "Using type-tags for test SingletonVaults""
2015-02-11 Nathan BronsonTLS cache for AccessSpreader
2015-02-11 Nicholas OrmrodRevert "Using type-tags for test SingletonVaults"
2015-02-11 Yedidya FeldblumDedupe the implementations of EventBase::runInEventBase...
2015-02-11 Andrii GrynenkoUsing type-tags for test SingletonVaults
2015-02-11 Hans Fugalmake wait() and friends return reference to self instea...
2015-02-11 Andrei AlexandrescuAdd StringKeyed(Unordered){Set,Map} to folly
2015-02-11 Andrei AlexandrescuDisallow assignment to rvalue Range objects (and String...
2015-02-11 Darren MoSubprocess Process Group Improvements
2015-02-11 Yedidya FeldblumAvoid EventBase depending on Baton (mutex/condvar variant).
2015-02-11 Hans FugalFix comment
2015-02-11 Hans FugalFuture<T>::onTimeout(Duration, function<T()>, Timekeepe...
2015-02-11 Hans FugalFix another comment
2015-02-11 Tom JacksonFixing find_first_of O(n) case
2015-02-11 Sara GolemonRevert "fix configure script to check pthread_atfork...
2015-02-09 MarcinMerge pull request #125 from 0mok/fix-configure-pthread...
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...
next