allow command to accept "--" separator
[folly.git] / folly / Varint.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-08-17 Stella LauFix undefined behavior when decoding varint
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-05-31 Jon Maltiel SwensonAdd non-throwing alternative to decodeVarint
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-09-28 Giuseppe OttavianoAdd unchecked versions of advance(), subtract(), and...
2016-05-10 Lucian Grijincufolly: ubsan: cast to unsigned to avoid negative-left...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Michael LeeRemove @/folly dependency from folly/io:compression
2015-02-11 Philip Proninmake decodeVarint accept StringPiece
2014-12-11 Mainak Mandalfix varint decoding in case the first buffer is smaller...
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-08-28 Tudor BosmanVarint in folly