summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Enable the regression test for issue 42538 for Windows.wtc@chromium.org2010-05-032-2/+6
* Update effective TLD (registry-controlled domain) list to latest file from Mo...pam@chromium.org2010-05-033-9343/+10761
* Modifies CookieMonster to ease support for the Chrome Extensions cookies API.cindylau@google.com2010-04-303-107/+441
* SPDY dissector expects associated stream id in SYN_STREAM header.cbentzel@chromium.org2010-04-301-10/+33
* Fix Alternate-Protocol to work for PAC proxies.willchan@chromium.org2010-04-302-27/+188
* Disk cache: Re-enable some unit tests that were disabledrvargas@google.com2010-04-301-13/+6
* Re-apply http://codereview.chromium.org/1622012timurrrr@chromium.org2010-04-305-4/+1038
* Run DiskCacheTest.Backend_DeleteOld under TSan/Win since the issue 34 has bee...timurrrr@chromium.org2010-04-301-3/+0
* Revert "[Third time landing] Python implementation of sync server, for testing."phajdan.jr@chromium.org2010-04-305-1038/+4
* Remove deprecated things from net test suite:phajdan.jr@chromium.org2010-04-302-29/+20
* [Third time landing] Python implementation of sync server, for testing.nick@chromium.org2010-04-305-4/+1038
* Disk cache: fix a unit test for Linux.rvargas@google.com2010-04-301-4/+1
* A couple of SPDY server push bug fixes.mbelshe@chromium.org2010-04-293-4/+8
* Fix Alternate-Protocol to work with proxies.willchan@chromium.org2010-04-292-29/+26
* Fix HttpAlternateProtocols unit test.cbentzel@chromium.org2010-04-291-1/+1
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-294-12/+38
* Enable Chrome OS to load the user's nssdb later.cmasone@google.com2010-04-292-3/+17
* SSL_ForceHandshake may return SECSuccess prematurely.wtc@chromium.org2010-04-293-3/+64
* Revert 45916 - Python implementation of sync server, for testing.nick@chromium.org2010-04-295-1038/+4
* Python implementation of sync server, for testing.nick@chromium.org2010-04-295-4/+1038
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-2913-171/+396
* Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-283-2/+26
* Compile fix.eroman@chromium.org2010-04-281-1/+1
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-2832-408/+493
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-2831-437/+429
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-288-34/+242
* Don't run DiskCacheTest.Backend_DeleteOld under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-281-0/+3
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-283-28/+22
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-2717-272/+320
* [Mac] Add locking as speculative fix for X509Certificate crashes.snej@chromium.org2010-04-272-0/+12
* Fix case where backup socket jobs ignored the socket limits.mbelshe@chromium.org2010-04-271-3/+9
* Makes FormatURL not strip http for view-source urls.sky@chromium.org2010-04-272-0/+8
* The wireshark source does not export two symbols which packet-spdy.c uses in ...cbentzel@chromium.org2010-04-271-5/+50
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
* 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