folly.git
2015-02-02 James SedgwickgetVia() and waitVia()
2015-02-02 James Sedgwickuse wait()/get() instead of while(!f.isReady()) { ...
2015-02-02 James SedgwickwaitWithSemaphore -> Future<T>::wait()
2015-02-02 Dave Watsoncodecs
2015-02-02 Bob Haarmanfolly: added C interface to SingletonVault
2015-02-02 Haijun ZhuTry to fix IdleTime unit test
2015-02-02 Alexey SpiridonovFix comment typo
2015-02-02 Nathan Bronsonfix and improve MPMCQueue comment
2015-02-02 Satadru Panapply all sockopts to listening sockets
2015-02-02 Jim Meyeringfolly: Bits: restore type of bitOffset_ to shorter...
2015-02-02 James Sedgwickremove outer Try from whenAll/whenN/whenAny callbacks
2015-02-02 James Sedgwickkill remaining Futures-related Wangle references
2015-02-02 Jim MeyeringMPMCQueue.h: fix a bug introduced while accommodating...
2015-02-02 Dave Watson'fix' threadlocal fork test
2015-02-02 Ranjeeth Dasinenifix the manual config and flipped condition in SpinLock.h
2015-02-02 James Sedgwickglobal executors with weak_ptr semantics
2015-02-02 Louis KrugerAdd folly::sorted_vector_map::at()
2015-01-13 Viswanath SivakumarBump version to 22:0 v0.22.0
2015-01-13 Hans Fugal(folly) osx bootstrap script
2015-01-13 Viswanath SivakumarAdd libgtest to Makefile to unbreak OSS build
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2015-01-13 Lucian Grijincufolly: Bits: make bitsPerBlock 64 bit back
2015-01-13 Jim Meyeringfolly/dynamic-inl.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly: ProducerConsumerQueue: avoid many -Wsign-compare...
2015-01-13 James Sedgwickmove wangle/futures to futures
2015-01-13 Jim Meyeringfolly/Bits.h (BitIterator): avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Hans Fugal(folly) Account for different vsnprintf behavior on...
2015-01-13 Hans Fugal(folly) make check on OSX Yosemite (10.10)
2015-01-13 Hans Fugalavoid std::_Hash_impl
2015-01-13 Andrei AlexandrescuMini-refactoring prompted by https://phabricator.fb...
2015-01-13 Jim Meyeringfolly/stats/Histogram-defs.h: avoid -Wsign-compare...
2015-01-13 Jim Meyeringfolly/.../FileUtilDetail.h: avoid -Wsign-compare warnings
2015-01-13 Jim Meyeringfolly/wangle/futures/Future-inl.h: avoid -Wsign-compare...
2015-01-13 Jim Meyeringfolly/FBString.h: avoid -Wsign-compare error
2015-01-13 James Sedgwickstop returning move(...) when unnecessary
2015-01-13 James Sedgwickfix shadowed variables
2015-01-13 James Sedgwickdoxygen comments for Try
2015-01-13 James Sedgwickexception_ptr -> exception_wrapper migration
2015-01-13 Jim Meyeringfolly/String-inl.h (humanify): avoid -Wsign-compare...
2015-01-13 Jim Meyeringfolly/AtomicHashArray: use an unsigned type for each...
2015-01-13 Jim Meyeringfolly/AtomicHashMap-inl.h: avoid -Wsign-compare warning...
2015-01-13 Jim MeyeringHistogram and Timeseries vs gcc-4.9 and -Wsign-compare
2015-01-13 Jim Meyeringfolly/test/ForeachTest.cpp: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/stats/BucketedTimeSeries-defs.h: avoid -Wsign...
2015-01-13 Jim Meyeringfolly/Format-inl.h: use the correct type for fwrite...
2015-01-13 Jim Meyeringfolly/Format-inl.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/test/SpinLockTest.cpp: avoid -Wsign-compare error...
2015-01-13 Dave WatsonFix CPUObserver test
2015-01-13 Jim Meyeringfolly/wangle/bootstrap/ServerBootstrap.h: avoid -Wsign...
2015-01-13 Nicholas OrmrodAHM ASAN test adjustment
2015-01-13 Jim Meyeringfolly/small_vector.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/FBVector.h: avoid -Wsign-compare error (simple)
2015-01-13 Jim Meyeringfolly/test/RangeTest.cpp: avoid -Wsign-compare error...
2015-01-13 Jim Meyeringfolly/experimental/test/BitsBenchmark.cpp: avoid -Wsign...
2015-01-13 Jim Meyeringfolly/wangle/channel/ChannelPipeline.h: avoid -Wsign...
2015-01-13 Jim Meyeringfolly/gen/Parallel-inl.h: trivial -Wsign-compare fix
2015-01-13 Jim Meyeringfolly/gen/Parallel-inl.h: trivial -Wsign-compare fix
2015-01-13 Peter GriessFix HHWheelTimer compilation bug in libc++ build
2015-01-13 Hans Fugaljoin
2015-01-13 Jim Meyeringfolly/Format-inl.h: fix gcc-4.9-exposed shadowing warni...
2015-01-13 Dave WatsonThread Observer
2015-01-13 Jim Meyeringfolly/Range.cpp: avoid -Werror=sign-compare error with...
2015-01-13 James Sedgwickfix 4.9 build
2015-01-13 Hans Fugal(folly) osx bootstrap script
2015-01-13 Dave Watsonfix bootstrap test on older kernels
2015-01-13 Sergey Doroshenkofolly: AsyncServerSocket::getAddress: prefer IPv6
2015-01-13 Viswanath SivakumarFix use of SSL session TransportInfo after txn is detached
2015-01-13 Andrii GrynenkoReplace singleton names with type tags
2015-01-13 Philip Proninfix __cxa_throw signature
2015-01-13 Nick Tchervenskiadd a UT for Wangle::Future for circular dependency
2015-01-13 Hans FugalFuture::within
2015-01-13 Chip TurnerImprove unit test output and logging to diagnose build...
2015-01-07 Ajit BanerjeeBump version to 21:0
2015-01-07 Bob Haarmansome fixes for clang-3.5 compatibility
2015-01-07 Sean CannellaDon't use FOLLY_TLS on Android
2015-01-07 Sarang MastiAllow conversion from a type T to itself
2015-01-07 Dave WatsonSharedThreadPool unittest
2015-01-07 Keith AdamsAdd convenience functions to serialize to / deserialize...
2014-12-29 Dave WatsonBump version to 20:0
2014-12-29 Dave WatsonKill fbthrift dep
2014-12-29 Hans FugalFix case of ThreadWheelTimekeeper.cpp in Makefile.am
2014-12-29 Hans Fugal(wangle) fix Makefile.am
2014-12-29 Hans Fugal(wangle) Timeouts basic
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-12-29 Nathan Bronsonmake futexWaitUntil tolerant of invalid time_point-s
2014-12-29 Tao ChenRevert "folly: AsyncServerSocket::getAddress: prefer...
2014-12-29 Viswanath SivakumarAllow unregistering connect callback in AsyncSocket
2014-12-29 Chip TurnerFix incorrect 'test' statement in unit test
2014-12-29 Chip TurnerFix Dwarf path handling to fix broken test
2014-12-29 Mike Kolupaevfolly::AtomicHashMap: fixed race between erase() and...
2014-12-29 Lucian Grijincufolly: AsyncServerSocket::getAddress: prefer IPv6
2014-12-29 Andrei AlexandrescuBring fbstring::operator+ to date with C++11
2014-12-29 Sarang MastiAllow conversion from StringPiece to StringPiece
2014-12-29 Kai WangPrint linux TID while crashing
2014-12-29 Andrew GallagherVarious Dwarf::Path fixes
2014-12-29 Tudor BosmanAdd comment explaining that RWTicketSpinLock<..., true...
2014-12-29 Mike KolupaevFixed folly::AtomicHashMap::iterator not advancing...
2014-12-29 Giuseppe OttavianoRemove unnecessary constraint from Range subpiece const...
next