summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 50930 - Fix a renderer crash while processing FTP directory listing.phajdan.jr@chromium.org2010-06-304-1/+3
* Merge 50078 - Check proxy_info_.is_empty()inferno@chromium.org2010-06-281-2/+11
* Merge 46951 - Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is ...eroman@chromium.org2010-05-122-5/+20
* Merge 46684 - Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-05-081-5/+29
* Change socket pool max from 100 to 1000000laforge@chromium.org2010-05-071-1/+1
* Merge 46319 - Delete WSACleanup() call in the network stack.willchan@chromium.org2010-05-042-11/+6
* Merge 46020 - Disk cache: fix a unit test for Linux.rvargas@google.com2010-04-301-4/+1
* Merge 45878 - Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-303-2/+26
* Fix compilation errors of code backported from the trunkwtc@chromium.org2010-04-291-4/+3
* Merge 45933 - SSL_ForceHandshake may return SECSuccess prematurely.wtc@chromium.org2010-04-293-3/+64
* Merge 45722 - Fix case where backup socket jobs ignored the socket limits.mbelshe@chromium.org2010-04-271-3/+9
* Merge 45311 - Throttle writes rather than just taking it all at once. Fixes c...avi@chromium.org2010-04-261-2/+15
* Merge 45452 - Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-04-231-0/+78
* Revert Omnibox, toolbar, tab animations, and other UI changes for mstone-5.shess@chromium.org2010-04-223-202/+80
* Merge 45211 - With the GOAWAY code we now can have a case where we attemptmbelshe@chromium.org2010-04-211-1/+2
* Merge 45210 - Fix crasher on SpdySession teardown. When we close the session...mbelshe@chromium.org2010-04-212-0/+33
* Merge 44811 - Refactored to pass the URLSecurityManager via the HttpAuthFacto...ahendrickson@google.com2010-04-2017-138/+133
* Merge 45003 - Cancel IPv6 probe jobs during shutdown.eroman@chromium.org2010-04-201-0/+4
* Merge 44819 - Fix crash in WriteSocket() when sending Settings frameslaforge@chromium.org2010-04-183-1/+28
* Merge 44864 - Fix a deadlock that could happen during shutdown if a host reso...eroman@chromium.org2010-04-1710-116/+471
* Merge 44526 - Kerberos uses an SPN (Service Principal Name) to identify a ser...cbentzel@chromium.org2010-04-1615-32/+454
* Revert 43908 - Flush socket pools and SPDY session pool properly on explicit ...laforge@chromium.org2010-04-1527-185/+191
* Merge part of 44442 -wtc@chromium.org2010-04-151-2/+2
* Merge 44402 - Revert r44150 and r43882.willchan@chromium.org2010-04-134-161/+39
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-094-20/+55
* Prevent people from adding mime type to supported_non_image_types that will m...inferno@chromium.org2010-04-091-0/+4
* Strips http from the omniboxsky@chromium.org2010-04-093-80/+202
* Take 2 at landing the SPDY SETTINGS frame patch.mbelshe@chromium.org2010-04-0910-48/+453
* Revert 44092 - Add support for the SPDY session frame.jar@chromium.org2010-04-0910-451/+48
* Add support for the SPDY session frame.mbelshe@chromium.org2010-04-0910-48/+451
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-0913-224/+371
* Don't do dynamic IPv6 probe on Windowsjar@chromium.org2010-04-091-2/+6
* Increase the default cache time for failed host resolves from 1 second to 1 m...eroman@chromium.org2010-04-081-1/+1
* Linux: Use .kde4 for proxy settings when it is present and we are running und...mdm@chromium.org2010-04-082-19/+160
* Fix out of array bounds access in VMSPathToUnix function.inferno@chromium.org2010-04-082-1/+2
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-0815-55/+243
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-0827-191/+185
* Make sure to strip the brackets around IPv6 literals when resolving the hostn...eroman@chromium.org2010-04-072-1/+16
* Fix ClientSocketPool to count idle sockets toward socket limit.willchan@chromium.org2010-04-073-28/+115
* Mac: Improve Chrome's response to post-handshake SSL renegotiation.snej@chromium.org2010-04-071-1/+13
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-0715-241/+55
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-0715-55/+241
* Don't run a few more tests under TSan on Windowstimurrrr@chromium.org2010-04-071-0/+7
* SendPending() does nothing if socket_stream_ == NULL.ukai@chromium.org2010-04-071-1/+4
* Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1). nsylvain@chromium.org2010-04-062-38/+60
* Fix xss in onListingParsingError by using encodeuri() on the document.location.inferno@chromium.org2010-04-061-1/+2
* Our HTTP client callback functions for NSS must set an NSS/NSPR errorwtc@chromium.org2010-04-052-11/+26
* Missed include of <utility> for new use of std::pair.mbelshe@chromium.org2010-04-051-0/+1
* Pull latest googleurl to get it to stop unescaping at signs in paths.brettw@chromium.org2010-04-054-2/+12
* Update new WebSocket API.ukai@chromium.org2010-04-053-27/+95