Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/RB-1.1/CHANGELOG

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Wed Feb 18 08:06:53 2009 UTC (15 years, 1 month ago) by hirohitohigashi
Original Path: trunk/CHANGELOG
File size: 4775 byte(s)
Initial import. original is libOftp_1_0.tar.gz.
1 hirohitohigashi 1 * --------[ 1.0 (stable)
2    
3     Version 1.0 (stable)
4    
5     [Info] Functions Lists:
6     [*] ftp_main.h
7    
8     (-) ftp_connect
9     (-) ftp_auth
10     (-) ftp_quit
11     (-) ftp_pasv
12     (-) ftp_list
13     (-) ftp_nlist
14     (-) ftp_put
15     (-) ftp_get
16     (-) ftp_dir
17     (-) ftp_type
18     (-) ftp_system
19     (-) ftp_rmd
20     (-) ftp_mkd
21     (-) ftp_cwd
22     (-) ftp_rename
23     (-) ftp_noop
24     (-) ftp_login_handler
25     (-) ftp_dir_handler
26     (-) ftp_file_handler
27     (-) strfnbytes
28     (-) find_pasv
29     (-) ftp_DataPort
30     (-) ftp_path
31    
32     [Fix] Fixxed some BUGS in the whole libOftp (eg. list and nlist)
33     [Fix] Fixxed some select() errors
34     [Change] Library is now "faster"
35     [Change] Changes has been done in Makefile
36     [Change] Changes has been done in the manual
37     [Change] Changes has been done in ftp_main.h
38     [Add] Added 2 global variables res_get e res_put (~times in seconds~ for upload/download)
39    
40     * --------[ 1.0.6/9 (beta) - Not Published
41    
42     Version 1.0.6/8 (beta)
43    
44     [Info] Functions Lists:
45     [*] ftp_main.h
46    
47     (-) ftp_connect
48     (-) ftp_auth
49     (-) ftp_quit
50     (-) ftp_pasv
51     (-) ftp_list
52     (-) ftp_nlist
53     (-) ftp_put
54     (-) ftp_get
55     (-) ftp_dir
56     (-) ftp_type
57     (-) ftp_system
58     (-) ftp_rmd
59     (-) ftp_mkd
60     (-) ftp_cwd
61     (-) ftp_rename
62     (-) ftp_noop
63     (-) ftp_login_handler
64     (-) ftp_dir_handler
65     (-) ftp_file_handler
66     (-) strfnbytes
67     (-) find_pasv
68     (-) ftp_DataPort
69     (-) ftp_path
70    
71     [Change] Some changes has been made in .h file
72     [Change] Some changes has been made in libOftp
73    
74    
75     * --------[ 1.0.5 (beta)
76    
77     Version 1.0.5 (beta)
78    
79     [Info] Functions Lists:
80     [*] ftp_main.h
81    
82     (-) ftp_connect
83     (-) ftp_auth
84     (-) ftp_quit
85     (-) ftp_pasv
86     (-) ftp_list
87     (-) ftp_nlist
88     (-) ftp_put
89     (-) ftp_get
90     (-) ftp_dir
91     (-) ftp_type
92     (-) ftp_system
93     (-) ftp_rmd
94     (-) ftp_mkd
95     (-) ftp_cwd
96     (-) ftp_rename
97     (-) ftp_noop
98     (-) ftp_login_handler
99     (-) ftp_dir_handler
100     (-) ftp_file_handler
101     (-) strfnbytes
102     (-) find_pasv
103     (-) ftp_DataPort
104     (-) ftp_path
105    
106     [Change] Some changes has been made in .h file
107     [Change] All functions is now in ftp_main.h
108     [Change] libOftp Manual is now up-to-date
109     [Change] Function ftp_system() has been improved
110     [New] Now library is modular
111     [New] Only a .h file is now available
112     [Add] Added functions ftp_noop()
113     [Add] Added the Makefile
114     [Fix] Some issues has been fixxed
115    
116     * --------[ 1.0.1-4 (beta)
117    
118     Version 1.0.1-4 (beta) - Not Published
119    
120     [Info] Functions Lists:
121     [*] ftp_main.h
122    
123     (-) ftp_connect
124     (-) ftp_auth
125     (-) ftp_quit
126     (-) ftp_pasv
127     (-) ftp_list
128     (-) ftp_nlist
129     (-) ftp_put
130     (-) ftp_get
131    
132     [*] ftp_simple.h
133    
134     (-) ftp_dir
135     (-) ftp_type
136     (-) ftp_system
137     (-) ftp_rmd
138     (-) ftp_mkd
139     (-) ftp_cwd
140     (-) ftp_rename
141    
142     [*] ftp_errors.h
143    
144     (-) ftp_login_handler
145     (-) ftp_dir_handler
146     (-) ftp_file_handler
147    
148     [*] ftp_str.h
149    
150     (-) strfnbytes
151     (-) find_pasv
152     (-) ftp_DataPort
153     (-) ftp_path
154    
155     [Change] Some changes has been made in some functions like ftp_get, ftp_put and others
156     [Change] Some changes has been made in ftp_globalvars.h
157     [Change] Function ftp_path() has been modified
158    
159    
160     * --------[ 1.0.0 (beta)
161    
162     Version 1.0.0 (beta)
163    
164     [Info] Functions Lists:
165     [*] ftp_main.h
166    
167     (-) ftp_connect
168     (-) ftp_auth
169     (-) ftp_quit
170     (-) ftp_pasv
171     (-) ftp_list
172     (-) ftp_nlist
173     (-) ftp_put
174     (-) ftp_get
175    
176     [*] ftp_simple.h
177    
178     (-) ftp_dir
179     (-) ftp_type
180     (-) ftp_system
181     (-) ftp_rmd
182     (-) ftp_mkd
183     (-) ftp_cwd
184     (-) ftp_rename
185    
186     [*] ftp_errors.h
187    
188     (-) ftp_login_handler
189     (-) ftp_dir_handler
190     (-) ftp_file_handler
191    
192     [*] ftp_str.h
193    
194     (-) strfnbytes
195     (-) find_pasv
196     (-) ftp_DataPort
197     (-) ftp_path
198    
199     [Change] Changed name of func_ftp.h to ftp_main.h
200     [Change] Used in some functions dynamic allocation of memory
201     [Change] Added in ftp_quit the close funtion to close socket descriptor
202     [Add] Added PDF Documententation
203     [Add] Added ftp_nlist function in ftp_main.h
204     [Add] Added ftp_put function in ftp_main.h
205     [Add] Added ftp_get function in ftp_main.h
206     [Add] Added ftp_type function in ftp_simple.h
207     [Add] Added ftp_system function in ftp_simple.h
208     [Add] Added ftp_rename function in ftp_simple.h
209     [Add] Added ftp_del function in ftp_simple.h
210     [Fix] Fixxed some issues in ftp_str.h (strfnbytes)
211     [Fix] Fixxed some issues in ftp_str.h (ftp_path)
212     [Fix] Fixxed a problem in the Connect() function (e.g. Connection Refused) in the Connection for Data Transport
213     [Fix] Fixxed some issues in ftp_put() and ftp_get()
214     [Fix] Fixxed some SEGFAULT errors in ftp_get() and ftp_pasv()
215    
216     * --------[ 0.5.2 (beta)
217    
218     Version 0.5.2 (beta) - Not Published
219    
220     [Info] Functions Lists:
221     [*] func_ftp.h
222    
223     (-) ftp_connect
224     (-) ftp_auth
225     (-) ftp_quit
226     (-) ftp_pasv
227     (-) ftp_list
228    
229     [*] ftp_simple.h
230    
231     (-) ftp_dir
232     (-) ftp_rmd
233     (-) ftp_mkd
234     (-) ftp_cwd
235    
236     [*] ftp_errors.h
237    
238     (-) ftp_login_handler
239     (-) ftp_dir_handler
240     (-) ftp_file_handler
241    
242     [*] ftp_str.h
243    
244     (-) strfnbytes
245     (-) find_pasv
246     (-) ftp_DataPort
247     (-) ftp_path
248    
249     [Add] Added ftp_simple.h
250     [Add] Added ftp_errors.h
251     [Add] Added ftp_str.h
252     [Add] Added a Text Manual
253    
254     * --------[ 0.5.0 (beta)
255    
256     Version 0.5.0 (beta) - Not Published
257    
258     [Info] Functions Lists:
259     [*] func_ftp.h
260    
261     (-) ftp_connect
262     (-) ftp_auth
263     (-) ftp_quit
264     (-) ftp_pasv
265     (-) ftp_list

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26