| Commit message (Expand) | Author | Age | Files | Lines |
* | If the URLRequestContext has no CookiePolicy, then we should | darin@chromium.org | 2010-01-30 | 3 | -12/+11 |
* | Disable 3 cookie tests that started failing. | nsylvain@chromium.org | 2010-01-30 | 1 | -3/+6 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 7 | -51/+214 |
* | Add mechanism for global queueing and prioritization of DNS. | eroman@chromium.org | 2010-01-30 | 9 | -30/+634 |
* | Fix a regression from r35549 that caused failure in evaluation of PAC script ... | eroman@chromium.org | 2010-01-29 | 2 | -7/+11 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 3 | -20/+7 |
* | Use refactored filename rules in net.gyp. | evan@chromium.org | 2010-01-29 | 1 | -32/+7 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 3 | -7/+20 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 15 | -330/+310 |
* | BSD port: USE_NSS and other macros instead of OS_LINUX where applicable | pvalchev@google.com | 2010-01-29 | 9 | -20/+27 |
* | Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. | wtc@chromium.org | 2010-01-28 | 1 | -1/+1 |
* | Port SSLClientSocketNSS to Windows. The next step is to | wtc@chromium.org | 2010-01-28 | 4 | -39/+155 |
* | Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc. | wtc@chromium.org | 2010-01-28 | 2 | -11/+11 |
* | Add a histogram to record how long fetching the system proxy settings takes: | eroman@chromium.org | 2010-01-28 | 1 | -0/+11 |
* | Make Chrome tolerant of out-of-oder header block headers. | mbelshe@chromium.org | 2010-01-27 | 2 | -9/+55 |
* | Switch on socket late binding - Take 2. | willchan@chromium.org | 2010-01-27 | 6 | -685/+72 |
* | Remove a C99-ism that Visual C++ doesn't support -- declare a variable in | wtc@chromium.org | 2010-01-27 | 1 | -1/+2 |
* | Fix libssl.so link failures on Linux shared lib build. | mmoss@google.com | 2010-01-27 | 1 | -0/+6 |
* | Refactor EnsureNSSInit. Move the NSS SSL library | wtc@chromium.org | 2010-01-27 | 1 | -3/+59 |
* | Remove a bunch of 0 byte files. (due to git-svn misbehavior?) | thestig@chromium.org | 2010-01-26 | 8 | -0/+0 |
* | Add a unit test which checks that Negotiate is chosen over NTLM. | cbentzel@chromium.org | 2010-01-23 | 1 | -4/+23 |
* | Revert 36837 (caused XP unit_tests crashes) - Implement NetworkChangeNotifier... | willchan@chromium.org | 2010-01-22 | 3 | -73/+3 |
* | Implement NetworkChangeNotifierWin. | willchan@chromium.org | 2010-01-22 | 3 | -3/+73 |
* | There was a crash under certain flip protocol errors when the session is torn | mbelshe@chromium.org | 2010-01-22 | 4 | -16/+131 |
* | Add some extra request information to LoadLog: | eroman@chromium.org | 2010-01-21 | 2 | -0/+17 |
* | Fix unittest for Negotiate and NTLM auth. | cbentzel@chromium.org | 2010-01-21 | 1 | -3/+2 |
* | Added WWW-Authenticate Negotate support using shared HttpAuthSspi. | cbentzel@chromium.org | 2010-01-21 | 11 | -126/+441 |
* | Http cache: If we issue a byte range request for x bytes | rvargas@google.com | 2010-01-21 | 2 | -2/+47 |
* | Adding some more escaping method. | jcampan@chromium.org | 2010-01-21 | 3 | -10/+157 |
* | Prevent python http server used in unit tests from crashing in a hard to diag... | robertshield@chromium.org | 2010-01-20 | 1 | -10/+20 |
* | Linux, Mac: disable Nagle. | agl@chromium.org | 2010-01-20 | 1 | -6/+24 |
* | Make description in FTP data connection histogram more accurate. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -3/+3 |
* | Remove the fallback Mozilla code for parsing FTP LIST response. | phajdan.jr@chromium.org | 2010-01-20 | 8 | -2578/+12 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 13 | -30/+26 |
* | Remove support for filtering by MIME-type. | jochen@chromium.org | 2010-01-20 | 2 | -11/+12 |
* | Re-revert 36595 (restoring 36548); that didn't fix anything. | dpranke@chromium.org | 2010-01-20 | 2 | -4/+0 |
* | Try reverting r36548 to see if this causes the webkit linux failures to | dpranke@chromium.org | 2010-01-20 | 2 | -0/+4 |
* | Currently the code will recursively call between | mbelshe@chromium.org | 2010-01-19 | 1 | -5/+6 |
* | Enabled the GetPeerName on all platforms, not just Linux. | thomasvl@chromium.org | 2010-01-19 | 2 | -4/+0 |
* | Fix secure websocket (wss) on Mac. | ukai@chromium.org | 2010-01-19 | 1 | -2/+35 |
* | Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default, | wtc@chromium.org | 2010-01-15 | 1 | -1/+3 |
* | Add a context-sensitive error mapping function specific to SSL | wtc@chromium.org | 2010-01-15 | 2 | -32/+26 |
* | Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|. | eroman@chromium.org | 2010-01-15 | 3 | -35/+38 |
* | The search terms are escaped using + or %20 for space depending on whether re... | avayvod@google.com | 2010-01-15 | 3 | -18/+29 |
* | Decrease buffer size for the server to 2K fixed. | mbelshe@chromium.org | 2010-01-15 | 1 | -2/+2 |
* | Support the ECC cipher suites added in Mac OS X 10.6. | wtc@chromium.org | 2010-01-15 | 1 | -1/+171 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 7 | -26/+8 |
* | Revert 36230 - Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 6 | -70/+668 |
* | Switch on socket late binding. | willchan@chromium.org | 2010-01-14 | 6 | -668/+70 |
* | Remove destruction observer in CancelURLRequest | ukai@chromium.org | 2010-01-14 | 1 | -0/+4 |