Fix one missing conditional for Android
[folly.git] / folly / io /
2014-10-17 Dave Watsonmove shutdown socket set
2014-10-15 Yedidya FeldblumBasic tests for EventHandler.
2014-10-15 James Sedgwickmove TEventBaseManager to folly/io/async/EventBaseManager
2014-09-30 Haijun ZhuFix bug and unit test failure in HHWheelTimer
2014-09-26 Simon JenkinsSet DEFAULT_CATCHUP_EVERY_N to 10 to get more accurate...
2014-09-26 Guohui Wangadd function to push data from another cursor
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-10 Sara GolemonFix folly compilation on MacOSX
2014-09-09 Dave WatsonMove HHWheelTimer to folly
2014-09-09 Jason EvansConvert from jemalloc's obsolete *allocm() to *allocx().
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-08-14 Philip Proninfix build (gtest 1.6 -> 1.7)
2014-08-14 Marc HorowitzDon't check for thread running in terminateLoopSoon()
2014-08-14 Hitesh KhandelwalAPI for getTimeoutManager
2014-08-14 Alan FrindellMove TDelayedDestruction to folly::DelayedDestruction
2014-07-15 Tudor BosmanAllow undefined LZ4_MAX_INPUT_SIZE
2014-07-14 Gunjan SharmaFix another race in Notification Queue
2014-07-14 Tudor BosmanEnforce max uncompressed size; use safe LZ4 decompresso...
2014-07-09 Gunjan SharmaFix race in Notification Queue
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Tudor Bosmanfolly OSS fixes: add ThreadName.h and compression
2014-06-26 Yunqi ZhangExpose EVLOOP_NONBLOCK
2014-06-09 Stepan PalamarchukIntroduce destruction callbacks
2014-06-09 Tudor BosmanHasher and equality comparison for IOBuf
2014-06-09 Dave WatsonRemove extraneous syscalls if NotificationQueue size...
2014-05-20 Alex LandauMake EventHandler::isPending const
2014-05-20 Philip Proninfix IOBuf self move-assignment
2014-05-20 Zejun WuHandle event_base_new failure when out of file descriptors.
2014-05-20 Louis BrandyMove setPosixThreadName & friends to folly.
2014-05-20 Dave WatsonQueueBenchmark set max read at once
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-05-20 Peter GriessFix type mismatch in IOBuf::getIov()
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-04-18 Bryan AlgerFix flag naming
2014-04-18 Victor LohUse StringPiece instead of String
2014-04-18 Tudor BosmanAdd non-const operator[] to TypedIOBuf
2014-04-04 Stepan PalamarchukAdd loopOnce() method to folly::EventBase
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-31 Dave WatsonEventBase cleanup
2014-03-18 Dave WatsonMove thrift/lib/cpp/async to folly.
2014-03-18 Adam Simpkinsfix Cursor's copy constructor
2014-03-10 Yedidya FeldblumFix off-by-one affecting benchmark numbers in folly/io.
2014-02-28 Adam Simpkinsadd operator +, ==, and != to Cursor classes
2014-02-21 Omry Yadanallow folly Cursor to read and write floats
2014-02-21 Tudor BosmanMake IOBuf support 64-bit length and capacity
2014-02-21 Bo Liuadd clone() of stack allocated memory for folly::Cursor...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-02-06 Yasser Ganjisaffarbug fix when rallocm fails
2014-01-19 Adam Simpkinssupport stack-allocated IOBufs
2014-01-19 Andrei AlexandrescureadFile reads an entire file into a string, vector...
2014-01-06 Ajit BanerjeeFix cursor insert inconsistency
2013-12-20 Andrew Gallagherfolly/io:compression: add LZMA2 support
2013-12-20 Adam Simpkinsmake IOBuf::gather() safe
2013-12-20 Adam Simpkinsfix issues when compiling with clang
2013-12-20 Adam Simpkinschange the mechanism for "internal" buffer storage
2013-12-20 Adam Simpkinsupdate moveToFbString()'s handling of flags_
2013-12-20 Adam Simpkinsfix IOBuf::reserve() when operating on a user-supplied...
2013-12-20 Adam Simpkinsfix bugs in the cursor StringOperations test
2013-11-26 Tudor BosmanImprove CompressionTest
2013-10-24 Philip Proninexponential capacity growth for io::TypedIOBuf
2013-10-24 Philip Proninmake IOBuf::coalesce return ByteRange
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-10-15 Daniel SommermannAdd a comment about takeOwnership()
2013-09-08 Tudor BosmanFix insignificant CRTP bug
2013-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
2013-08-28 Jim Meyeringfolly: adjust more headers to be -Wshadow-clean
2013-08-28 Tudor BosmanAdd Varint-length-prefixed flavor of LZ4
2013-08-28 Tudor BosmanIOBuf compression
2013-07-18 Sean CannellaOSX compat fixes
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-06-03 Tudor BosmanAdd QueueAppender
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor Bosmanconvert RecordIO to pwritev
2013-05-20 Peter GriessAdd read*String() methods to Cursor
2013-05-20 Tudor BosmanRecordIO: robust record-based streaming I/O
2013-03-27 Hans FugalIOBuf::getIov
2013-03-27 Alessandro Salvatoriallow to dequeue the first IOBuf in an IOBufQueue
2013-03-19 Gaurav JainMinor clang compiler fixes
2013-03-19 Tudor BosmanFix subtle double-free in trimEnd; optionally pack...
2013-03-19 Peter GriessAdd some CursorBase::operator-() implementations
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental