projects
/
folly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Improve fast path of Cursor
[folly.git]
/
folly
/
io
/
Cursor.h
2018-01-16
Stepan Palamarchuk
Improve fast path of Cursor
blob
|
commitdiff
|
raw
2018-01-14
Yedidya Feldblum
Fix copyright lines
v2018.01.15.00
blob
|
commitdiff
|
raw
|
diff to current
2017-12-13
RcRonco
typo in io/Cursor.h
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Yedidya Feldblum
Move folly/Bits.h to folly/lang/
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Stepan Palamarchuk
Improve QueueAppender/IOBufQueue performance
blob
|
commitdiff
|
raw
|
diff to current
2017-07-13
Yedidya Feldblum
Sort #include lines
blob
|
commitdiff
|
raw
|
diff to current
2017-07-04
Yedidya Feldblum
Apply clang-format to folly/io/ (namespace)
blob
|
commitdiff
|
raw
|
diff to current
2017-06-27
Adam Simpkins
make io::Cursor::push() safe to call with an empty...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-16
Christopher Dykes
Switch implicit references of folly::make_unique to...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-29
Ondrej Lehecka
Cursor::read<T>() initializes return value
blob
|
commitdiff
|
raw
|
diff to current
2017-03-25
Nick Terrell
Add tryRead() and endian variants
blob
|
commitdiff
|
raw
|
diff to current
2017-03-13
Nick Terrell
Fill buffer before allocating more
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
Yedidya Feldblum
2017
blob
|
commitdiff
|
raw
|
diff to current
2016-11-03
Kyle Nekritz
Allow folly::io::Cursor to move backwards.
blob
|
commitdiff
|
raw
|
diff to current
2016-09-30
Lucian Grijincu
folly: use std::__throw_out_of_range
blob
|
commitdiff
|
raw
|
diff to current
2016-05-28
Adam Simpkins
add Cursor::readWhile() and skipWhile()
blob
|
commitdiff
|
raw
|
diff to current
2016-05-25
Adam Simpkins
add Cursor::peekBytes()
blob
|
commitdiff
|
raw
|
diff to current
2016-04-27
Jon Maltiel Swenson
Optimize away IOBuf clones on hot path
blob
|
commitdiff
|
raw
|
diff to current
2016-04-25
Stepan Palamarchuk
Remove unnecessary construction of IOBuf in Cursor
blob
|
commitdiff
|
raw
|
diff to current
2016-04-01
Sven Over
folly: replace old-style header guards with "pragma...
blob
|
commitdiff
|
raw
|
diff to current
2016-02-12
Mark Isaacson
folly copyright 2015 -> copyright 2016
blob
|
commitdiff
|
raw
|
diff to current
2016-01-05
Neel Goyal
Add canAdvance to cursor and tests
blob
|
commitdiff
|
raw
|
diff to current
2015-10-22
Alan Frindell
Fix infinite loop in Cursor::readTerminatedString
blob
|
commitdiff
|
raw
|
diff to current
2015-09-29
Subodh Iyengar
Pre-prune iobufs from clone
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
Adam Simpkins
add Cursor::isAtEnd()
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
Nicholas Ormrod
Copyright 2014->2015
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
Philip Pronin
fix Cursor::skipAtMostSlow bug introduced in D1724111
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
Philip Pronin
improve io::Cursor read() performance for small sizeof(T)
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
Alex Landau
CompactProtocol: readVarint optimizations
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
Alex Landau
CompactProtocol: more improvements
blob
|
commitdiff
|
raw
|
diff to current
2014-10-29
Adam Simpkins
improve io::Appender functionality
blob
|
commitdiff
|
raw
|
diff to current
2014-09-26
Guohui Wang
add function to push data from another cursor
blob
|
commitdiff
|
raw
|
diff to current
2014-07-01
Tudor Bosman
Codemod: use #include angle brackets in folly and thrift
blob
|
commitdiff
|
raw
|
diff to current
2014-03-18
Adam Simpkins
fix Cursor's copy constructor
blob
|
commitdiff
|
raw
|
diff to current
2014-02-28
Adam Simpkins
add operator +, ==, and != to Cursor classes
blob
|
commitdiff
|
raw
|
diff to current
2014-02-21
Omry Yadan
allow folly Cursor to read and write floats
blob
|
commitdiff
|
raw
|
diff to current
2014-02-21
Tudor Bosman
Make IOBuf support 64-bit length and capacity
blob
|
commitdiff
|
raw
|
diff to current
2014-02-21
Bo Liu
add clone() of stack allocated memory for folly::Cursor...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-06
Ajit Banerjee
Fix cursor insert inconsistency
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
Adam Simpkins
make IOBuf::gather() safe
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Tudor Bosman
Fix insignificant CRTP bug
blob
|
commitdiff
|
raw
|
diff to current
2013-08-29
Tudor Bosman
folly::io::QueueAppender speedup
blob
|
commitdiff
|
raw
|
diff to current
2013-08-28
Jim Meyering
folly: adjust more headers to be -Wshadow-clean
blob
|
commitdiff
|
raw
|
diff to current
2013-06-03
Tudor Bosman
Add QueueAppender
blob
|
commitdiff
|
raw
|
diff to current
2013-05-20
Peter Griess
Add read*String() methods to Cursor
blob
|
commitdiff
|
raw
|
diff to current
2013-03-19
Peter Griess
Add some CursorBase::operator-() implementations
blob
|
commitdiff
|
raw
|
diff to current
2013-01-19
Tudor Bosman
graduate IOBuf out of folly/experimental
blob
|
commitdiff
|
raw
|
diff to current