summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add missing tests to the GYP+Xcode build.mark@chromium.org2009-03-021-0/+2
* GYP it, GYP it good.mark@chromium.org2009-03-021-2018/+0
* Bring net.gyp up to date with Chromium r10667mark@chromium.org2009-02-281-0/+7
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-2822-42/+1786
* Distinguish a few more SDCH cases via problem codesjar@chromium.org2009-02-273-5/+25
* Fix Mac build - update project files after merge and jscre library removal.dimich@google.com2009-02-271-31/+1
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-274-45/+273
* Http cache: When adding a transaction to a cache entry,rvargas@google.com2009-02-272-4/+91
* Update a WARNING with a bug URL.evan@chromium.org2009-02-271-5/+5
* Fix minor error it SDCH filter code (hidden by filter control code)jar@chromium.org2009-02-271-0/+1
* Add ERR_OUT_OF_MEMORY to make it more straightforward towtc@chromium.org2009-02-261-1/+4
* Add some missing files to net.gyp.ericroman@google.com2009-02-261-0/+5
* net links v8, but didn't have a dep on it, so clean builds failed.thomasvl@chromium.org2009-02-261-0/+26
* Reverting 10251.ericroman@google.com2009-02-255-3/+136
* Don't accept the url "file:///" on windows (report an error).estade@chromium.org2009-02-251-4/+9
* Import .gyp files into the Chromium treemark@chromium.org2009-02-251-0/+597
* Change the string_escape functions to use string16 rather than wstring.dsh@google.com2009-02-251-3/+4
* Correct enums in SDCH problem codesjar@chromium.org2009-02-252-5/+7
* Final step in converting all grit includes to have grit in the path.tc@google.com2009-02-241-1/+1
* Get shared link working again.evan@chromium.org2009-02-241-0/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-2415-59/+52
* Implement X509Certificate::Persist. dkegel@google.com2009-02-242-15/+32
* Reverting 10250.ericroman@google.com2009-02-245-136/+3
* Add v8 as dependency of net.ericroman@google.com2009-02-245-3/+136
* Have tld_cleanup generate a .cc file that contains the effectivetc@google.com2009-02-2411-126/+3702
* Make sure filter buffer is flushed after it fills its output quotajar@chromium.org2009-02-242-5/+28
* Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu...mmoss@chromium.org2009-02-231-0/+3
* Add IPv6 support to net::GetHostAndPort.ericroman@google.com2009-02-233-30/+42
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-2319-1/+920
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-235-52/+776
* fix checkdepstc@google.com2009-02-221-5/+6
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Add line break to adhere to 80 char line limit.darin@chromium.org2009-02-211-1/+2
* Provide error reporting and recovery for SDCH responses not market as HTMLjar@chromium.org2009-02-215-20/+58
* Skip certification root initialization if it's not needed.stoyan@chromium.org2009-02-211-4/+6
* More fixes for bad reference counting.darin@chromium.org2009-02-201-20/+18
* Fix memory leak caused by bad reference counting. When the test server isdarin@chromium.org2009-02-201-6/+7
* Add a warning comment to prevent increasingwtc@chromium.org2009-02-201-1/+5
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-1916-14/+118
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-1911-466/+636
* Include entries for SOCKS in ProxyResolverMac.ericroman@google.com2009-02-193-80/+92
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-4/+3
* Fix header order.ericroman@google.com2009-02-191-2/+2
* Try to fix build bustage.ericroman@google.com2009-02-191-0/+2
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-1919-116/+912
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-1910-621/+463
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-1810-463/+621
* Perform HTTP authentication over a keep-alive connection.wtc@chromium.org2009-02-183-12/+464
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-1838-109/+259
* In r2658, the new http_auth* files were added to net.vcprojwtc@chromium.org2009-02-182-69/+37