| Commit message (Expand) | Author | Age | Files | Lines |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 10 | -426/+430 |
* | Lands http://codereview.chromium.org/379007 for Dave: | sky@chromium.org | 2009-11-11 | 1 | -0/+2 |
* | Use GURL::is_valid() in place of !GURL::is_empty() in a condition. | eroman@chromium.org | 2009-11-10 | 2 | -1/+23 |
* | Add a couple of methods to the StaticMockSocket for verifying | mbelshe@google.com | 2009-11-10 | 1 | -0/+7 |
* | Grab SOCKS settings from system prefs. | avi@chromium.org | 2009-11-10 | 1 | -1/+14 |
* | Distinguish between old and new FTP LIST response parsers | phajdan.jr@chromium.org | 2009-11-10 | 2 | -10/+18 |
* | Get rid of unused function, UTF8ToFilePathString. | tony@chromium.org | 2009-11-10 | 1 | -12/+0 |
* | After further discussion, do not try to handle memory errors, but make assert... | vandebo@chromium.org | 2009-11-10 | 4 | -35/+15 |
* | Pickup some server nits from the checkin on the GFE side. | mbelshe@google.com | 2009-11-10 | 2 | -32/+49 |
* | Use URLRequestContext's host_resolver instead of SystemHostResolver. | ukai@chromium.org | 2009-11-10 | 1 | -1/+2 |
* | Fix a style nit in client_socket.h. | wtc@chromium.org | 2009-11-10 | 3 | -49/+51 |
* | Clean up recent string conversion function changes, part 1: Remove unnecessar... | pkasting@chromium.org | 2009-11-10 | 1 | -4/+4 |
* | Fix integer overflow in calculation of sparse I/O extent. | cevans@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Switch chrome to requesting full-urls over FLIP rather than | mbelshe@google.com | 2009-11-10 | 2 | -18/+14 |
* | Fix some over-80-char lines. | mbelshe@google.com | 2009-11-09 | 1 | -4/+11 |
* | Remove unnecessary null pointer tests to avoid a false Coverity | wtc@chromium.org | 2009-11-09 | 1 | -7/+13 |
* | Use the new FTP LIST parsing code in the browser. | phajdan.jr@chromium.org | 2009-11-07 | 3 | -6/+23 |
* | Disable an FTP test which contains a date with year 2079 due to year-2038 pro... | phajdan.jr@chromium.org | 2009-11-07 | 1 | -0/+3 |
* | Implement Windows FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-07 | 9 | -2/+341 |
* | Clear disk cache when the cache is not initialized | hclam@chromium.org | 2009-11-07 | 4 | -22/+37 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 6 | -238/+550 |
* | Take3: | mbelshe@google.com | 2009-11-06 | 8 | -362/+654 |
* | Revert 31277 - Take 2: | willchan@chromium.org | 2009-11-06 | 8 | -654/+362 |
* | Take 2: | mbelshe@google.com | 2009-11-06 | 8 | -362/+654 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 21 | -108/+180 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -3/+2 |
* | Add some instrumentation to SystemHostResolverProc() to capture the hostname ... | eroman@chromium.org | 2009-11-06 | 1 | -1/+20 |
* | Revert 31252 - Rework the FlipProtocol to separate the Clike structs from the | willchan@chromium.org | 2009-11-06 | 8 | -652/+360 |
* | Rework the FlipProtocol to separate the C-like structs from the | mbelshe@google.com | 2009-11-06 | 8 | -360/+652 |
* | Change some logging for better debugging of | mbelshe@chromium.org | 2009-11-06 | 1 | -1/+2 |
* | Improve Mac SSL code: | avi@chromium.org | 2009-11-06 | 2 | -121/+27 |
* | Add Websocket::DetachDelegate | ukai@chromium.org | 2009-11-06 | 3 | -5/+37 |
* | Fix the "ls -l" FTP LIST format parser to understand correctly | phajdan.jr@chromium.org | 2009-11-06 | 8 | -2/+163 |
* | Add error reporting in net/websockets | ukai@chromium.org | 2009-11-06 | 3 | -2/+23 |
* | OCSPTrySendAndReceive should always set *http_response_data_len, even on | wtc@chromium.org | 2009-11-06 | 1 | -5/+13 |
* | Flip: Refactor Flip stream reading and writing out of FlipNetworkTransaction ... | willchan@chromium.org | 2009-11-06 | 4 | -209/+422 |
* | 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 | 77 | -133/+333 |
* | Disk Cache: New interface that enables asynchronous completion | rvargas@google.com | 2009-11-05 | 10 | -6/+274 |
* | HTTP cache: Add tests to verify that we don't remove the | rvargas@google.com | 2009-11-05 | 1 | -5/+50 |
* | Coverity: Fix leaking UCharsetDetector in ftp code. | mattm@chromium.org | 2009-11-05 | 4 | -0/+61 |
* | Fix kServerHandshakeHeader | ukai@chromium.org | 2009-11-05 | 2 | -9/+9 |
* | Map WSAEACCES (which is reported by connect if Windows Firewall | wtc@chromium.org | 2009-11-05 | 2 | -14/+38 |
* | Improve error code mapping between our network error codes and the | wtc@chromium.org | 2009-11-04 | 1 | -6/+47 |
* | Implement VMS FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-04 | 13 | -79/+1006 |
* | Enable localization of default downloaded filename. | tony@chromium.org | 2009-11-04 | 3 | -59/+82 |
* | Fix memory leak in WebSocketThrottle. | ukai@chromium.org | 2009-11-04 | 1 | -1/+3 |
* | Implement websocket throttling. | ukai@chromium.org | 2009-11-04 | 8 | -25/+741 |
* | Minor fixes in SocketStream. | ukai@chromium.org | 2009-11-04 | 1 | -2/+8 |
* | Flip: FlipSessionPool changes. | willchan@chromium.org | 2009-11-04 | 11 | -90/+130 |