summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete files from 'sources'. This causes needless work on increment...jeanluc@chromium.org2011-01-301-2/+0
* Add the include <iterator> or change the usage of back_inserter to avoid comp...jeanluc@chromium.org2011-01-301-6/+6
* net: Add namespace net to GZip* classes.tfarina@chromium.org2011-01-305-30/+46
* Fixes eol on http_stream_parser.ccmaruel@chromium.org2011-01-291-1/+1
* The way I was closing when we detected an invalid frame was incorrect;mbelshe@chromium.org2011-01-291-32/+41
* Fix a memory leak when cleaning the queued data frames.mbelshe@chromium.org2011-01-281-41/+19
* Take 2:mbelshe@chromium.org2011-01-281-38/+50
* New protocol and testserver for the Chrome-DMServer protocolgfeher@chromium.org2011-01-284-16/+230
* Fixes OpenSSL build: adds missing include filebulach@chromium.org2011-01-281-0/+2
* The HttpRequestInfo object must outlive the HttpNetworkTransaction object bec...satish@chromium.org2011-01-281-309/+309
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-289-319/+186
* Add checkout.google.com to STS list, with permission from Checkout team.cevans@chromium.org2011-01-281-0/+1
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-284-0/+7
* Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.wtc@chromium.org2011-01-271-6/+5
* The server will happily propagate invalid SPDY headers, which Chrome willmbelshe@chromium.org2011-01-271-0/+5
* Revert 72844 - Optimizations to fill packets better for the edsm server.mbelshe@chromium.org2011-01-271-50/+38
* Optimizations to fill packets better for the edsm server.mbelshe@chromium.org2011-01-271-38/+50
* Add histogram for HTTP response codesgavinp@chromium.org2011-01-271-0/+46
* Abstracts SHA256 context for NSS / OpenSSL.bulach@chromium.org2011-01-273-1/+63
* Add health.google.com to hardcoded STS list, with permission from the Healthcevans@chromium.org2011-01-271-0/+1
* Add support for chunked encoding in ChromeFrame for POST requests. This fixes...ananta@chromium.org2011-01-262-1/+10
* More net/ method ordering.erg@google.com2011-01-2650-2801/+2838
* Clean up net unit testing code.erg@google.com2011-01-2630-916/+1248
* Remove hresolvcbentzel@chromium.org2011-01-262-471/+0
* Log source ip and port in NetLog.willchan@chromium.org2011-01-264-30/+126
* Fix comment in http_stream_request.cc.willchan@chromium.org2011-01-261-2/+2
* Prevent over-preconnecting when we already have a SpdySession.willchan@chromium.org2011-01-262-5/+41
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-2530-1248/+916
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-259-49/+255
* Clean up net unit testing code.erg@google.com2011-01-2530-916/+1248
* A few cleanups in the in-mem flip server:mbelshe@chromium.org2011-01-251-89/+127
* Use QuitTask instead of Quit() to signal request completion.satish@chromium.org2011-01-251-2/+2
* Introduce incognito preference settings.battre@chromium.org2011-01-252-1/+7
* Roll back an incorrect change to SyncPageHandler.ChromiumSyncCommandHandler.satish@chromium.org2011-01-251-1/+2
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-2515-51/+280
* Reland 72421 - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-2/+20
* Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-21/+2
* Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-241-2/+21
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-243-45/+34
* net: fix DnsRRResolver on Mac.agl@chromium.org2011-01-241-0/+1
* More net/ header/implementation method reordering.erg@google.com2011-01-2114-878/+913
* Fix the newly added OverrideUserAgent net test so that it works in ChromeFram...ananta@chromium.org2011-01-211-1/+5
* Disable enforced throttling for URL requests.yzshen@chromium.org2011-01-211-9/+2
* The CertVerifierJob destructor should delete canceled requests.wtc@google.com2011-01-212-4/+42
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-215-22/+2
* More net/ reordering.erg@google.com2011-01-2124-940/+1050
* Remove the check for the obsolete CERT_TRUST_IS_NOT_TIME_NESTEDwtc@google.com2011-01-211-3/+2
* Honor User-Agent header added by WebCorecaseq@google.com2011-01-215-13/+57
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-2129-101/+101
* Disk cache: More data files for unit tests.rvargas@google.com2011-01-2124-0/+776