| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache: Add test files for another unit test. | rvargas@google.com | 2010-11-17 | 6 | -0/+92 |
* | Http cache: Remove code used to track a crash. | rvargas@google.com | 2010-11-17 | 1 | -8/+0 |
* | snap_start_tests: test NPN misprediction. | agl@chromium.org | 2010-11-17 | 2 | -6/+75 |
* | Remove static "set_fixed_cnonce" in favor of NonceGenerator objects. | cbentzel@chromium.org | 2010-11-17 | 5 | -23/+94 |
* | Original change: http://codereview.chromium.org/4856003/ | bulach@chromium.org | 2010-11-17 | 1 | -2/+2 |
* | Refactor EnsureOpenSSLInit and openssl_util into base | joth@chromium.org | 2010-11-17 | 7 | -177/+71 |
* | Make sure a cookie can be deleted, even when forced to session only. | jochen@chromium.org | 2010-11-16 | 3 | -7/+48 |
* | Add support for certificate name checking | joth@chromium.org | 2010-11-16 | 5 | -3/+236 |
* | base: Move StringSplitAlongWhitespace to string_split.h | tfarina@chromium.org | 2010-11-15 | 1 | -1/+1 |
* | Improve unit test coverage of HttpAuthHandlerDigest parsing. | cbentzel@chromium.org | 2010-11-15 | 3 | -31/+195 |
* | Reverted because openssl_helper needs to build even on non-openssl builds | joth@chromium.org | 2010-11-15 | 1 | -0/+28 |
* | Simplify gyp files by adding a global glob for openssl/nss | joth@chromium.org | 2010-11-15 | 1 | -28/+0 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 8 | -26/+32 |
* | Fix openssl build: convert hostname_ and port_ to HostPortPair | joth@chromium.org | 2010-11-15 | 2 | -10/+6 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 7 | -63/+44 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 7 | -44/+63 |
* | ssl3_PlatformSignHashes should set buf->len to the | wtc@chromium.org | 2010-11-12 | 1 | -3/+3 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 31 | -159/+179 |
* | Use DCHECK instead of CHECK to assert that policy_oids_ is | wtc@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | NSS: always record the ServerHello data. | agl@chromium.org | 2010-11-12 | 1 | -14/+14 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 11 | -110/+129 |
* | Stop using SplitStringDontTrim in NetLogWebSocketHandshakeParameter::ToValue() | tyoshino@google.com | 2010-11-12 | 3 | -18/+72 |
* | [Sync] Added a separate type for a sync server for testserver.py | akalin@chromium.org | 2010-11-12 | 4 | -93/+141 |
* | Fix python sync server on Chrome OS | rsimha@chromium.org | 2010-11-12 | 1 | -4/+4 |
* | Add a new test to HttpNetworkTransaction that tests | rch@chromium.org | 2010-11-12 | 1 | -0/+107 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 8 | -6/+76 |
* | We should use SSLInfo or related types for HTTPS | wtc@chromium.org | 2010-11-11 | 1 | -8/+8 |
* | testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-11-11 | 5 | -86/+93 |
* | net: restart on NPN misprediction and add tests for Snap Start errors. | agl@chromium.org | 2010-11-11 | 3 | -1/+103 |
* | All SSL UI tests work with ephemeral ports. | cbentzel@chromium.org | 2010-11-11 | 3 | -16/+65 |
* | net: add mit.edu to False Start blacklist. | agl@chromium.org | 2010-11-11 | 1 | -0/+1 |
* | openssl build fixes, and tidy the build files | joth@chromium.org | 2010-11-11 | 2 | -2/+6 |
* | Add device management test server to net infrastructure. | mnissler@chromium.org | 2010-11-11 | 4 | -1/+347 |
* | Enable extra logging when using client certificates on Windows via NSS | rsleevi@chromium.org | 2010-11-11 | 1 | -0/+48 |
* | Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u... | rsleevi@chromium.org | 2010-11-11 | 9 | -53/+242 |
* | Change the way request headers are logged to the NetLog to ensure | rch@chromium.org | 2010-11-11 | 11 | -56/+132 |
* | Valgrind fix. | agl@chromium.org | 2010-11-10 | 1 | -0/+1 |
* | Revert "Revert "net: add Snap Start tests"" | agl@chromium.org | 2010-11-10 | 3 | -0/+590 |
* | Revert "net: add Snap Start tests" | agl@chromium.org | 2010-11-10 | 3 | -590/+0 |
* | net: add Snap Start tests | agl@chromium.org | 2010-11-10 | 3 | -0/+590 |
* | net: assorted changes needed for Snap Start tests. | agl@chromium.org | 2010-11-10 | 11 | -19/+68 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 1 | -0/+14 |
* | net: add code for encrypting DNS cert check uploads. | agl@chromium.org | 2010-11-10 | 1 | -1/+137 |
* | Cleanup style nits in SSLClientSocketTest | rsleevi@chromium.org | 2010-11-10 | 1 | -101/+55 |
* | Remove "using namespace std" which is illegal per style guide. | pkasting@chromium.org | 2010-11-10 | 1 | -110/+113 |
* | Make sure the generated python proto buff path is right. | lzheng@chromium.org | 2010-11-09 | 3 | -26/+37 |
* | Make GConf dependency optional. | phajdan.jr@chromium.org | 2010-11-09 | 1 | -0/+6 |
* | Revert 65465 - testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-11-09 | 5 | -93/+86 |
* | Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests. | willchan@chromium.org | 2010-11-09 | 2 | -127/+160 |
* | testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-11-09 | 5 | -86/+93 |