| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+4 |
* | secure proxy support in websocket | ukai@chromium.org | 2011-07-26 | 1 | -0/+5 |
* | Revert 93860 - secure proxy support in websocket | ukai@chromium.org | 2011-07-25 | 1 | -5/+0 |
* | secure proxy support in websocket | ukai@chromium.org | 2011-07-25 | 1 | -0/+5 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -0/+1 |
* | Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI... | sky@chromium.org | 2011-07-01 | 1 | -0/+7 |
* | Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket... | sky@chromium.org | 2011-07-01 | 1 | -7/+0 |
* | Refactoring on SocketStream to support IO PENDING on WebSocket throttling | toyoshim@chromium.org | 2011-07-01 | 1 | -0/+7 |
* | WebSocket over SPDY: protocol switch | toyoshim@chromium.org | 2011-06-16 | 1 | -0/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -2/+2 |
* | Net: Add NET_API to socket_stream and spdy. | rvargas@google.com | 2011-05-19 | 1 | -2/+3 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 1 | -0/+16 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | net: Remove prefix net:: from some places that already are in namespace net. | tfarina@chromium.org | 2011-01-19 | 1 | -3/+3 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -4/+4 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -7/+7 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -0/+1 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -1/+1 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+1 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | Fix flaky WebSocket crash with url-with-credential.html | ukai@chromium.org | 2010-08-11 | 1 | -1/+1 |
* | Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-05 | 1 | -0/+3 |
* | Revert 54707 - Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-03 | 1 | -2/+0 |
* | Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-03 | 1 | -0/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 1 | -2/+2 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -1/+1 |
* | SocketStream::Close() disconnect the socket after all pending data sent. | ukai@chromium.org | 2010-05-21 | 1 | -0/+2 |
* | Refactor WebSocket throttling feature. | ukai@chromium.org | 2010-03-17 | 1 | -3/+6 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -10/+3 |
* | Fix memory leak in WebSocketJobTest. | ukai@chromium.org | 2010-03-01 | 1 | -1/+1 |
* | Support HttpOnly cookie on Web Socket | ukai@chromium.org | 2010-03-01 | 1 | -9/+12 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -1/+3 |
* | Try https proxy for websocket connection. | ukai@chromium.org | 2009-11-16 | 1 | -0/+1 |
* | Reverting 32045. | ukai@chromium.org | 2009-11-16 | 1 | -1/+0 |
* | Try https proxy for websocket connection. | ukai@chromium.org | 2009-11-16 | 1 | -0/+1 |
* | Style nit -- bind asterisks to the left rather than right. | eroman@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Plumb LoadLog into SocketStream | ukai@chromium.org | 2009-11-13 | 1 | -0/+12 |
* | Metrics of SocketStream | ukai@chromium.org | 2009-11-11 | 1 | -0/+3 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+6 |
* | Implement websocket throttling. | ukai@chromium.org | 2009-11-04 | 1 | -2/+12 |
* | Refactor SocketStream to report error to the delegate. | ukai@chromium.org | 2009-10-30 | 1 | -5/+13 |
* | Reverting 30551. | ukai@chromium.org | 2009-10-30 | 1 | -12/+5 |
* | Refactor SocketStream to report error to the delegate. | ukai@chromium.org | 2009-10-30 | 1 | -5/+12 |
* | Add proxy basic auth support in net/socket_stream. | ukai@chromium.org | 2009-10-27 | 1 | -1/+36 |
* | A couple new io buffers that encapsulate more data and are therefore easier t... | vandebo@chromium.org | 2009-10-14 | 1 | -1/+1 |