Use thread-local in RequestContext::getStaticContext
[folly.git] / folly / Makefile.am
2018-01-16 Yedidya FeldblumFix missing WaitOptions symbol in autotools build
2018-01-13 David GoldblattAdd Tearable, for concurrently-modified non-atomic...
2018-01-13 Yedidya FeldblumPromote aligned_malloc and aligned_free
2018-01-10 Yedidya FeldblumBaton support for wait-options
2018-01-05 Yedidya FeldblumMove folly/RWSpinLock.h to folly/synchronization/
2018-01-05 Yedidya FeldblumMove folly/BitIterator.h to folly/container/
2017-12-30 Yedidya FeldblumInclude synchronization/SaturatingSemaphore.h in the...
2017-12-28 Dave Watsonsynchronization/ParkingLot
2017-12-26 Yedidya FeldblumRemove folly/detail/UncaughtExceptionCounter.h
2017-12-26 Yedidya FeldblumMove folly/detail/Sleeper.h to folly/synchronization...
2017-12-26 Yedidya FeldblumMove folly/AtomicStruct.h to folly/synchronization/
2017-12-18 Christopher DykesRemove the folly/Assume.h shim v2017.12.18.00
2017-12-14 Yedidya FeldblumMove max_align_v and max_align_t to folly/lang/Align.h
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-12-07 Adam Simpkinslogging: split FileHandlerFactory into two classes
2017-12-07 Adam Simpkinslogging: add a StandardLogHandlerFactory helper class
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-12-04 Maged MichaelUnbounded queue
2017-12-01 Dave WatsonMove threadlocal_detail::Atfork to its own file
2017-11-29 Adam Simpkinslogging: add a FileHandlerFactory class
2017-11-22 Guo XiaoLink to unwind when using symbolizer
2017-11-21 Adam Simpkinslogging: add a LogConfig class and parsing code
2017-11-19 Adam Simpkinsimplement to() conversions for std::chrono to timespec...
2017-11-11 Yedidya FeldblumBackport C++17 container access functions: size, empty...
2017-11-09 Phil WilloughbyActually mark Unexpected as cold
2017-11-06 Yedidya FeldblumMove folly/LifoSem.h
2017-11-05 Yedidya FeldblumMove folly/Functional.h v2017.11.06.00
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-11-03 Eric Nieblerdon't try to run the poly tests on gcc-4.9. they will...
2017-10-31 Yedidya FeldblumOutline most throw expressions in Expected
2017-10-31 Yedidya FeldblumRemove folly/ContainerTraits.h
2017-10-31 Yedidya FeldblumMove folly/experimental/AsymmetricMemoryBarrier.h
2017-10-30 Eric NieblerFolly.Poly: a library for creating type-erasing polymor...
2017-10-29 Yedidya FeldblumMove folly/Launder.h
2017-10-29 Yedidya FeldblumMove folly/Array.h
2017-10-29 Yedidya FeldblumMove folly/Assume.h
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-10-24 Yedidya FeldblumMove folly/Hash.h to folly/hash/, leaving a shim
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-21 James Sedgwickmove InlineExecutor, ManualExecutor, and GlobalThreadPo...
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-10-21 James Sedgwickmove io/Compression and io/compression/* to compression/
2017-10-20 James Sedgwickmove executor task queues and thread factories into...
2017-10-19 James Sedgwickmove CallOnce to synchronization/
2017-10-19 Yedidya FeldblumAdd InlineExecutor.cpp to Makefile.am
2017-10-19 James Sedgwickmove ApplyTuple to functional/
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-18 James Sedgwickmove futures/QueuedImmediateExecutor to executors/Queue...
2017-10-18 James Sedgwickmove futures/ScheduledExecutor to executors/ScheduledEx...
2017-10-18 Yedidya FeldblumMove folly/MallctlHelper.h to folly/memory/
2017-10-18 James Sedgwickmove Partial to functional/
2017-10-18 James Sedgwickmove futures/DrivableExecutor to executors/DrivableExecutor
2017-10-18 Yedidya FeldblumLift the invoke helper in Function.h
2017-10-18 James Sedgwickmove python/NotificationQueueExecutor to futures/
2017-10-15 Marc CelaniMove retrying method to separate header in folly/futures
2017-10-13 Neel GoyalAdd AsyncSocketException.cpp to build sources
2017-10-13 Yedidya FeldblumMove folly/Checksum.h into folly/hash/
2017-10-05 Yedidya FeldblumMove GlobalThreadPoolList.h into folly/concurrency/
2017-09-06 James Sedgwickmove wangle/concurrent to folly/executors
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-31 Philip JamesonDon't use symbolizer on OSX
2017-08-24 Aaryaman SagarunwrapTryTuple only accepted rvalue tuple types
2017-08-24 Alison Tsaimacro to enable scoped trace section functionality
2017-08-22 Aaryaman SagarAdded a for_each function to iterate through ranges
2017-08-22 Stella LauAdd zlib-specific codec initialization
2017-08-21 Phil WilloughbySynchronizedPtr
2017-08-16 Shu ZhangAdd ConcurrentHashMap installable
2017-08-15 Alexey Spiridonovtry to fix folly, wangle, etc open-source build
2017-07-30 Yedidya FeldblumOutline throw statements in format
2017-07-29 Yedidya FeldblumOutline throw statements in folly/futures/
2017-07-25 Mingtao YangMove OpenSSL locking code out of SSLContext
2017-07-25 Phil WilloughbyReplaceable
2017-07-24 Yedidya FeldblumMove the SpookyHash libraries into folly/hash v2017.07.24.00
2017-07-24 Yedidya FeldblumOutline the throw statements in Try
2017-07-22 Mihaela OgrezeanuRevert D5455584: [Folly] Move the SpookyHash libraries...
2017-07-22 Yedidya FeldblumMove the SpookyHash libraries into folly/hash
2017-07-19 Dave Watson3-way crc32c
2017-07-19 Xiangyu BuAdd SSLOptions to Makefile.am.
2017-07-14 Phil WilloughbyUpdate CachelinePadded
2017-07-12 Phil WilloughbyImprove launder
2017-06-30 Christopher DykesMerge StringBase.cpp into String.cpp
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-27 Dave WatsonMove folly/experimental/AtomicSharedPtr.h -> folly...
2017-06-21 Adam Simpkinslogging: add printf-style logging macros
2017-06-20 Christopher DykesDelete folly/futures/OpaqueCallbackShunt.h
2017-06-20 Christopher DykesRevert D5278412: [Folly] Merge StringBase.cpp and Strin...
2017-06-20 Christopher DykesMerge StringBase.cpp and String.cpp
2017-06-19 Christopher DykesMake semaphore.h a non-portable header
2017-06-15 Adam Simpkinsfix issues with the open source tests
2017-06-15 Adam Simpkinslogging: add initialization convenience functions
2017-06-15 Adam Simpkinslogging: add GlogStyleFormatter
2017-06-15 Adam Simpkinslogging: add AsyncFileWriter
2017-06-15 Adam Simpkinslogging: add ImmediateFileWriter
2017-06-15 Adam Simpkinslogging: add new RateLimiter helper class
2017-06-15 Adam Simpkinslogging: add LogFormatter and LogWriter interfaces
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros
2017-06-13 Adam Simpkinslogging: add support for streaming operators
2017-06-13 Adam Simpkinsadd a new logging library
next