logging: allow partial updates to log handler settings
[folly.git] / folly / Uri.cpp
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-07 Christopher DykesSwitch folly::Uri to use std::string rather than fbstring
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-03 Tudor BosmanFix toString() for authority-less URIs
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-10-17 Jun LIDefer query string parsing from ctor to getQueryParams()
2014-07-25 Jun LIAdd method to parse parameter list in query string...
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Jun LIFix folly Uri::host() return value for IPv6 address
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-10-15 Rajat GoelAdd bad input to Uri in exception messages
2013-10-15 Stephane SezerFix performance issues with folly::Uri::authority().
2013-10-15 Stephane SezerAdd an authority() method to folly::Uri.
2013-09-22 Stephane SezerMake folly::Uri::port() return uint16_t instead of...
2013-04-21 Tudor BosmanRevert "Revert "URI parsing in folly""
2013-04-21 Tudor BosmanRevert "URI parsing in folly"
2013-04-21 Tudor BosmanURI parsing in folly