| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor SpdyStream to get HTTP specific out of the interface and members. | ukai@chromium.org | 2010-06-18 | 11 | -427/+591 |
* | Fix crash in SpdySession::DeleteStream. | ukai@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | Disk Cache: Remove deprecated methods from the disk cache interface. | rvargas@google.com | 2010-06-17 | 16 | -191/+168 |
* | Remove unfixable test. | vandebo@chromium.org | 2010-06-17 | 1 | -15/+0 |
* | Disable caching of failed DNS lookups. | eroman@chromium.org | 2010-06-17 | 1 | -1/+1 |
* | Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier... | pkasting@chromium.org | 2010-06-17 | 8 | -49/+82 |
* | Assert SetCookieableScheme called before first use. | rdsmith@google.com | 2010-06-17 | 2 | -0/+5 |
* | HttpNetworkTransaction handles asynchronous auth token generation. | cbentzel@chromium.org | 2010-06-17 | 7 | -110/+604 |
* | Check state in SocketStream delegate methods. | ukai@chromium.org | 2010-06-17 | 1 | -0/+11 |
* | Check proxy_info_.is_empty() | ukai@chromium.org | 2010-06-17 | 1 | -2/+11 |
* | Fix TestConnectJob::kMockAdvancingLoadStateJob to be less flaky. | vandebo@chromium.org | 2010-06-17 | 2 | -13/+14 |
* | Coverity: fix possible library leak in GSSAPISharedLibrary::LoadSharedLibrary. | mattm@chromium.org | 2010-06-16 | 1 | -4/+6 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+1 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -1/+2 |
* | Working towards -Wextra | thomasvl@chromium.org | 2010-06-16 | 2 | -6/+6 |
* | Don't run DiskCacheBackendTests under ThreadSanitizer on Windows | timurrrr@chromium.org | 2010-06-16 | 1 | -2/+1 |
* | Fix crash in DeleteStream. | ukai@chromium.org | 2010-06-16 | 1 | -2/+3 |
* | Don't run some DiskCacheBackendTests under TSan on Windows | timurrrr@chromium.org | 2010-06-16 | 1 | -0/+4 |
* | Don't run ClientSocketPoolBaseTest.LoadState under Valgrind | timurrrr@chromium.org | 2010-06-16 | 1 | -0/+3 |
* | In addition to the logging the IP address that a TCP connect is made to, also... | eroman@chromium.org | 2010-06-16 | 7 | -35/+83 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -5/+1 |
* | TTF: Fix and enable disabled test: ClientSocketPoolBaseTest.LoadState | vandebo@chromium.org | 2010-06-16 | 1 | -4/+3 |
* | cleaned up the way that streams close so that all of them use DeleteStream | erikchen@google.com | 2010-06-15 | 5 | -192/+52 |
* | Improve error messages for bad SocketParams. | willchan@chromium.org | 2010-06-15 | 4 | -14/+31 |
* | Disk cache: Update the disk cache tools and tests to use | rvargas@google.com | 2010-06-15 | 15 | -191/+414 |
* | Add Keynectis to EV list | davidben@chromium.org | 2010-06-15 | 1 | -0/+6 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 18 | -6/+70 |
* | Fix a regression that accesses file system synchronously | huanr@chromium.org | 2010-06-14 | 4 | -44/+50 |
* | Introduced artificial processing delay to work around the issue of proxy init... | zelidrag@chromium.org | 2010-06-14 | 2 | -2/+35 |
* | Changed the return error code if the GSSAPI library cannot be initialized. | ahendrickson@google.com | 2010-06-14 | 1 | -1/+1 |
* | Reland 49600 - Http cache: Remove deprecated code. | rvargas@google.com | 2010-06-14 | 3 | -84/+16 |
* | Implement KDE ReversedException setting in Chrome | davidben@chromium.org | 2010-06-14 | 8 | -27/+143 |
* | Improved library loading to bypass libraries that don't contain all the funct... | ahendrickson@google.com | 2010-06-14 | 3 | -57/+129 |
* | Refactor SpdyStream. | ukai@chromium.org | 2010-06-14 | 13 | -348/+510 |
* | Add metrics for measuring spdy transaction latency. | mbelshe@chromium.org | 2010-06-13 | 2 | -8/+30 |
* | Add dependency on libevent where required. | phajdan.jr@chromium.org | 2010-06-12 | 1 | -0/+6 |
* | Use KDEHOME variable instead of KDE_HOME for locating KDE directory | davidben@chromium.org | 2010-06-12 | 2 | -21/+21 |
* | Revert 49600 - Http cache: Remove deprecated code. | rvargas@google.com | 2010-06-11 | 3 | -16/+84 |
* | Http cache: Remove deprecated code. | rvargas@google.com | 2010-06-11 | 3 | -84/+16 |
* | SPDY: Minor code cleanup. | willchan@chromium.org | 2010-06-11 | 1 | -1/+3 |
* | Http Cache: Remove blocking calls to GetAvailableRange. | rvargas@google.com | 2010-06-11 | 13 | -64/+293 |
* | Second attempt to land r49489. | wtc@chromium.org | 2010-06-11 | 5 | -11/+88 |
* | Revert 49489 - Use NSS for SSL by default on Mac OS X. | hayato@chromium.org | 2010-06-11 | 5 | -88/+11 |
* | Use NSS for SSL by default on Mac OS X. | wtc@chromium.org | 2010-06-11 | 5 | -11/+88 |
* | A couple of style mods in proxy_config_service_linux.cc | ziadh@chromium.org | 2010-06-11 | 1 | -11/+11 |
* | Download filename encoding fix [try2]: | estade@chromium.org | 2010-06-11 | 2 | -4/+37 |
* | Track whether a page was loaded via a proxy so that we can | mbelshe@chromium.org | 2010-06-10 | 1 | -0/+5 |
* | Return NULL instead of false when appropriate. | evan@chromium.org | 2010-06-10 | 1 | -1/+1 |
* | Adding flushing of files on chromeos, so that when something is downloaded, i... | dhg@chromium.org | 2010-06-10 | 3 | -0/+41 |
* | Linux: check the timestamps of .kde and .kde4 to figure out which to use for ... | mdm@chromium.org | 2010-06-10 | 2 | -6/+38 |