summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_bypass_rules.cc
Commit message (Expand)AuthorAgeFilesLines
* 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