summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-033-36/+31
* Implement protocol definitions for the SPDY SETTINGS frame (previouslymbelshe@chromium.org2010-04-025-22/+200
* We should delete the underlying persistent public key onlywtc@chromium.org2010-04-023-9/+9
* Added command-line whitelist data to UrlSecurityManager. These are used by a...ahendrickson@chromium.org2010-04-029-545/+55
* With SPDY, when a proxy is set via automatic settings, we had a crash.mbelshe@chromium.org2010-04-021-0/+2
* Change NOTREACHED for a LOG(WARNING) when we can't deletensylvain@chromium.org2010-04-021-4/+8
* Implement closing handshake described in draft-hixie-thewebsocketprotocol-76.ukai@chromium.org2010-04-022-4/+126
* Patch the XSS in Net-internal viewcache by html encoding "key"inferno@chromium.org2010-04-011-1/+1
* Remove a dead line of code.eroman@chromium.org2010-04-011-3/+0
* Notify all active login prompts when one login prompt is submitted. This allows tonyg@chromium.org2010-04-011-0/+11
* Adds support for the <keygen> element to Windows, matchingwtc@chromium.org2010-04-0112-43/+632
* Revert 43331 - Implement closing handshake described in drafthixiethewebsocke...jar@chromium.org2010-04-012-128/+4
* Implement closing handshake described in draft-hixie-thewebsocketprotocol-76.ukai@chromium.org2010-04-012-4/+128
* Fix leak in WebSocketThrottleTest::Throttleukai@chromium.org2010-04-011-4/+10
* Fix a crash when calling a PAC binding from the global scope.eroman@chromium.org2010-03-313-14/+48
* Removing a clock dependent behavior in testserver which causedtonyg@chromium.org2010-03-311-17/+24
* Disable more DiskCacheBackendTest's as the crash on Linux/shlibtimurrrr@chromium.org2010-03-311-2/+4
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-314-369/+0
* Move the suppression landed in r43208 to the right file.rsesek@chromium.org2010-03-311-7/+0
* Suppress a leak from r43192 in WebSocketThrottleTest.Throttle.rsesek@chromium.org2010-03-311-0/+7
* Remove wrong-placed file.timurrrr@chromium.org2010-03-311-0/+3
* Fix race condition in SocketStream::Close().ukai@chromium.org2010-03-311-0/+6
* Gracefully recover from malformed auth challenge.jochen@chromium.org2010-03-312-5/+84
* Remove packet split experiment, and add coalescing histogramjar@chromium.org2010-03-311-22/+28