OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [ftpclient/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-03-09  John Dallaway  
2
 
3
        * cdl/ftpclient.cdl: Reference test executable filenames for
4
        compatibility with the eCos Configuration Tool.
5
 
6
2006-09-11  Daniel Néri  
7
 
8
        * src/ftpclient.c (send_cmd): Use correct variable in error check.
9
 
10
2005-07-30  Andrew Lunn  
11
 
12
        * src/ftpclient.c (connect_to_server): Use socklen_t to avoid
13
        compiler warning.
14
 
15
2004-10-04  Andrew Lunn  
16
 
17
        * src/ftpclient.c (opendatasock): Don't clobber the socket
18
        variable with a temporary variable of local scope.
19
 
20
2004-05-24  Gary Thomas  
21
 
22
        * src/ftpclient.c:
23
        * include/ftpclient.h:
24
        * cdl/ftpclient.cdl: Add new functions 'ftp_get_var()' and 'ftp_put_var()'
25
        which allow for streams of data instead of fixed buffers.
26
 
27
2003-07-02  Daniel Néri  
28
 
29
        * src/ftpclient.c (send_cmd): Fix typo in error message.
30
        (opendatasock): Use snprintf instead of sprintf.
31
 
32
2003-04-28  Andrew Lunn  
33
 
34
        * src/ftpclient.c (connect_to_server): Added support for
35
        IPv6. This meant changing from using the PORT command to using
36
        EPRT, when setting up the data connection. EPRT is protocol
37
        independant.
38
        * tests/ftpclient1.c (ftp_test): Added tests which use IPv6
39
        addresses. Fixed a few minor bugs with format strings.
40
        * doc/ftpclient.sgml: Mention we support IPv6 and DNS.
41
 
42
2003-02-24  Jonathan Larmour  
43
 
44
        * cdl/ftpclient.cdl: Add doc link.
45
 
46
2002-08-06  Andrew Lunn 
47
 
48
        * src/ftpclient.c: Send "quit" not "quit " to keep some servers
49
          happy.  Also deal with multi line replies correctly.
50
 
51
2002-02-22  Hugo Tyson  
52
 
53
        * doc/ftpclient.sgml: New file.  Document it.
54
 
55
2001-12-04  Andrew Lunn  
56
 
57
        * src/ftpclient.c: Allow it to compile!
58
 
59
2001-11-04  Andrew Lunn  
60
 
61
        * First version. Implements an FTP client which can get and put
62
          files on a server.
63
 
64
//===========================================================================
65
// ####GPLCOPYRIGHTBEGIN####
66
// -------------------------------------------
67
// This file is part of eCos, the Embedded Configurable Operating System.
68
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
69
//
70
// This program is free software; you can redistribute it and/or modify
71
// it under the terms of the GNU General Public License as published by
72
// the Free Software Foundation; either version 2 or (at your option) any
73
// later version.
74
//
75
// This program is distributed in the hope that it will be useful, but
76
// WITHOUT ANY WARRANTY; without even the implied warranty of
77
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
78
// General Public License for more details.
79
//
80
// You should have received a copy of the GNU General Public License
81
// along with this program; if not, write to the
82
// Free Software Foundation, Inc., 51 Franklin Street,
83
// Fifth Floor, Boston, MA  02110-1301, USA.
84
// -------------------------------------------
85
// ####GPLCOPYRIGHTEND####
86
//===========================================================================
87
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.