folly.git
2016-08-19 Aaryaman SagarUpdating documentation for folly::Synchronized to inclu...
2016-08-19 Andrii GrynenkoDon't allow getting singleton after shutdown in strict...
2016-08-19 Aaryaman SagarAdding upgradable locks to Synchronized
2016-08-18 Aravind AnbuduraiSupport for EPOLLPRI
2016-08-18 Christopher... Fix folly::Expected under MSVC
2016-08-18 Dave Watsonbitmap search
2016-08-18 Dave Watsonremove constant tick
2016-08-17 Christopher... Add a pair of util functions for getting and setting...
2016-08-17 Phil WilloughbyFix folly contbuild
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-17 Petr LapukhovAllow accept callbacks to be short-circuited in primary...
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-17 Subodh IyengarFix ssl timeouts during TFO
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-17 Andrii Grynenkofolly::Observer
2016-08-16 Michael LeeSplit up FibersTest into test and Benchmark.
2016-08-16 Christopher... Use std::is_nothrow_swappable under MSVC
2016-08-16 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-16 Christopher... Use a base hook rather than a member hook for EventBase...
2016-08-16 Christopher... Disable SSL socket cache tests if cache isn't available
2016-08-16 Nathan Bronsonexplicit return types in Partial to work around gcc bug
2016-08-16 Kyle NekritzFix extension length counter in client hello parsing.
2016-08-16 Sven OverIntroducing folly::partial
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-15 Christopher... Fix applyTuple to work under MSVC again
2016-08-15 Yedidya FeldblumLet FOLLY_SAFE_DCHECK be erased by the optimizer in...
2016-08-15 Eric NieblerReverted commit D3557832
2016-08-15 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Alex OrlovDon't derive name on singleton creation
2016-08-15 Christopher... Add a pair of overloads to dynamic::setDefault
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...
2016-08-14 Sven Overadd forgotten apply_tuple_test to Makefile.am v2016.08.15.00
2016-08-13 Guobao SunFix typos in FBVector's comments
2016-08-12 Christopher... Don't call strlen(nullptr) in mkdtemp and mkstemp
2016-08-12 Sven Overfix folly::NotificationQueue for move-only value types
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-08-12 Giuseppe OttavianoAdditional changes to MicroLock
2016-08-11 Christopher... Don't attempt to escape % in SparseByteSetBench
2016-08-11 Christopher... Construct TestObject in AtomicLinkedListTest via a...
2016-08-11 Christopher... Include intrin.h in CpuId for the cpuid builtins
2016-08-11 Christopher... Adjust the AsyncSocket TestServer to work with Winsock
2016-08-11 Christopher... Disable the constexpr tests for findFirstSet, findLastS...
2016-08-11 Christopher... Use explicitly sized integers in the Conv test
2016-08-11 Christopher... Eliminate accidental trigraph in FBString
2016-08-11 Max WangUse _r_debug instead of /proc/<pid>/maps for folly...
2016-08-11 Yedidya FeldblumRemove ConditionallyExistent, because it violates the...
2016-08-11 Sven OverLet applyTuple accept any number of tuples
2016-08-11 Lucian Grijincu__google_stl_debug_vector: erase() at invalid position...
2016-08-11 Shayan MohantyPolymorphic Functor implementation in Folly::FutureDAG
2016-08-10 Michael LeeGate SysMembarrier to not FOLLY_MOBILE platforms
2016-08-10 Dave WatsonFix scheduling bug
2016-08-10 Philip Proninfix bug in FBString::find
2016-08-10 Christopher... Mark FormatArg::error as noreturn
2016-08-10 Christopher... Don't attempt to call getsockname before binding an...
2016-08-10 Christopher... Special-case /dev/null in open in the portability header
2016-08-10 Andrii GrynenkoUse ReadMostlyMainPtrDeleter in folly::Singleton
2016-08-10 Andrii GrynenkoReadMostlyMainPtrDeleter
2016-08-10 Christopher... Wait for all threads to finish executing before leaving...
2016-08-10 Christopher... Add a utility for disabling some CRT assertions in...
2016-08-10 Christopher... Support read and write from blocking and non-blocking...
2016-08-09 Christopher... Allow the time remaining parameter to nanosleep to...
2016-08-09 Christopher... Properly support socketpair and reading and writing...
2016-08-09 Christopher... Implement setenv correctly and support setting values...
2016-08-09 Christopher... Look for the PATH environment variable rather than...
2016-08-09 Christopher... Support using fcntl to mark pipes as non-blocking
2016-08-09 Subodh IyengarRemove getTFOSucceeded
2016-08-09 Yedidya Feldblumconstexpr_abs
2016-08-09 Aaryaman SagarRemoving noexcept specifications in constructors for...
2016-08-09 Subodh IyengarAdd MSG_NOSIGNAL to AsyncSSLSocket
2016-08-08 Adam SimpkinsUpdate documentation for Synchronized
2016-08-08 Michael LeeInclude sys/syscall.h to SysMembarrier
2016-08-08 Maged MichaelMethodology for using DeterministicSchedule support...
2016-08-05 Christopher... Use the socket portability layer when needed. v2016.08.08.00
2016-08-05 Dave WatsonUpper level tests
2016-08-05 Dave Watsonremove catchupEveryN
2016-08-05 Christopher... Handle creating the default crypto context if it doesn...
2016-08-05 Christopher... Don't throw in the Watchdog destructor
2016-08-05 Aaryaman SagarAdding policies for all the upgrade and downgrade mutex...
2016-08-05 Aaryaman SagarAdding support for upgradable mutexes to LockTraits
2016-08-04 Christopher... Use std::max_align_t rather than __attribute__((__align...
2016-08-04 Melanie SubbiahCreate trace points for thread events
2016-08-04 Christopher... Don't attempt to mmap an anonymous shared piece of...
2016-08-04 Christopher... Use std::thread rather than pthreads in AtomicHashMapTest
2016-08-04 Christopher... Fix compilation errors when attempting to compile Folly...
2016-08-04 Christopher... Add a couple more things to the socket portability...
2016-08-04 Christopher... Disable the use of direct TLS in ThreadLocalDetail...
2016-08-04 Christopher... Fix a pair of non-ascii quotes that made their way...
2016-08-04 Christopher... Eliminate the atomic porability header's dependence...
2016-08-04 Christopher... Don't assume boost::path contains narrow characters
2016-08-04 Christopher... Don't try to ignore the SIGPIPE signal if it isn't...
2016-08-04 Christopher... Assume p is not nullptr in storeUnaligned
2016-08-04 Mirek KlimosRequestContext::create should call onUnset callback
2016-08-04 Christopher... Include the fcntl.h portability header where it's needed
2016-08-04 Christopher... Support TimeUtil under MSVC
2016-08-04 Christopher... Fix the Windows portability implementations of mmap...
2016-08-04 Nick TerrellFix Enumerate C++17 Support
2016-08-04 Christopher... Don't use a macro for no reason
2016-08-04 Christopher... Don't name a member small
2016-08-03 Christopher... Fix the mode being used in the implementation of open...
2016-08-03 Christopher... Force the overflow in BitVectorCoding::skipTo to be...
next