summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-318-39/+39
* Net: Fix leak in SpdyNetworkTransactionTest from r54398.thestig@chromium.org2010-07-311-10/+15
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-6/+1
* Implement prefetching in chromegavinp@google.com2010-07-3110-25/+111
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-3016-389/+359
* Remove deprecated CommandLine API.evan@chromium.org2010-07-301-1/+2
* Revert 54381 - Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-304-24/+115
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-3019-55/+56
* Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-304-115/+24
* Add content-length to spdy post request header.lzheng@google.com2010-07-304-24/+115
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-4/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-3011-26/+40
* Deflake ListenSocketTest.ServerSend and remove unused telnet code.agl@chromium.org2010-07-306-563/+47
* Initialize SpdyStreamMember to kInitialWindowSize.finnur@chromium.org2010-07-301-1/+1
* Uninitialized member in SpdyStream.finnur@chromium.org2010-07-301-1/+2
* Add unittest for ".." in a DNS name and add comment.agl@chromium.org2010-07-302-1/+4
* Deflake KeygenHandlerTest.FLAKY_SmokeTestagl@chromium.org2010-07-301-5/+5
* Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings.glider@chromium.org2010-07-301-3/+3
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-308-117/+307
* Fix a typo, that could cause a crash on mac.eroman@chromium.org2010-07-301-1/+1
* Use relative instead of absolute URIs in SPDY requestsmbelshe@chromium.org2010-07-303-5/+37
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-3011-72/+90
* 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