| Commit message (Expand) | Author | Age | Files | Lines |
* | FTP: fix directory listing parser when server fails to separate the first two... | phajdan.jr@chromium.org | 2011-02-01 | 2 | -4/+11 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 3 | -153/+157 |
* | Add OWNERS file for net/ftp | phajdan.jr@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | FTP: correctly handle directory listings containing "Permission denied" errors. | phajdan.jr@chromium.org | 2011-01-04 | 3 | -2/+25 |
* | FTP: Fix Windows directory listing parser for empty file names. | phajdan.jr@chromium.org | 2010-12-17 | 2 | -7/+45 |
* | FTP: fix compatibility problems with MLSD by removing MLSD support. | phajdan.jr@chromium.org | 2010-12-10 | 12 | -486/+6 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 10 | -5/+25 |
* | FTP: a successful response to SIZE does not mean the resource is a file. | phajdan.jr@chromium.org | 2010-11-20 | 2 | -13/+43 |
* | FTP: improve character encoding detection in cases where ICU's first guess is... | phajdan.jr@chromium.org | 2010-11-18 | 3 | -29/+67 |
* | 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 | 2 | -2/+65 |
* | FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/ | phajdan.jr@chromium.org | 2010-10-28 | 3 | -8/+45 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 3 | -10/+26 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 16 | -20/+64 |
* | FTP: make file downloads work when directory listing is restricted | phajdan.jr@chromium.org | 2010-10-15 | 2 | -34/+65 |
* | Fix FTP directory listing for ftp.cisco.com. | phajdan.jr@chromium.org | 2010-10-14 | 3 | -2/+16 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 2 | -2/+2 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 6 | -17/+17 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 2 | -3/+3 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 2 | -7/+18 |
* | FTP: fix directory listing parser for ftp.usa.hp.com | phajdan.jr@chromium.org | 2010-09-30 | 11 | -36/+185 |
* | Revert 61034 - Refactor FTP unit tests. | phajdan.jr@chromium.org | 2010-09-30 | 1 | -530/+741 |
* | Refactor FTP unit tests. | phajdan.jr@chromium.org | 2010-09-30 | 1 | -741/+530 |
* | Revert 60765 - FTP: fix directory listing parser for ftp.usa.hp.com | phajdan.jr@chromium.org | 2010-09-28 | 10 | -172/+8 |
* | FTP: fix directory listing parser for ftp.usa.hp.com | phajdan.jr@chromium.org | 2010-09-28 | 10 | -8/+172 |
* | FTP: fix directory listing parser for ftp.symantec.com. | phajdan.jr@chromium.org | 2010-09-28 | 2 | -3/+8 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 7 | -19/+30 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 6 | -8/+14 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -7/+1 |
* | FTP: fix parsing error on ftp.dell.com | phajdan.jr@chromium.org | 2010-09-14 | 2 | -8/+20 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -1/+0 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+0 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 4 | -1/+4 |
* | Fix bad license header in app/ and net/ directories. | tfarina@chromium.org | 2010-07-31 | 14 | -46/+45 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 2 | -6/+8 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 9 | -38/+49 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -4/+7 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 7 | -67/+86 |
* | 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: minor cleanups to the unit tests: | phajdan.jr@chromium.org | 2010-07-27 | 1 | -6/+33 |
* | Fix a bug with parsing ftp directory listing lines. | michaeln@chromium.org | 2010-07-27 | 2 | -3/+21 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 19 | -0/+19 |
* | FTP: add more detailed error codes based on RFC 959. | phajdan.jr@chromium.org | 2010-07-15 | 3 | -104/+122 |
* | Clean up FTP code a bit: | phajdan.jr@chromium.org | 2010-07-14 | 3 | -78/+12 |
* | FTP: change order of commands to improve compatibility | phajdan.jr@chromium.org | 2010-07-08 | 3 | -199/+51 |
* | Fix a renderer crash while processing FTP directory listing. | phajdan.jr@chromium.org | 2010-06-26 | 2 | -1/+2 |
* | FTP: Fix an infinite loop in a rare condition. | phajdan.jr@chromium.org | 2010-05-15 | 2 | -13/+15 |