folly.git
2015-11-11 Stepan PalamarchukMake Optional nothrow_default_constructible
2015-11-11 Yang ChiAdd a buffer callback to AsyncSocket
2015-11-11 Chad ParryImprove the DelayedDestruction smart pointer
2015-11-11 Shaft WuUNSYNCHRONIZED does NOT unlock the mutex
2015-11-11 Alexander ShaposhnikovRevert my change (which broke down the cont build)
2015-11-11 Alexander ShaposhnikovRemove busy wait
2015-11-10 Shijin Kongchange log error back to check when pipe read fail...
2015-11-10 Steve O'BrienFBString: fix constructors so it compiles with newer...
2015-11-09 Shijin Kongchange CHECK to LOG(ERROR) when pipe read error on...
2015-11-09 Alexey SpiridonovAdd a tag type for in-place construction
2015-11-09 Chad ParryMake sure there are no outstanding timers in the destructor
2015-11-08 Igor Sugakfolly/portability: add clang version check
2015-11-06 Chad ParryCallbacks should ref the HHWheelTimer
2015-11-06 Jon Maltiel... Cancel timeout only if not run
2015-11-05 Haijun Zhucodemod setMaxNumMessagesInQueue to setMaxNumPendingCon...
2015-11-05 Jon Maltiel... Activate server timeout after write success
2015-11-05 Viswanath SivakumarSet interrupt handler correctly on SharedPromise
2015-11-04 Subodh IyengarAdd ability to get application protocol from AsyncTrans...
2015-11-04 Zhen (Growth) Liswitch the IndexType and Allocator in AtomicUnorderedIn...
2015-11-04 Subodh IyengarAllow underlying transport to be accessible from AsyncT...
2015-11-04 Louis Brandymake folly slightly more c++-modules friendly
2015-11-03 Louis Brandyqualify std::move in StringKeyedTest
2015-11-03 Anton LikhtarovDisallow nullptr literal in StringPiece constructor
2015-10-31 Andrew GallagherFix multi-line comment warnings
2015-10-30 Delyan KratunovAdd writeAndGetCursor to LockFreeRingBuffer
2015-10-30 Jon Maltiel... Periodically reclaim unnecessary fibers from free pool
2015-10-29 Justin GibbsPrefer template aliases to classes in IntrusiveList
2015-10-29 Andrii GrynenkoRemove DFATAL from folly::Singleton::try_get()
2015-10-29 Xiaofan Yangadd config to allow using quadratic probing
2015-10-29 Pavlo KushnirDo not set startWork_ in EventBase if time measurement...
2015-10-28 Blake MathenySuppress -Wshadow for SYNCHRONIZED
2015-10-28 Beny LuoFix clang issue on NotificationQueue::size
2015-10-27 Shaft WuTrack callback life cycle for HHWheelTimer and EventBase
2015-10-27 Jun LiExpose pending messages in queue stats in AsyncServerSocket
2015-10-26 Lucian Grijincufolly: hash: specialize hash_combine_generic by size_t...
2015-10-26 Florent ThoumieAdd new toBinary() function to IPAddress.
2015-10-26 Yedidya FeldblumStyle nits for folly/test/FingerprintBenchmark.cpp
2015-10-26 Mohammad HusainRename two callback function names of ConnectionEventCa...
2015-10-26 Shijin Kongreturn read error on non EAGAIN errno
2015-10-24 Nathan Bronsonfix AtomicUnorderedInsertMap load factor computation
2015-10-23 Jon Maltiel... Fibers allocation/deallocation benchmarks
2015-10-23 Bartosz NitkaOption to fallback to double when int precision is...
2015-10-23 Nathan Bronsontemplatize AtomicUnorderedInsertMap's internals to...
2015-10-22 Alan FrindellFix infinite loop in Cursor::readTerminatedString
2015-10-22 Giuseppe OttavianoClang support for constexpr StringPiece constructor
2015-10-22 Yaacov Akiba... Fix gcc 5.2 compilation when _GLIBCXX_USE_CXX11_ABI...
2015-10-21 Philip Proninfix "iocb" reporting in AsyncIO
2015-10-21 Rameshkumar... Move FingerprintBenchmark to Folly
2015-10-21 Andrii GrynenkoImprove folly::Singleton try_get perf and bring back...
2015-10-21 Petr LapukhovAdd support for in-place creation of NotificationQueue...
2015-10-21 Emil HesslowAdd getIPv6For6To4 to IPAddressV4
2015-10-20 Jon Maltiel... Bring zstd support into folly/io/Compression.h
2015-10-17 Bruno GoncalvesRemove boost dependency from folly/ProducerConsumerQueue.h
2015-10-17 Ranjeeth DasineniChange NotificationQueue assert -> CHECK
2015-10-16 Kyle NekritzCommiting missing header file change from D2408773
2015-10-16 Nathan Bronsonfix initializer order bug in MemoryIdler
2015-10-16 Yedidya FeldblumAvoid the ODR issue with ThreadLocalDetail's kInvalid
2015-10-16 Madhu RamanathanReverting D2503151 to unbreak buck build
2015-10-16 Jon Maltiel... Bring ZSTD support into folly/io/Compression.h
2015-10-16 Aaron RothMissed some derivation from boost::noncopyable after...
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
2015-10-16 Lucian Grijincufolly: Symbolizer: don't colorize TERM="dumb" or TERM...
2015-10-16 Lucian Grijincufolly: Symbolizer: don't allocate from function which...
2015-10-16 Yedidya FeldblumSpecialize and implement setThreadName only on some...
2015-10-16 Jody Houndefined reference to 'folly::threadlocal_detail:...
2015-10-15 Kyle NekritzAdd framework for switching certs based on signature_al...
2015-10-15 Yedidya FeldblumFix Build: under GCC 4.9 + ASAN, RangeSse42.cpp fails...
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-15 Subodh IyengarEphemeral ciphers in false start list
2015-10-14 Yedidya FeldblumFix Build: address some maybe-uninitialized warnings...
2015-10-14 Yedidya FeldblumFix Build: address some maybe-uninitialized warnings...
2015-10-13 Orvid KingHandle less_than_impl and greater_than_impl under MSVC
2015-10-13 Hans Fugal(folly) have Try::moveFromTry take an lvalue
2015-10-13 Nathan Bronsonnever destroy LifoSem's wait node pool
2015-10-13 Orvid KingDon't do memory operations in chunks on MSVC
2015-10-13 Mohammad HusainGetter to know if the socket is accepting new connections
2015-10-13 Ben MaurerFix ThreadLocal on android/apple
2015-10-13 Lucian Grijincufolly: NotificationQueue: fix headers
2015-10-13 Igor Sugakfolly: fix build with clang 3.6 -Werror
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-10-13 Woo Xieadd shutdownWrite to wangle for closing socket write...
2015-10-13 Ben MaurerSIOF-proof thread local
2015-10-13 Ben MaurerMove digits_to into .cpp
2015-10-10 Yedidya FeldblumFix Build: GCC 4.9 has std::make_unique but not __cplus...
2015-10-09 Hans FugalMerge pull request #331 from vbuslov/config_fix
2015-10-09 Steve O'Brienaggregator: fix `doEagerInitVia`
2015-10-09 软件工程师李飛Fix incorrect variable in dynamic examples
2015-10-09 Vlad BuslovChanged AC_LANG from PROGRAM to SOURCE to prevent doubl...
2015-10-08 Orvid KingUse alloca rather than C99 stack allocated arrays
2015-10-07 Bruno GoncalvesFixed #317 - unresolved reference to __atomic_is_lock_free
2015-10-07 Steve O'BrienSingleton: remove dependency on Future
2015-10-07 Steve O'BrienSingleton: un-inline initialization-time-only methods
2015-10-07 Yedidya FeldblumRemove evil using statements from AsyncSSLSocket.h
2015-10-06 Lucian Grijincufolly: Singleton: update doc to match new Strict vs...
2015-10-06 Adrian ZgorzalekUse attribute(no_sanitize) instead of no_sanitize_addre...
2015-10-05 Tom JacksonAdd byLine tests for empty cases
2015-10-05 Kyle NekritzCheck if handshake timeout is set in AsyncSSLSocket...
2015-10-05 Giuseppe OttavianoImprove performance of fbstring copy and move ctors...
2015-10-04 Pavlo KushnirFix build
2015-10-03 Andre PintoFix async readme
next