folly.git
2015-06-26 Mike ArpaiaRemove double-conversion as a source dep in OS X script
2015-06-26 Alex LandauFix passing RequestContext to executor thread
2015-06-26 Dave WatsonFix stop_ thread race
2015-06-26 Yedidya Feldblumto_shared_ptr.
2015-06-26 Woo Xieopt proxygen with newly added OpenSSL functions
2015-06-26 Tom JacksonGroupBy
2015-06-26 Hans Fugal(easy) remove cruft comment
2015-06-26 Hannes Roth(Wangle) Fix possible race in updating FSM state
2015-06-26 Hannes Roth(Wangle) Clean up some data races in tests
2015-06-26 Hannes Roth(Wangle) Fix bug with CrappyExecutors, and bad Priority...
2015-06-24 Sara GolemonDon't hardcode thread limit in ServerBootstrap
2015-06-24 Hannes Roth(Wangle) Remove unnecessary constructor argument to...
2015-06-24 Sara GolemonFix tests for glog and gflags
2015-06-24 Sara GolemonChange visibility of folly::Arena constructors to public
2015-06-24 Sara GolemonFix copy/pasta in docs
2015-06-24 Sara GolemonUpdate README.md to refer to homebrew Formula
2015-06-24 Hannes Roth(Wangle) Possibly undefined behavior in collect
2015-06-24 Sara GolemonProvide backfill s6_addr16 on BSD platforms
2015-06-24 Anton LikhtarovFutex: ignore errors on wake
2015-06-24 James Sedgwickrearrange Pipeline to have more functionality in Pipeli...
2015-06-23 191919Fix for clang (llvm 3.7.0+)
2015-06-23 Igor SugakRemove -Wno-inconsistent-missing-override suppression...
2015-06-23 Yedidya Feldbluminstance Eq Unit
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-22 Mike KaplinskiyAdd ./configure check for vsnprintf returning negative...
2015-06-22 Adriano MeloBuilding instructions for MAC OS X (MacPorts)
2015-06-21 Sara GolemonBump version to 47:0 v0.47.0
2015-06-21 Yoni Lavinew small_vector tests that fail on trunk and uncover...
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-19 Sam Meratthen() ropagates exceptions properly
2015-06-19 Vignesh GowdaMove folly::compression::Instructions to a separate...
2015-06-19 Nathan Bronsonmove SharedMutex from folly/experimental to folly
2015-06-19 Marc HorowitzCheck array get for < 0
2015-06-17 James Sedgwickuse Unit in Pipeline
2015-06-17 James Sedgwickvarious perf improvements
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-16 Sara GolemonBump version to 46:0
2015-06-16 Sarang MastiFix leaks in tests
2015-06-16 Giuseppe OttavianoImplement previousValue on EliasFanoReader
2015-06-15 James Sedgwickpipeline handler removal, fix service test
2015-06-15 Nathan BronsonMove AtomicUnorderedInsertMap to folly.
2015-06-15 Woo Xiedo not suppurt compress and expand
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-15 Tudor BosmanExceptionWrapper: use std::decay in implicit constructor
2015-06-15 Sara GolemonMerge pull request #225 from wb14123/dup
2015-06-15 Bin WangRemove duplicate header file
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-12 Misha ShneersonAdded fiber supported mutex to folly
2015-06-12 Yablonskyy... Add EOS checking to 'parseLeadingNumber' function.
2015-06-12 Hans Fugalapple-gate ThreadLocal in fibers code
2015-06-12 Nicholas OrmrodSuppress clang memcpy warnings
2015-06-12 Alan FrindellTemporarily disable performWriteIovec
2015-06-12 Nicholas OrmrodRecycle heap on assignment
2015-06-12 Woo Xieopt proxygen with new SSL_write_iovec function
2015-06-11 Fifi Lyufix for Boost >= 1.56
2015-06-11 Sara GolemonCheck for python in configure
2015-06-11 Alexander Böhn... Keep Makefile.am from double-installing detail/Clock.h
2015-06-11 Hans FugalReplace thread_local with FOLLY_TLS
2015-06-11 Hans Fugaldisable ThreadExecutor in FutureTest.cpp, on OSX
2015-06-11 Hans FugalBuild and run futures tests on OSX
2015-06-11 Hans FugalFuture::unit()
2015-06-11 Woo Xierefactor the interpretation of SSL errors into a function
2015-06-11 Hans Fugaluse LifoSem instead of sem_t for ManualExecutor
2015-06-11 Hans Fugalfolly::via(Executor*, Func)
2015-06-11 Tudor BosmanMake IOBuf copyable
2015-06-11 James SedgwickRequestEventBaseCache -> IOObjectCache
2015-06-11 James Sedgwickwangle::getEventBase()
2015-06-11 James Sedgwickoptimize makeFuture and Future<T>::Future()
2015-06-10 Praveen KumarFix libc++ use
2015-06-10 Yadwinder GrewalFix capitalization error in README.md
2015-06-10 Austin McKinleyFixing typos in README.md
2015-06-10 Ed BauntonUpdate FBVector.md
2015-06-10 Stewart HendersonUpdate github.com/floitsch/double-conversion to new...
2015-06-10 Praveen Kumarfix Baton.h typo
2015-06-10 Hannes Roth(Wangle) Re-add race test
2015-06-09 wooBump version to 45:0 v0.45.0
2015-06-09 James Sedgwickfix typo in SharedPromise comment
2015-06-09 Sara GolemonBump version to 44:0
2015-06-09 Dave WatsonAsyncSSLSocket StartTLS
2015-06-09 Hans Fugalfix osx bootstrap for new double-conversion directory...
2015-06-09 Anton LikhtarovAdd a guard page to a limited number of stacks
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-09 James Sedgwickremove Singleton from io/async deps
2015-06-09 Woo Xiefix the compling error caused by tcpinfo of low version
2015-06-09 Alan FrindellAdd internal mode for HHWheelTimer
2015-06-09 Dave WatsonFix haystack threading crashes
2015-06-09 James SedgwickFileServer
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-09 Steve O'BrienConv.h: fix a type error caught by clang
2015-06-09 Steve O'Briendecimal conversion: digits10 using bit-counting instruc...
2015-06-09 Hannes Roth(Wangle) Clean up tests
2015-06-05 Noam LernerBump version to 43:0 v0.43.0
2015-06-05 Nathan Bronsondisable stack madvise optimization on non-Linux platforms
2015-06-05 Josh WatzmanAdd missing include
2015-06-05 Hans Fugalmerge dex and readme
2015-06-05 Giuseppe OttavianoReduce footprint of EliasFanoReader
2015-06-05 Tudor BosmanAdd cloning constructor to folly::IOBuf
next