summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-198-66/+54
* Implement a dispatcher for prerender requestsgavinp@chromium.org2010-11-191-0/+5
* Added more digest auth unit tests.cbentzel@chromium.org2010-11-191-0/+161
* Fix openssl build to work with AllowSingleton changesjoth@chromium.org2010-11-191-3/+9
* Limit chrome:filebrowse access to the same directory as file://dpolukhin@chromium.org2010-11-191-3/+4
* This prevents crashes due to URLRequestHttpJobs hanging on past IOThreadakalin@chromium.org2010-11-191-1/+4
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-198-54/+66
* added InitLogging call to run_testserver.akalin@chromium.org2010-11-181-0/+9
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-1839-438/+315
* FTP: improve character encoding detection in cases where ICU's first guess is...phajdan.jr@chromium.org2010-11-189-29/+834
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-183-5/+131
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-1839-315/+438
* Implements Signature Creator & Verifier for openssljoth@chromium.org2010-11-181-1/+1
* Add shared macros for stringizing and converting ANSI string constantsjoi@chromium.org2010-11-181-3/+2
* Add a PDF test to load all the pdfs in a test directory, using the test serve...jam@chromium.org2010-11-171-2/+21
* Disk cache: A dirty entry can point to a list thatrvargas@google.com2010-11-173-38/+101
* Disk cache: Cleanup file_posix so that it uses the latestrvargas@google.com2010-11-171-159/+74
* Disk cache: Add test files for another unit test.rvargas@google.com2010-11-176-0/+92
* Http cache: Remove code used to track a crash.rvargas@google.com2010-11-171-8/+0
* snap_start_tests: test NPN misprediction.agl@chromium.org2010-11-172-6/+75
* Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.cbentzel@chromium.org2010-11-175-23/+94
* Original change: http://codereview.chromium.org/4856003/bulach@chromium.org2010-11-171-2/+2
* Refactor EnsureOpenSSLInit and openssl_util into basejoth@chromium.org2010-11-177-177/+71
* Make sure a cookie can be deleted, even when forced to session only.jochen@chromium.org2010-11-163-7/+48
* Add support for certificate name checkingjoth@chromium.org2010-11-165-3/+236
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-1/+1
* Improve unit test coverage of HttpAuthHandlerDigest parsing.cbentzel@chromium.org2010-11-153-31/+195
* Reverted because openssl_helper needs to build even on non-openssl buildsjoth@chromium.org2010-11-151-0/+28
* Simplify gyp files by adding a global glob for openssl/nssjoth@chromium.org2010-11-151-28/+0
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-158-26/+32
* Fix openssl build: convert hostname_ and port_ to HostPortPairjoth@chromium.org2010-11-152-10/+6
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-137-63/+44
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-127-44/+63
* ssl3_PlatformSignHashes should set buf->len to thewtc@chromium.org2010-11-121-3/+3
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-1231-159/+179
* Use DCHECK instead of CHECK to assert that policy_oids_ iswtc@chromium.org2010-11-121-1/+1
* NSS: always record the ServerHello data.agl@chromium.org2010-11-121-14/+14
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-1211-110/+129
* Stop using SplitStringDontTrim in NetLogWebSocketHandshakeParameter::ToValue()tyoshino@google.com2010-11-123-18/+72
* [Sync] Added a separate type for a sync server for testserver.pyakalin@chromium.org2010-11-124-93/+141
* Fix python sync server on Chrome OSrsimha@chromium.org2010-11-121-4/+4
* Add a new test to HttpNetworkTransaction that testsrch@chromium.org2010-11-121-0/+107
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-118-6/+76
* We should use SSLInfo or related types for HTTPSwtc@chromium.org2010-11-111-8/+8
* testserver.py listens on ephemeral ports by default.cbentzel@chromium.org2010-11-115-86/+93
* net: restart on NPN misprediction and add tests for Snap Start errors.agl@chromium.org2010-11-113-1/+103
* All SSL UI tests work with ephemeral ports.cbentzel@chromium.org2010-11-113-16/+65
* net: add mit.edu to False Start blacklist.agl@chromium.org2010-11-111-0/+1
* openssl build fixes, and tidy the build filesjoth@chromium.org2010-11-112-2/+6
* Add device management test server to net infrastructure.mnissler@chromium.org2010-11-114-1/+347