| Commit message (Expand) | Author | Age | Files | Lines |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 4 | -20/+49 |
* | Abstracted and moved common SSPI functionality. | cbentzel@chromium.org | 2010-01-08 | 5 | -45/+159 |
* | Attempt 2 at landing this. | ananta@chromium.org | 2010-01-08 | 1 | -0/+4 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 3 | -50/+190 |
* | Reason: | tyoshino@chromium.org | 2010-01-08 | 1 | -4/+0 |
* | Deleting cookies by setting the expires attribute on them with an empty value... | ananta@chromium.org | 2010-01-08 | 1 | -0/+4 |
* | Http cache: Avoid resuming (and keeping) truncated entries | rvargas@google.com | 2010-01-08 | 6 | -17/+264 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 6 | -17/+52 |
* | Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec... | eroman@chromium.org | 2010-01-07 | 5 | -11/+113 |
* | Cleanup the FlipSession GetLoadState to be more specific. | mbelshe@google.com | 2010-01-07 | 1 | -2/+12 |
* | Allow using system libevent instead of the bundled one. | phajdan.jr@chromium.org | 2010-01-07 | 3 | -1/+12 |
* | A 1xx response code followed by an EOF triggered an infinite loop. Fix the p... | vandebo@chromium.org | 2010-01-07 | 3 | -1/+63 |
* | Changed catch-all Mac SSL OSStatus error to paramErr. | akalin@chromium.org | 2010-01-06 | 1 | -2/+9 |
* | Re-order some declarations in ProxyService, to ensure that deletion of InitPr... | eroman@chromium.org | 2010-01-06 | 3 | -6/+78 |
* | Remove more WinInet stuff. | phajdan.jr@chromium.org | 2010-01-06 | 4 | -144/+0 |
* | Linux: allow TLS renegotiation. | agl@chromium.org | 2010-01-06 | 1 | -0/+15 |
* | Enhance a function comment per feedback from a code review. | eroman@chromium.org | 2010-01-05 | 1 | -1/+2 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 12 | -149/+310 |
* | Implement delaying resource requests until privacy blacklists are ready. | phajdan.jr@chromium.org | 2010-01-05 | 2 | -43/+34 |
* | Remove WinInet FTP code. | phajdan.jr@chromium.org | 2010-01-05 | 6 | -1222/+0 |
* | Add metarefresh for SDCH in yet another case. | jar@chromium.org | 2010-01-04 | 2 | -3/+14 |
* | If we can't read a unicode character, write the standard "unknown" (0xFFFD) c... | cevans@chromium.org | 2010-01-01 | 1 | -1/+1 |
* | Minor cleanup, removed unused URLRequestJob::GetMoreData() method. | michaeln@chromium.org | 2009-12-30 | 5 | -23/+0 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 1 | -0/+36 |
* | Avoid meta-refresh when back-button gets non-sdch content | jar@chromium.org | 2009-12-28 | 2 | -5/+16 |
* | Fixup some connection time measurements. | mbelshe@google.com | 2009-12-28 | 3 | -6/+18 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 9 | -129/+60 |
* | Add histograms for measuring stream performance. | mbelshe@google.com | 2009-12-28 | 2 | -1/+53 |
* | Add histograms for tracking session utilization. | mbelshe@google.com | 2009-12-27 | 2 | -4/+38 |
* | Create histogram of download bandwidths. | mbelshe@google.com | 2009-12-25 | 1 | -0/+3 |
* | Several fixes to the Net.ConnectionTypeCount histogram. | mbelshe@google.com | 2009-12-24 | 8 | -25/+57 |
* | Added gtest filter for net_unittests that spawn processes | glider@chromium.org | 2009-12-24 | 1 | -0/+4 |
* | Linux: remove temporary check that the scons builders are working. | agl@chromium.org | 2009-12-24 | 1 | -2/+0 |
* | Linux: fix scons build so that libssl gets the right headers. | agl@chromium.org | 2009-12-23 | 1 | -0/+2 |
* | Revert "Linux: temp change to see if the builders are getting the wrong heade... | agl@chromium.org | 2009-12-23 | 1 | -2/+0 |
* | Linux: temp change to see if the builders are getting the wrong headers. | agl@chromium.org | 2009-12-23 | 1 | -0/+2 |
* | Reorder some statements to fix compile warning on Linux canary. | jam@chromium.org | 2009-12-23 | 1 | -2/+2 |
* | Fix build break from my last checkin. I accidently removed -T from the param... | jam@chromium.org | 2009-12-23 | 2 | -8/+3 |
* | Use a perfect hash map for the registry controlled domain service. | jam@chromium.org | 2009-12-23 | 11 | -3927/+18583 |
* | Linux: don't send cookies with an OCSP request. | agl@chromium.org | 2009-12-22 | 1 | -1/+2 |
* | Implement support for MLSD FTP command in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-12-22 | 3 | -6/+71 |
* | Remove some old debugging code. | willchan@chromium.org | 2009-12-22 | 1 | -13/+1 |
* | Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v... | eroman@chromium.org | 2009-12-22 | 2 | -7/+84 |
* | Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo... | eroman@chromium.org | 2009-12-22 | 4 | -30/+46 |
* | Fix benign race on NetworkChangeNotifierThread's vtable pointer. | willchan@chromium.org | 2009-12-21 | 1 | -0/+1 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 21 | -31/+702 |
* | Fix crash with CancelStream. The stream didn't inform | mbelshe@chromium.org | 2009-12-21 | 3 | -16/+26 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 15 | -167/+357 |
* | SPDY: Enable SPDY via NPN. | willchan@chromium.org | 2009-12-21 | 10 | -105/+319 |
* | Add the ability to enable full logging for LoadLogs. | eroman@chromium.org | 2009-12-21 | 5 | -18/+204 |