folly.git
2016-12-30 Yedidya FeldblumConst-correctness for folly::exception_wrapper::with_ex...
2016-12-29 Eric Nieblerfolly::TryException inherits from std::logic_error...
2016-12-29 Eric Nieblerfolly::FutureException inherits from std::logic_error...
2016-12-29 Bi XueMake FunctionRef support bool operator
2016-12-29 Giuseppe OttavianoAvoid shadowing warnings in SYNCHRONIZED
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-29 Yedidya Feldblumfolly::copy
2016-12-29 Philip Proninnuke UNSYNCHRONIZED
2016-12-28 Yedidya FeldblumA smaller implementation of try_and_catch
2016-12-27 Adrian HamzaMake UncaughtExceptionCounter public
2016-12-27 Eric NieblerAdd proper Doxygen comment markings around exception_wr...
2016-12-27 Christopher... pass RNG by reference so state is updated on each call
2016-12-25 Sven Overfix include dependencies in folly/stats
2016-12-24 Yedidya FeldblumFix a wrong filename in a comment in ExceptionWrapper.h
2016-12-23 Christopher... Use std::chrono for timeouts to sslAccept and sslConn...
2016-12-23 Jacob BowerEnable making libfollyinit even when libdwarf is not...
2016-12-22 Yedidya FeldblumMove Thrower into exception_wrapper
2016-12-22 Yedidya FeldblumMove the guts of try_and_catch into a detail namespace
2016-12-22 Jason LengUpdate future interrupts example in README
2016-12-22 Jacob BowerMake folly pkg-config more usable on OS X
2016-12-22 Yedidya Feldblumto_weak_ptr
2016-12-22 Christopher... Support fchmod and include the correct portability...
2016-12-22 Yedidya FeldblumAdd missing includes in folly/experimental/observer
2016-12-22 Amir ShalemFBString: remove unnecessary 7-byte padding in large...
2016-12-21 Christopher... Fix the return type for sysconf in the unistd portabili...
2016-12-21 Amir ShalemFix bug where capacity is not updated correctly after...
2016-12-20 Eric Niebleruse folly::FunctionRef for EventBase::run(ImmediatelyOr...
2016-12-20 Michael LeeFix sysconf return type
2016-12-20 Christopher... Enable -Wunreachable-code
2016-12-20 Misty De MeoFix search name for gflags's .pc file
2016-12-20 Guobao SunFix library name for thread_local_test in open source...
2016-12-19 Eric Nieblerrename ExpectedStorage::isThis to isSelfAssign so that...
2016-12-19 Jim Meyeringfolly/fibers/TimedMutex-inl.h: avoid shadowing warnings
2016-12-19 Jim Meyeringfolly/io/async/test/EventBaseTest.cpp: doubly-nested...
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-17 Yedidya FeldblumLet ScopedEventBaseThread destruct the EventBase in...
2016-12-17 Yedidya FeldblumSplit EventBaseThread from ScopedEventBaseThread
2016-12-16 Christopher... Fix some implicit truncation and implicit sign coersion...
2016-12-16 Junlin Zhangadd cancelFunctionAndWait and cancelAllFunctionsAndWait...
2016-12-16 Andrii GrynenkoFix TimedMutex deadlock when used both from fiber and...
2016-12-16 Yinghai LuAdd BEXTR instruction support
2016-12-16 Christopher... Revert D4310312: [Folly] Enable -Wunreachable-code
2016-12-16 Yedidya FeldblumAlways use an EventBaseManager with ScopedEventBaseThread
2016-12-16 Christopher... Enable -Wunreachable-code
2016-12-16 Christopher... Allow folly to compile cleanly with most of the rest...
2016-12-16 Christopher... More implicit truncation warning fixes
2016-12-16 Christopher... Refactor stats to use the same type for indexes
2016-12-16 Christopher... Include <cassert> when using assert
2016-12-15 Yedidya FeldblumCheck the baton waits in the ScopedEventBaseThread...
2016-12-15 Andrii GrynenkoRequire runBeforeLoop callbacks to be canceled prior...
2016-12-15 Wez Furlongadd folly::init to libfolly for OSS build
2016-12-15 Andrii GrynenkoMake FunctionLoopCallback available outside of EventBas...
2016-12-15 Andrii GrynenkoMake SingletonVault state use ReadPriority mutex
2016-12-14 Eric Nieblerwork around GCC#61971 (spurious -Warray-bounds warnings...
2016-12-14 Nathan Bronsonfix ExceptionTracerTest build
2016-12-14 Christopher... Allow building with -Wmissing-noreturn
2016-12-14 Andrii GrynenkoUpdate fibers GDB docs
2016-12-13 Michael LeeFind and remove unused headers
2016-12-13 Andrii GrynenkoMove GDB scripts for fibers into folly
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-12-13 Christopher... Enable -Wunreachable-code-return
2016-12-13 Philip Proninmove JemallocNodumpAllocator to folly/experimental
2016-12-13 Igor Zinkovskyallow run-once callbacks
2016-12-12 Christopher... Allow building with -Wshift-sign-overflow
2016-12-12 Christopher... Allow building with -Wgnu-conditional-omitted-operand
2016-12-12 Christopher... Don't declare a variable for exceptions we discard
2016-12-12 Christopher... Fix some implicit truncation and sign coersion in the...
2016-12-10 Christopher... Enable -Wunreachable-code-break v2016.12.12.00
2016-12-10 Kyle NekritzLog supported versions extension in AsyncSSLSocket.
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-12-09 Christopher... Enable -Wextra-semi
2016-12-09 Christopher... Don't shadow locals, parameters or fields
2016-12-09 David GoldblattFix SimpleBarrier
2016-12-09 Dave Watsonupdate small locks benchmark
2016-12-09 Qinfan WuFix sorted_vector_set::erase
2016-12-07 David LamFix Synchronized.md documentation to use correct condit...
2016-12-07 Christopher... Fix some implicit truncations in the interaction with...
2016-12-07 Yedidya FeldblumCut some includes from Executor.h
2016-12-07 Wez FurlongUSE_JEMALLOC in the OSS build if we have jemalloc
2016-12-07 Eric Niebleradd folly::FixedString, a constexpr-usable string with...
2016-12-07 Christopher... Rename stdin, etc. in Subprocess to work with MSVC
2016-12-07 Nathan Bronsonfix FutureTest/RequestContext
2016-12-07 Nathan Bronsonincrease writeLen for tests that want to trigger buffering
2016-12-07 Dan SchatzbergAdd EvictingCacheMap MoveConstructor
2016-12-06 Andrii GrynenkoIncrease fiber stack size if UBSAN is enabled
2016-12-06 Michael LeeRemove unecessary iostream include
2016-12-06 Michael LeeMore iostream removal.
2016-12-06 Christopher... Make bm_min_iters a 32-bit flag
2016-12-06 Misha Shneersonfix gbd debugging script
2016-12-05 Eric Nieblerconstexpr_strlen works for types other than char. Remov...
2016-12-05 Eric NieblerReformulate constexpr_min and constexpr_max to achieve...
2016-12-04 Amir ShalemFix potential double close() on exception v2016.12.05.00
2016-12-03 Christopher... Get ConcurrentSkipList functional
2016-12-02 Christopher... Begin making folly compile cleanly with a few of MSVC...
2016-12-02 Scott Michelsonsupport getting timer from eventbase
2016-12-01 Adam Simpkinsadd a new writeFileAtomic() function
2016-12-01 Yedidya FeldblumFuture<typename>::getTryVia
2016-12-01 Subodh IyengarFix assertion in unit test
2016-12-01 Andrii GrynenkoUse singleton EventBasePool in ServiceRouter
2016-12-01 Andrii GrynenkoUse SingletonThreadLocal in folly::Random
next