summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add histograms to track stalled spdy streams.mbelshe@chromium.org2010-12-062-0/+8
* I missed some comments from wtc on patch http://codereview.chromium.org/51950...joth@chromium.org2010-12-063-28/+27
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-063-6/+24
* When using NSS for certificate verification, add a check when fetching CRLs/O...rsleevi@chromium.org2010-12-061-0/+13
* Cleanup X509CertificateMac style nits and introduce a crypto library agnostic...rsleevi@chromium.org2010-12-055-116/+125
* net: add vibe.novell.com to the False Start blacklistagl@chromium.org2010-12-051-0/+1
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-2/+7
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-0319-337/+1425
* Remove unused histogram that races in single process modejar@chromium.org2010-12-031-19/+2
* Allow data URLs to trigger downloads, as they do in Firefox.darin@chromium.org2010-12-032-0/+7
* Fix indentation.darin@chromium.org2010-12-031-7/+7
* Change HttpProxyClientSocketPool so that when a new SpdyStream isrch@chromium.org2010-12-031-1/+2
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-036-28/+40
* Don't unescape backslashes in URLs, since these will be converted to slashesbrettw@chromium.org2010-12-031-2/+3
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-033-15/+28
* Disk cache: Flush the data for child entries before startingrvargas@google.com2010-12-034-5/+54
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-034-25/+26
* Fix URLRequestHttpJob to use ScopedRunnableMethodFactory.willchan@chromium.org2010-12-032-9/+21
* call SpdySession::flow_control() statically, instead of asrch@chromium.org2010-12-021-1/+1
* Don't unescape characters that can change the meaning of a URL. I removed the...brettw@google.com2010-12-023-31/+40
* net: add everbox.com to False Start blacklistagl@chromium.org2010-12-021-0/+1
* HttpAuthHandlerDigest unit test cleanup.cbentzel@chromium.org2010-12-021-78/+79
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-0210-28/+114
* Fix preconnect crash when we hit max socket limit.willchan@chromium.org2010-12-024-4/+100
* Fix ClientSocketPoolBaseHelper preconnect crasher.willchan@chromium.org2010-12-022-1/+23
* Fix case where a SPDY stream with an un-verified cert would kill the browsermbelshe@google.com2010-12-012-7/+14
* Add support for some advanced SLL modes & options (where present)joth@chromium.org2010-12-011-14/+45
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-0125-526/+474
* Make a copy of the proxy bypass list rules when assigning, rather than refere...eroman@chromium.org2010-12-012-21/+65
* This is a cleanup of http://codereview.chromium.org/3274004/.wtc@chromium.org2010-12-012-4/+0
* net: add HSTS entry for (*.)riseup.netagl@chromium.org2010-11-302-0/+4
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-3037-234/+250
* Patch from kelindsay@strangeloop.commbelshe@google.com2010-11-302-56/+192
* Remove duplicate SetSSL3Enabled and SetTLS1Enabled testswtc@chromium.org2010-11-301-26/+0
* Remove SSL 2.0 support.wtc@chromium.org2010-11-3012-80/+45
* net: limit HSTS ages to one year.agl@chromium.org2010-11-303-8/+38
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-305-12/+12
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-305-12/+12
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-303-5/+8
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-303-8/+5
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-293-5/+8
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-2818-51/+74
* [Sync] Make sync integration tests use local xmpp servers.akalin@chromium.org2010-11-272-2/+12
* Fixed port boundary check in test_server.ccakalin@chromium.org2010-11-271-1/+1
* Spin up XMPP server for testservers of type sync.akalin@chromium.org2010-11-272-10/+92
* Made testserver communicate to parent process with JSONakalin@chromium.org2010-11-275-16/+74
* Make URLRequestThrottlerEntryInterface inherit RefCountedThreadSafe,joi@chromium.org2010-11-261-1/+2
* Added server_data json dictionary to testserver.pyakalin@chromium.org2010-11-261-0/+4
* Fixed UnblockPipe() in test_server_win.cc to work with any number of bytesakalin@chromium.org2010-11-261-7/+11
* Revert 67437 - Added server_data json dictionary to testserver.pyakalin@chromium.org2010-11-261-5/+0