summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-0610-11/+11
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-3/+3
* FTP: fix leaks in tests.phajdan.jr@chromium.org2013-01-031-5/+6
* FTP: fix compatibility with VMS server kednos.comphajdan.jr@chromium.org2012-12-176-15/+66
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-1/+1
* FTP: correctly handle newlines in file namesphajdan.jr@chromium.org2012-12-122-22/+32
* FTP: allow garbage instead of "ls -l" permissions listing.phajdan.jr@chromium.org2012-12-102-46/+17
* FTP: misc fixes resulting from my testing.phajdan.jr@chromium.org2012-12-047-9/+35
* FTP: Only issue EPSV command for non-IPv4 connections.phajdan.jr@chromium.org2012-11-172-104/+202
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-161-4/+4
* FTP: Open a fresh data connection after a command error.phajdan.jr@chromium.org2012-11-153-74/+141
* FTP: Clean up the server type histogram to use less space.phajdan.jr@chromium.org2012-11-132-13/+7
* FTP: fix compatibility with mod_ftp's LISTisNLST option.phajdan.jr@chromium.org2012-11-122-3/+9
* FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings.phajdan.jr@chromium.org2012-11-122-9/+74
* FTP: add net-internals logging.phajdan.jr@chromium.org2012-11-075-18/+63
* FTP: refactor repetetive code to a table of callbacks.phajdan.jr@chromium.org2012-11-021-29/+34
* fix compilation on vs2012 for FtpAuthCache::Entryscottmg@chromium.org2012-10-101-1/+1
* Enable FtpDirectoryListing* GUnit tests on Android.pliard@chromium.org2012-09-281-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1118-18/+0
* Make SplitString() and variants clear their outparam vector. (Note that Spli...pkasting@chromium.org2012-06-261-2/+1
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-5/+6
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-072-8/+7
* Create a URLRequestContextBuilder.willchan@chromium.org2012-04-171-1/+3
* FTP: make the code handling server messages in directory listings more general.phajdan.jr@chromium.org2012-04-142-21/+8
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-28/+28
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-222-3/+6
* FTP: work around server bugs resulting in negative file size being sent.phajdan.jr@chromium.org2011-12-202-4/+10
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-192-16/+21
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-182-21/+16
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-182-16/+21
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-172-21/+16
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-172-16/+21
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-094-43/+46
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-1/+6
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-287-75/+71
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-014-18/+18
* FTP: fix compatibility problem with ftp.comconlink.co.zaphajdan.jr@chromium.org2011-09-281-2/+0
* FTP: fix compatibility with servers which send 451 responsephajdan.jr@chromium.org2011-09-143-15/+53
* FTP: Cleanup - replace sscanf with more high-level routines.phajdan.jr@chromium.org2011-09-142-24/+46
* FTP: fix navigation to ftp://ftp.emea.ibm.com/toibm/tivoliphajdan.jr@chromium.org2011-09-062-1/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-1214-28/+29
* FTP: add directory listing parser for OS/2 format.phajdan.jr@chromium.org2011-08-1111-62/+342
* FTP: fix directory listing parsing for Hylafaxphajdan.jr@chromium.org2011-08-093-5/+12
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-1/+1
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-1/+1
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-1/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+1