summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix locking in CookieMonster.rdsmith@chromium.org2010-05-211-5/+42
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-2110-19/+162
* Generate some histograms to see how well our compression is working.mbelshe@chromium.org2010-05-212-2/+109
* Add more histograms for SPDY and settings.mbelshe@chromium.org2010-05-212-13/+62
* Separate SPDY data-frame compression from the header compressors.mbelshe@chromium.org2010-05-215-139/+473
* SocketStream::Close() disconnect the socket after all pending data sent.ukai@chromium.org2010-05-213-3/+147
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-214-57/+0
* Track whether a resource was loaded via a proxy. I'm going to usembelshe@chromium.org2010-05-213-3/+18
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-2016-70/+177
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-2010-26/+25
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-2024-86/+239
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-205-29/+114
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-203-11/+105
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-2019-182/+127
* Make TCPClientSocket* inherit from NonThreadSafe.willchan@chromium.org2010-05-194-2/+30
* Always fallback to the next address when doing TCP connect (libevent impl).eroman@chromium.org2010-05-192-99/+117
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-196-3/+9
* Prevent crash in test case where tests could overflow the index to the list ofmbelshe@chromium.org2010-05-191-6/+12
* Disable HttpNetworkTransactionTest.StopsReading204 (net_unittests) under TSanglider@chromium.org2010-05-191-0/+3
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-194-172/+45
* Linux: Fix kde no_proxy environment variable handling.mattm@chromium.org2010-05-182-18/+96
* Reland my close on idle socket change.willchan@chromium.org2010-05-184-45/+172
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-183-8/+11
* Adding gssapi.h to third_party.ahendrickson@google.com2010-05-184-0/+914
* Annotate load flags and net errors with their symbolic name.eroman@chromium.org2010-05-183-69/+87
* Adding some known mime types to the platform_mime_utils on linux. This might...dhg@chromium.org2010-05-181-0/+29
* Digest Authentication: Test that "nc" is incremented for same "nonce".cbentzel@chromium.org2010-05-183-0/+150
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-183-3/+11
* Update comments based on my new understanding of thewtc@chromium.org2010-05-181-2/+7
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-181-0/+6
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-172-11/+14
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-1719-127/+182
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-1611-48/+201
* Reland 47342.willchan@chromium.org2010-05-165-9/+104
* FTP: Fix an infinite loop in a rare condition.phajdan.jr@chromium.org2010-05-152-13/+15
* SPDY: Add push streams to the NetLog.willchan@chromium.org2010-05-152-1/+28
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-155-93/+6
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-155-6/+93
* GYP changes for FreeBSD and OpenBSDpvalchev@google.com2010-05-141-2/+2
* Add the URLRequest's method and load flags to the NetLog.eroman@chromium.org2010-05-146-10/+65
* Add the status line to the NetLogHttpResponseParameter.willchan@chromium.org2010-05-141-0/+1
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-131-6/+4
* Try to fix a deadlock that happened when running the network diagnostic tool ...eroman@chromium.org2010-05-131-24/+48
* Fix --host-rules to work properly with proxies.willchan@chromium.org2010-05-131-7/+19
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-138-34/+106
* Remove CRLF from three lines in http_auth_handler.hcbentzel@chromium.org2010-05-131-3/+3
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-135-84/+131
* Add --host-rules support.willchan@chromium.org2010-05-128-100/+242
* Enable Alternate-Protocol support by default when NPN support is enabled.willchan@chromium.org2010-05-121-0/+1