summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-2611-212/+495
* Quick hack to make the dump_cache work again. The URLmbelshe@chromium.org2010-04-261-1/+4
* Increase the global TCP socket limit. It's too low.willchan@chromium.org2010-04-261-1/+1
* Fix cut-and-paste error on num_entries.mbelshe@chromium.org2010-04-231-1/+1
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-233-77/+259
* Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-04-231-0/+78
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-2338-304/+380
* Fix cases where SpdySession can double-remove from the SpdySessionPool.mbelshe@chromium.org2010-04-233-3/+17
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-233-3/+20
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-1/+1
* Unlike a real TCPClientSocket, the MockTCPClientSocket was still callingmbelshe@chromium.org2010-04-222-0/+6
* Mark TelnetServerTest.ServerClientSend as flaky.phajdan.jr@chromium.org2010-04-221-1/+2
* Throttle writes rather than just taking it all at once. Fixes crashing as wel...avi@chromium.org2010-04-221-2/+15
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-223-262/+80
* SPDY: Don't embed a NUL in SetNextProtos(). This makes NPN work again.willchan@chromium.org2010-04-211-1/+1
* Fix the SpdyShark plugin to use the updated compression dictionary.mbelshe@chromium.org2010-04-211-1/+1
* With the GOAWAY code we now can have a case where we attemptmbelshe@chromium.org2010-04-211-1/+2
* Fix crasher on SpdySession teardown. When we close the session on error,mbelshe@chromium.org2010-04-212-0/+33
* SPDY: Fix unittest-only leak.willchan@chromium.org2010-04-213-23/+21
* Run DiskCache tests under TSan on Wintimurrrr@chromium.org2010-04-211-4/+0
* Don't process the same address for websocket throttling.ukai@chromium.org2010-04-212-0/+41
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-2028-318/+409
* SSL fixes for sites with buggy DEFLATE support.agl@chromium.org2010-04-204-5/+147
* This CL moves the MockSSPILibrary out of http_auth_sspi_win_unittests.cc and ...cbentzel@chromium.org2010-04-204-157/+209
* Disable HttpNetworkSessionTest.FlushOnNetworkChange under ThreadSanitizer.glider@chromium.org2010-04-201-0/+3
* Fix websocket key generation algorithm.ukai@chromium.org2010-04-201-5/+5
* Cancel IPv6 probe jobs during shutdown.eroman@chromium.org2010-04-201-0/+4
* Mac: Generate valid <keygen> data if challenge string is emptysnej@chromium.org2010-04-191-1/+7
* Fix crash on IP address change.willchan@chromium.org2010-04-1927-185/+191
* SPDY: Remove invalid DCHECK.willchan@chromium.org2010-04-192-2/+5
* SPDY: Change Chrome code to support new NPN protocols.willchan@chromium.org2010-04-193-7/+14
* Changes FormatURL to not strip http if the host starts with ftp or https[!a-z...sky@chromium.org2010-04-192-2/+62
* Update about:cache to display cached metadata for an entry.tonyg@chromium.org2010-04-195-22/+24
* Added NetLog statements for Canonical name lookup.cbentzel@chromium.org2010-04-192-0/+8
* Linux: correctly ignore KDE "indirect" environment variable proxy settings wh...mdm@chromium.org2010-04-181-0/+2
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-1710-116/+471
* SPDY: Minor code cleanup.willchan@chromium.org2010-04-161-4/+5
* Fix FindTopStalledGroup() to catch groups correctly.willchan@chromium.org2010-04-162-9/+40
* Fix crash in WriteSocket() when sending Settings framesmbelshe@chromium.org2010-04-163-1/+28
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-1617-143/+138
* A bit wider SpdyNetwork gtest filter for TSan/Wintimurrrr@chromium.org2010-04-161-1/+2
* Adding extra argument DCHECKs to AddressList methods.cbentzel@chromium.org2010-04-162-2/+11
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-162-3/+11
* Call the IsCertStatusError function.wtc@chromium.org2010-04-161-2/+1
* Revert 44708 - Python implementation of sync server, for testing.nick@chromium.org2010-04-155-1038/+4
* Python implementation of sync server, for testing.nick@chromium.org2010-04-155-4/+1038
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-04-156-20/+36
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-152-5/+8
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-1415-32/+454
* If the server's CertificateRequest message contains an emptywtc@chromium.org2010-04-141-2/+12