projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
folly.git
2017-01-16
Christopher...
Don't use Pthread in EventBase
commit
|
commitdiff
|
tree
|
snapshot
2017-01-16
Christopher...
Support setting thread name via std::thread::id
commit
|
commitdiff
|
tree
|
snapshot
2017-01-14
Igor Sugak
remove override from adjacent_tokens_only
commit
|
commitdiff
|
tree
|
snapshot
2017-01-13
Marcus Holland...
Protect memcpy calls against undefined behaviour
commit
|
commitdiff
|
tree
|
snapshot
2017-01-13
Jim Meyering
folly/Traits.h: fix a deep problem with FBVector
commit
|
commitdiff
|
tree
|
snapshot
2017-01-13
Eric Niebler
capture exception information when creating exception_w...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-13
Dave Watson
Add AsyncSSLSocket option to turn off transparent tls
commit
|
commitdiff
|
tree
|
snapshot
2017-01-11
Yedidya Feldblum
Slight simplification of exception_wrapper constructor
commit
|
commitdiff
|
tree
|
snapshot
2017-01-11
Subodh Iyengar
add an option to clear error before calling ssl methods
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Yedidya Feldblum
Fix an inefficiency in json-serializing a dynamic with...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
kumagi
fix typo in comments. s/unitialized/uninitialized/g
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Yedidya Feldblum
Rename exception_wrapper::getExceptionPtr to to_excepti...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Maged Michael
Fix dynamic MPMCQueue tryObtainPromisedPushTicket(...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Christopher...
Use 2 second loop smoothing period rather than 20 seconds
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Kyle Nekritz
Add pre received data API to AsyncSSLSocket.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Kyle Nekritz
Set custom ssl bio read method.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Zonr Chang
Include <errno.h> for using "errno" and ENOMEM.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Nick Wolchko
Remove folly::Future conversion constructor
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Michael O'Farrell
Fix folly json to only sort properties of objects based...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Igor Sugak
remove always true if-predicate (gcc-5 -Wlogical-op)
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Eric Niebler
add folly::as_const, like C++17's std::as_const
commit
|
commitdiff
|
tree
|
snapshot
2017-01-07
Christopher...
Properly std::chrono'ize HHWheelTimer
commit
|
commitdiff
|
tree
|
snapshot
2017-01-07
Christopher...
std::chrono'ize EventBase::loopBody
commit
|
commitdiff
|
tree
|
snapshot
2017-01-07
Christopher...
std::chrono'ize EventBase::setMaxLatency
commit
|
commitdiff
|
tree
|
snapshot
2017-01-07
Yedidya Feldblum
Remove <glog/logging.h> from folly/Indestructible.h
commit
|
commitdiff
|
tree
|
snapshot
2017-01-07
Eric Niebler
add folly::void_t like C++17's std::void_t
commit
|
commitdiff
|
tree
|
snapshot
2017-01-07
Yedidya Feldblum
Skip defined checks in folly/Memory.h
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Zonr Chang
__throw* functions seem to be available in LLVM 4.0...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Christopher...
std::chrono'ize EventBase::setLoadAvgMsec
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Christopher...
std::chrono'ize EventBase::SmoothLoopTime
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Igor Sugak
fix gcc-5 build
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Igor Sugak
fix gcc-5 build
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Michael Lee
make_unique is ambiguous with c++14 for some platforms
commit
|
commitdiff
|
tree
|
snapshot
2017-01-05
Eric Niebler
don't use assert in benchmarks. it gets stripped out...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-05
Yedidya Feldblum
Namespace the UBSAN_DISABLE symbol
commit
|
commitdiff
|
tree
|
snapshot
2017-01-05
Yedidya Feldblum
Backport ceil, floor, round from C++17 std::chrono
commit
|
commitdiff
|
tree
|
snapshot
2017-01-04
Yedidya Feldblum
Keep the std::exception* or std::type_info* in folly...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-04
Shoaib Meenai
Add preprocessor macro to disable throw* definitions
commit
|
commitdiff
|
tree
|
snapshot
2017-01-04
Yedidya Feldblum
folly::_t and use it in folly::exception_wrapper
commit
|
commitdiff
|
tree
|
snapshot
2017-01-04
Yedidya Feldblum
2017
commit
|
commitdiff
|
tree
|
snapshot
2017-01-03
Steve O'Brien
folly: ReadMostlySharedPtr fix for `getStdShared()...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-03
Yedidya Feldblum
Drop the boost dependency from Traits.h and FBVector.h
commit
|
commitdiff
|
tree
|
snapshot
2017-01-03
Christopher...
Kill a dead constant in EventBase
commit
|
commitdiff
|
tree
|
snapshot
2017-01-02
Mathieu Baudet
fbcode: remove unused includes from .cpp files without...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-02
Yedidya Feldblum
Drop <boost/operators.hpp> as a dependency of FBVector.h
commit
|
commitdiff
|
tree
|
snapshot
2017-01-02
Yedidya Feldblum
Move the traits factories up, and remove <boost/mpl...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-02
Zonr Chang
Add FOLLY_OPENSSL_HAS_ALPN and FOLLY_OPENSSL_HAS_SNI.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-01
Yedidya Feldblum
Fix assorted missing includes
commit
|
commitdiff
|
tree
|
snapshot
2016-12-31
Petr Lapukhov
Add more MSG_OOB tests for EventHandler
commit
|
commitdiff
|
tree
|
snapshot
2016-12-30
Zbigniew Szymanski
Move internal `decodeUtf8` method from json.cpp to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-30
Yedidya Feldblum
Let Future::then call callbacks outside of the catch...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-30
Yedidya Feldblum
Const-correctness for folly::exception_wrapper::with_ex...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Eric Niebler
folly::TryException inherits from std::logic_error...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Eric Niebler
folly::FutureException inherits from std::logic_error...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Bi Xue
Make FunctionRef support bool operator
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Giuseppe Ottaviano
Avoid shadowing warnings in SYNCHRONIZED
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Anirudh Ramachandran
Add OpenSSL portability layer
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Yedidya Feldblum
folly::copy
commit
|
commitdiff
|
tree
|
snapshot
2016-12-29
Philip Pronin
nuke UNSYNCHRONIZED
commit
|
commitdiff
|
tree
|
snapshot
2016-12-28
Yedidya Feldblum
A smaller implementation of try_and_catch
commit
|
commitdiff
|
tree
|
snapshot
2016-12-27
Adrian Hamza
Make UncaughtExceptionCounter public
commit
|
commitdiff
|
tree
|
snapshot
2016-12-27
Eric Niebler
Add proper Doxygen comment markings around exception_wr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-27
Christopher...
pass RNG by reference so state is updated on each call
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Sven Over
fix include dependencies in folly/stats
commit
|
commitdiff
|
tree
|
snapshot
2016-12-24
Yedidya Feldblum
Fix a wrong filename in a comment in ExceptionWrapper.h
commit
|
commitdiff
|
tree
|
snapshot
2016-12-23
Christopher...
Use std::chrono for timeouts to sslAccept and sslConn...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-23
Jacob Bower
Enable making libfollyinit even when libdwarf is not...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Yedidya Feldblum
Move Thrower into exception_wrapper
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Yedidya Feldblum
Move the guts of try_and_catch into a detail namespace
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Jason Leng
Update future interrupts example in README
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Jacob Bower
Make folly pkg-config more usable on OS X
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Yedidya Feldblum
to_weak_ptr
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Christopher...
Support fchmod and include the correct portability...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Yedidya Feldblum
Add missing includes in folly/experimental/observer
commit
|
commitdiff
|
tree
|
snapshot
2016-12-22
Amir Shalem
FBString: remove unnecessary 7-byte padding in large...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Christopher...
Fix the return type for sysconf in the unistd portabili...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Amir Shalem
Fix bug where capacity is not updated correctly after...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Eric Niebler
use folly::FunctionRef for EventBase::run(ImmediatelyOr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Michael Lee
Fix sysconf return type
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Christopher...
Enable -Wunreachable-code
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Misty De Meo
Fix search name for gflags's .pc file
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Guobao Sun
Fix library name for thread_local_test in open source...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Eric Niebler
rename ExpectedStorage::isThis to isSelfAssign so that...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Jim Meyering
folly/fibers/TimedMutex-inl.h: avoid shadowing warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Jim Meyering
folly/io/async/test/EventBaseTest.cpp: doubly-nested...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Mathieu Baudet
fbcode: remove unused includes from .cpp files with...
v2016.12.19.00
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Yedidya Feldblum
Let ScopedEventBaseThread destruct the EventBase in...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Yedidya Feldblum
Split EventBaseThread from ScopedEventBaseThread
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
Fix some implicit truncation and implicit sign coersion...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Junlin Zhang
add cancelFunctionAndWait and cancelAllFunctionsAndWait...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Andrii Grynenko
Fix TimedMutex deadlock when used both from fiber and...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Yinghai Lu
Add BEXTR instruction support
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
Revert D4310312: [Folly] Enable -Wunreachable-code
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Yedidya Feldblum
Always use an EventBaseManager with ScopedEventBaseThread
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
Enable -Wunreachable-code
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
Allow folly to compile cleanly with most of the rest...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
More implicit truncation warning fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
Refactor stats to use the same type for indexes
commit
|
commitdiff
|
tree
|
snapshot
2016-12-16
Christopher...
Include <cassert> when using assert
commit
|
commitdiff
|
tree
|
snapshot
2016-12-15
Yedidya Feldblum
Check the baton waits in the ScopedEventBaseThread...
commit
|
commitdiff
|
tree
|
snapshot
next