| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provides in memory and persistent storage for origin bound certificates, whic... | rkn@chromium.org | 2011-07-29 | 1 | -0/+4 |
* | Revert 94553 - Provides in memory and persistent storage for origin bound cer... | sergeyu@chromium.org | 2011-07-28 | 1 | -4/+0 |
* | Provides in memory and persistent storage for origin bound certificates, whic... | rkn@chromium.org | 2011-07-28 | 1 | -0/+4 |
* | Relanding 94539 - Move MockHostResolver to net_test_support | agayev@chromium.org | 2011-07-28 | 1 | -3/+2 |
* | Revert 94539 - Move MockHostResolver to net_test_support | agayev@chromium.org | 2011-07-28 | 1 | -2/+3 |
* | Move MockHostResolver to net_test_support | agayev@chromium.org | 2011-07-28 | 1 | -3/+2 |
* | Update the url_request_http_job according to the asynchronous CookieMonster API. | ycxiao@chromium.org | 2011-07-25 | 1 | -0/+2 |
* | File reorganization: move AsyncHostResolver files to net/dns. | agayev@chromium.org | 2011-07-22 | 1 | -14/+16 |
* | Implemented AsyncHostResolver -- asynchronous HostResolver! | agayev@chromium.org | 2011-07-21 | 1 | -0/+3 |
* | Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver. | agayev@chromium.org | 2011-07-21 | 1 | -3/+0 |
* | Implemented AsyncHostResolver -- asynchronous HostResolver. | agayev@chromium.org | 2011-07-21 | 1 | -0/+3 |
* | Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver. | agayev@chromium.org | 2011-07-20 | 1 | -3/+0 |
* | Implement AsyncHostResolver, an asynchronous HostResolver. | agayev@chromium.org | 2011-07-20 | 1 | -0/+3 |
* | Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when | darin@chromium.org | 2011-07-20 | 1 | -5/+3 |
* | Implementation of server socket for websockets protocol. | dilmah@chromium.org | 2011-07-19 | 1 | -0/+3 |
* | Revert "Implementation of server socket for websockets protocol." | dilmah@chromium.org | 2011-07-19 | 1 | -3/+0 |
* | Implementation of server socket for websockets protocol. | dilmah@chromium.org | 2011-07-19 | 1 | -0/+3 |
* | DnsTransaction: added a delegate interface. | agayev@chromium.org | 2011-07-18 | 1 | -2/+4 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -19/+0 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -0/+19 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -19/+0 |
* | net: enable components build on Linux | evan@chromium.org | 2011-07-12 | 1 | -10/+15 |
* | Upstream android net related code (part3) | michaelbai@google.com | 2011-07-11 | 1 | -0/+13 |
* | Fixed network connectivity checks specific to ChromeOS. Previously we were d... | zelidrag@chromium.org | 2011-07-11 | 1 | -0/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Added OriginBoundCertService class to handle the fetching (and creation) of o... | rkn@chromium.org | 2011-07-08 | 1 | -0/+3 |
* | Refactoring on WebSocket over SPDY unit tests | toyoshim@chromium.org | 2011-07-07 | 1 | -0/+2 |
* | net: Build net.dll on Windows. | rvargas@google.com | 2011-07-01 | 1 | -3/+21 |
* | Implements DnsTransaction class. | agayev@chromium.org | 2011-06-30 | 1 | -0/+3 |
* | Use crnss.dll and crnspr.dll with the component build. | rvargas@google.com | 2011-06-28 | 1 | -0/+2 |
* | DnsQuery: changed raw function pointer to callback. | agayev@chromium.org | 2011-06-28 | 1 | -0/+1 |
* | WebSocket over SPDY: SpdyWebSocketStream | toyoshim@chromium.org | 2011-06-27 | 1 | -0/+3 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 1 | -0/+7 |
* | net doesn't depend on libevent directly now. | wtc@chromium.org | 2011-06-22 | 1 | -3/+0 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -9/+0 |
* | Remove the HostResolverImpl::Shutdown() method. | eroman@chromium.org | 2011-06-15 | 1 | -0/+1 |
* | Collect stats to investigate the viability of UDP | rtenneti@chromium.org | 2011-06-09 | 1 | -0/+2 |
* | Rename the x509_openssl_util namespace to x509_util | rsleevi@chromium.org | 2011-06-07 | 1 | -4/+4 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+3 |
* | Implements DnsRequest and DnsResponse classes. | agayev@chromium.org | 2011-06-03 | 1 | -0/+6 |
* | Revert 87809 - Added DnsQuery class | agayev@chromium.org | 2011-06-03 | 1 | -6/+0 |
* | Added DnsQuery class | agayev@chromium.org | 2011-06-03 | 1 | -0/+6 |
* | net: add CRL filter infrastructure. | agl@chromium.org | 2011-06-02 | 1 | -0/+3 |
* | Adds unit tests that attempt to verify the following through simulation: | joi@chromium.org | 2011-06-02 | 1 | -0/+3 |
* | Revert 87315 - Revert 87309 - Second attempt to fix linux redux builder | mirandac@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | Revert 87309 - Second attempt to fix linux redux builder | mirandac@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | Second attempt to fix linux redux builder | joth@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -0/+1 |
* | Revert 87077 - Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -1/+0 |
* | Bind() methods for TCP sockets | sergeyu@chromium.org | 2011-05-27 | 1 | -0/+1 |