Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -4/+8 |
* | 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 | 1 | -0/+600 |