2015-04-27 |
Nicholas Ormrod | README: Fixed typo, formatted code, and linked to docs
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | Manage handlers with shared_ptrs, introduce StaticPipeline
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | rearrange Future.h
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | strip Channel from all class names
|
commit | commitdiff | tree |
2015-04-27 |
Andre Pinto | Fix oss build
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | Introducing Unit!
|
commit | commitdiff | tree |
2015-04-27 |
Yedidya Feldblum | IPAddressV6::kToFullyQualifiedSize.
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | makeFutureTry -> makeFutureWith
|
commit | commitdiff | tree |
2015-04-27 |
Dave Watson | Change ThreadManager interface to Executor
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | Cleanup Future(Value) ctor
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | take collections by reference
|
commit | commitdiff | tree |
2015-04-27 |
Jun Li | Make MIN_WRITE_SIZE configurable for AsyncSSLSocket.
|
commit | commitdiff | tree |
2015-04-27 |
Naizhi Li | Add support for creating SocketAddress directly from...
|
commit | commitdiff | tree |
2015-04-27 |
Dave Watson | future / fiber integration
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | when* -> collect*
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | fix collect() for move-only types
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | then-with-Executor
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | fix collect for non-default-constructible types, for...
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | map()
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | Assume exception when Executor::add throws
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | revert D1985475, clang still borked
|
commit | commitdiff | tree |
2015-04-27 |
Dave Watson | test failure conditions in LengthFieldBasedFrameDecoder
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | Revert "Revert "Deprecating folly::is_complete""
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | Revert "Deprecating folly::is_complete"
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | then-with-Executor
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | fix collect for non-default-constructible types
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | README: Fixed typo, formatted code, and linked to docs
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | Remove unused variables
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | Adds x64 arch-specific test
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | Update Copyright 2014 -> 2015
|
commit | commitdiff | tree |
2015-04-27 |
Marcelo Juchem | Deprecating folly::is_complete
|
commit | commitdiff | tree |
2015-04-27 |
Nicholas Ormrod | We might avoid some temporaries in putMessagesImpl
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | fix build
|
commit | commitdiff | tree |
2015-04-27 |
Dave Watson | runImmediatly fix
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | collect()
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | fulfil -> setWith, fulfilTry -> setTry
|
commit | commitdiff | tree |
2015-04-27 |
Andre Pinto | Instrument fibers execution
|
commit | commitdiff | tree |
2015-04-27 |
Andrii Grynenko | Make sure we can't access LocalData when destroying it
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | onError(exception_wrapper)
|
commit | commitdiff | tree |
2015-04-27 |
James Sedgwick | remove unnecessary & deprecated activate() call
|
commit | commitdiff | tree |
2015-04-27 |
Brian Watling | Ensure the loop callback is scheduled when the ready...
|
commit | commitdiff | tree |
2015-04-27 |
Louis Brandy | fix race in ~ThreadWheelTimekeeper
|
commit | commitdiff | tree |
2015-04-27 |
Louis Brandy | parse flags in unit tests
|
commit | commitdiff | tree |
2015-04-27 |
Hans Fugal | (rx) Include types.h first
|
commit | commitdiff | tree |
2015-03-03 |
Alecs King | Bump version to 27:0
|
commit | commitdiff | tree |
2015-03-03 |
Subodh Iyengar | Add test for running after terminate
|
commit | commitdiff | tree |
2015-03-03 |
Hans Fugal | makeMoveWrapper(lvalue)
|
commit | commitdiff | tree |
2015-03-03 |
Sara Golemon | MacOS doesn't have malloc_usable_size()
|
commit | commitdiff | tree |
2015-03-03 |
Dor Gross | Creating a flatten() method to get the inner Future...
|
commit | commitdiff | tree |
2015-03-03 |
zhaokai | Add const to the variable: needle
|
commit | commitdiff | tree |
2015-03-03 |
zhaokai | Update UnitTest of MapUtilTest.cpp
|
commit | commitdiff | tree |
2015-03-03 |
zhaokai | Fix comment of Benchmark.h
|
commit | commitdiff | tree |
2015-03-03 |
Dave Watson | attempt at putting thrift2 on ChannelPipeline
|
commit | commitdiff | tree |
2015-03-03 |
Monica Lee | Add willEqual to C++ Futures Code
|
commit | commitdiff | tree |
2015-03-03 |
Nathan Bronson | support IndexedMemPool for types without default constructor
|
commit | commitdiff | tree |
2015-03-03 |
Nicholas Ormrod | Copyright 2014->2015
|
commit | commitdiff | tree |
2015-03-03 |
Haim Grosman | EventBase::runAfterDelay to throw an exception
|
commit | commitdiff | tree |
2015-03-03 |
John Ehrhardt | Updating Folly Formatting's use of separators for Decimal...
|
commit | commitdiff | tree |
2015-03-03 |
Sean Cannella | Reduce AsyncSocket code size
|
commit | commitdiff | tree |
2015-03-03 |
Hans Fugal | Future::ensure
|
commit | commitdiff | tree |
2015-03-03 |
Sven Over | folly/FileUtil.h: fix compiler warning signed/unsigned...
|
commit | commitdiff | tree |
2015-03-03 |
Nicholas Ormrod | Improvement fbvector.computePushBackCapacity
|
commit | commitdiff | tree |
2015-03-03 |
Andrei Alexandrescu | Removing call to google::setThreadName from FunctionScheduler
|
commit | commitdiff | tree |
2015-03-03 |
Praveen Kumar | EmulatedFutexAtomic doesn't copy or move
|
commit | commitdiff | tree |
2015-03-03 |
Beny Luo | add preprocessor to hide unused functions
|
commit | commitdiff | tree |
2015-03-03 |
Andrii Grynenko | Fix folly::Singleton DFATAL
|
commit | commitdiff | tree |
2015-03-03 |
Andre Pinto | Optimize perf of EventBase with new option.
|
commit | commitdiff | tree |
2015-03-03 |
Andrey Goder | Add AutoTimer to folly
|
commit | commitdiff | tree |
2015-03-03 |
Hans Fugal | (folly/futures) Fix get() bug
|
commit | commitdiff | tree |
2015-03-03 |
Ranjeeth Dasineni | revert D1471958. ParseError is not intended to be caught
|
commit | commitdiff | tree |
2015-03-03 |
Hans Fugal | (futures) Make executors sticky
|
commit | commitdiff | tree |
2015-03-03 |
Hannes Roth | Revert: (Wangle) Clean up move constructors
|
commit | commitdiff | tree |
2015-03-03 |
Hannes Roth | (Wangle) Clean up move constructors
|
commit | commitdiff | tree |
2015-03-03 |
Michael Lee | Remove @/folly dependency from folly/io:compression
|
commit | commitdiff | tree |
2015-03-03 |
Dave Watson | use ServerBootstrap
|
commit | commitdiff | tree |
2015-03-03 |
Dave Watson | some moar unittests
|
commit | commitdiff | tree |
2015-03-03 |
Dave Watson | Use folly's async udp socket
|
commit | commitdiff | tree |
2015-03-03 |
Andrii Grynenko | Kill get_fast/get_weak_fast Singletonn API
|
commit | commitdiff | tree |
2015-03-03 |
Andrei Alexandrescu | Migrate FunctionScheduler from common/concurrency/...
|
commit | commitdiff | tree |
2015-03-03 |
Sara Golemon | Reformat comment for readability, 80-col rule, and...
|
commit | commitdiff | tree |
2015-03-03 |
Hannes Roth | (Wangle) Shrink Core to 128 bytes
|
commit | commitdiff | tree |
2015-03-03 |
Jim Meyering | ExceptionWrapperTest.cpp vs clang's new warning about...
|
commit | commitdiff | tree |
2015-03-03 |
Jim Meyering | wangle: make new pragma use portable to older clang
|
commit | commitdiff | tree |
2015-03-03 |
Jim Meyering | folly: OptionalTest.cpp: suppress a -Wself-move warning
|
commit | commitdiff | tree |
2015-03-03 |
Jim Meyering | folly/ExceptionWrapper.h: avoid warning about typeid...
|
commit | commitdiff | tree |
2015-03-03 |
Yedidya Feldblum | clang:dev rejects vector<atomic<T>> in EventBaseTest...
|
commit | commitdiff | tree |
2015-03-03 |
Jim Meyering | folly: move side effects out of EXPECT_EQ args
|
commit | commitdiff | tree |
2015-03-03 |
Jim Meyering | folly: avoid new warnings from -Winconsistent-missing...
|
commit | commitdiff | tree |
2015-03-03 |
Hannes Roth | (Wangle) Have Core own an FSM instead of inheriting
|
commit | commitdiff | tree |
2015-03-03 |
Jonathan Frank | Be able to access proxy client IP (including Lua)
|
commit | commitdiff | tree |
2015-03-03 |
Giuseppe Ottaviano | Fix EliasFanoReader position() when past-the-end
|
commit | commitdiff | tree |
2015-03-03 |
Keith Adams | std::atomicize MicroSpinLock.
|
commit | commitdiff | tree |
2015-03-03 |
Giuseppe Ottaviano | Elias-Fano micro-optimizations
|
commit | commitdiff | tree |
2015-03-03 |
Hannes Roth | (Wangle) Catch all exceptions in `then() -> Future`
|
commit | commitdiff | tree |
|