summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 22966fa5807c66b881ab18b0a95aef0328a3595e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
2007-02-10 02:27  msoulier

	* tftpy/TftpServer.py, tftpy/TftpShared.py: Added a check for rogue
	  packets in the server.

2007-02-09 18:48  msoulier

	* tftpy/TftpPacketTypes.py, tftpy/TftpServer.py,
	  tftpy/TftpShared.py, tftpy/__init__.py: Making the lib
	  backwards-compatible to Python 2.3.

2006-12-17 17:09  msoulier

	* ChangeLog, README, setup.py: Rolling to version 0.4.1.

2006-12-17 06:12  msoulier

	* setup.py: Restructuring single lib into a package.

2006-12-17 06:10  msoulier

	* tftpy.py: Restructuring single lib into a package.

2006-12-17 06:08  msoulier

	* tftpy/TftpClient.pyc, tftpy/TftpPacketFactory.pyc,
	  tftpy/TftpPacketTypes.pyc, tftpy/TftpServer.pyc,
	  tftpy/TftpShared.pyc, tftpy/__init__.pyc: Restructuring single
	  lib into a package.

2006-12-17 06:08  msoulier

	* tftpy, tftpy.py, tftpy/TftpClient.py, tftpy/TftpClient.pyc,
	  tftpy/TftpPacketFactory.py, tftpy/TftpPacketFactory.pyc,
	  tftpy/TftpPacketTypes.py, tftpy/TftpPacketTypes.pyc,
	  tftpy/TftpServer.py, tftpy/TftpServer.pyc, tftpy/TftpShared.py,
	  tftpy/TftpShared.pyc, tftpy/__init__.py, tftpy/__init__.pyc:
	  Restructuring single lib into a package.

2006-12-17 05:02  msoulier

	* lib/tftpy.py, setup.py, tftpy.py: Fixing install location of
	  library.

2006-12-16 04:29  msoulier

	* setup.py: Added server to package.

2006-12-16 04:26  msoulier

	* ChangeLog, README, lib/tftpy.py, setup.py: Updated ChangeLog, and
	  rolled version to 0.4

2006-12-15 23:35  msoulier

	* bin/tftpy_server.py, lib/tftpy.py: Making server exit gracefully.

2006-12-15 04:08  msoulier

	* lib/tftpy.py: Tweak to EOF handling in server.

2006-12-15 04:01  msoulier

	* lib/tftpy.py: First working server tests with two clients.

2006-12-15 03:04  msoulier

	* README, bin/tftpy_client.py, lib/tftpy.py: Added lots in the
	  server to support a download, with timeouts.
	  Not yet tested with a client, but the damn thing runs.

2006-12-15 00:44  msoulier

	* lib/tftpy.py: Fixed a bug in handling block number rollovers.

2006-12-14 02:45  msoulier

	* lib/tftpy.py: Got handling of file not found working in server.

2006-12-14 02:30  msoulier

	* bin/tftpy_server.py: Starting on sample server.

2006-12-14 02:29  msoulier

	* bin/tftpy_client.py, lib/tftpy.py: Successful test on basic
	  select loop

2006-12-11 02:59  msoulier

	* lib/tftpy.py: Added some security checks around the tftproot.
	  Further fleshed-out the handler. Still not actually starting the
	  transfer.

2006-12-10 23:23  msoulier

	* README, lib/tftpy.py: Fleshing out server handler implementation.

2006-12-10 19:12  msoulier

	* README, bin/tftpy_client.py, lib/tftpy.py: Started on the server

2006-12-09 21:42  msoulier

	* bin/tftpy_client.py: Added --debug option to sample client.

2006-12-09 02:15  msoulier

	* MANIFEST.in: Adding license

2006-12-09 01:54  msoulier

	* ChangeLog, MANIFEST.in, README: Adding ChangeLog

2006-12-09 01:17  msoulier

	* setup.py: Bumped the version.

2006-12-09 01:11  msoulier

	* lib/tftpy.py: Changed the port variables to something more
	  intelligent.

2006-12-09 00:45  msoulier

	* lib/tftpy.py: Fixing poor TID implementation.

2006-10-25 01:41  msoulier

	* t/test.py: Added testcase for TftpPacketFactory.

2006-10-13 01:54  msoulier

	* lib/tftpy.py: Implemented retries on download timeouts.

2006-10-13 01:38  msoulier

	* lib/tftpy.py: Added some info statements regarding option
	  negotiation.

2006-10-13 01:27  msoulier

	* lib/tftpy.py, t/test.py: Updated testcases, fixed one error in
	  decode_options

2006-10-11 03:58  msoulier

	* lib/tftpy.py, t/test.py: Updated testcases

2006-10-11 03:40  msoulier

	* Makefile, src: Updated makefile

2006-10-11 03:32  msoulier

	* Makefile, t, test: Adding makefile

2006-10-10 02:17  msoulier

	* COPYING, LICENSE, README: Moved LICENSE to COPYING

2006-10-09 02:47  msoulier

	* test/test.py: Added test for WRQ packet

2006-10-09 02:44  msoulier

	* bin/tftpy_client.py, lib/tftpy.py, test/test.py: Fixed broken
	  decode, and adjusted the client options.

2006-10-08 13:58  msoulier

	* lib/tftpy.py, test, test/test.py: Starting on unit tests

2006-10-05 16:38  msoulier

	* bin/tftpy_client.py: Fixed handling of port

2006-10-05 16:32  msoulier

	* bin/tftpy_client.py, lib/tftpy_twisted.py: Updating for
	  production

2006-10-05 16:16  msoulier

	* README: Freezing 0.2

2006-10-05 14:18  msoulier

	* lib/tftpy.py: Fixed poor EOF detection

2006-10-05 03:38  msoulier

	* bin/tftpy_client.py, lib/tftpy.py: Got variable blocksizes
	  working.

2006-10-04 22:16  msoulier

	* lib/tftpy.py: Added confirmation of incoming traffic to known
	  remote host.

2006-10-04 17:32  msoulier

	* lib/tftpy.py: Restructured in preparation for tftp options

2006-10-04 03:54  msoulier

	* README: Updated README

2006-10-04 03:46  msoulier

	* README: Updated README

2006-10-04 03:02  msoulier

	* lib/tftpy.py: Added seconds to logs

2006-10-04 02:44  msoulier

	* setup.py: Upping version to 0.2

2006-10-04 02:43  msoulier

	* bin/tftpy_client.py, lib/tftpy.py: Added OACK packet, and
	  factored-out client code.

2006-10-03 19:13  msoulier

	* lib/tftpy.py: Updated a comment

2006-10-03 19:11  msoulier

	* LICENSE, MANIFEST.in, README, bin, doc, lib, setup.py, src,
	  LICENSE, MANIFEST.in, README, bin, doc, lib, setup.py, src:
	  Restructuring

2006-10-03 19:10  msoulier

	* branches, tags, .: Restructuring