| Commit message (Expand) | Author | Age | Files | Lines |
* | Pin dictionaries from being deleted while request is outstanding. | rdsmith | 2014-11-21 | 1 | -38/+92 |
* | Sdch view for net-internals | baranovich | 2014-11-14 | 1 | -126/+42 |
* | Restructure SDCH layering to allow more separation (observer/1->[0,n] | rdsmith | 2014-11-06 | 1 | -79/+36 |
* | Revert "Sdch view for net-internals" | tzik | 2014-11-04 | 1 | -46/+129 |
* | Sdch view for net-internals | baranovich | 2014-11-04 | 1 | -129/+46 |
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 1 | -3/+3 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -1/+1 |
* | Handle URLRequest::Read() returning false without an error or ERR_IO_PENDING. | rdsmith | 2014-09-23 | 1 | -0/+1 |
* | Added new histogram for analyzing SDCH corruption detection cases. | rdsmith | 2014-09-09 | 1 | -2/+3 |
* | Change SDCHDictionaryFetcher to use URLRequest instead of URLFetcher. | rdsmith | 2014-09-09 | 1 | -22/+38 |
* | Improve testing for SDCH. | rdsmith@chromium.org | 2014-08-19 | 1 | -1/+7 |
* | Added stats on why blacklisted requests were blacklisted. | rdsmith@chromium.org | 2014-08-13 | 1 | -10/+16 |
* | Move of SdchDictionaryFetcher to net. | rdsmith@chromium.org | 2014-06-20 | 1 | -1/+1 |
* | Clear SDCH information on "Clear browsing data" path. | rdsmith@chromium.org | 2014-06-19 | 1 | -5/+11 |
* | Revert of Clear SDCH information on "Clear browsing data" path. (https://code... | sorin@chromium.org | 2014-06-17 | 1 | -9/+1 |
* | Clear SDCH information on "Clear browsing data" path. | rdsmith@chromium.org | 2014-06-17 | 1 | -1/+9 |
* | Make SdchManager per-profile. | rdsmith@chromium.org | 2014-06-15 | 1 | -15/+6 |
* | Revert 277160 "Make SdchManager per-profile." | viettrungluu@chromium.org | 2014-06-14 | 1 | -6/+15 |
* | Make SdchManager per-profile. | rdsmith@chromium.org | 2014-06-14 | 1 | -15/+6 |
* | Split sdch_manager_unittest.cc out of sdch_filter_unittest.cc | mef@chromium.org | 2014-01-13 | 1 | -1/+1 |
* | Enable SDCH support over HTTPS if --enable-sdch=2 switch is present. | mef@chromium.org | 2014-01-10 | 1 | -0/+9 |
* | Revert 243957 "Enable SDCH support over HTTPS if --enable-sdch=2..." | noamsml@google.com | 2014-01-10 | 1 | -9/+0 |
* | Enable SDCH support over HTTPS if --enable-sdch=2 switch is present. | mef@chromium.org | 2014-01-09 | 1 | -0/+9 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Make SDCH classes IO-thread-only. Remove TSan suppression. | joi@chromium.org | 2011-12-02 | 1 | -2/+3 |
* | Moved SDCH initialization from UI thread to IO thread. | rtenneti@chromium.org | 2011-09-17 | 1 | -12/+6 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -2/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | 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 | -5/+14 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -1/+1 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | Add metarefresh for SDCH in yet another case. | jar@chromium.org | 2010-01-04 | 1 | -1/+1 |
* | Avoid meta-refresh when back-button gets non-sdch content | jar@chromium.org | 2009-12-28 | 1 | -0/+4 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+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 |
* | Prevent SDCH from re-trying to download a dicitionary | jar@chromium.org | 2009-06-05 | 1 | -0/+1 |
* | Adjust histograms to only collect non-cache stats for SDCH. | jar@chromium.org | 2009-05-15 | 1 | -0/+1 |
* | Ensure that IO thread is not called in last actions by SDCH shutdown | jar@chromium.org | 2009-05-13 | 1 | -0/+3 |
* | Hand craft an A/B test of SDCH compression | jar@chromium.org | 2009-04-30 | 1 | -8/+24 |
* | Correct SDCH enforcement of PathMatch for dictionaries | jar@chromium.org | 2009-04-20 | 1 | -1/+2 |
* | wtc: please look at URL related code, and hooks and nits | jar@chromium.org | 2009-03-13 | 1 | -3/+7 |
* | Distinguish a few more SDCH cases via problem codes | jar@chromium.org | 2009-02-27 | 1 | -0/+8 |
* | Correct enums in SDCH problem codes | jar@chromium.org | 2009-02-25 | 1 | -4/+6 |