summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add Live Gamer sites to False Start blacklistagl@chromium.org2011-01-121-0/+2
* Remove extraneous #include's from http_auth_controller.cccbentzel@chromium.org2011-01-121-2/+0
* Clarify wording around blocking 3rd party cookies and add lab to block readin...jochen@chromium.org2011-01-123-8/+36
* replace memcmp with MagicCmp that supports '.' for single character of anythi...fbarchard@chromium.org2011-01-121-3/+19
* net: Disable False Start and clear the SSL client auth cache for HTTPS proxie...agl@chromium.org2011-01-112-0/+117
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-119-63/+286
* Windows: Fix crash in SSLClientSocketNSS::SaveSnapStartInfo() when hello_data...marshall@chromium.org2011-01-111-2/+3
* More reordering the methods in headers in net/.erg@chromium.org2011-01-1116-1310/+1320
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-113-9/+14
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-114-31/+28
* Adding new sync data type AUTOFILL_PROFILE to python server.rsimha@chromium.org2011-01-101-3/+7
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-103-14/+9
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-103-9/+14
* net: add touchnet.com to False Start blacklistagl@chromium.org2011-01-101-0/+1
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-096-22/+28
* Fix SSLClientSocketTest.CipherSuiteDisables flakiness.rsleevi@chromium.org2011-01-091-5/+13
* Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def...rsleevi@chromium.org2011-01-091-0/+25
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-085-6/+59
* Fix grit dependencies for chromeos, touchui, and toolkit_views.tony@chromium.org2011-01-081-1/+2
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-076-28/+22
* Start reordering the methods in headers in net/.erg@google.com2011-01-0730-965/+972
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-076-22/+28
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-14/+9
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-9/+14
* Refactor grit -D flags into a gyp variable so we don'ttony@chromium.org2011-01-071-1/+2
* Remove auth token generation timing histograms.cbentzel@chromium.org2011-01-072-29/+0
* net: fix leak in SSLHostInfo's DNS request.agl@chromium.org2011-01-071-0/+1
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-0729-103/+526
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-0729-526/+103
* net: perform a non-A DNS lookup for HTTPS hosts.agl@chromium.org2011-01-064-2/+52
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-0629-103/+526
* net: plumb OCSP stapled responses.agl@chromium.org2011-01-061-0/+59
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-0629-525/+103
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-0629-103/+525
* net: add (*.)splendidbacon.com to HSTS preloaded.agl@chromium.org2011-01-062-0/+5
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-0618-130/+164
* Disk cache: Add a few more histograms and stats to figurervargas@google.com2011-01-065-22/+45
* Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...tfarina@chromium.org2011-01-061-1/+1
* Minimize login promptscbentzel@chromium.org2011-01-051-3/+31
* Make the comment at the top of the file match the code.wtc@chromium.org2011-01-041-17/+10
* FTP: correctly handle directory listings containing "Permission denied" errors.phajdan.jr@chromium.org2011-01-045-2/+27
* Revert "Revert "Set PYTHON_PATH at TestServer Init() instead of Start()""cmasone@chromium.org2011-01-041-10/+48
* Revert "Set PYTHON_PATH at TestServer Init() instead of Start()"cmasone@chromium.org2011-01-031-47/+10
* Set PYTHON_PATH at TestServer Init() instead of Start()cmasone@chromium.org2011-01-031-10/+47
* Mark SSLClientSocketTest.CipherSuiteDisables as flaky.phajdan.jr@chromium.org2011-01-031-1/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-0210-10/+10
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-014-25/+23
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-016-15/+15
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-013-9/+9
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-0116-33/+35