summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge r37566 to the 307 branch - Fix a regression from r35549 that caused fai...eroman@chromium.org2010-02-172-7/+11
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-268-0/+0
* Add a unit test which checks that Negotiate is chosen over NTLM.cbentzel@chromium.org2010-01-231-4/+23
* Revert 36837 (caused XP unit_tests crashes) - Implement NetworkChangeNotifier...willchan@chromium.org2010-01-223-73/+3
* Implement NetworkChangeNotifierWin.willchan@chromium.org2010-01-223-3/+73
* There was a crash under certain flip protocol errors when the session is tornmbelshe@chromium.org2010-01-224-16/+131
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-212-0/+17
* Fix unittest for Negotiate and NTLM auth.cbentzel@chromium.org2010-01-211-3/+2
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-2111-126/+441
* Http cache: If we issue a byte range request for x bytesrvargas@google.com2010-01-212-2/+47
* Adding some more escaping method.jcampan@chromium.org2010-01-213-10/+157
* Prevent python http server used in unit tests from crashing in a hard to diag...robertshield@chromium.org2010-01-201-10/+20
* Linux, Mac: disable Nagle.agl@chromium.org2010-01-201-6/+24
* Make description in FTP data connection histogram more accurate.phajdan.jr@chromium.org2010-01-201-3/+3
* Remove the fallback Mozilla code for parsing FTP LIST response.phajdan.jr@chromium.org2010-01-208-2578/+12
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-2013-30/+26
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-202-11/+12
* Re-revert 36595 (restoring 36548); that didn't fix anything.dpranke@chromium.org2010-01-202-4/+0
* Try reverting r36548 to see if this causes the webkit linux failures todpranke@chromium.org2010-01-202-0/+4
* Currently the code will recursively call betweenmbelshe@chromium.org2010-01-191-5/+6
* Enabled the GetPeerName on all platforms, not just Linux.thomasvl@chromium.org2010-01-192-4/+0
* Fix secure websocket (wss) on Mac.ukai@chromium.org2010-01-191-2/+35
* Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default,wtc@chromium.org2010-01-151-1/+3
* Add a context-sensitive error mapping function specific to SSLwtc@chromium.org2010-01-152-32/+26
* Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.eroman@chromium.org2010-01-153-35/+38
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-153-18/+29
* Decrease buffer size for the server to 2K fixed.mbelshe@chromium.org2010-01-151-2/+2
* Support the ECC cipher suites added in Mac OS X 10.6.wtc@chromium.org2010-01-151-1/+171
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-147-26/+8
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-146-70/+668
* Switch on socket late binding.willchan@chromium.org2010-01-146-668/+70
* Remove destruction observer in CancelURLRequestukai@chromium.org2010-01-141-0/+4
* Http cache: Fix a leak on RemovePendingCallbackFromNewEntryrvargas@google.com2010-01-141-0/+1
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-1411-153/+730
* Rename CloseIdleConnections -> CloseCurrentConnections.mbelshe@chromium.org2010-01-144-3/+18
* Add a histogram for SpdyConnectionLatency.mbelshe@chromium.org2010-01-131-6/+12
* More changes intended to make flip_in_mem_edsm_server.cc compile and runmbelshe@chromium.org2010-01-1323-520/+706
* Add more functionality to about:net-internals:eroman@chromium.org2010-01-133-2/+69
* Slightly tweak socket late binding behavior to make it more deterministic whi...willchan@chromium.org2010-01-133-9/+43
* Another tweak to about:net-internals: do a redirect after processing the quer...eroman@chromium.org2010-01-132-33/+46
* Miscellaneous tweaks to the about:net-internals page.eroman@chromium.org2010-01-131-59/+123
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-128-26/+101
* In the CookieMonster code, use the RegistryControlledDomainService only formpcomplete@chromium.org2010-01-121-5/+17
* Http cache: Add a histogram to see how headers relatedrvargas@google.com2010-01-122-0/+47
* SSL: don't ask for next proto if we got an error.agl@chromium.org2010-01-121-3/+11
* Record more categories of errors for ftp data connection histograms.phajdan.jr@chromium.org2010-01-121-1/+22
* Correctly handle file names with spaces in Windows FTP LIST parser.phajdan.jr@chromium.org2010-01-126-20/+62
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-115-28/+93
* Fix valgrind breakage with new spdy variable.mbelshe@google.com2010-01-111-1/+2
* Remove accidental checkin which was in flip_session.cc.mbelshe@google.com2010-01-111-4/+1