| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -5/+5 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -3/+4 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -1/+2 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -4/+4 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -3/+1 |
* | Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -10/+10 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -3/+2 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -2/+2 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | FTP: fix compatibility with VMS server kednos.com | phajdan.jr@chromium.org | 2012-12-17 | 1 | -6/+13 |
* | [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa... | szym@chromium.org | 2012-12-13 | 1 | -1/+1 |
* | FTP: Only issue EPSV command for non-IPv4 connections. | phajdan.jr@chromium.org | 2012-11-17 | 1 | -0/+9 |
* | FTP: Open a fresh data connection after a command error. | phajdan.jr@chromium.org | 2012-11-15 | 1 | -8/+32 |
* | FTP: fix compatibility with mod_ftp's LISTisNLST option. | phajdan.jr@chromium.org | 2012-11-12 | 1 | -1/+7 |
* | FTP: add net-internals logging. | phajdan.jr@chromium.org | 2012-11-07 | 1 | -14/+27 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -5/+6 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -3/+4 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -20/+16 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -1/+6 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -10/+13 |
* | net: Move UnescapeURLComponent() functions into net namespace. | tfarina@chromium.org | 2011-10-02 | 1 | -2/+2 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -5/+5 |
* | FTP: fix compatibility problem with ftp.comconlink.co.za | phajdan.jr@chromium.org | 2011-09-28 | 1 | -2/+0 |
* | FTP: fix compatibility with servers which send 451 response | phajdan.jr@chromium.org | 2011-09-14 | 1 | -15/+25 |
* | FTP: Cleanup - replace sscanf with more high-level routines. | phajdan.jr@chromium.org | 2011-09-14 | 1 | -17/+39 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -2/+2 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -2/+10 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -117/+117 |
* | FTP: fix compatibility problems with MLSD by removing MLSD support. | phajdan.jr@chromium.org | 2010-12-10 | 1 | -46/+1 |
* | FTP: a successful response to SIZE does not mean the resource is a file. | phajdan.jr@chromium.org | 2010-11-20 | 1 | -7/+4 |
* | Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network | mmenke@chromium.org | 2010-11-02 | 1 | -0/+1 |
* | FTP: fix navigation to ftp.symantec.com | phajdan.jr@chromium.org | 2010-10-29 | 1 | -2/+8 |
* | FTP: make file downloads work when directory listing is restricted | phajdan.jr@chromium.org | 2010-10-15 | 1 | -16/+35 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -7/+1 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -7/+7 |
* | Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i" | jeremy@chromium.org | 2010-07-28 | 1 | -0/+15 |
* | Revert "FTP: fix navigation to systems with broken EPSV support."i | jeremy@chromium.org | 2010-07-28 | 1 | -15/+0 |
* | FTP: fix navigation to systems with broken EPSV support. | phajdan.jr@chromium.org | 2010-07-28 | 1 | -0/+15 |
* | FTP: add more detailed error codes based on RFC 959. | phajdan.jr@chromium.org | 2010-07-15 | 1 | -44/+89 |
* | Clean up FTP code a bit: | phajdan.jr@chromium.org | 2010-07-14 | 1 | -66/+8 |
* | FTP: change order of commands to improve compatibility | phajdan.jr@chromium.org | 2010-07-08 | 1 | -43/+14 |
* | FTP: Fix an infinite loop in a rare condition. | phajdan.jr@chromium.org | 2010-05-15 | 1 | -13/+4 |