index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ftp
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
10
-11
/
+11
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-2
/
+2
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
1
-3
/
+3
*
FTP: fix leaks in tests.
phajdan.jr@chromium.org
2013-01-03
1
-5
/
+6
*
FTP: fix compatibility with VMS server kednos.com
phajdan.jr@chromium.org
2012-12-17
6
-15
/
+66
*
[net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...
szym@chromium.org
2012-12-13
1
-1
/
+1
*
FTP: correctly handle newlines in file names
phajdan.jr@chromium.org
2012-12-12
2
-22
/
+32
*
FTP: allow garbage instead of "ls -l" permissions listing.
phajdan.jr@chromium.org
2012-12-10
2
-46
/
+17
*
FTP: misc fixes resulting from my testing.
phajdan.jr@chromium.org
2012-12-04
7
-9
/
+35
*
FTP: Only issue EPSV command for non-IPv4 connections.
phajdan.jr@chromium.org
2012-11-17
2
-104
/
+202
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
1
-4
/
+4
*
FTP: Open a fresh data connection after a command error.
phajdan.jr@chromium.org
2012-11-15
3
-74
/
+141
*
FTP: Clean up the server type histogram to use less space.
phajdan.jr@chromium.org
2012-11-13
2
-13
/
+7
*
FTP: fix compatibility with mod_ftp's LISTisNLST option.
phajdan.jr@chromium.org
2012-11-12
2
-3
/
+9
*
FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings.
phajdan.jr@chromium.org
2012-11-12
2
-9
/
+74
*
FTP: add net-internals logging.
phajdan.jr@chromium.org
2012-11-07
5
-18
/
+63
*
FTP: refactor repetetive code to a table of callbacks.
phajdan.jr@chromium.org
2012-11-02
1
-29
/
+34
*
fix compilation on vs2012 for FtpAuthCache::Entry
scottmg@chromium.org
2012-10-10
1
-1
/
+1
*
Enable FtpDirectoryListing* GUnit tests on Android.
pliard@chromium.org
2012-09-28
1
-2
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
18
-18
/
+0
*
Make SplitString() and variants clear their outparam vector. (Note that Spli...
pkasting@chromium.org
2012-06-26
1
-2
/
+1
*
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
2
-8
/
+7
*
Create a URLRequestContextBuilder.
willchan@chromium.org
2012-04-17
1
-1
/
+3
*
FTP: make the code handling server messages in directory listings more general.
phajdan.jr@chromium.org
2012-04-14
2
-21
/
+8
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
1
-28
/
+28
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
2
-3
/
+6
*
FTP: work around server bugs resulting in negative file size being sent.
phajdan.jr@chromium.org
2011-12-20
2
-4
/
+10
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-19
2
-16
/
+21
*
Revert 114944 - Standardize StringToInt{,64} interface.
battre@chromium.org
2011-12-18
2
-21
/
+16
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-18
2
-16
/
+21
*
Revert 114929 - Standardize StringToInt{,64} interface.
rsleevi@chromium.org
2011-12-17
2
-21
/
+16
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-17
2
-16
/
+21
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
4
-43
/
+46
*
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
7
-75
/
+71
*
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
4
-18
/
+18
*
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
3
-15
/
+53
*
FTP: Cleanup - replace sscanf with more high-level routines.
phajdan.jr@chromium.org
2011-09-14
2
-24
/
+46
*
FTP: fix navigation to ftp://ftp.emea.ibm.com/toibm/tivoli
phajdan.jr@chromium.org
2011-09-06
2
-1
/
+2
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
14
-28
/
+29
*
FTP: add directory listing parser for OS/2 format.
phajdan.jr@chromium.org
2011-08-11
11
-62
/
+342
*
FTP: fix directory listing parsing for Hylafax
phajdan.jr@chromium.org
2011-08-09
3
-5
/
+12
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-1
/
+1
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-1
/
+1
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
1
-1
/
+1
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-2
/
+1
[next]