Moving DestructorCheck from proxygen library to folly.
[folly.git] / folly / Makefile.am
2016-05-06 Christopher DykesCreate the stdio.h portability header
2016-05-06 Christopher DykesCreate the unistd.h portability header
2016-05-04 Christopher DykesCreate the stdlib.h portability header
2016-05-04 Christopher DykesCreate the fcntl.h portability header
2016-05-04 Christopher DykesCreate the sockets portability header
2016-04-28 Subodh IyengarStop abusing errno
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-19 Mark IsaacsonAdd make_array to folly
2016-04-16 Andrii GrynenkoNon-intrusive AtomicLinkedList
2016-04-15 Christopher DykesRemove the strings.h portability header
2016-04-12 Michael LeeSorry, forgot to add portability/Memory.cpp
2016-04-07 Alexey SpiridonovDynamicParser to reliably and reversibly convert JSON...
2016-04-02 Christopher DykesAdd portability header for libgen.h
2016-04-02 Christopher DykesCreate a portability header for syslog.h
2016-04-01 Christopher DykesCreate the Builtins portability header
2016-04-01 Christopher DykesCreate the dirent.h portability header
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-03-31 Christopher DykesCreate the sys/resource.h portability header
2016-03-31 Christopher DykesCreate a malloc.h portability header
2016-03-31 Christopher DykesUpdate the sys/syscall.h portability header for Windows
2016-03-28 Christopher DykesCreate the string.h portability header
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-24 Yedidya FeldblumFix Build: folly after replacing FOLLY_NORETURN
2016-03-23 Christopher DykesMove the clock details over to the Time.h portability...
2016-03-22 Sven OverIntroducing folly::Function
2016-03-20 Christopher DykesSplit iovec out of SysUio.h
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-16 Christopher DykesCreate portability/Config.h
2016-03-15 Christopher DykesAdd portability header for sys/file.h
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-09 Christopher DykesCreate the sys/stat.h portability header
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
2016-03-05 Christopher DykesCreate the Windows portability header
2016-03-04 Christopher DykesCreate the sys/types.h portability header
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock
2016-03-02 Christopher DykesCreate the strings.h portability header
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-02 Christopher DykesCreate the portability header for time.h
2016-02-26 Andrii GrynenkoFix folly::ThreadLocal to have unique singleton in...
2016-02-26 Christopher DykesCreate the sys/time.h portability header
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Christopher DykesCreate a portability header for working with environmen...
2016-02-20 Andrii GrynenkoMove RequestContext::getStaticContext to .cpp
2016-02-19 Yedidya FeldblumIndestructible
2016-02-19 Christopher DykesDon't use a VLA for the double->string buffer.
2016-02-18 Yedidya FeldblumSort the Makefile headers a bit
2016-02-17 Lovro PuzarAdd call_once, wrapper around std::call_once with a...
2016-02-17 Michael LeeHandle wrapvFull when IOV_MAX is not defined.
2016-02-05 Yedidya FeldblumConditionallyExistent<typename>
2016-02-05 Andrii GrynenkoRevert D2853921
2016-02-04 Andrii GrynenkoImprove RequestContext::getStaticContext() perf
2016-02-03 Peter GriessAdd MockTimeoutManager
2016-02-02 Wez Furlongfolly: add bser encode/decode for dynamic
2016-01-29 Denis SamoylovMake advanced init function for test optional
2016-01-28 Denis SamoylovA common init function for binaries and a default main...
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-21 Kyle NekritzAdding OpenSSLPtrTypes.h.
2016-01-05 Michael LeeSwitch back to SYS_gettid, and fix
2015-12-24 Dominik Gabiclang attribute wrappers
2015-12-10 Andrii GrynenkoAdd ReadMostlySharedPtr and TLRefCount to Makefile.am
2015-11-26 Andrii GrynenkoNew ReadMostlySharedPtr implementation
2015-11-25 Mark IsaacsonFix proxygen OSS build
2015-11-23 Sara GolemonAdd missing header files to folly-automake
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...
2015-11-12 Giuseppe OttavianoMake Malloc.h self-contained
2015-10-04 Pavlo KushnirFix build
2015-10-03 Yedidya FeldblumFix Build: folly/Range.h for build platforms missing...
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang
2015-10-01 Alecs Kingfix build
2015-09-30 Dave WatsonUpdateableSharedPtr in folly
2015-09-30 Yedidya FeldblumExtract SparseByteSet into its own module
2015-09-29 Andre PintoOpen source AsyncPipe
2015-09-18 James Sedgwickmove ThreadWheelTimekeeper out of detail
2015-09-08 Giuseppe OttavianoImplement assume()
2015-09-07 Yedidya FeldblumDead Code: GCC-v4.6 Back Compat: folly/Chrono.h
2015-08-24 Peter GriessCreate MockAsyncUDPSocket
2015-08-17 Daniel M. WeeksLimit use of hardware crc32 check to SSE 4.2
2015-08-11 Yedidya FeldblumEmplacement in folly::padded::Adaptor, if the adapted...
2015-08-03 Orvid KingAdd MSVC support to futures/Deprecated.h
2015-07-30 Mark McDuffadd EventBase-local storage abstraction
2015-07-23 Tudor BosmanHelper for writing nested command line apps
2015-07-23 Tudor BosmanMake gflags and boost::program_options play nice with...
2015-07-20 James Sedgwickadd SocketPair.h/.cpp to Makefile
2015-07-20 Tudor Bosmanfolly::Future-istic barrier
2015-07-15 Sophia WangMake DestructorGuard inherit from a base
2015-07-13 Kjell Schubertsplit SmallLocks.h to get a larger portion of folly...
2015-07-09 Yedidya FeldblumThreadedExecutor.
2015-07-07 James Sedgwickfolly/wangle -> wangle cutover
2015-07-02 Yedidya FeldblumLift thrift/lib/cpp/test/TNotificationQueueTest.
2015-07-01 Vignesh GowdaImplement a BitVector-based list
2015-07-01 Hans Fugalmake it really clear that wangle/rx is deprecated
2015-06-29 Philip Pronincleanup includes in folly/Format.h
2015-06-24 James Sedgwickrearrange Pipeline to have more functionality in Pipeli...
2015-06-19 Vignesh GowdaMove folly::compression::Instructions to a separate...
2015-06-19 Nathan Bronsonmove SharedMutex from folly/experimental to folly
2015-06-15 Nathan BronsonMove AtomicUnorderedInsertMap to folly.
2015-06-15 Sara GolemonMerge pull request #225 from wb14123/dup
2015-06-15 Bin WangRemove duplicate header file
2015-06-12 Misha ShneersonAdded fiber supported mutex to folly
2015-06-11 Sara GolemonCheck for python in configure
next