| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -7/+9 |
* | Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re... | cbentzel@chromium.org | 2011-12-08 | 1 | -32/+6 |
* | Implement Drain() on HttpPipelinedStream. | simonjam@chromium.org | 2011-11-30 | 1 | -5/+2 |
* | Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m... | cbentzel@chromium.org | 2011-11-17 | 1 | -6/+32 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -1/+0 |
* | Return an error when multiple Location or Content-Disposition | mmenke@chromium.org | 2011-10-04 | 1 | -19/+41 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -4/+4 |
* | Revert 93704 - Remove Content-Length mismatch checks. | cbentzel@chromium.org | 2011-07-22 | 1 | -0/+7 |
* | Remove Content-Length mismatch checks. | cbentzel@chromium.org | 2011-07-22 | 1 | -7/+0 |
* | 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 |