summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* On multi-round authentication schemes, the info_ field in the HttpAuthControl...cbentzel@chromium.org2010-07-154-2/+122
* Increase npn_spdy to 50%, npn_http 25%. lzheng@chromium.org2010-07-151-1/+3
* Move implementation from header to source.erg@chromium.org2010-07-154-26/+82
* Disk cache: Code cleanup after the last cl.rvargas@google.com2010-07-156-364/+316
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-1517-128/+164
* Disk cache: Read the index and data_0 files in a singlervargas@google.com2010-07-158-86/+174
* net: add commentsagl@chromium.org2010-07-152-3/+9
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-1516-8/+25
* FTP: add more detailed error codes based on RFC 959.phajdan.jr@chromium.org2010-07-154-106/+154
* Fix bad merge in ClientSocketPoolBaseHelper.vandebo@chromium.org2010-07-151-6/+0
* TTF: enable HTTPS* tests on mac.dmuir@chromium.org2010-07-151-37/+3
* Mark the "StartCom Certification Authority" root CA as EV.wtc@chromium.org2010-07-151-0/+6
* Mark KeygenHandlerTest.ConcurrencyTest no longer flakey.davidben@chromium.org2010-07-151-8/+1
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-146-55/+6
* Revert everything related to the relanding.erg@chromium.org2010-07-1416-22/+5
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-1411-250/+13
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-1411-13/+250
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-144-32/+175
* Reland r52336.erg@chromium.org2010-07-1416-5/+22
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-1416-22/+5
* Init GSSAPI library in HttpAuthHandlerNegotiate.cbentzel@chromium.org2010-07-141-0/+6
* More header cleanup:erg@chromium.org2010-07-1416-5/+22
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-146-6/+55
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-141-0/+3
* Update effective-TLD data files using the latest data from Mozilla.pam@chromium.org2010-07-143-4749/+4789
* Exclude one test from TSan/Win runtimurrrr@chromium.org2010-07-141-0/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-1439-465/+2253
* Clean up FTP code a bit:phajdan.jr@chromium.org2010-07-143-78/+12
* SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...erikchen@google.com2010-07-142-1/+2
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-1415-142/+547
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-136-47/+42
* Rewrite X509Certificate::SupportsSSLClientAuth to be more accuratedavidben@chromium.org2010-07-131-12/+39
* Add the URLRequest's priority to the net-log.eroman@chromium.org2010-07-133-6/+20
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-1321-240/+1543
* My fix didn't work. No idea why tsan is unhappy.mbelshe@chromium.org2010-07-131-0/+3
* Disk cache: Add a few more histograms.rvargas@google.com2010-07-123-2/+42
* Fixes a crash when xdg_mime library is unable to handle a long file path.inferno@chromium.org2010-07-121-0/+5
* Remove hex frames from spdy_session_unittest.ccmlloyd@chromium.org2010-07-121-27/+10
* TBR: reverting broken commiterikchen@google.com2010-07-129-263/+47
* Annotate some network classes as non-threadsafe.eroman@chromium.org2010-07-125-5/+13
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-1220-341/+357
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-129-47/+263
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-1221-270/+1105
* Fix a race condition in the unit test. The MockPending jobs actuallymbelshe@chromium.org2010-07-122-4/+8
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-1211-284/+780
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-127-3/+72
* Attempt to fix flakey test.mbelshe@chromium.org2010-07-111-3/+8
* Reland 51081:mbelshe@chromium.org2010-07-114-307/+387
* Fix a bug in backup socket cleanup where when we call RemoveConnectJob,mbelshe@chromium.org2010-07-102-11/+56
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-102-4/+25