summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-295-234/+229
* Recover cookies thrown away because of duplicate creation times.rdsmith@google.com2010-07-291-0/+3
* Don't cancel outstanding connect jobs when "flushing" socket pool.eroman@chromium.org2010-07-291-1/+0
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-2913-113/+193
* Update the TLS False Start patch. Replace TABs by spaceswtc@chromium.org2010-07-293-35/+37
* Net: Convert username and password to string16.thestig@chromium.org2010-07-2966-455/+554
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-281-0/+9
* Update python sync server to support recursive deletion.rsimha@chromium.org2010-07-281-10/+44
* TBR: rdsmithrdsmith@google.com2010-07-281-0/+0
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-282-0/+2
* Split off the DNS reload timeragl@chromium.org2010-07-284-81/+117
* Fixes targeting the unique creation times invariant in the CookieMonster:rdsmith@google.com2010-07-285-171/+405
* Fix line ending with white spaces in some files.tfarina@chromium.org2010-07-281-13/+13
* Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i"jeremy@chromium.org2010-07-281-0/+15
* Revert "FTP: fix navigation to systems with broken EPSV support."ijeremy@chromium.org2010-07-281-15/+0
* FTP: fix navigation to systems with broken EPSV support.phajdan.jr@chromium.org2010-07-281-0/+15
* Add URL filter to trigger punycode for Japanese homographic sequences.jschuh@google.com2010-07-272-2/+47
* Treat multiple extensions like .tar.gz as a single extension.estade@chromium.org2010-07-271-5/+5
* Disk Cache: Replace the backend pointer of the ChildrenDeleterrvargas@google.com2010-07-274-5/+68
* Avoid printing log errors during shutdown of HostResolverImpl when there are ...eroman@chromium.org2010-07-271-1/+2
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-276-19/+81
* SPDY: turn off flow-control by defaultagayev@chromium.org2010-07-271-1/+1
* Fix for Proxy server authentication without credentials available.ahendrickson@google.com2010-07-271-5/+5
* Allow testserver to run without chromiumsync.pathorn@chromium.org2010-07-271-5/+7
* FTP: minor cleanups to the unit tests:phajdan.jr@chromium.org2010-07-271-6/+33
* Add CHECKs to help track down the crash in http://crbug.com/49862.wtc@chromium.org2010-07-272-1/+6
* Remove --testing-fixed-http-port and --testing-fixed-https-port.cbentzel@chromium.org2010-07-274-46/+0
* Fix DeleteStream() being called twice per stream and CloseStream() reporting ...agayev@chromium.org2010-07-271-7/+1
* net: include the root label in DNSDomainFromDotagl@chromium.org2010-07-275-22/+34
* Follow-up to r53769 - forgot to add a new file to the CLtimurrrr@chromium.org2010-07-271-0/+3
* Don't run DiskCacheEntryTests.*HugeSparse* under ThreadSanitizertimurrrr@chromium.org2010-07-271-1/+0
* Fix a bug with parsing ftp directory listing lines.michaeln@chromium.org2010-07-272-3/+21
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-26302-0/+302
* TBR:erikchen@google.com2010-07-266-70/+18
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-266-18/+70
* Fix line ending on load_flags_list.hnsylvain@google.com2010-07-261-1/+1
* Remove some dead SPDY code.agl@chromium.org2010-07-261-14/+1
* STS: enable preloaded for www.noisebridge.netagl@chromium.org2010-07-262-0/+5
* STS: enable preloaded for sunshinepress.orgagl@chromium.org2010-07-262-0/+7
* Fix style nits.wtc@chromium.org2010-07-261-5/+6
* DevTools: implement basic handshake for remote debugging.pfeldman@chromium.org2010-07-263-27/+59
* Don'r run SpdyHttpStreamTest.SendRequest under TSan on Wintimurrrr@chromium.org2010-07-261-0/+3
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-262-21/+68
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-231-0/+14
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-2312-187/+281
* Obtain the cipher suite from the Mac Secure Transport andwtc@chromium.org2010-07-232-1/+22
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-2310-297/+124
* Add sunshinepress.org to the list of renegotiation extension required hosts.agl@chromium.org2010-07-231-1/+4
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-237-5/+78
* Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ...rsleevi@chromium.org2010-07-232-31/+37