summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a NOTREACHED() to catch users of pre-release NSS.chase@chromium.org2009-09-111-0/+5
* Add a histogram for measuring SSL Connect times.mbelshe@google.com2009-09-112-2/+14
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-113-0/+24
* Increase the maximum number of entries in LoadLog to 40.eroman@chromium.org2009-09-101-1/+1
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-1017-106/+236
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-108-24/+28
* Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...eroman@chromium.org2009-09-103-7/+29
* Strict transport security: come out from behind the flag.agl@chromium.org2009-09-101-13/+1
* Get the latest ParseFTPList code from Mozilla, and apply only the absolutelyphajdan.jr@chromium.org2009-09-106-1128/+2091
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-103-35/+89
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-0918-10/+130
* Add an SSLConfigService implementation for Mac OS Xhawk@chromium.org2009-09-095-0/+324
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-2/+2
* Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can.phajdan.jr@chromium.org2009-09-092-3/+34
* Get rid of the data socket completely when data transfer is finished.phajdan.jr@chromium.org2009-09-091-0/+4
* Add a unit test for FTP directory listing.phajdan.jr@chromium.org2009-09-091-0/+17
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-098-79/+75
* Http cache: Don't delete sparse entries when wervargas@google.com2009-09-092-11/+54
* Display symlinks on FTP directory listings.phajdan.jr@chromium.org2009-09-091-1/+18
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-092-8/+8
* Include fixes for gcc >= 4.3evan@chromium.org2009-09-091-0/+2
* ForceTLS: hash hostnames, handle subdomains, canonicalise.agl@chromium.org2009-09-097-24/+343
* Add an href to help page for view-net-internal.eroman@chromium.org2009-09-081-1/+4
* Don't log empty FTP LIST responses as unknown server type.phajdan.jr@chromium.org2009-09-081-0/+5
* Update the Strict-Transport-Security grammar to match the spec.abarth@chromium.org2009-09-082-14/+28
* Properly concatenate URL components in directory listing.phajdan.jr@chromium.org2009-09-081-2/+6
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-071-2/+1
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-063-40/+192
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-063-13/+107
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-057-94/+101