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
...
*
Fix the "ls -l" FTP LIST format parser to understand correctly
phajdan.jr@chromium.org
2009-11-06
4
-2
/
+13
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-0
/
+4
*
Coverity: Fix leaking UCharsetDetector in ftp code.
mattm@chromium.org
2009-11-05
2
-0
/
+2
*
Implement VMS FTP directory listing parser.
phajdan.jr@chromium.org
2009-11-04
5
-79
/
+505
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-2
/
+2
*
Correctly handle FTP servers which unexpectedly close the control connection.
phajdan.jr@chromium.org
2009-11-02
2
-0
/
+35
*
Also parse file size in new FTP LIST parsing code.
phajdan.jr@chromium.org
2009-10-29
4
-15
/
+24
*
Fix SCOPED_TRACE to not access memory in a wrong way.
phajdan.jr@chromium.org
2009-10-28
1
-1
/
+1
*
First parts of new FTP LIST response parsing code.
phajdan.jr@chromium.org
2009-10-28
6
-0
/
+621
*
Fix compatibility problems with FileZilla FTP Server.
phajdan.jr@chromium.org
2009-10-21
2
-8
/
+31
*
A couple new io buffers that encapsulate more data and are therefore easier t...
vandebo@chromium.org
2009-10-14
2
-15
/
+8
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-6
/
+6
*
Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).
phajdan.jr@chromium.org
2009-09-24
6
-12
/
+442
*
Cache login identity for NewFTP transactions.
phajdan.jr@chromium.org
2009-09-22
3
-86
/
+101
*
Unescape FTP URL paths, Firefox-compatible.
phajdan.jr@chromium.org
2009-09-21
3
-30
/
+55
*
Various cleanups FTP-related.
phajdan.jr@chromium.org
2009-09-18
2
-28
/
+11
*
Reverting 26419.
tyoshino@google.com
2009-09-17
3
-102
/
+86
*
Cache login identity for NewFTP transactions.
phajdan.jr@chromium.org
2009-09-16
3
-86
/
+102
*
More correctly handle username and password in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-09-16
2
-3
/
+143
*
Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can.
phajdan.jr@chromium.org
2009-09-09
2
-3
/
+34
*
Get rid of the data socket completely when data transfer is finished.
phajdan.jr@chromium.org
2009-09-09
1
-0
/
+4
*
Cleanup: use OK instead of 0 when checking return code in ftp_network_transac...
phajdan.jr@chromium.org
2009-09-02
1
-1
/
+1
*
Don't log FTP commands being issued.
phajdan.jr@chromium.org
2009-09-01
1
-1
/
+0
*
Move Mozilla FTP LIST response parsing code to net/third_party directory.
phajdan.jr@chromium.org
2009-09-01
2
-1529
/
+0
*
Add histograms for FTP server types encountered by users.
phajdan.jr@chromium.org
2009-08-28
2
-0
/
+81
*
Don't trust server's PASV response that much in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-08-28
3
-38
/
+116
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-5
/
+5
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-5
/
+5
*
Fix transaction hang when downloading certain FTP files.
phajdan.jr@chromium.org
2009-08-26
2
-1
/
+76
*
Implement RestartWithAuth for NewFtpTransaction.
phajdan.jr@chromium.org
2009-08-26
4
-32
/
+62
*
Followup after http://codereview.chromium.org/165167, fixing the nits in FtpA...
phajdan.jr@chromium.org
2009-08-21
2
-9
/
+9
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
4
-13
/
+13
*
Add a missing Stop() call to DoDataResolveHostComplete().
wtc@chromium.org
2009-08-13
1
-4
/
+6
*
Make FtpNetworkTransaction report its load state.
phajdan.jr@chromium.org
2009-08-12
2
-0
/
+22
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
4
-7
/
+17
*
Enforce maximum number of entries in FtpAuthCache.
phajdan.jr@chromium.org
2009-08-11
3
-27
/
+83
*
Make response code in FtpNetworkTransaction more precise.
phajdan.jr@chromium.org
2009-08-11
2
-41
/
+47
*
Cleanup in new ftp transaction:
phajdan.jr@chromium.org
2009-08-07
2
-50
/
+82
*
Properly handle invalid server control responses.
phajdan.jr@chromium.org
2009-08-06
2
-1
/
+28
*
Correctly handle multiple control responses for RETR command.
phajdan.jr@chromium.org
2009-08-05
3
-21
/
+52
*
Followup after http://codereview.chromium.org/149368
phajdan.jr@chromium.org
2009-08-03
4
-41
/
+34
*
Fix a hang if directory listing size is > 8K, for example,
wtc@chromium.org
2009-07-31
1
-12
/
+8
*
Add temporary debugging code to diagnose intermittent net_unittests crashes o...
phajdan.jr@chromium.org
2009-07-30
2
-0
/
+18
*
Fix uninitialized memory read in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-07-30
1
-2
/
+0
*
Rework FTP control response parsing code and fix socket Write misuse.
phajdan.jr@chromium.org
2009-07-28
6
-217
/
+521
*
Use base::Time::Exploded instead of struct tm in
wtc@chromium.org
2009-07-17
2
-129
/
+116
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
1
-6
/
+5
*
Correctly handle multiple control response lines in new FTP transaction
phajdan.jr@chromium.org
2009-07-08
2
-6
/
+65
*
Make new FtpNetworkTransaction handle short reads correctly.
phajdan.jr@chromium.org
2009-07-06
3
-159
/
+246
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
2
-3
/
+2
[prev]
[next]