| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | implement HaveOnlyLoopbackAddresses() for android | james.wei@intel.com | 2012-06-15 | 1 | -0/+1 |
* | Allow the omnibox to recognize as URLs inputs that have a host component that... | pkasting@chromium.org | 2012-06-12 | 1 | -1/+1 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -27/+11 |
* | Delete net::GetHeaderParamValue | abarth@chromium.org | 2012-01-31 | 1 | -19/+0 |
* | Improve parsing of the Content-Disposition header | abarth@chromium.org | 2012-01-27 | 1 | -26/+6 |
* | No longer preconnect to unsafe ports. As UrlRequests were | mmenke@chromium.org | 2011-12-13 | 1 | -2/+2 |
* | export IsPortAllowedByDefault() | toyoshim@chromium.org | 2011-12-01 | 1 | -6/+5 |
* | net: Remove 3 exit time destructors and 3 static initializers. | thakis@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | OpenBSD patches for net, split from CR #8275005 | robert.nagy@gmail.com | 2011-10-20 | 1 | -0/+1 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -2/+2 |
* | Overwrite extensions of filenames determined from URLs if the URL could be a ... | asanka@chromium.org | 2011-09-12 | 1 | -2/+3 |
* | Mark ParseHostAndPort() as NET_EXPORT instead of NET_EXPORT_PRIVATE. | sergeyu@chromium.org | 2011-08-29 | 1 | -2/+2 |
* | Call GenerateSafeFilename() from GetSuggestedFilename(). | asanka@chromium.org | 2011-08-20 | 1 | -15/+30 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -90/+94 |
* | Move filename determination logic to net_util so that it's not split between ... | asanka@chromium.org | 2011-08-09 | 1 | -6/+33 |
* | DnsTransaction: added a delegate interface. | agayev@chromium.org | 2011-07-18 | 1 | -0/+1 |
* | Allow hyphens at the beginning of domain components, except for the last doma... | pkasting@chromium.org | 2011-06-21 | 1 | -2/+3 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -1/+1 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -8/+8 |
* | Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename... | jianli@chromium.org | 2011-05-18 | 1 | -9/+10 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -78/+82 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -1/+5 |
* | Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks | wtc@chromium.org | 2011-05-05 | 1 | -0/+10 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 1 | -57/+8 |
* | Implement IpcNetworkManger | sergeyu@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 1 | -11/+48 |
* | Revert 81343 - Add multiple-offset versions of the various URL reformatting f... | mrossetti@chromium.org | 2011-04-13 | 1 | -48/+11 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 1 | -11/+48 |
* | Add an opt-out header for HTTP throttling. Never throttle for localhost. | joi@chromium.org | 2011-03-25 | 1 | -0/+8 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -1/+1 |
* | Add GetNetworkList() in net_utils. | sergeyu@chromium.org | 2011-03-19 | 1 | -1/+24 |
* | Log source ip and port in NetLog. | willchan@chromium.org | 2011-01-26 | 1 | -2/+16 |
* | wstring: make net::GetSuggestedFilename return utf-16 | evan@chromium.org | 2011-01-24 | 1 | -2/+2 |
* | Explicitly whitelist the test server port. | bauerb@chromium.org | 2010-12-10 | 1 | -1/+12 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | Add support for the extended header parameter syntax in Content-Disposition h... | jshin@chromium.org | 2010-11-03 | 1 | -8/+23 |
* | Cleanup: Convert net::StripWWW to string16 and fix up the callsites. | jhawkins@chromium.org | 2010-09-10 | 1 | -1/+1 |
* | Remove the wstring FormatUrl() functions (and convert remaining users to the ... | viettrungluu@chromium.org | 2010-08-31 | 1 | -14/+1 |
* | Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one. | viettrungluu@chromium.org | 2010-08-30 | 1 | -0/+5 |
* | Provide a wstring-free version of FormatUrl(), part 1. | viettrungluu@chromium.org | 2010-08-25 | 1 | -0/+8 |
* | De-wstringify some browser startup code and net utility. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | [Linux] Enable connecting to localhost when offline. | vandebo@chromium.org | 2010-07-23 | 1 | -0/+4 |
* | In addition to the logging the IP address that a TCP connect is made to, also... | eroman@chromium.org | 2010-06-16 | 1 | -0/+10 |
* | Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa... | eroman@chromium.org | 2010-06-08 | 1 | -0/+46 |
* | Strip the trailing slash from URLs like "http://google.com/". This especiall... | pkasting@chromium.org | 2010-06-02 | 1 | -4/+14 |
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 1 | -4/+6 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -13/+27 |