projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
folly.git
2017-07-18
Christopher...
Add support for tagging a test as BROKEN in the CMake...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
Dan Melnic
Lua exception handling test
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Christopher...
Don't build the async signal handler test on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Tommy Nguyen
Use more libstdc++ specific macro
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Christopher...
Enable a couple of AsyncFileWriter tests on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Yedidya Feldblum
Let exception_wrapper::handle, when empty, show the...
v2017.07.17.00
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Yedidya Feldblum
CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-15
Christopher...
Use long long for the 64-bit fingerprint table
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Christopher...
Replace all includes of pthread.h with the portability...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Christopher...
Switch future's Core<T> to std::is_nothrow_constructible
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Christopher...
Add an sfmt19937 benchmark (again)
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Phil Willoughby
Re-align LifoSem
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Christopher...
Fix building the stl_vector tests with -Wshadow-compati...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Eli Lindsey
replace getnameinfo with inet_ntop in v6 string formatting
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Phil Willoughby
Update CachelinePadded
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
Xiangyu Bu
Break long lines in SSLContext.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Christopher...
Fix the build of the socket tests on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Christopher...
Add support for closing a TemporaryFile early
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Christopher...
Force string pooling to workaround a codegen bug
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Ankit Shah
Getters and setters for ECDSA_SIG
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Yedidya Feldblum
Sort #include lines
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Eli Lindsey
Revert D5408572: replace getnameinfo with inet_ntop...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
Eli Lindsey
replace getnameinfo with inet_ntop in v6 string formatting
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
Mickey Phoenix
Fix documentation for folly's to<double>() method's...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
Tom Jackson
Don't use range construction for associative containers...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
Phil Willoughby
Improve launder
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Christopher...
Revert D5393697: [Folly] Add an sfmt19937 benchmark
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Benjamin Renard
add helper method to generate same crc32 results as...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Christopher...
Add an sfmt19937 benchmark
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Peter DeLong
Allow fiber to be called on both type Fiber and Fiber*
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Giuseppe Ottaviano
Use Baton (again) in EventBase::runInEventBaseThreadAndWait
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Xiangyu Bu
Update providedCiphersStr_ in one place.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Yedidya Feldblum
Compute masks in IPAddressV6
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
Peter DeLong
Add function to folly_fibers.py to get the address...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
Fred Emmott
Add some more OpenSSL 1.1 APIs for folly/portability/
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
Eli Lindsey
add the getnameinfo error code and v6 scope id to excep...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-09
Yedidya Feldblum
In-place construction for Future
v2017.07.10.00
commit
|
commitdiff
|
tree
|
snapshot
2017-07-08
Alan Frindell
Option to set thread name for EventBaseThread
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Eric Niebler
make FunctionRef constexpr on compilers that support it
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Jiahao Li
Adds `make_mock` to `folly::LeakySingleton`.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Christopher...
Determine noexcept'ness of folly::Optional with std...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Christopher...
Define OPENSSL_NO_SSL2 under OpenSSL 1.1.0
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Phil Willoughby
launder
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Adam Simpkins
fix double comparison in histogram test
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Adam Simpkins
logging: fix compiler compatibility for one more conste...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Yedidya Feldblum
Promise<T>::makeEmpty() and Future<T>::makeEmpty()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Jim Meyering
folly/futures/detail/Core.h: avoid FP from clang's...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-04
Yedidya Feldblum
Apply clang-format to folly/stats/
commit
|
commitdiff
|
tree
|
snapshot
2017-07-04
Yedidya Feldblum
Apply clang-format to folly/ssl/
commit
|
commitdiff
|
tree
|
snapshot
2017-07-04
Yedidya Feldblum
Apply clang-format to folly/concurrency/
commit
|
commitdiff
|
tree
|
snapshot
2017-07-04
Yedidya Feldblum
Extract the namespace choice in FBString.h
commit
|
commitdiff
|
tree
|
snapshot
2017-07-04
Yedidya Feldblum
Apply clang-format to folly/io/ (namespace)
commit
|
commitdiff
|
tree
|
snapshot
2017-07-04
Christopher...
Fix tests in CMake build
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Christopher...
Fix build of SysUio portability header
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Eric Niebler
constexpr the Unit comparison ops
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Yedidya Feldblum
For futures::retrying, detect policy type using std...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Phil Willoughby
Content-conversion constructors for Future
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Christopher...
Replace folly::asm_pause with folly::asm_volatile_pause
v2017.07.03.00
commit
|
commitdiff
|
tree
|
snapshot
2017-07-02
Yedidya Feldblum
In-place construction for Try
commit
|
commitdiff
|
tree
|
snapshot
2017-07-02
Yedidya Feldblum
In-place construction for Optional
commit
|
commitdiff
|
tree
|
snapshot
2017-07-02
Yedidya Feldblum
Move in_place and friends to Utility.h
commit
|
commitdiff
|
tree
|
snapshot
2017-07-02
Yedidya Feldblum
Remove construct_in_place
commit
|
commitdiff
|
tree
|
snapshot
2017-07-02
Yedidya Feldblum
Disambiguate the various in_place overloads, following...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-02
Christopher...
Don't attempt to lock the file descriptor in readv...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-01
Christopher...
Enable a missing test in the CMake build
commit
|
commitdiff
|
tree
|
snapshot
2017-07-01
Nate Stedman
Fix undefined warning errors
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Christopher...
Drop std::max_align_t hack present for GCC 4.8
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Christopher...
auto-dep the rest of Folly
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Adam Simpkins
Don't try to access XlogFileScopeInfo->category if...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Christopher...
Use #warning rather than #warn
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Christopher...
Remove the now dead StringBase.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Maged Michael
Flat combining: Fix typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Maged Michael
Hazard pointers: Fix leak in hazptr_priv destruction
commit
|
commitdiff
|
tree
|
snapshot
2017-06-30
Christopher...
Merge StringBase.cpp into String.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-06-29
Adam Simpkins
logging: support building with gcc-4.9
commit
|
commitdiff
|
tree
|
snapshot
2017-06-29
Ankit Shah
Removing memory leaks in rsa setter test
commit
|
commitdiff
|
tree
|
snapshot
2017-06-29
Maged Michael
Hazard pointers: Add support for thread local lists...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-29
Andrew Krieger
Remove dependency on Conv.h from FileUtil.h
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Andrew Krieger
Add `mode` parameter to FileUtil.h writeFile
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Giuseppe Ottaviano
Move CacheLocality out of detail/ and into concurrency/
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Ankit Shah
Adding getter and setter methods for RSA
commit
|
commitdiff
|
tree
|
snapshot
2017-06-28
Christopher...
Shift Future::then and Future::thenMulti into the class...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-27
Yedidya Feldblum
Fixes for Try::withException
commit
|
commitdiff
|
tree
|
snapshot
2017-06-27
Dave Watson
Move folly/experimental/AtomicSharedPtr.h -> folly...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-27
Adam Simpkins
allow AsyncSignalHandler to attach and detach from...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-27
Adam Simpkins
make io::Cursor::push() safe to call with an empty...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Giuseppe Ottaviano
Improve Format's handling of temporaries
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Christopher...
Support marking a file-descriptor as blocking via fcntl
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Marie Bremner
Edited folly synchronized doc because one of the functi...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Yedidya Feldblum
Let make_exception_wrapper construct on-heap objects...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Bi Xue
Fix SharedPromise::isFulfilled doesn't get back correct...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Christopher...
Resolve the circular dependency between ThreadLocalDeta...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Christopher...
Revert D5312574: [folly] Fix up and namespace clock_get...
v2017.06.26.01
commit
|
commitdiff
|
tree
|
snapshot
2017-06-26
Phil Willoughby
Improve efficiency of trivial toDelim calls
commit
|
commitdiff
|
tree
|
snapshot
2017-06-25
Christopher...
Explicitly specify that timezone is a struct
v2017.06.26.00
commit
|
commitdiff
|
tree
|
snapshot
2017-06-25
Christopher...
Exclude experimental/logging/example from the main...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-25
Christopher...
Split the futures and logging tests in the CMake build
commit
|
commitdiff
|
tree
|
snapshot
2017-06-24
Michael Lee
Fix up and namespace clock_gettime and clock_getres...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Kyle Nekritz
Move address caching logic from AsyncSSLSocket to Async...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Ilya Maykov
fix UBSAN failure in atomic_shared_ptr_test
commit
|
commitdiff
|
tree
|
snapshot
next