| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert 87066 - 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 |
* | Remove files that don't exist, and fix typos in gyp files | sadrul@chromium.org | 2011-05-25 | 1 | -9/+0 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -6/+6 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -3/+0 |
* | net: Add NET_API to a few more files. | rvargas@google.com | 2011-05-21 | 1 | -0/+8 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -4/+4 |
* | Exclude several implementation-specific headers from net.gyp when excluding t... | rsleevi@chromium.org | 2011-05-19 | 1 | -0/+6 |
* | An initial curvecp implementation. This implementation is not complete, | mbelshe@google.com | 2011-05-18 | 1 | -0/+53 |
* | Revert 85667 - An initial curvecp implementation. This code is not complete,... | gene@chromium.org | 2011-05-17 | 1 | -53/+0 |
* | An initial curvecp implementation. This code is not complete, but does | mbelshe@google.com | 2011-05-17 | 1 | -0/+53 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -0/+15 |
* | Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc... | joi@chromium.org | 2011-05-17 | 1 | -15/+0 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -0/+15 |
* | Linux: add gyp rules for gio library and gsettings link mode. | mdm@chromium.org | 2011-05-16 | 1 | -0/+1 |
* | Create a URLRequestJobFactory to replace the URLRequest globals. | willchan@chromium.org | 2011-05-14 | 1 | -0/+3 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 1 | -1/+0 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -2/+2 |
* | net: remove the project net_base, and move back to a single net library. | rvargas@google.com | 2011-05-04 | 1 | -152/+72 |
* | Nitpick: add missing header file in gyp file. | qsr@chromium.org | 2011-05-04 | 1 | -0/+1 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 1 | -0/+4 |
* | Fix net/ command-line pollution introduced in http://codereview.chromium.org/... | cevans@chromium.org | 2011-05-02 | 1 | -2/+0 |
* | Net: Define the net api for building net as a dll. | rvargas@google.com | 2011-05-02 | 1 | -0/+1 |
* | MAC Cookies (patch 2 of N) | abarth@chromium.org | 2011-04-30 | 1 | -0/+3 |
* | Revert r83600 | abarth@chromium.org | 2011-04-29 | 1 | -3/+0 |
* | MAC Cookies (2 of N) | abarth@chromium.org | 2011-04-29 | 1 | -0/+3 |
* | Add command-line control of the HSTS preload list. | cevans@chromium.org | 2011-04-21 | 1 | -0/+2 |
* | Added TCPServerSocket. | sergeyu@chromium.org | 2011-04-18 | 1 | -0/+8 |
* | Add net/base/sys_byteorder.h | sergeyu@chromium.org | 2011-04-18 | 1 | -0/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -0/+3 |
* | Revert r61181. | agl@chromium.org | 2011-04-12 | 1 | -30/+0 |