| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Add support for split Public Suffix List distinctions. | nyquist@chromium.org | 2013-05-14 | 1 | -1/+3 |
* | Revert 199771 "Add support for split Public Suffix List distinct..." | nyquist@chromium.org | 2013-05-13 | 1 | -3/+1 |
* | Add support for split Public Suffix List distinctions. | nyquist@chromium.org | 2013-05-13 | 1 | -1/+3 |
* | Move files related to registry-controlled domains into a new net/base/registr... | pam@chromium.org | 2012-07-20 | 1 | -2/+2 |
* | Make SDCH classes IO-thread-only. Remove TSan suppression. | joi@chromium.org | 2011-12-02 | 1 | -1/+16 |
* | Moved SDCH initialization from UI thread to IO thread. | rtenneti@chromium.org | 2011-09-17 | 1 | -10/+10 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 1 | -2/+2 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 1 | -2/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -2/+2 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -1/+1 |
* | Fix Coverity PASS_BY_VALUE defect in SdchManager::Dictionary::CanSet. | wtc@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | net: Add namespace net to Sdch* classes. | tfarina@chromium.org | 2011-02-01 | 1 | -16/+21 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -224/+225 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -2/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+1 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -0/+3 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+8 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -5/+1 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -4/+5 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -2/+2 |
* | Fix some coverity warnings in src/net. | willchan@chromium.org | 2009-07-10 | 1 | -4/+4 |
* | Handle proxy corruption including nesting of compressino algorithms | jar@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Adjust histograms to only collect non-cache stats for SDCH. | jar@chromium.org | 2009-05-15 | 1 | -4/+6 |
* | Ensure that IO thread is not called in last actions by SDCH shutdown | jar@chromium.org | 2009-05-13 | 1 | -0/+7 |
* | Change names of SDCH related histograms. | jar@chromium.org | 2009-05-02 | 1 | -3/+3 |
* | Hand craft an A/B test of SDCH compression | jar@chromium.org | 2009-04-30 | 1 | -2/+24 |
* | Correct SDCH enforcement of PathMatch for dictionaries | jar@chromium.org | 2009-04-20 | 1 | -1/+1 |
* | Increase allowable dictionary size so that iGoogle can test SDCH | jar@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -5/+5 |
* | Correct enums in SDCH problem codes | jar@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -3/+3 |
* | Improve modularity of recent SDCH dictionary load checkin | jar@chromium.org | 2009-02-17 | 1 | -2/+4 |
* | Fetch SDCH dictionary as soon as current URL fetch completes | jar@chromium.org | 2009-02-11 | 1 | -4/+6 |
* | Improve SDCH stability stats and error recovery | jar@chromium.org | 2009-01-20 | 1 | -14/+59 |
* | Correct typo in SDCH problem logging code. | jar@google.com | 2008-12-17 | 1 | -2/+2 |
* | Add instrumentation to and tighten SDCH implementation | jar@google.com | 2008-12-02 | 1 | -3/+7 |
* | Adjust histograms to get better data for latency experiments | jar@google.com | 2008-11-22 | 1 | -1/+1 |
* | Avoid plausible DOS attack by malicious SDCH server | jar@google.com | 2008-11-18 | 1 | -4/+56 |
* | Open up SDCH for all sites, in preparation for latency tests | jar@google.com | 2008-11-15 | 1 | -2/+13 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Clean up filter and content encoding handling | jar@google.com | 2008-10-27 | 1 | -4/+6 |
* | Add a lot of robustness to SDCH filter decoding | jar@google.com | 2008-10-15 | 1 | -19/+84 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 1 | -15/+3 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 1 | -3/+15 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 1 | -15/+3 |
* | Re-land SDCH filter support experiment | jar@google.com | 2008-09-23 | 1 | -0/+336 |
* | Rollback 2444 and 2443 to get linux and mac prep | jar@google.com | 2008-09-22 | 1 | -336/+0 |
* | Experimental integration of delta compression content encoding | jar@google.com | 2008-09-22 | 1 | -0/+336 |