summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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