summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-2316-302/+529
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-233-22/+5
* Disk Cache: Cleaner way to stop evictions at destruction.rvargas@google.com2010-07-233-14/+5
* Revert "Add the actual data being read to the OnBytesRead callback."phajdan.jr@chromium.org2010-07-226-313/+33
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-2219-160/+118
* Fix idle socket cleanup code path.vandebo@chromium.org2010-07-222-1/+14
* Spdy_network_transaction incorrectly labeled tcp connections with hostname bu...erikchen@google.com2010-07-221-2/+1
* Internal CookieMonster Refactoring.rdsmith@google.com2010-07-222-78/+33
* Coverity issue 7892: Bad override (in unit test).finnur@chromium.org2010-07-221-1/+1
* Mark X509CertificateParseTest as FLAKY on OS X (for 10.5 builders)rsleevi@chromium.org2010-07-221-4/+15
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-2217-21/+986
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-227-44/+103
* Kerberos authentication backoff cleanup.ahendrickson@google.com2010-07-212-5/+78
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-216-284/+131
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-5/+9
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-218-43/+121
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-214-87/+81
* Add the actual data being read to the OnBytesRead callback.cbentzel@chromium.org2010-07-216-33/+313
* Remove SpdyHttpStream dependency in SpdySessionukai@chromium.org2010-07-214-18/+11
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-211-1/+2
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-216-9/+9
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-2023-253/+364
* Remove <iostream> where possible.erg@google.com2010-07-207-8/+13
* Disk cache: fix the name of some histograms.rvargas@google.com2010-07-201-9/+9
* Add some plumbing for in-progress work on enabling SSL proxy support.mbelshe@chromium.org2010-07-204-2/+62
* Add Spdy ConnectFailure test back into spdy network tests.erikchen@google.com2010-07-201-1/+78
* Break out histogram counter variables as CookieMonster instance variables.rdsmith@google.com2010-07-202-18/+83
* Initial SPDY flow control supportagayev@chromium.org2010-07-2013-16/+267
* Fix tsan failure in SpdyStreamTest.ukai@chromium.org2010-07-202-1/+3
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-208-10/+82
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-209-51/+360
* Use different separators for service-type and service-name in Kerberos SPN.cbentzel@chromium.org2010-07-202-3/+30
* Disk cache: Stop evictions while performing final cleanup.rvargas@google.com2010-07-204-2/+31
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-196-206/+241
* Fix some network counters to work on linux/mac.mbelshe@chromium.org2010-07-191-0/+9
* Disk cache: Protect the code against misuse...rvargas@google.com2010-07-193-6/+7
* Add SSL details to the page info dialog.agl@chromium.org2010-07-181-0/+10
* net: add ciphersuite and compression to the SSL connection status.agl@chromium.org2010-07-186-0/+607
* ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl...cbentzel@chromium.org2010-07-171-2/+5
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-179-13/+33
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-1717-986/+19
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-1717-19/+986
* Disk cache: Final code cleanup from the thread switch.rvargas@google.com2010-07-172-147/+147
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-1714-189/+858
* Http Cache: Make sure that we don't fail transactions when thervargas@google.com2010-07-173-13/+15
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-179-99/+87
* Fix crash in SSLClientSocketPool:GetLoadStatevandebo@chromium.org2010-07-172-1/+7
* Http Cache: Enable some checks to track a low volume crash.rvargas@google.com2010-07-171-10/+19
* Http Cache: Don't delete the callback that is waiting forrvargas@google.com2010-07-172-2/+46
* Sync server should return correct version number on item deletion.rsimha@chromium.org2010-07-161-4/+7