summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_bypass_rules.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-1/+4
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-4/+1
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-1/+4
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-4/+1
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-1/+4
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-9/+9
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Convert CrOS proxy config serialization to protobuf format.mnissler@chromium.org2011-04-191-1/+12
* Make a copy of the proxy bypass list rules when assigning, rather than refere...eroman@chromium.org2010-12-011-12/+51
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-2/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-6/+6
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-1/+1
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+12
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* KDE treats all host patterns as wildcard patternsdavidben@chromium.org2010-07-091-0/+5
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-3/+54
* Remove LOG(WARNING)s for when fails to parse proxy bypass rules.eroman@chromium.org2010-03-111-5/+3
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-0/+228