logging: reduce the amount of code emitted for log statements
[folly.git] / folly / Makefile.am
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
2017-06-10 Christopher DykesReorganize the stats directory
2017-06-06 Nathan BronsonUninitializedMemoryHacks
2017-06-05 Christopher DykesSwitch Bits.h to just use the popcount builtins directly
2017-06-05 Christopher DykesRename folly/detail/Malloc.h to folly/detail/MallocImpl.h
2017-06-01 Christopher DykesRemove InlineExecutor.cpp
2017-05-28 Maxim GeorgievMoving DestructorCheck from proxygen library to folly.
2017-05-24 Giuseppe OttavianoA core-cached shared_ptr
2017-05-15 Nathan BronsonStampedPtr
2017-05-11 Ashwin BharambeOutline `Optional::require_value()`
2017-05-09 Philipp Unterbrunnerback_emplace_iterator and related classes and utility...
2017-05-08 Anirudh RamachandranMove OpenSSLPtrTypes.h from folly/io/async/ssl to folly/ssl
2017-05-08 Dave WatsonAdd hardware crc impl
2017-05-03 Giuseppe OttavianoStore pointers in EliasFanoReader and BitVectorReader...
2017-04-28 Alexey SpiridonovSimplify BackgroundThreads, move them to folly/experime...
2017-04-27 Philipp Unterbrunnerfolly::rvalue_reference_wrapper for store&forward of...
2017-04-26 Pavel Aslanovfolly::overload and folly::variant_match
2017-04-25 Christopher DykesShift the implementation of setThreadName out of the...
2017-04-15 Tudor BosmanAdd exception_tracer to OSS build
2017-04-15 Christopher DykesAdd portability support for PThread's TLS API
2017-04-14 Christopher DykesRemove the old SpinLock implementations
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-04-03 Dave Watsonatomic_shared_ptr
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-03-23 Ted PercivalRe-enable io tests
2017-02-21 Michael LeeAdd getCommonName and getSubjectAltName Cert utility...
2017-02-15 Phil WilloughbyReplace the future-splitting system
2017-02-08 Ameya LimayeThrow custom exception type when ABD fails a result...
2017-02-04 Andrey IgnatovExpose testing callbacks from AsyncSocketTest2.
2017-02-01 Scott MichelsonMPMCQueue Wrapper with priorities
2017-01-30 Michael LeeFix folly/Makefile.am
2017-01-30 Michael LeeSplit up experimental/TestUtil
2017-01-27 Christopher DykesMove the Environment portability header to the stdlib...
2017-01-25 Daniel SommermannSplit out SSL test server for reuse
2017-01-07 Yedidya FeldblumRemove <glog/logging.h> from folly/Indestructible.h
2017-01-05 Yedidya FeldblumBackport ceil, floor, round from C++17 std::chrono
2017-01-03 Yedidya FeldblumDrop the boost dependency from Traits.h and FBVector.h
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-29 Yedidya Feldblumfolly::copy
2016-12-27 Adrian HamzaMake UncaughtExceptionCounter public
2016-12-22 Yedidya FeldblumMove Thrower into exception_wrapper
2016-12-17 Yedidya FeldblumLet ScopedEventBaseThread destruct the EventBase in...
2016-12-17 Yedidya FeldblumSplit EventBaseThread from ScopedEventBaseThread
2016-12-15 Wez Furlongadd folly::init to libfolly for OSS build
2016-12-13 Philip Proninmove JemallocNodumpAllocator to folly/experimental
2016-12-07 Yedidya FeldblumCut some includes from Executor.h
2016-12-07 Eric Niebleradd folly::FixedString, a constexpr-usable string with...
2016-11-30 Teng QinAdd optional Tracepoint for RequestContext switch
2016-11-25 Christopher DykesRevert D4214296: [Folly] Include init/Init.cpp
2016-11-21 Zach AmsdenInclude init/Init.cpp
2016-11-18 Phil WilloughbyExplain crash when exception is thrown from Scope Guard
2016-11-17 Andrii GrynenkoVirtualEventBase
2016-11-17 Lucian Grijincufolly: ExceptionWrapper: remove <iostream> from header
2016-11-17 Christopher DykesAdd folly::getCurrentThreadID()
2016-11-15 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-14 Alejandro PeláezRevert D4164236: [EventBase] Move runAfterDelay/tryRunA... v2016.11.14.00
2016-11-12 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-10 Tudor BosmanAdd include files necessary to use symbolizer
2016-11-04 Zach AmsdenAdd StringKeyedMap/Set.h to OSS build
2016-11-02 Tudor BosmanCompile RangeSse42.cpp with -msse4.2
2016-10-31 Ameya LimayeImplement AtomicBatchDispatcher in folly::fibers
2016-10-13 Matthieu MartinProvide a unpackTryTuple function in folly
2016-10-12 Christopher DykesFix build on Mac OSX Sierra
2016-10-03 Shubhanshu Agrawaladd BatchDispatcher
2016-09-26 Anirudh RamachandranSSL_SESSION wrapper
2016-09-16 Dominik Gabimove `shellQuote` to implementation file v2016.09.19.00
2016-09-15 Dominik Gabiformatting support for `Subprocess::shellify`
2016-09-10 Christopher DykesAdd portability headers for GTest and GMock
2016-09-07 Nathan Bronsoninteger division with controlled rounding in Math.h
2016-08-29 Andrii GrynenkoResolve fibers-futures dependency
2016-08-29 Jon Maltiel SwensonFix up TokenBucket.h in Makefile headers
2016-08-26 Lee HowesAdded fiber-compatible semaphore.
2016-08-26 David GoldblattAdd CachelinePadded<T> to folly.
2016-08-24 Andrii GrynenkoCycle detection
2016-08-22 Christopher DykesFixup a reference to detail/FunctionalExcept.cpp
2016-08-19 Christopher DykesMove detail/FunctionalExcept to portability/BitsFunctexcept
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-17 Andrii Grynenkofolly::Observer
2016-08-16 Sven OverIntroducing folly::partial
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...
2016-08-11 Yedidya FeldblumRemove ConditionallyExistent, because it violates the...
2016-08-01 Yedidya FeldblumRemove the glog header include from Assume.h
2016-07-24 Qinfan WuAdd helper functions for mallctl
2016-07-19 Christopher DykesWrappers folly::chrono::clock_gettime and clock_gettime_ns
2016-07-19 Steve MuirGenerate a pkg-config file for Folly
next