summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-0613-110/+638
* fixes for python 2.6 warnings in the testserver.thomasvl@chromium.org2009-03-061-7/+13
* Mark DigiNotar Root CA as EV.wtc@chromium.org2009-03-061-0/+7
* Add the proxy resolver perftest to GYP.ericroman@google.com2009-03-062-2/+3
* Add performance tests for the proxy resolver implementations.ericroman@google.com2009-03-065-0/+1565
* Mark the "SwissSign Gold CA - G2" root CA as EV.wtc@chromium.org2009-03-061-0/+6
* Don't read message-body for HEAD responses.ericroman@google.com2009-03-053-25/+106
* Clean up HttpResponseHeaders::IsKeepAlive. Use the parsedwtc@chromium.org2009-03-052-8/+27
* Only tune SO_SNDBUF/SO_RCVBUF sizes for pre-Vista systems.mbelshe@google.com2009-03-051-15/+24
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-054-20/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0553-238/+238
* Highlights of changes:hclam@chromium.org2009-03-054-0/+20
* Log an error message if the auth scheme is connection-basedwtc@chromium.org2009-03-041-0/+30
* net.gyp changes for the Linux build (and some Windows fixing):sgk@google.com2009-03-041-43/+23
* Move the main entry point *.scons files in the key remaining componentssgk@google.com2009-03-041-0/+0
* Fix error being thrown in isInNet() PAC js.ericroman@google.com2009-03-042-20/+175
* Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...ericroman@google.com2009-03-032-3/+51
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-035-7/+52
* Fixes to gyp files to get test_shell building on windows from a gyp project (...bradnelson@google.com2009-03-031-15/+0
* Add proxy_resolver_v8 to SCONS build.ericroman@google.com2009-03-032-0/+5
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-0211-15/+398
* Add missing header (breaks on linux).ericroman@google.com2009-03-021-0/+1
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-0228-456/+677
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-027-62/+627
* 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