| Commit message (Expand) | Author | Age | Files | Lines |
* | Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads. | ahendrickson@chromium.org | 2011-05-24 | 1 | -0/+25 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-05-05 | 1 | -1/+5 |
* | Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim... | asanka@chromium.org | 2011-04-29 | 1 | -5/+1 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-04-29 | 1 | -1/+5 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -9/+56 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -56/+9 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -9/+56 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -1/+10 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -1/+2 |
* | Fixes eol on http_stream_parser.cc | maruel@chromium.org | 2011-01-29 | 1 | -1/+1 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -10/+34 |
* | Change the way request headers are logged to the NetLog to ensure | rch@chromium.org | 2010-11-11 | 1 | -2/+12 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Allow duplicate Content-Length headers. | willchan@chromium.org | 2010-10-29 | 1 | -5/+12 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Call GetSSLInfo late, after we have received the response | wtc@chromium.org | 2010-09-30 | 1 | -6/+2 |
* | Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH. | willchan@chromium.org | 2010-09-23 | 1 | -4/+29 |
* | Fix a crash where we are checking IsConnected(). If you look into the | mbelshe@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -1/+41 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+3 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 1 | -4/+3 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 1 | -0/+2 |
* | Remove the TRACE_EVENT for network states. This is no longer needed, since mo... | eroman@chromium.org | 2010-05-21 | 1 | -9/+0 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 1 | -3/+3 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -2/+2 |
* | Remove packet split experiment, and add coalescing histogram | jar@chromium.org | 2010-03-31 | 1 | -22/+28 |
* | Remove bug 31096 checks (resolved). | vandebo@chromium.org | 2010-03-30 | 1 | -3/+0 |
* | 2 experiments: DNS prefetch limit concurrency: TCP split a packet | jar@chromium.org | 2010-03-20 | 1 | -3/+26 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -6/+4 |
* | Use 0 for successful end of stream. | vandebo@chromium.org | 2010-03-08 | 1 | -3/+7 |
* | Add checks to track down bug 31096 | vandebo@chromium.org | 2010-03-08 | 1 | -0/+3 |
* | Use CHECK_* in net | willchan@chromium.org | 2010-03-02 | 1 | -3/+3 |
* | Work around 3rd party problem causing bug 27870. | vandebo@chromium.org | 2010-02-27 | 1 | -6/+1 |
* | Add ERR_END_OF_STREAM | vandebo@google.com | 2010-02-24 | 1 | -1/+1 |
* | More checks to try to find bug 27870. | vandebo@google.com | 2010-02-12 | 1 | -1/+6 |
* | Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop... | vandebo@google.com | 2010-02-04 | 1 | -2/+2 |
* | A 1xx response code followed by an EOF triggered an infinite loop. Fix the p... | vandebo@chromium.org | 2010-01-07 | 1 | -1/+6 |
* | Add more load log points near HttpNetworkTransaction::ReadHeaders | vandebo@chromium.org | 2009-12-17 | 1 | -1/+7 |
* | Make the transactions own the HttpResponseInfo. | willchan@chromium.org | 2009-12-16 | 1 | -10/+13 |
* | Increase the maximum allowed read buffer to 2MB. | vandebo@chromium.org | 2009-11-24 | 1 | -2/+2 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 1 | -7/+8 |
* | Try to find the cause of the crash in memcpy, called from DoSendBody. | vandebo@chromium.org | 2009-11-19 | 1 | -2/+3 |
* | Fix crash if we get an EOF after a large packet with unterminated headers. | cevans@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Map a return value of 0 to ERR_CONNECTION_CLOSED for | wtc@chromium.org | 2009-11-12 | 1 | -19/+16 |
* | After further discussion, do not try to handle memory errors, but make assert... | vandebo@chromium.org | 2009-11-10 | 1 | -13/+5 |
* | Handle out of memory in GrowableIOBuffer more gracefully. | vandebo@chromium.org | 2009-10-28 | 1 | -7/+17 |
* | Simplify the copying of data in HttpStreamParser | vandebo@chromium.org | 2009-10-23 | 1 | -17/+25 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -0/+512 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -512/+0 |