projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
folly.git
2016-07-26
Christopher...
Get MSVC able to construct an Indestructible
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Christopher...
Only try to use the membarrier on Linux
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Christopher...
Add folly::assume_unreachable
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Christopher...
Make RangeEnumerator C++17 compliant (Generalizing...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Michael Lee
Add a dummy FlagSaver class.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Andrii Grynenko
Support custom loop runner for EventBaseLoopController
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Yang Chi
A BufferCallback was created but never deleted in Async...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Yang Chi
No need to go through the list when you just want the...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Christopher...
Handle MSVC's preprocessor oddities in the SharedMutex...
2016.07.26
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Christopher...
Include sys/types.h portability header in Enumerate
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Neel Goyal
Refactor socket peeker
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Misha Shneerson
Fix gcpu regression associated with 1ms tick in HHWheel...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-24
Giuseppe Ottaviano
Fix typo in SharedMutex comment
commit
|
commitdiff
|
tree
|
snapshot
2016-07-24
Giuseppe Ottaviano
Fix a namespace issue
commit
|
commitdiff
|
tree
|
snapshot
2016-07-24
Qinfan Wu
Add helper functions for mallctl
commit
|
commitdiff
|
tree
|
snapshot
2016-07-23
Yedidya Feldblum
Move RequestContext definitions to source files
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Melanie Subbiah
RequestContext changes to facilitate thread tracing
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Mark Isaacson
Fix ASAN exposed heap-use-after-free
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Rename GetTickCount to GetClockTickCount
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Update FB_ONE_OR_NONE in Preproc.h to work with MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Always use the 64-bit conversion function in ConvBenchm...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Include the Builtins portability header in Bits.h
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Include the sys/types.h portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Use decltype to get the type of a non-static local
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Don't typedef types to the same name in different names...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Wez Furlong
folly: fixup folly::Random FixedSeed test expectations...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-22
Christopher...
Don't use ?:
commit
|
commitdiff
|
tree
|
snapshot
2016-07-21
Christopher...
Support StlVectorTest for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-21
Christopher...
Mark a couple of local constants as static constexpr
commit
|
commitdiff
|
tree
|
snapshot
2016-07-21
Christopher...
Disable a test of ThreadLocal across forks for Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-07-20
Yedidya Feldblum
allocate_sys_buffer
commit
|
commitdiff
|
tree
|
snapshot
2016-07-20
Mingtian Yin
Record whether cached certificate was used
commit
|
commitdiff
|
tree
|
snapshot
2016-07-20
Wez Furlong
folly: allow folly::init to build on systems without...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Christopher...
Wrappers folly::chrono::clock_gettime and clock_gettime_ns
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Steve Muir
Generate a pkg-config file for Folly
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Christopher...
Handle small_vectors with 0 inline capacity correctly
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Elliott Clark
Correctly use iters_ in ProducerConsumerQueueBenchmark
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Yedidya Feldblum
Make the mprotect variant of asymmetricHeavyBarrier...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Michael Lee
Fix macro check in SysMembarrier
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Wez Furlong
folly: unconditionally include boost mutex definitions...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Christopher...
Make sure to return from atomicHashArrayInsertRaceThread
commit
|
commitdiff
|
tree
|
snapshot
2016-07-19
Andrii Grynenko
Use membarrier in TLRefCount
commit
|
commitdiff
|
tree
|
snapshot
2016-07-18
Wez Furlong
folly: improve setThreadName for macOS
commit
|
commitdiff
|
tree
|
snapshot
2016-07-18
Andrii Grynenko
Fix mocking to support multiple overrides
commit
|
commitdiff
|
tree
|
snapshot
2016-07-18
Christopher...
Always pack small_vector
commit
|
commitdiff
|
tree
|
snapshot
2016-07-18
Christopher...
Make static analysis happy about the length of patternBuf
commit
|
commitdiff
|
tree
|
snapshot
2016-07-18
Christopher...
Add an Atomic portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-07-17
Wez Furlong
folly: fix initialization for CLOCK_PROCESS_CPUTIME_ID...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Wez Furlong
folly: fix constexpr methods in RandomTest on macos
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Wez Furlong
folly: fixup CompressionTest compilation on macos
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Qinfan Wu
Fix FBStringTest build failure and hash computation...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-16
Tom Jackson
get_or_throw(map, key) returns references
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Matthieu Martin
Fix compilation issue related to Fibers WhenN
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Eric Niebler
Make Synchronized tests work with gtest-1.7
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Eric Niebler
out-line the SharedMutexImpl members that directly...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Christopher...
Assume GFlags isn't present if FOLLY_HAVE_LIBGFLAGS...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Christopher...
Fix the base gen test with GTest 1.7
commit
|
commitdiff
|
tree
|
snapshot
2016-07-15
Michael Lee
Add a check for wchar support
commit
|
commitdiff
|
tree
|
snapshot
2016-07-14
Saurabh Singh
Adding std::unique_ptr definition for the ASN1_TIME...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-14
Vikas Kumar
s/PortabilityTimeTest.cpp/TimeTest.cpp
commit
|
commitdiff
|
tree
|
snapshot
2016-07-14
Tavian Barnes
fbstring: Fix std::hash specializations for non-char...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-14
zhangkehong2brad
Enable GroupVarint on Arm64
commit
|
commitdiff
|
tree
|
snapshot
2016-07-14
Christopher...
Switch away from things that are removed in C++17
commit
|
commitdiff
|
tree
|
snapshot
2016-07-14
Sven Over
ManualExecutor: add clear method
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Kyle Nekritz
Move DecoratedAsyncTransportWrapper and WriteChainAsync...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Yedidya Feldblum
Fix Build: sorted_vector_types.h on GCC v4.8
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Christopher...
Define TCPI_OPT_SYN_DATA if it isn't defined
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Kevin Lewi
Adding the ability to check for whether TCP fast open...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Christopher...
Improve folly/portability/Time.cpp OS X and Windows...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Adam Simpkins
add Synchronized::withLock() methods
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Adam Simpkins
improve Synchronized LockedPtr class, and add new lock...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Yedidya Feldblum
Inline the lower_bound and upper_bound callbacks in...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-09
Yedidya Feldblum
Move IPAddress definitions to source files
commit
|
commitdiff
|
tree
|
snapshot
2016-07-09
Shayan Mohanty
Folly::FutureDAG <-> Gossit
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Adam Simpkins
update LockTraitsBoost to handle arbitrary duration...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Marcus Holland...
Handle conversion from float in toDynamic()
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Jasmine Chen
Fix heading capitalization in docs/FBVector.md
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Giuseppe Ottaviano
Python-like enumerate()
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Adam Simpkins
various improvements to the Synchronized tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Adam Simpkins
Remove LockTraitsBoost from Synchronized.h
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Mohamed Amin...
Remove extra ';' from used macros in Traits.h
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Michael Lee
Clean up int128_t macro gating
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Anirudh Ramachandran
Cleanup of how we use BIO/BIO_METHODs
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Marcus Holland...
Refactor folly::to<>
commit
|
commitdiff
|
tree
|
snapshot
2016-07-06
Adam Simpkins
update Synchronized to use LockTraits
commit
|
commitdiff
|
tree
|
snapshot
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
next