Patrick Oppenlander
1a2b556771
fix incorrectly assigned state transition
2010-05-17 19:10:49 -04:00
Patrick Oppenlander
360b0b928d
fix divide by zero in speed calculation for short transfers
2010-05-17 19:10:35 -04:00
Michael P. Soulier
3c4054617c
Updated site html formatting
2010-05-10 19:53:40 -04:00
Michael P. Soulier
9ed42a8aae
Website update
2010-05-10 19:49:13 -04:00
Michael P. Soulier
5f0e405405
Updating notes
2010-05-10 19:28:34 -04:00
Michael P. Soulier
d4c15e10ea
Fixing the license in the setup.py
2010-05-10 19:20:29 -04:00
Michael P. Soulier
2f0c0dba2b
Updated website
2010-05-10 18:32:26 -04:00
Michael P. Soulier
becb29939e
Updating metadata for 0.5.0 release
2010-05-10 18:30:47 -04:00
Michael P. Soulier
faebd44978
Fixing buffering issue in upload. Uploads work now.
2010-05-10 16:11:22 -04:00
Michael P. Soulier
a07154990f
Updated README
2010-05-10 15:36:36 -04:00
Michael P. Soulier
2bb832642a
First working upload with new state machine. Not usable yet, upload fails to
...
always send all data for some reason.
2010-05-10 15:25:31 -04:00
Michael P. Soulier
4a4f53a107
Fixed an obvious error introduced with the dyn_file_func merge
2010-05-10 14:16:12 -04:00
Michael P. Soulier
8a56d94cd3
Merge commit 'angry-elf/master' into merge
2010-04-24 23:54:29 -04:00
Michael P. Soulier
8343ccf5c3
Taking patch from "Mike C. Fletcher" <mcfletch@vrplumber.com>, fixing a bad
...
reference to dyn_func_file from a state object.
2010-02-18 10:03:21 -05:00
Alexey Loshkarev
72c47698eb
Fix dyn_file_func (was broken?)
...
Fix error message (filename was not displayed)
2010-02-18 12:01:45 +02:00
Michael P. Soulier
badf18f2a4
Updated epydoc output for website.
2009-10-24 00:13:23 -04:00
Michael P. Soulier
a80639c7e2
Changed licenses to the MIT License
2009-09-24 22:31:50 -04:00
Michael P. Soulier
ce7fc323c6
Fixing some log messages and bad variable references.
2009-09-24 15:32:37 -04:00
Michael P. Soulier
781072bfe8
Updated resent_data in metrics.
2009-08-18 22:38:26 -04:00
Michael P. Soulier
3ae3b31bf4
Fixed server metrics summary.
2009-08-18 22:27:18 -04:00
Michael P. Soulier
a6a18c178b
First successful download with both client and server.
2009-08-16 19:57:11 -04:00
Michael P. Soulier
62b22fb562
Did some rework for the state machine in a server context.
...
Removed the handler framework in favour of a TftpContextServer used
as the session.
2009-08-16 19:56:06 -04:00
Michael P. Soulier
03e4e74829
Fixing up some of the upload code.
2009-08-16 19:46:44 -04:00
Michael P. Soulier
5ee5f63f9b
Adding patch for dynamic content from Alex ? <yix@ya.ru>
2009-07-21 09:42:53 -04:00
Michael P. Soulier
c61ca171db
Fixing a merge error in rebase
2009-04-10 23:20:19 -04:00
Michael P. Soulier
410e14c430
Fixed bug in tidport handling, and lack of OACK response.
2009-04-10 23:09:26 -04:00
Michael P. Soulier
874fef5aae
Fixing OACK handling with new state machine.
2009-04-10 23:09:26 -04:00
Michael P. Soulier
5072f6d93c
Fixed TftpClient with new state machine.
2009-04-10 23:09:26 -04:00
Michael P. Soulier
e7a63bbbc2
Started overhaul of state machine.
2009-04-10 23:07:49 -04:00
Michael P. Soulier
41bf3a25e6
Improving sample client output on error and fixing default blocksize when
...
server ignores options.
2009-04-10 22:48:51 -04:00
Michael P. Soulier
bd2e19529f
Merged upload patch.
2009-04-10 21:59:25 -04:00
Michael P. Soulier
449f10ab6d
Updating version in setup
2009-04-09 00:26:33 -04:00
Michael P. Soulier
40185e5ac5
Website update
2009-04-08 23:46:42 -04:00
Michael P. Soulier
bc55a17f34
Fixing bogus warnings in options handling.
2009-04-07 18:40:26 -04:00
Michael P. Soulier
74c68b1e5f
Merge branch 'master' of git@github.com:msoulier/tftpy
2009-04-07 17:28:56 -04:00
Michael P. Soulier
d058642025
Fixing tftproot configured for server as a relative path.
2009-04-07 17:22:37 -04:00
Michael P. Soulier
23b32d0990
Updated site with stylesheet
2009-03-15 22:35:39 -04:00
Michael P. Soulier
0cfcea2ab3
Website update
2009-03-15 21:36:59 -04:00
Michael P. Soulier
abf0f1fa15
Adding website
2009-03-14 21:12:21 -04:00
Michael P. Soulier
ca7a06a09b
Fixed the use of the tsize option in RRQ packets.
2008-10-08 21:31:34 -04:00
Michael P. Soulier
0a5df33dca
Rolling 0.4.6
2008-10-05 23:06:41 -04:00
Michael P. Soulier
07416bf848
Rebased tsize branch and added a --tsize option to the client.
...
Now sending all packets to the progresshook, not just DAT packets,
so that the client can see the OACK. Not yet making use of the returned
tsize. Need to test this on a server that supports tsize.
2008-10-04 20:42:27 -04:00
Michael P. Soulier
8a0162b317
Adding transfer size option patch from Kuba Kończyk.
...
Patch 2018609 in SF tracker.
2008-10-04 15:35:41 -04:00
Michael P. Soulier
c408389ba0
Merged from SVN trunk after register to PyPi
2008-10-03 20:13:02 -04:00
msoulier
65ef2d95d9
Updated for PyPi
...
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@86 63283fd4-ec1e-0410-9879-cb7f675518da
2008-10-04 00:04:15 +00:00
Michael P. Soulier
67302801eb
Adding upload patch from Lorenz Schori - patch 1897344 in SF tracker
2008-07-30 14:04:01 -04:00
msoulier
33b135348f
Tagging 0.4.5.
...
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/tags/release-0.4.5@85 63283fd4-ec1e-0410-9879-cb7f675518da
2008-05-28 23:59:07 +00:00
msoulier
936e4df5b6
Updated for v0.4.5 release.
...
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@84 63283fd4-ec1e-0410-9879-cb7f675518da
2008-05-28 23:57:55 +00:00
msoulier
caff30dda6
Fix for bug 1967647, referencing self.sock instead of sock.
...
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@83 63283fd4-ec1e-0410-9879-cb7f675518da
2008-05-28 23:31:50 +00:00
msoulier
70f22b1ca1
Fix for [ 1932310 ] security check always fail for windows.
...
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@82 63283fd4-ec1e-0410-9879-cb7f675518da
2008-05-20 02:20:54 +00:00