summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fixes OpenSSL build: adds missing include following r77024.bulach@chromium.org2011-03-071-0/+1
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-0718-680/+405
* Revert 77077 - Fix clang after r77075.jochen@chromium.org2011-03-072-5/+1
* Fix clang after r77075.willchan@chromium.org2011-03-062-1/+5
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-0618-405/+680
* Change from CHECK to DCHECK and attempt to handle NULL values, in preparation...joi@chromium.org2011-03-052-24/+17
* Check that uncompressed data passed to zlib is defined, and mark compressionglider@chromium.org2011-03-051-0/+12
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-052-6/+14
* NSS: Unlock crypto devices when populating cert manager.mattm@chromium.org2011-03-053-0/+35
* Skip generation of stats, since code is now shared across threadsjar@chromium.org2011-03-041-0/+6
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-0413-35/+104
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-0413-27/+24
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-0422-66/+355
* Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ...asanka@chromium.org2011-03-041-1/+5
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-0422-355/+66
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-0422-66/+355
* More build errors from on-they-fly-emergency clang patching.mbelshe@chromium.org2011-03-041-0/+2
* add a detructor for clang's sake.mbelshe@chromium.org2011-03-041-0/+1
* Add an IPEndPoint class as a simple class for dealing with struct sockaddr.mbelshe@chromium.org2011-03-044-0/+299
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-032-52/+2
* Disk cache: End the throttling experiment and removervargas@google.com2011-03-035-233/+28
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-037-125/+162
* wstring: allow converting FilePath to wstring in testsevan@chromium.org2011-03-031-2/+3
* When determining potential client certificates on Windows, if a certificate d...rsleevi@chromium.org2011-03-032-0/+14
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-032-14/+6
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-021-1/+1
* Fix clang build.mbelshe@chromium.org2011-03-022-2/+9
* Add an initial API and implementation for UDP Sockets.mbelshe@chromium.org2011-03-0213-0/+1250
* Remove bzip2-encoded test data file left behind when bzip2 support was remove...adamk@chromium.org2011-03-022-74/+0
* Make chromium-style violations errors if -Werror is set.erg@google.com2011-03-021-1/+1
* Http cache: Fix handling of truncated entries.rvargas@google.com2011-03-024-120/+194
* Pick the closest enclosing path match when looking up HTTP auth cache entries...asanka@chromium.org2011-03-023-17/+50
* Fix broken linux64 build mbelshe@chromium.org2011-03-021-2/+2
* Add a flag to a host resolver request to request that resolution onlymbelshe@chromium.org2011-03-024-0/+56
* Add constructor for creating an AddressList from a struct sockaddr. This ismbelshe@chromium.org2011-03-023-0/+95
* Single-threaded stress test for URLRequestThrottlerManagerjoi@chromium.org2011-03-026-16/+168
* Fix Linux OOL issue that came up since yesterday.erg@google.com2011-03-022-10/+16
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-027-11/+11
* Update policy backend and testserver for the latest policy protocolgfeher@chromium.org2011-03-011-85/+141
* Disk cache: Don't attempt to create another external filervargas@google.com2011-03-011-2/+6
* Add HttpStreamFactory Job orphaning semantics.willchan@chromium.org2011-03-017-65/+486
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-011-1/+1
* Update NetLog in preparation for late binding of HttpStream jobs to requests.willchan@chromium.org2011-02-288-11/+58
* Patch from kelindsay@gmail.commbelshe@chromium.org2011-02-288-9/+137
* Update effective TLDs from upstreamagl@chromium.org2011-02-283-9616/+12389
* Remove entries from the False Start blacklist.agl@chromium.org2011-02-281-4/+0
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-282-6/+14
* Mark DiskCacheBackendTest.AppCacheEnumerations as flakyphajdan.jr@chromium.org2011-02-281-1/+2
* Prepare for late binding of SpdyHttpStreams.willchan@chromium.org2011-02-259-300/+412
* Add a new method of ClientSocketFactory for clearing the cache used for SSL s...rch@chromium.org2011-02-256-0/+38