- e13c146 Revert 188912 "Removed static factories for data, ftp, file, and..." by [email protected] · 12 years ago
- 57486fd Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
- d778e042 src/: Update the remaining include paths of string_split.h to its new location. by [email protected] · 12 years ago
- 6cdfd7f Replace FilePath with base::FilePath in net. by [email protected] · 13 years ago
- f4ebe77 Move string tokenizer to base/strings. by [email protected] · 13 years ago
- c297d3a Roll ICU and convert include style to standard Chromium style, by [email protected] · 13 years ago
- b1eef44 FTP: fix leaks in tests. by [email protected] · 13 years ago
- f20f6bb FTP: fix compatibility with VMS server kednos.com by [email protected] · 13 years ago
- e466aaf [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFamily() to be used when creating sockets. by [email protected] · 13 years ago
- 0ea5086 FTP: correctly handle newlines in file names by [email protected] · 13 years ago
- 52ce533 FTP: allow garbage instead of "ls -l" permissions listing. by [email protected] · 13 years ago
- bde1ca85 FTP: misc fixes resulting from my testing. by [email protected] · 13 years ago
- d3715c77 FTP: Only issue EPSV command for non-IPv4 connections. by [email protected] · 13 years ago
- 80a09a8 net: Pass the real IP address and port for mock TCP sockets where possible. by [email protected] · 13 years ago
- 3b821c6 FTP: Open a fresh data connection after a command error. by [email protected] · 13 years ago
- 6f1b5ff FTP: Clean up the server type histogram to use less space. by [email protected] · 13 years ago
- 96dfae6 FTP: fix compatibility with mod_ftp's LISTisNLST option. by [email protected] · 13 years ago
- d99d9bd2 FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings. by [email protected] · 13 years ago
- 844f32c1 FTP: add net-internals logging. by [email protected] · 13 years ago
- 8fc2857 FTP: refactor repetetive code to a table of callbacks. by [email protected] · 13 years ago
- 94719f0 fix compilation on vs2012 for FtpAuthCache::Entry by [email protected] · 13 years ago
- 9ec24af Enable FtpDirectoryListing* GUnit tests on Android. by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 17350d3 Make SplitString() and variants clear their outparam vector. (Note that SplitStringIntoKeyValues() and SplitStringIntoKeyValuePairs() already did this.) This is more in line with what other APIs that take outparams do. by [email protected] · 13 years ago
- a352869 fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPeerAddress(IPEndPoint* address) by [email protected] · 13 years ago
- 7054e78f Reimplements net::AddressList without struct addrinfo. by [email protected] · 13 years ago
- e26fe07 Create a URLRequestContextBuilder. by [email protected] · 13 years ago
- 0d6b666 FTP: make the code handling server messages in directory listings more general. by [email protected] · 13 years ago
- 8ddf832 Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead by [email protected] · 14 years ago
- a159531 Fixes to socket_test_util.cc. by [email protected] · 14 years ago
- ddb92f1 FTP: work around server bugs resulting in negative file size being sent. by [email protected] · 14 years ago
- eb72b27 Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
- d25fc23b Revert 114944 - Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
- ce87e24 Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
- 9e0bfe7d Revert 114929 - Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
- 31d5661 Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
- 83039bb Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). by [email protected] · 14 years ago
- aa22b24 base::Bind: Convert HostResolver::Resolve. by [email protected] · 14 years ago
- f3cf980 Use AuthCredentials throughout the network stack instead of username/password. by [email protected] · 14 years ago
- 4879790 net: Move UnescapeURLComponent() functions into net namespace. by [email protected] · 14 years ago
- f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
- 1dc707f FTP: fix compatibility problem with ftp.comconlink.co.za by [email protected] · 14 years ago
- f35205e FTP: fix compatibility with servers which send 451 response for CWD command. by [email protected] · 14 years ago
- 06c4b10 FTP: Cleanup - replace sscanf with more high-level routines. by [email protected] · 14 years ago
- bd6a4e1 FTP: fix navigation to ftp://ftp.emea.ibm.com/toibm/tivoli by [email protected] · 14 years ago
- 172da1b Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. by [email protected] · 14 years ago
- 4c60ea0 FTP: add directory listing parser for OS/2 format. by [email protected] · 14 years ago
- 7508415 FTP: fix directory listing parsing for Hylafax by [email protected] · 14 years ago
- 46470aa Removed wchat_t from Time::FromString. by [email protected] · 14 years ago
- ce681a8 Revert 94426 - Removed wchat_t from Time::FromString. by [email protected] · 14 years ago
- 60527a3 Removed wchat_t from Time::FromString. by [email protected] · 14 years ago
- e7e3803 Remove explicit keyword from multi-argument (w/o default values) constructors by [email protected] · 14 years ago
- 800df5fa Add OVERRIDE throughout net/ftp/* by [email protected] · 14 years ago
- 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
- 5728318 Uninitialized struct members in FtpDirectoryListingEntry. by [email protected] · 14 years ago
- b11279e Add unit-tests for SingleRequestHostResolver. by [email protected] · 14 years ago
- 3690ebe0 Virtual destructors should have virtual keyword. by [email protected] · 14 years ago
- 2e936d97 Ftp: Add NET_API for net.dll by [email protected] · 14 years ago
- 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
- 503d0387 FTP: split the directory listing parser test and re-enable it on TSan bots by [email protected] · 14 years ago
- 3268023f Rename ClientSocket to StreamSocket. by [email protected] · 14 years ago
- 031f1cc FTP: Fix a compatibility issue with Plan9 by [email protected] · 14 years ago
- 91665412 Revert r83048 "Removed wchar_t from Time::FromString." by [email protected] · 14 years ago
- 5086cfc Removed wchar_t from Time::FromString. by [email protected] · 14 years ago
- 82acbaaa FTP: Multiple fixes for localized directory listings: by [email protected] · 14 years ago
- 8acf0684 FTP: fix a misuse of isspace (it can only operate on char, by [email protected] · 14 years ago
- ab73904 Rename a number of classes previously labeled "TCP" to "Transport" in by [email protected] · 14 years ago
- 27528b1 Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix detection of KOI8-R and possibly other encodings- fix parsing Russian month namesWhen detecting the listing encoding, we need to not onlycheck whether the data can be converted using given encoding,but also whether the result can be parsed as a valid directory listing.Also, we only need to compare the first three characters of theabbreviated month name, because that's how they're abbreviatedin FTP directory listings.Finally, the Russian directory listings have swapped the "month" and "day of month" columns.BUG=65917Review URL: http://codereview.chromium.org/6718043 by [email protected] · 14 years ago
- da322ac FTP: Multiple fixes for localized directory listings: by [email protected] · 14 years ago
- cc0247d FTP: more flexible detection of column offset by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- d8be74e Fix Clang build after landing http://codereview.chromium.org/6670085/ by [email protected] · 14 years ago
- 621241a FTP: Detect the character encoding only after the entire listing is received. by [email protected] · 14 years ago
- 3bf6838 FTP: use ICU to parse month abbreviations. by [email protected] · 14 years ago
- 47f7753f More OOLing on Mac. by [email protected] · 15 years ago
- 6d81b48 Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by [email protected] · 15 years ago
- 86e9fe4 FTP: Compatibility fix for "ls -l" style directory listing parser. by [email protected] · 15 years ago
- 09262e2 FTP: fix directory listing parser when server fails to separate the first two columns. by [email protected] · 15 years ago
- d100e44f More net/ method ordering. by [email protected] · 15 years ago
- 70b4780f Add OWNERS file for net/ftp by [email protected] · 15 years ago
- cd4857b FTP: correctly handle directory listings containing "Permission denied" errors. by [email protected] · 15 years ago
- 90a4028 FTP: Fix Windows directory listing parser for empty file names. by [email protected] · 15 years ago
- 685f6cb FTP: fix compatibility problems with MLSD by removing MLSD support. by [email protected] · 15 years ago
- 7cf4091 Start deinlining non-empty virtual methods. (This will be automatically checked by [email protected] · 15 years ago
- 3bc505f FTP: a successful response to SIZE does not mean the resource is a file. by [email protected] · 15 years ago
- 1e61db5 FTP: improve character encoding detection in cases where ICU's first guess is wrong. by [email protected] · 15 years ago
- e592596 Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network by [email protected] · 15 years ago
- 4c98e44 FTP: fix navigation to ftp.symantec.com by [email protected] · 15 years ago
- 9aefe33 FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/ by [email protected] · 15 years ago
- c2750c6 Update code that previously constructed strings from string iterators only to use StringToInt. These usages now pass the iterators directly to the new StringToInt overloads. by [email protected] · 15 years ago
- b104b50 FBTF: Monster ctor patch after changing heuristics in clang plugin. by [email protected] · 15 years ago
- ed7e970 FTP: make file downloads work when directory listing is restricted by [email protected] · 15 years ago
- 17e48627 Fix FTP directory listing for ftp.cisco.com. by [email protected] · 15 years ago
- 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
- 76eb024 base: Move SplitString functions into the base namespace and update the callers. by [email protected] · 15 years ago
- 73c4532 Stop refcounting HostResolver. by [email protected] · 15 years ago
- 20f0487a FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. by [email protected] · 15 years ago
- 2737a57f FTP: fix directory listing parser for ftp.usa.hp.com by [email protected] · 15 years ago
- ac10077 Revert 61034 - Refactor FTP unit tests. by [email protected] · 15 years ago
- 8c3d836 Refactor FTP unit tests. by [email protected] · 15 years ago