summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Two features:mbelshe@google.com2009-10-014-14/+116
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-013-1/+31
* Coverity: Remove a check for index < 0 because index is size_t and can never ...jhawkins@chromium.org2009-09-301-2/+4
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-306-139/+60
* Adds a virtual dtor to BaseTestServercpu@chromium.org2009-09-301-0/+2
* Relanding:mbelshe@google.com2009-09-301-1/+39
* Reverting 27389.darin@chromium.org2009-09-301-6/+5
* Disable the leak tracking of URLRequests.eroman@chromium.org2009-09-301-2/+3
* Enable ExtensionApiTest.Toolstrip and add additional debug output.rafaelw@chromium.org2009-09-291-0/+1
* Disk cache: End the experiment and use the new evictionrvargas@google.com2009-09-295-96/+78
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-296-39/+36
* Fix bug where we leaked the decompressor state.mbelshe@google.com2009-09-281-0/+3
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-5/+6
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-6/+5
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-252-20/+18
* Disable flaky FTPCacheURLCredentials test.thestig@chromium.org2009-09-251-2/+1
* Add an additional test for dnsDomainIs() to verify that it doesn't simply mat...eroman@chromium.org2009-09-251-2/+3
* Add an additional unit-test for when PAC script is missing newline.eroman@chromium.org2009-09-252-4/+26
* Roll back Markus's CL ( http://codereview.chromium.org/196053)jshin@chromium.org2009-09-252-37/+11
* When converting between units of time or data types of different precision,markus@chromium.org2009-09-242-11/+37
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-247-12/+445
* Preliminary fixes to enable link dependent objects.maruel@chromium.org2009-09-241-1/+1
* oldpath is wchar_t, so use arraysize, not sizeof.mattm@chromium.org2009-09-241-1/+1
* Don't add default Accept-Language and Accept-Charset headers if specific ones...dimich@google.com2009-09-242-6/+72
* Remove a redefined variable.eroman@chromium.org2009-09-241-1/+1
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-2412-93/+134
* Set the mime-type on a test data file to binary.eroman@chromium.org2009-09-241-1/+1
* Fix a bug where if a PAC script ended with a comment and no newline, it would...eroman@chromium.org2009-09-243-16/+62
* Effective TLD: sync with upstreamagl@chromium.org2009-09-232-77/+90
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-223-240/+13
* Because we use scoped_refptr<> to the HttpResponseInfombelshe@google.com2009-09-221-3/+2
* Linux: fix a data race in a proxy config service unit test.mdm@chromium.org2009-09-223-34/+22
* Fixup the flip buffer to use a regular IOBuffermbelshe@google.com2009-09-222-8/+4
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-226-91/+225
* Apply compatibility fixes for FTP LIST parsing code.phajdan.jr@chromium.org2009-09-222-2/+47
* URLRequestContext needs to keep a reference to StrictTransportSecurityStatemattm@chromium.org2009-09-221-2/+3
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-2210-19/+89
* Revert 25873.eroman@chromium.org2009-09-223-89/+35
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-215-11/+74
* Don't use NSS databases for non-essential purposes, such as rememberingwtc@chromium.org2009-09-212-10/+14
* Unescape FTP URL paths, Firefox-compatible.phajdan.jr@chromium.org2009-09-213-30/+55
* Simplify a unittest by removing the helper thread.eroman@chromium.org2009-09-181-163/+116
* Make sure that the LoadLog does not get freed on the worker thread during req...eroman@chromium.org2009-09-181-5/+8
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-189-59/+44
* Various cleanups FTP-related.phajdan.jr@chromium.org2009-09-184-38/+20
* Addressing two comments from Darin.tommi@chromium.org2009-09-181-2/+1
* Moving two http utility functions to a separate source file due to dependency...tommi@chromium.org2009-09-183-16/+33
* Retry landing the flip changes. This time with DEPS!mbelshe@google.com2009-09-1817-0/+3770
* Revert "Strict transport security: add checkbox to clear state."agl@chromium.org2009-09-183-24/+0
* Revert change 26484 "This is not production code; landing some experimental n...nsylvain@chromium.org2009-09-1716-3769/+0