| Commit message (Expand) | Author | Age | Files | Lines |
* | disk cache: Add NET_API for net.dll | rvargas@google.com | 2011-05-07 | 1 | -7/+11 |
* | disk cache: Add NET_API for net.dll | rvargas@google.com | 2011-05-07 | 15 | -46/+60 |
* | Add requested documentation. | abarth@chromium.org | 2011-05-06 | 1 | -0/+7 |
* | net/url_request/url_request_test_util.h doesn't need to include | wtc@chromium.org | 2011-05-06 | 2 | -1/+1 |
* | Accept new WebSocket handshake format (hybi-04 and later). | yutak@chromium.org | 2011-05-06 | 4 | -57/+553 |
* | Implemented unit tests for ProxyService and fixed a bug | battre@chromium.org | 2011-05-06 | 3 | -2/+247 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 2 | -142/+185 |
* | GetPeerAddress could be called without socket, added check | dpolukhin@chromium.org | 2011-05-06 | 1 | -0/+6 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -5/+5 |
* | Revert 84197 - Add one-time randomization support for FieldTrial, and the abi... | joi@chromium.org | 2011-05-06 | 7 | -17/+26 |
* | (harmless) Missed include from http://codereview.chromium.org/6930040/ | cevans@chromium.org | 2011-05-05 | 1 | -0/+1 |
* | Gchat data is mapped onto talkgadget.google.com so don't forget to HSTS it. | cevans@chromium.org | 2011-05-05 | 2 | -0/+8 |
* | Refactor to address URLRequestContext dependency added in | cevans@chromium.org | 2011-05-05 | 8 | -23/+33 |
* | Http Cache: make sure that if we cancel a request after all data | rvargas@google.com | 2011-05-05 | 3 | -1/+55 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-05-05 | 13 | -121/+245 |
* | Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks | wtc@chromium.org | 2011-05-05 | 8 | -54/+210 |
* | net: add cloudsecurityalliance.org to HSTS preloaded list. | agl@chromium.org | 2011-05-05 | 2 | -0/+8 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 11 | -22/+26 |
* | Fix logic for handling reports of malformed bodies. To end up counting | joi@chromium.org | 2011-05-05 | 3 | -9/+23 |
* | Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ... | joi@chromium.org | 2011-05-05 | 3 | -22/+9 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-05 | 7 | -26/+17 |
* | Fix logic for handling reports of malformed bodies. To end up counting | joi@chromium.org | 2011-05-05 | 3 | -9/+22 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 59 | -179/+179 |
* | Change the obsolete ProxyConfigServiceNull to ProxyConfigServiceDirect. | wtc@chromium.org | 2011-05-04 | 1 | -1/+1 |
* | net: remove a random 10% of the False Start blocklist. | agl@chromium.org | 2011-05-04 | 1 | -459/+0 |
* | net: remove napster.com from False Start blocklist. | agl@chromium.org | 2011-05-04 | 1 | -1/+0 |
* | net: add (*.)stripe.com to the HSTS preloaded list. | agl@chromium.org | 2011-05-04 | 2 | -0/+4 |
* | net: add logentries.com to the HSTS preloaded list. | agl@chromium.org | 2011-05-04 | 2 | -0/+10 |
* | Allow server to indicate a non-SDCH encoding | jar@chromium.org | 2011-05-04 | 1 | -1/+27 |
* | net: remove the project net_base, and move back to a single net library. | rvargas@google.com | 2011-05-04 | 1 | -152/+72 |
* | Canary HSTS for mail.google.com, based on enthusiastic support to try. | cevans@chromium.org | 2011-05-04 | 2 | -7/+8 |
* | Nitpick: add missing header file in gyp file. | qsr@chromium.org | 2011-05-04 | 1 | -0/+1 |
* | Use a MessageLoopProxy to forward PAC script errors to the network delegate | jochen@chromium.org | 2011-05-03 | 4 | -18/+31 |
* | Use a MessageLoopProxy rather than manual Lock + MessageLoop* in HostResolver... | eroman@chromium.org | 2011-05-03 | 1 | -71/+32 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 10 | -1125/+819 |
* | Initialize the network_delegate_ and fix style | jochen@chromium.org | 2011-05-03 | 3 | -3/+7 |
* | Tweaks to extension webRequest API. | mpcomplete@chromium.org | 2011-05-03 | 3 | -9/+8 |
* | Enable (optional) blocking of webrequests in case a PAC script cannot be fetc... | battre@chromium.org | 2011-05-03 | 5 | -20/+65 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 16 | -23/+305 |
* | FTP: Fix a compatibility issue with Plan9 | phajdan.jr@chromium.org | 2011-05-03 | 2 | -7/+11 |
* | Increase warning level to 4 on Visual Studio | maruel@chromium.org | 2011-05-03 | 1 | -1/+2 |
* | Add profiles.google.com to HSTS list, with permission. | cevans@chromium.org | 2011-05-03 | 2 | -0/+7 |
* | Fix net/ command-line pollution introduced in http://codereview.chromium.org/... | cevans@chromium.org | 2011-05-02 | 7 | -85/+60 |
* | Net: Define the net api for building net as a dll. | rvargas@google.com | 2011-05-02 | 2 | -0/+27 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -1/+2 |
* | net: add romab.com to HSTS preloaded list. | agl@chromium.org | 2011-05-02 | 2 | -0/+5 |
* | Revert 83641 - DNS Host resolver changes with retry logic. Fix for | jar@chromium.org | 2011-05-02 | 3 | -390/+49 |
* | Add a method to HMAC to indicate how large a digest it produces. | abarth@chromium.org | 2011-04-30 | 1 | -20/+12 |
* | Fix problem when interpreting Gnome proxy settings, where http, https, and ft... | eroman@chromium.org | 2011-04-30 | 2 | -32/+92 |
* | Initialize os_error to 0. | rtenneti@chromium.org | 2011-04-30 | 1 | -1/+1 |