summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-268-56/+783
* net: Move more functions into net namespace.tfarina@chromium.org2011-09-252-38/+38
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-231-0/+1
* Record UMA statistics for file_stream operations.ahendrickson@chromium.org2011-09-2310-39/+410
* Sending auth error from python server. After posting a request to the /chromi...lipalani@chromium.org2011-09-231-3/+44
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-2319-67/+74
* Mark untrusted certificates as such in Linux UI.agl@chromium.org2011-09-222-0/+64
* Python server to test the actionable error feature.lipalani@chromium.org2011-09-222-1/+78
* Try to fix compile break.pkasting@chromium.org2011-09-221-4/+1
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-223-6/+6
* Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs...mdm@chromium.org2011-09-221-3/+7
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-2218-70/+63
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-2218-63/+70
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-223-10/+14
* Enable sync for the settings from the Extension Settings API.akalin@chromium.org2011-09-211-1/+7
* Move TransportSecurityPersister completely to IO thread.phajdan.jr@chromium.org2011-09-211-0/+3
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-2112-2/+12
* aura: Make 'net' buildable with gtk disabled.sadrul@chromium.org2011-09-212-11/+23
* Fix a crash-on-shutdown in ProxyConfigServiceMacadamk@chromium.org2011-09-202-3/+6
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-203-3/+26
* net: support side-pinning of public keys.agl@chromium.org2011-09-205-0/+402
* Consistently use ASSERT_TRUE(response != NULL) in http_network_transaction_un...cbentzel@chromium.org2011-09-201-80/+83
* Introduce a typedef for users of the SSL cert trust bits. This allows lots of...pkasting@chromium.org2011-09-205-19/+22
* net: Start wrapping escape.h into namespace net.tfarina@chromium.org2011-09-203-16/+34
* Fix crash bug at net::WebSocketJob::OnSentData.ukai@chromium.org2011-09-202-3/+6
* Linux: enhance some code to try and track down bug 75508.mdm@chromium.org2011-09-192-6/+21
* net: remove opportunistic HTTPS stuff.agl@chromium.org2011-09-197-298/+3
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-182-2/+2
* Moved SDCH initialization from UI thread to IO thread.rtenneti@chromium.org2011-09-173-28/+19
* Disk Cache: If there are no abort_callbacks, we should notrvargas@google.com2011-09-161-2/+8
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-164-1/+128
* net: more HSTS additions.agl@chromium.org2011-09-162-0/+21
* Introduce logging to console and re-enable URLRequestTestHTTP.ProxyTunnelRedi...battre@chromium.org2011-09-163-10/+13
* Autofill/Valgrind: Fix a leak in AutofillDownloadTest.jhawkins@chromium.org2011-09-161-3/+2
* Change LOG(INFO) to VLOG(1) in net/base/bandwidth_metrics.hisherman@chromium.org2011-09-161-3/+3
* Fourth attempt at the following. Unreviewed, this was originally reviewed in...pkasting@chromium.org2011-09-156-299/+224
* FTP: fix compatibility with servers which send 451 responsephajdan.jr@chromium.org2011-09-143-15/+53
* FTP: Cleanup - replace sscanf with more high-level routines.phajdan.jr@chromium.org2011-09-142-24/+46
* Mark URLRequestTestHTTP.ProxyTunnelRedirectTest flaky.ericu@google.com2011-09-141-1/+7
* Move destruction of FilePathWatcherFactory from WatchingFileReader dtor to Ca...szym@chromium.org2011-09-141-1/+5
* Disk cache: Make a local copy of the operation result beforervargas@google.com2011-09-141-1/+2
* Third try at committing this.erikwright@chromium.org2011-09-1313-588/+1632
* Disk cache: Make sure that we don't use the address of anrvargas@google.com2011-09-131-5/+5
* Don't leak SSPILibraryDefault objectsasanka@chromium.org2011-09-132-11/+9
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-135-10/+46
* net: update public key block for the correct Cyber CA certs.agl@chromium.org2011-09-138-2/+190
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+1
* NetworkChangeNotifierMac: synchronize destruction order with helper thread.adamk@chromium.org2011-09-122-14/+13
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-123-29/+79
* Avoid long test_server timeouts by using action_timeout_msphajdan.jr@chromium.org2011-09-123-8/+2