projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
folly.git
2016-07-06
Adam Simpkins
add LockTraits
commit
|
commitdiff
|
tree
|
snapshot
2016-07-05
Andrii Grynenko
Disable PthreadKeyUnregister on iOS and MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-05
Adam Simpkins
fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-05
Subodh Iyengar
Add sa_len for sockaddr conversions
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Jim Meyering
folly:thread_local_test: avoid test failure due to...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Christopher...
Include the correct headers in various tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Christopher...
Don't do #if in the middle of a parameter to a preproce...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Christopher...
Mark a few constants as constexpr so VLAs aren't required
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Christopher...
Use a defined form of uniform_int_distribution
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Christopher...
Don't use a VLA for the dest buffer when testing wide...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Christopher...
boost::filesystem::path is a wide string on Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-07-02
Aravind Anbudurai
Moved object destructor should not log
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Adam Simpkins
fix the ThreadLocal test in open source builds
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Aravind Anbudurai
Make AutoTimer work with std::chrono::duration instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
ConstantRNG should implement UniformRandomBitGenerator
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Aravind Anbudurai
clang-format AutoTimer.h
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Don't use named variadic macro parameters
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Use asm_volatile_memory() for portable memory barriors...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Use UTF-8 strings for strings with multi-byte Unicode...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Use decltype rather than typeof
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Rename SIZE to kSize
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Use uint32_t rather than uint
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Use std::vector in the CacheLocalityBenchmark rather...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Use float literals when initializing float values
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Long is not long enough for a long long
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Don't try and instantiate an invalid function in Discri...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Christopher...
Don't use stderr as an identifier name
commit
|
commitdiff
|
tree
|
snapshot
2016-07-01
Misha Shneerson
stop_watch is moved to folly
commit
|
commitdiff
|
tree
|
snapshot
2016-06-30
Tianjiao Yin
suppress unused variable warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-06-30
Aravind Anbudurai
Make AutoTimer usable with Closures
commit
|
commitdiff
|
tree
|
snapshot
2016-06-30
Scott Michelson
Give each eventbase a wheeltimer
commit
|
commitdiff
|
tree
|
snapshot
2016-06-29
Eric Niebler
gcc-4.8 is not decaying types correctly in lambda init...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-29
Mirek Klimos
Fix FiberManager.RequestContext unit test
commit
|
commitdiff
|
tree
|
snapshot
2016-06-29
Eric Niebler
fix the open source ssl_test target
commit
|
commitdiff
|
tree
|
snapshot
2016-06-29
Mirek Klimos
Replace RequestContext::create with RequestContextScope...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-27
Marcus Holland...
Allow unchecked conversion from floating point to bool
commit
|
commitdiff
|
tree
|
snapshot
2016-06-27
Bo You
Folly parseJson doesn't handle minInt properly
commit
|
commitdiff
|
tree
|
snapshot
2016-06-26
David Lam
fix typo in dynamic.md documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-06-25
Eric Niebler
folly: fix clang's -Wundefined-var-template
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Haocheng Zhang
fix bug for negative shift value
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Marcus Holland...
Fix uses of std::nextafter on Android
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Huapeng Zhou
IOBuf: add a method to signal the underlying buffer...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Christopher...
std::aligned_storage<>::type is not a dependent type
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Christopher...
Use FOLLY_TLS rather than __thread
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Christopher...
Dear Elias Fano Bit Vector: You do not require GCC
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Marcus Holland...
Fix code for anything-to-string space estimation
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Marcus Holland...
Simplify unsigned-to-string conversion code and improve...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Marcus Holland...
Fix undefined behaviour in 128-bit integer-to-string...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Marcus Holland...
Add more benchmarks for integer-to-string conversion
commit
|
commitdiff
|
tree
|
snapshot
2016-06-24
Marcus Holland...
Fix conversion from bool to floating point value
commit
|
commitdiff
|
tree
|
snapshot
2016-06-23
Marcus Holland...
Clean up Conv.cpp / Conv.h
commit
|
commitdiff
|
tree
|
snapshot
2016-06-23
Marcus Holland...
Fix undefined behaviour in float<->int conversion
commit
|
commitdiff
|
tree
|
snapshot
2016-06-22
Bruno Goncalves
Added missing m4 file ax_boost_chrono
commit
|
commitdiff
|
tree
|
snapshot
2016-06-22
Marcus Holland...
Add more benchmarks for various conversions
commit
|
commitdiff
|
tree
|
snapshot
2016-06-21
Lucian Grijincu
folly:: singleton: ubsan: fix calling overriden method...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-20
Christopher...
Adjust the way Future<Unit>'s constructor is defined
commit
|
commitdiff
|
tree
|
snapshot
2016-06-17
Caren Thomas
Add very basic compatibility with folly locks for synch...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-17
Yedidya Feldblum
Wrappers for some of OpenSSL's crypto hash functions
commit
|
commitdiff
|
tree
|
snapshot
2016-06-17
Christopher...
Fix infinite recursion in sorted_vector_{set|map}:...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-16
Jinlong Zhou
Reverted commit D3270439
commit
|
commitdiff
|
tree
|
snapshot
2016-06-16
Christopher...
Use the standard intrinsics for crc32c
commit
|
commitdiff
|
tree
|
snapshot
2016-06-16
Eric Niebler
folly: fix clang's -Wundefined-var-template
commit
|
commitdiff
|
tree
|
snapshot
2016-06-16
Blake Lawson
Added limited list of supported ciphers
commit
|
commitdiff
|
tree
|
snapshot
2016-06-15
Haocheng Zhang
fix bug for nullptr in qfind
commit
|
commitdiff
|
tree
|
snapshot
2016-06-15
Caren Thomas
Add constructor for MultiLevelTimeSeries class that...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-14
Marcus Holland...
Add conv_benchmark target to Makefile.am
commit
|
commitdiff
|
tree
|
snapshot
2016-06-14
Michael Lee
Reverted commit D3427621
commit
|
commitdiff
|
tree
|
snapshot
2016-06-14
Joseph Griego
EventBase keepAlive counter is not atomic
commit
|
commitdiff
|
tree
|
snapshot
2016-06-14
Michael Lee
Time.h portability for iOS 10.
commit
|
commitdiff
|
tree
|
snapshot
2016-06-11
Alexey Spiridonov
DCHECK on reentrant invocations of loop()
commit
|
commitdiff
|
tree
|
snapshot
2016-06-10
Ben Hamilton
Make Fibers library conditional on working Boost.Contex...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-10
Andrii Grynenko
Fix folly::fibers on OSX with boost 1.60
commit
|
commitdiff
|
tree
|
snapshot
2016-06-10
Maged Michael
Added support for std::mutex in folly Deterministic...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-10
Marcus Holland...
Get rid of circular dependency when including Exception...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-09
Christopher...
Use intrinsics rather than inline assembly where possible
commit
|
commitdiff
|
tree
|
snapshot
2016-06-09
Chad Parry
Allow a timer with pending callbacks to be destroyed
commit
|
commitdiff
|
tree
|
snapshot
2016-06-09
pravic
Fix typo in docs/Function.md
commit
|
commitdiff
|
tree
|
snapshot
2016-06-09
Martin Martin
Fix a data race found by TSAN in folly::fibers::Baton
commit
|
commitdiff
|
tree
|
snapshot
2016-06-09
David Callahan
fix command line parsing
commit
|
commitdiff
|
tree
|
snapshot
2016-06-09
Brett Simmers
Allow const mapped types in folly::AtomicHash(Array...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-08
Adam Simpkins
make Range::size() constexpr
commit
|
commitdiff
|
tree
|
snapshot
2016-06-08
Christopher...
Pack PackedSyncPtr
commit
|
commitdiff
|
tree
|
snapshot
2016-06-08
Adam Simpkins
add hexlify() and unhexlify() convenience methods
commit
|
commitdiff
|
tree
|
snapshot
2016-06-08
Andrii Grynenko
Disable SIGSEGV signal handler if run in JVM
commit
|
commitdiff
|
tree
|
snapshot
2016-06-07
Adam Radziwonczyk...
Expose current observer from FiberManager
commit
|
commitdiff
|
tree
|
snapshot
2016-06-07
Subodh Iyengar
Add TFO support to AsyncSSLSocket
commit
|
commitdiff
|
tree
|
snapshot
2016-06-06
Kenny Yu
folly: define FOLLY_SANITIZE_THREAD convenience macro...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-04
Christopher...
Allow constexpr construction of AtomicStruct under...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-04
Christopher...
Deal with a couple of warnings from MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-06-04
Christopher...
Remove a couple of MSVC portability defines
commit
|
commitdiff
|
tree
|
snapshot
2016-06-03
Andrii Grynenko
Add a SIGSEGV signal handler which detects stack overflow
commit
|
commitdiff
|
tree
|
snapshot
2016-06-03
Subodh Iyengar
Always override write bio method
commit
|
commitdiff
|
tree
|
snapshot
2016-06-02
Elliott Clark
Update folly OSS build to use 1y
commit
|
commitdiff
|
tree
|
snapshot
2016-06-01
Christopher...
Assert that MicroSpinLock is a POD type
commit
|
commitdiff
|
tree
|
snapshot
2016-06-01
Christopher...
PackedSyncPtr.data_ is private
commit
|
commitdiff
|
tree
|
snapshot
2016-06-01
Ben Hamilton
Fix test/SynchronizedTest.cpp build break on Clang...
commit
|
commitdiff
|
tree
|
snapshot
2016-06-01
Christopher...
SingletonVault_c.cpp is always C++
commit
|
commitdiff
|
tree
|
snapshot
2016-06-01
Subodh Iyengar
Methods to change cipher suite list
commit
|
commitdiff
|
tree
|
snapshot
2016-05-31
Michael Lee
SocketFastOpen should include <cerrno>
commit
|
commitdiff
|
tree
|
snapshot
2016-05-31
Michael Lee
SubprocessTest does not use dirent.h
commit
|
commitdiff
|
tree
|
snapshot
next