summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert r44150 and r43882.willchan@chromium.org2010-04-134-161/+39
* Stop watching the netlink file descriptor before the message pump is destroyed.eroman@chromium.org2010-04-122-8/+31
* Modify FTP to implement EPSV per RFC 2428. EPSV is an extended versioncbentzel@chromium.org2010-04-123-64/+325
* Change BASE_HEX to BASE_NONE, as now required for non-numeric types (FT_STRIN...cbentzel@chromium.org2010-04-121-2/+2
* Split the list of tests with intentional leaks out of net_unittests.gtest.txt,glider@chromium.org2010-04-122-17/+16
* 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