summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add OVERRIDE throughout net/ftp/*eroman@chromium.org2011-07-223-30/+34
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Uninitialized struct members in FtpDirectoryListingEntry.finnur@chromium.org2011-06-122-1/+4
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Ftp: Add NET_API for net.dllrvargas@google.com2011-05-1813-22/+37
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+1
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-062-142/+185
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-052-4/+4
* FTP: Fix a compatibility issue with Plan9phajdan.jr@chromium.org2011-05-032-7/+11
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-1/+1
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-1/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-116-55/+121
* FTP: fix a misuse of isspace (it can only operate on char,phajdan.jr@chromium.org2011-04-091-6/+9
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-2/+2
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-066-121/+55
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-066-55/+121
* FTP: more flexible detection of column offsetphajdan.jr@chromium.org2011-03-292-65/+51
* Move some files from base to base/memory.levin@chromium.org2011-03-284-9/+9
* Fix Clang build after landing http://codereview.chromium.org/6670085/phajdan.jr@chromium.org2011-03-262-0/+5