summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Updated control chars in cookies histogram group to 'Cookie' and added histog...jww@chromium.org2013-06-111-19/+24
* net: (*.)logotype.se to HSTS preloaded.agl@chromium.org2013-06-112-0/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-115-7/+12
* net: Socket pools prioritize requests with ignore_limits.mmenke@chromium.org2013-06-114-14/+211
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-1166-86/+86
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-1156-72/+72
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-1162-91/+91
* Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.akalin@chromium.org2013-06-114-79/+169
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-1153-78/+78
* Remove a couple of obsolete/done TODOs.akalin@chromium.org2013-06-111-6/+0
* [SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()akalin@chromium.org2013-06-114-1/+20
* Call context_'s member method directly in SocketStream.tyoshino@chromium.org2013-06-112-13/+3
* Disk Cache: move common elements from v2 and v3 file format.rvargas@google.com2013-06-1120-298/+66
* SimpleCache: histograms to look after CRC checkspasko@chromium.org2013-06-112-5/+33
* Fix TLS 1.2 client authentication on Mac OS X.wtc@chromium.org2013-06-111-7/+10
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-1028-28/+28
* Revert MappedFile::Flush() back to pre-upstreamed version.pauljensen@chromium.org2013-06-101-20/+6
* net: add (*.)conformal.com, (*.)cyphertite.com to HSTS preloaded.agl@chromium.org2013-06-102-0/+4
* Generate constants for HTTP status codes and reason phrases using macro.tyoshino@chromium.org2013-06-105-68/+98
* SocketStream uses a weak ptr to URLRequestContextyhirano@chromium.org2013-06-105-15/+86
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-0811-81/+62
* Add multicast support to DatagramServerSocketnoamsml@chromium.org2013-06-083-0/+47
* Refactor net::NetLog to provide implementation of observer pattern, not just ...kouhei@chromium.org2013-06-079-193/+492
* Track DNS Server Success and Failure time and use it in next server selection.mef@chromium.org2013-06-073-64/+185
* Revert 204861 "Refactor net::NetLog to provide implementation of..."kouhei@chromium.org2013-06-079-492/+193
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-0781-82/+82
* Refactor net::NetLog to provide implementation of observer pattern, not just ...kouhei@chromium.org2013-06-079-193/+492
* net: add carezone.com to HSTS preloaded list.agl@chromium.org2013-06-072-0/+2
* Add a SimpleCache Read unittest.felipeg@chromium.org2013-06-071-0/+98
* Factor out HTTP status code and reason phrase in Blob and Stream infrastructu...tyoshino@chromium.org2013-06-073-0/+49
* Don't cache URLRequestContext's member in SocketStream.tyoshino@chromium.org2013-06-072-19/+9
* Test that SocketStream is closed correctly on resolve failure.tyoshino@chromium.org2013-06-071-0/+35
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-074-15/+15
* Small cleanup changes that came up during merging chromium changes withrtenneti@chromium.org2013-06-072-6/+5
* net_watcher does not build in Ubuntu 13.04yael.aharon@intel.com2013-06-071-0/+15
* Reland: Fix errors when building android with coverage=1 ilevy@chromium.org2013-06-061-1/+1
* Reorder assertions in SimpleCache race test.gavinp@chromium.org2013-06-061-1/+1
* Add unit tests for sniffing Office Docszork@chromium.org2013-06-062-2/+53
* SimpleCache: correct the time resolution of last modified fieldclamy@chromium.org2013-06-064-42/+63
* SimpleCache: more histograms watching how index is loaded.pasko@chromium.org2013-06-061-3/+7
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-8/+0
* Revert 204556 "Fix errors when building android with coverage=1"ilevy@chromium.org2013-06-061-1/+1
* Fix errors when building android with coverage=1rwalker@codeaurora.org2013-06-061-1/+1
* Revert 204547 "Fix errors when building android with coverage=1"ilevy@chromium.org2013-06-061-1/+1
* Fix errors when building android with coverage=1rwalker@codeaurora.org2013-06-061-1/+1
* net: add (*.)inertianetworks.com to HSTS preloaded list.agl@chromium.org2013-06-062-0/+2
* Move delegate_ checking from DoResolveHostComplete to DoResolveProtocol.tyoshino@chromium.org2013-06-061-1/+7
* net: update cipher suite names tables.agl@chromium.org2013-06-062-238/+198
* Support the new TLS 1.2 HMAC-SHA256 cipher suites specified inwtc@chromium.org2013-06-0611-24/+564
* In SimpleCacheTests EXPECT -> ASSERT to avoid crashes on failure.gavinp@chromium.org2013-06-061-10/+10