summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-019-42/+45
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-0123-24/+25
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-317-15/+23
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-3/+4
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-3011-46/+43
* net: Add namespace net to URLRequestFileDirJob.tfarina@chromium.org2010-12-302-27/+33
* Http cache: Remove a histogram.rvargas@google.com2010-12-282-46/+13
* net: Add namespace net to URLRequestFilter.tfarina@chromium.org2010-12-262-3/+8
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-234-7/+46
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-234-1/+135
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Fix openssl build: exclude socket/nss_ssl_util.*joth@chromium.org2010-12-231-0/+2
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-2317-223/+1589
* Test files containing a self-signed certificate and private keyhclam@chromium.org2010-12-233-0/+5
* Give user the ability to disable the URL request throttler:yzshen@google.com2010-12-233-2/+15
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-225-5/+88
* net: dump certificate chain to LOG(ERROR) when a provenance check fails.agl@chromium.org2010-12-221-0/+31
* net: add lists.mayfirst.org to HSTS preloaded.agl@chromium.org2010-12-222-0/+2
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-1/+1
* [Sync] Added tests for xmppserver, fixed exposed bugsakalin@chromium.org2010-12-222-26/+63
* Clobber the state of the next-protocol-negotiation when disabling spdy.mbelshe@chromium.org2010-12-211-0/+2
* [Sync] added workaround for python 2.5 bug causing sync test flakinessakalin@chromium.org2010-12-211-1/+9
* net: add mayfirst.org to HSTS preloaded.agl@chromium.org2010-12-212-0/+8
* Disk cache: Change the request throttling logic so that wervargas@google.com2010-12-203-18/+16