folly.git
2016-03-29 Neel GoyalChange SSLContext to use a ThreadLocalPRNG
2016-03-29 Nicholas OrmrodMake FBVector faster
2016-03-29 Sven Overfolly/futures: use folly::Function to store callback
2016-03-28 Subodh IyengarFix cases of overwriting errno
2016-03-28 Yedidya Feldblums/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRI...
2016-03-28 Andrii GrynenkoAllocate stacks with guard pages by default
2016-03-28 Sven Overfolly::fibers: do not move out of lvalue references
2016-03-28 Christopher... Create the string.h portability header
2016-03-28 Christopher... Move asm portability to an Asm portability header
2016-03-27 Haijun ZhuMove event_base_new out of critical region
2016-03-26 Sven Overfolly::Function: improve conversion of return types
2016-03-26 Bert MaherFix portability/Time.h on OSX
2016-03-24 Kevin McCrayfolly: avoid using atomic operations android can't...
2016-03-24 Yedidya FeldblumFix Build: folly after replacing FOLLY_NORETURN
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-03-23 Christopher... Move the clock details over to the Time.h portability...
2016-03-22 Michael LeeAdd APPLE to portability/Config
2016-03-22 Sven OverIntroducing folly::Function
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-22 Orvid KingRevert "Changed AC_LANG from PROGRAM to SOURCE to preve...
2016-03-21 Anirudh RamachandranAdd support for probabilistically choosing server ciphers
2016-03-21 Michael LeeHave StringTest use PRI*64 instead
2016-03-21 Anirudh RamachandranAdd option to retrieve hex representation of client...
2016-03-21 Christopher... Add Windows support to portability/Memory.h
2016-03-21 Giuseppe OttavianoOptimize fbstring::append()
2016-03-20 Christopher... Add features to portability/Config.h
2016-03-20 Christopher... Split iovec out of SysUio.h
2016-03-20 Mark Reitblattfix typo in log printing in AsyncSSLSocket
2016-03-19 Jeremy WrightUpgrade ScopeGuard for Visual Studio 2015
2016-03-18 Christopher... Create the sys/mman.h portability header
2016-03-17 Yedidya FeldblumRemove pthread_yield support
2016-03-17 Subodh IyengarAllow override of session context
2016-03-17 Andrew CoxTell ASAN about fiber stacks
2016-03-16 Christopher... Create portability/Config.h
2016-03-16 Eric Nieblermove StaticMeta::onThreadExit into libfolly_thread_local.so
2016-03-16 Phil WilloughbyRemove `using std::make_unique`
2016-03-16 Yedidya FeldblumRemove an outdated/inapplicable comment
2016-03-15 Christopher... Add portability header for sys/file.h
2016-03-15 Igor Sugakfolly/subprocess: fix one -Wsign-conversion and clag...
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-03-15 Subodh IyengarAllow httpsession to be movable readCB
2016-03-15 Michael LeeMissing guards for FOLLY_TLS in test
2016-03-14 Sven Overfolly/portability/Constexpr.h: add missing include...
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-14 Jimmy Saadefolly::FunctionScheduler: Adding capability to reset...
2016-03-13 Giuseppe OttavianoFix warning in MicroLock initialization
2016-03-12 Daniel ColascioneExplain union safety in MicroLock comment
2016-03-12 Wez Furlongfolly: fix gflags<->glog configure check ordering
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-11 Michael LeeAdding portability to gating PicoSpinLock.
2016-03-10 Eric NieblerFix an exception safety hole in ScopeGuard
2016-03-09 Giuseppe OttavianoPort easy instances to folly::dynamic::array
2016-03-09 Kyle NekritzAdd replay safety connector/handler to delay transactio...
2016-03-09 Christopher... Create the sys/stat.h portability header
2016-03-09 Kyle NekritzMake Bits.h respect FOLLY_HAVE_UNALIGNED_ACCESS.
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
2016-03-07 Nathan Bronsonminor tweak to MicroLock slow path
2016-03-07 Giuseppe OttavianoDeprecate dynamic::dynamic(std::initializer_list<dynamic>) deprecate-dynamic-initializer
2016-03-07 Michael LeeGuard Getcpu in test.
2016-03-05 Christopher... Create the Windows portability header
2016-03-05 Yedidya FeldblumA warning for the portability headers
2016-03-05 Michael LeeSwitch from tmpdir to TemporaryDirectory
2016-03-04 Christopher... Create the sys/types.h portability header
2016-03-04 Max WarsewaFix clang build for MicroLock
2016-03-04 Kyle NekritzAdd replay safety method and callback to AsyncTransport.
2016-03-04 Michael LeeMake the test portable for different libc
2016-03-04 Yang Chifix liger contbuild: cast offset_bytes to unsigned
2016-03-04 Yang ChiRemove persistentCork in native land
2016-03-04 Den RaskovalovAdd a missed glog header.
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock
2016-03-04 Michael LeeHave internal tests use folly::Random instead of rand_r
2016-03-03 Marcelo JuchemAdding DynamicConverter support for enums
2016-03-03 Michael LeeFix printing of uint64_t in ConvTest
2016-03-03 Neel GoyalAdd service identity to SSL socket and use in ticket...
2016-03-03 Kyle NekritzUse false start with ALPN.
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-03-02 Christopher... Create the strings.h portability header
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-02 Daniel ColascioneImprove RWSpinLock.h cautionary comment
2016-03-02 Michael Leei386 -fPIC requires `%ebx`
2016-03-02 Christopher... Create the portability header for time.h
2016-03-01 Daniel ColascioneStern warning about spinlocks
2016-03-01 Michael LeeEnclose global variables in an anonymous namespace.
2016-03-01 Christopher... Listen to the Windows docs in portability/SysTime.cpp
2016-03-01 Christopher... Add timeradd and timersub to the sys/time.h portability...
2016-03-01 Dave WatsonFix narenas size
2016-03-01 Michael Leeto_string is not supported everywhere
2016-03-01 Michael LeeRemove unecessary int main from MemoryTest
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-29 Pavlo KushnirFix SingletonThreadLocal
2016-02-27 Scott WolchokUse yield, not wfe, for asm_volatile_pause on ARM and...
2016-02-26 Andrii GrynenkoFix folly::ThreadLocal to have unique singleton in...
2016-02-26 Christopher... Create the sys/time.h portability header
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Michael LeeSplit FileTest to a smaller test and an extended test
2016-02-25 Christopher... Create a portability header for working with environmen...
2016-02-25 Nathan Bronsonshorten SharedMutex tests that timeout under ASAN
2016-02-25 Jonathan KronFixing AtomicHashArrayTest ASan Test Failure
2016-02-25 Christopher... Minor MSVC issues
2016-02-25 Orvid KingExplicit vtordisp for MSVC
next