| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Coverity: Fix using pointer to freed string in OCSPTrySendAndReceive. | mattm@chromium.org | 2010-07-10 | 1 | -7/+7 |
* | net: Change how we detect OCSP vs CRL requests from NSS. | agl@chromium.org | 2010-07-02 | 1 | -24/+58 |
* | Revert "net: Change how we detect OCSP vs CRL requests from NSS." | agl@chromium.org | 2010-07-02 | 1 | -57/+24 |
* | net: Change how we detect OCSP vs CRL requests from NSS. | agl@chromium.org | 2010-07-02 | 1 | -24/+57 |
* | Revert 51480 - [Linux]When cancelling a composition, only focus out/in the IM... | kinuko@chromium.org | 2010-07-02 | 1 | -53/+24 |
* | [Linux]When cancelling a composition, only focus out/in the IM context when i... | suzhe@chromium.org | 2010-07-02 | 1 | -24/+53 |
* | Revert "net: Change how we detect OCSP vs CRL requests from NSS." | agl@chromium.org | 2010-07-01 | 1 | -53/+24 |
* | net: Change how we detect OCSP vs CRL requests from NSS. | agl@chromium.org | 2010-07-01 | 1 | -24/+53 |
* | Add histograms for the duration of OCSP and CRL fetches. | agl@chromium.org | 2010-06-30 | 1 | -0/+12 |
* | Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders(). | willchan@chromium.org | 2010-05-07 | 1 | -10/+7 |
* | Specify alternate OCSP AIA info for certificates issued by | wtc@chromium.org | 2010-05-07 | 1 | -5/+29 |
* | Specify alternate OCSP AIA info for certificates issued by | wtc@chromium.org | 2010-04-23 | 1 | -0/+78 |
* | Our HTTP client callback functions for NSS must set an NSS/NSPR error | wtc@chromium.org | 2010-04-05 | 1 | -11/+24 |
* | Remove destruction observer in CancelURLRequest | ukai@chromium.org | 2010-01-14 | 1 | -0/+4 |
* | Linux: don't send cookies with an OCSP request. | agl@chromium.org | 2009-12-22 | 1 | -1/+2 |
* | Refactor OCSPInitSingleton. | ukai@chromium.org | 2009-12-17 | 1 | -23/+50 |
* | Don't call RemoveDestructionObserver on non-IO thread. | ukai@chromium.org | 2009-12-16 | 1 | -24/+55 |
* | AddRef() / Release() while URLRequest is alive in OCSPRequestSession | ukai@chromium.org | 2009-12-07 | 1 | -11/+20 |
* | Do not set io_loop_ to NULL until we have deleted request_ and set | wtc@chromium.org | 2009-12-03 | 1 | -4/+3 |
* | [GTTF] Apply test isolation goodness to net_unittests. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -0/+2 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 1 | -4/+0 |
* | Revert "Apply test isolation goodness to net_unittests." | phajdan.jr@chromium.org | 2009-11-26 | 1 | -2/+0 |
* | Apply test isolation goodness to net_unittests. | phajdan.jr@chromium.org | 2009-11-26 | 1 | -0/+2 |
* | Fix race condition in OCSPRequestSession. | ukai@chromium.org | 2009-11-20 | 1 | -9/+17 |
* | Don't call CancelURLRequest if request_is already NULL. | ukai@chromium.org | 2009-11-18 | 1 | -8/+8 |
* | Try to fix valgrind error in nss_ocsp.cc | ukai@chromium.org | 2009-11-17 | 1 | -11/+36 |
* | Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r... | eroman@chromium.org | 2009-11-16 | 2 | -4/+9 |
* | OCSPTrySendAndReceive should always set *http_response_data_len, even on | wtc@chromium.org | 2009-11-06 | 1 | -5/+13 |
* | Fix Linux build break. | jam@chromium.org | 2009-11-06 | 1 | -3/+0 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+6 |
* | If the HTTP response code is -1, don't call OCSPSetResponse because the | wtc@chromium.org | 2009-08-21 | 1 | -1/+6 |
* | Refactor OCSP handler. | ukai@chromium.org | 2009-08-20 | 1 | -141/+48 |
* | Try to fix crash in OCSP handlers. | ukai@chromium.org | 2009-08-19 | 1 | -8/+18 |
* | Implement OCSP handler for NSS. | ukai@chromium.org | 2009-07-24 | 2 | -0/+622 |