summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Upstream X509Util and AndroidNetworkLibrary refactoring.acleung@google.com2012-08-212-89/+123
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-215-44/+23
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-215-21/+31
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-215-31/+21
* Fix comments in websocket_stream.h.yutak@chromium.org2012-08-211-2/+2
* Add a function that calculates the size of WebSocket frame header.yutak@chromium.org2012-08-212-17/+30
* [Coverity] Pass-by-ref instead of valuegroby@chromium.org2012-08-212-4/+5
* WebSocket over SPDY: unit test cleanuptoyoshim@chromium.org2012-08-2112-257/+219
* When trying to identify when network data is received while thepauljensen@chromium.org2012-08-211-1/+2
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-219-388/+425
* Revert 151198 - Turn off TLS 1.1.wtc@chromium.org2012-08-204-3/+16
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-2012-65/+175
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-205-20/+95
* Revert 152360 - Disk cache: Disable checking the lists on start-up.rvargas@google.com2012-08-201-0/+3
* Disk cache: Disable checking the lists on start-up.rvargas@google.com2012-08-201-3/+0
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-1912-35/+37
* linux/clang: Disable the last two warnings, turn on -Werrorthakis@chromium.org2012-08-181-0/+7
* Disable SpdyCredentialBuilder tests with OpenSSL.pliard@chromium.org2012-08-171-6/+44
* Move small c/b/extensions classes into extensions namespace no.1rdevlin.cronin@chromium.org2012-08-171-2/+2
* When renegotiating, continue to use the client_version used in thewtc@chromium.org2012-08-175-45/+242
* Do not perform online revocation checking when the user has explicitly disabl...rsleevi@chromium.org2012-08-1711-193/+312
* Run the disk cache tests in scoped temporary directories instead of a fixed d...jam@chromium.org2012-08-176-58/+12
* Replace hardcoded ssl_variant_stream with ss->protocolVariant.wtc@chromium.org2012-08-165-3/+61
* net: cleanup code to disable ECDSAagl@chromium.org2012-08-161-34/+11
* net: disable ECDSA ciphersuites on platforms where we can't support it.agl@chromium.org2012-08-162-0/+34
* net: preparatory patch for crbug.com/142782agl@chromium.org2012-08-161-0/+8
* Added warning when URLRequestContextGetter leaks.atwilson@chromium.org2012-08-151-1/+7
* Adding AndroidProxySelectorTest to ContentShellaurimas@chromium.org2012-08-152-0/+339
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-1522-111/+1554
* [net/dns] Don't conflate all unhandled errors into DNS_SERVER_FAILED.szym@chromium.org2012-08-151-1/+1
* net: workaround compression leaksagl@chromium.org2012-08-155-56/+218
* When measuring waste in the DNS resolver related to AF_UNSPEC lookups, alsopauljensen@chromium.org2012-08-151-40/+41
* SPDY: WriteHeaders should invoke OnDataSent callbacktoyoshim@chromium.org2012-08-1514-30/+77
* [net/dns] Hardcode DnsConfig.timeout to 1 second.szym@chromium.org2012-08-153-2/+9
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-1422-1536/+111
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-1422-111/+1536
* Exclude more files from Android buildwangxianzhu@chromium.org2012-08-141-0/+1
* Revert "net: workaround compression leaks"agl@chromium.org2012-08-145-218/+56
* net: workaround compression leaksagl@chromium.org2012-08-145-56/+218
* Sort includes in cookie_monster.h.pliard@chromium.org2012-08-141-1/+1
* WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3toyoshim@chromium.org2012-08-149-170/+445
* Set TCP_KEEPALIVE idle and interval on Android.pliard@chromium.org2012-08-141-1/+1
* Tweak the tests to match the original intention.wtc@chromium.org2012-08-131-0/+7
* Revert "TLS channel id field trial."mattm@chromium.org2012-08-132-11/+0
* Make jars build from a single ant .xml templatecjhopman@chromium.org2012-08-131-16/+0
* Removed checks that verify URLRequest has a Contextshalev@chromium.org2012-08-135-45/+32
* Add histograms to NetworkChangeNotifier to identify ways to improve interfacepauljensen@chromium.org2012-08-133-0/+142
* Measure DNS resolution waste from not always performing AF_UNSPEC lookups.pauljensen@chromium.org2012-08-131-2/+40
* [net] Use only DnsConfigService to detect DNS changes in HostResolverImplszym@chromium.org2012-08-132-34/+19
* Remove unnecessary assignment in transport_client_socket_unittest.cc.pliard@chromium.org2012-08-131-1/+1