summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is not production code; landing some experimental network code.mbelshe@google.com2009-09-1716-0/+3769
* Fixed a few data races on reference counters.timurrrr@chromium.org2009-09-171-1/+1
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-174-345/+345
* Reverting 26419.tyoshino@google.com2009-09-176-226/+91
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-166-91/+226
* Excluded a few tests that hang under ThreadSanitizer on Mactimurrrr@chromium.org2009-09-161-0/+22
* Disable flaky DiskCacheBackendTest.NewEvictionDisableSuccess4.phajdan.jr@chromium.org2009-09-161-1/+3
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-169-86/+226
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-152-6/+0
* Uncouple the cert verifier when disconnecting to avoid a callback after a SSL...hawk@chromium.org2009-09-151-0/+2
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-1410-127/+184
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-112-40/+49
* Fix two issues with a downloaded file's extension:paul@chromium.org2009-09-111-5/+0
* Followup after http://codereview.chromium.org/201034 to correctly handle months.phajdan.jr@chromium.org2009-09-113-0/+16