projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
folly.git
2016-05-10
Neel Goyal
Add NETWORK_ERROR to switch statement
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Kyle Nekritz
Add additional ALPN mismatch tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Faidon Liambotis
Fix a few typos all over the code
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Jaak Ristioja
docs/Overview.md: Fixed 2 hyperlinks.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Lucian Grijincu
folly: ubsan: disable integer overflow tests in Histogram
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Lucian Grijincu
folly: ubsan: cast to unsigned to avoid negative-left...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Lucian Grijincu
folly: ubsan: fix "reference binding to null pointer...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Christopher...
Deal with some oddities of MSVC's preprocessor
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Christopher...
Fix detection of std::make_unique under MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-05-10
Lucian Grijincu
folly: ubsan: &v[0] is undefined if v.empty()
commit
|
commitdiff
|
tree
|
snapshot
2016-05-09
Jim Meyering
folly test: fix typo in RandomDataHolder::RandomDataHolder
commit
|
commitdiff
|
tree
|
snapshot
2016-05-09
Christopher...
Include <nmmintrin.h> in GroupVarint.h
commit
|
commitdiff
|
tree
|
snapshot
2016-05-09
Lucian Grijincu
folly: fbvector: ubsan: avoid memcpy(dest, nullptr, 0)
commit
|
commitdiff
|
tree
|
snapshot
2016-05-09
Christopher...
Explicitly reference folly::detail
commit
|
commitdiff
|
tree
|
snapshot
2016-05-09
Christopher...
Fix a few issues in the portability headers
commit
|
commitdiff
|
tree
|
snapshot
2016-05-09
Philip Pronin
Reverted commit D3265572
commit
|
commitdiff
|
tree
|
snapshot
2016-05-07
Andrii Grynenko
Don't re-throw exceptions from default FiberManager...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-06
Andrii Grynenko
Don't throw on late singleton registration
commit
|
commitdiff
|
tree
|
snapshot
2016-05-06
Christopher...
Use intrinsics rather than inline assembly where possible
commit
|
commitdiff
|
tree
|
snapshot
2016-05-06
Christopher...
Create the stdio.h portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-05-06
Haijun Zhu
Bind to a random file in unix domain socket test
commit
|
commitdiff
|
tree
|
snapshot
2016-05-06
Christopher...
Create the unistd.h portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-05-05
Andrii Grynenko
Allow optional atfork hook for singleton destruction
commit
|
commitdiff
|
tree
|
snapshot
2016-05-05
Andrii Grynenko
Implement LoopKeepAlive for EventBase
commit
|
commitdiff
|
tree
|
snapshot
2016-05-05
Andrii Grynenko
Allow adding tasks to TaskIterator dynamically
commit
|
commitdiff
|
tree
|
snapshot
2016-05-05
Michael Lee
Switch gflags to portability/GFlags.h
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Create the stdlib.h portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Create the fcntl.h portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Eric Niebler
rearrange folly::Function so that its template argument...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Andrii Grynenko
folly::Future integration with Python
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Fix the weak references to JEMalloc under MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Implement __builtin_ctzll for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Don't initialize kDestroyWaitTime in-class
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Use std::thread::id in Fiber rather than a syscall
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Don't attempt to implicitly convert an atomic<T> to...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Marcus Holland...
Unpoison stack memory before deallocation
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Pavlo Kushnir
Optimize copy/move
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Yedidya Feldblum
Let via take a functor by universal reference
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Christopher...
Create the sockets portability header
commit
|
commitdiff
|
tree
|
snapshot
2016-05-03
Marcelo Juchem
More useful logging upon failed AsyncServerSocket:...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-03
Sven Over
fix passing move-only types to via(Executor*, Func)
commit
|
commitdiff
|
tree
|
snapshot
2016-05-03
Yedidya Feldblum
Deprecate boost::mpl
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
Michael Lee
Use portability for SYS_gettid
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
Christopher...
Don't try to use the malloc_usable_size portability...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
Neel Goyal
Set the appropriate AsyncSocketExceptionType from SSLEx...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
Anirudh Ramachandran
Simplify CryptoSSLRequestManager using unified futures API
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
Yedidya Feldblum
Avoid glog when warning about Singleton double-registration
commit
|
commitdiff
|
tree
|
snapshot
2016-04-30
Andrii Grynenko
Don't require folly::Unit in addTaskFinally
commit
|
commitdiff
|
tree
|
snapshot
2016-04-29
Martin Martin
Make addTask[Remote]Future() work for functions returni...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-29
Martin Martin
Clang-format in preparation for other change
commit
|
commitdiff
|
tree
|
snapshot
2016-04-29
Philip Pronin
don't destory defaultElfCache in exit handlers
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Eric Niebler
use std::forward instead of std::move on objects whose...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Andrew Birchall
Create ReadHolder::unlock
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Lucian Grijincu
folly: Function: in-class init, drop (void*) casts
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Subodh Iyengar
Better exception types to SSLexception
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Subodh Iyengar
Stop abusing errno
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Subodh Iyengar
Strict validation for certs
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Nicholas Ormrod
Fix asan build
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Christopher...
Use the portability header for malloc_usable_size in...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Andrii Grynenko
Fix races in TLRefCount
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Giuseppe Ottaviano
Further Function simplification
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
Pavlo Kushnir
Faster onDestroy
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Christopher...
Have the GFlags portability header stick things in...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Eric Niebler
Reimplement folly::Function to improve compile times.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Kyle Nekritz
Add recursion limit to folly::parseJson.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Subodh Iyengar
Remove dead code in AsyncSSLSocket
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Sven Over
fix access-after-free bug in ProducerConsumerQueueTest
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Pavlo Kushnir
Cheaper bumpHandlingTime
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Jon Maltiel...
Optimize away IOBuf clones on hot path
commit
|
commitdiff
|
tree
|
snapshot
2016-04-26
Aditya Muttur
Adding a constructor to UTF8Range that uses std::string
commit
|
commitdiff
|
tree
|
snapshot
2016-04-26
Mirek Klimos
API to set folly::RequestContext for current scope...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-26
Christopher...
Define DECLARE_VARIABLE in portability/GFlags.h
commit
|
commitdiff
|
tree
|
snapshot
2016-04-26
Michael Lee
Remove extra dependency on Portability.h
commit
|
commitdiff
|
tree
|
snapshot
2016-04-26
Pavlo Kushnir
Use std::string in folly::dynamic
commit
|
commitdiff
|
tree
|
snapshot
2016-04-26
Yedidya Feldblum
Retire BOOST_STATIC_ASSERT in favor of static_assert
commit
|
commitdiff
|
tree
|
snapshot
2016-04-25
Stepan Palamarchuk
Remove unnecessary construction of IOBuf in Cursor
commit
|
commitdiff
|
tree
|
snapshot
2016-04-25
Andrew Cox
UndelayedDestruction virtual=>override
commit
|
commitdiff
|
tree
|
snapshot
2016-04-23
Sven Over
use forward instead of move for universal references
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Hans Fugal
update futures README
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Sven Over
Subprocess: allow non-copyable callbacks
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Yedidya Feldblum
get_default and get_ref_default variants taking functions
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
Tobias Ritzau
Updates the internal representation of signals in Notif...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-21
Taiyuan Zhang
fix cancelAllFunctions
commit
|
commitdiff
|
tree
|
snapshot
2016-04-21
chenkan
fix: readvNoInt use wrong read function
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Michael Lee
Define more pieces of portability/GFlags
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Marcelo Juchem
Added FOLLY_IGNORE and FOLLY_SEMICOLON helper macros
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Michael Lee
Clean up deprecation warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Michael Lee
Fix use of dynamic {} initialization in JSONSchemaTest
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Mirek Klimos
Reverted commit D3156698
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Alexey Spiridonov
Throw on errors in read callback
commit
|
commitdiff
|
tree
|
snapshot
2016-04-20
Michael Lee
Backward compatibility for older versions of clang.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-19
Michael Lee
`detail::Futex` wants 4 bytes but MicroLock only gives...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-19
Mark Isaacson
Add make_array to folly
commit
|
commitdiff
|
tree
|
snapshot
2016-04-18
Mirek Klimos
API to set folly::RequestContext for current scope
commit
|
commitdiff
|
tree
|
snapshot
2016-04-18
Brian Walker
NotificationQueue Logging for Android bug
commit
|
commitdiff
|
tree
|
snapshot
2016-04-18
Sven Over
remove superfluous include directive
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Sven Over
remove MoveWrapper from io/async/AsyncUDPServerSocket.h
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Andrii Grynenko
Non-intrusive AtomicLinkedList
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Michael Lee
Forgot to fix the guard for String.cpp
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Christopher...
Remove the strings.h portability header
commit
|
commitdiff
|
tree
|
snapshot
next