summaryrefslogtreecommitdiff
path: root/tftpy/TftpStates.py
Commit message (Expand)AuthorAgeFilesLines
* Increasing test file size to 50MB and removed the assertion of a block zero,baserock/morphMichael P. Soulier2013-05-151-1/+0
* tftpy/TftpStates.py: fix security problem regarding path checkFabian Knittel2012-04-261-1/+1
* refactor TftpState: move server-specific stuff to TftpServerStateFabian Knittel2012-04-261-63/+71
* Fixing issue #26, with the server not creating the full path to the filenameMichael P. Soulier2012-03-101-8/+18
* Adding subdirectory support. Hopefully closes issue 25.Michael P. Soulier2011-09-011-6/+32
* Fixing issue #3, expanding unit tests.Michael P. Soulier2011-07-241-27/+28
* Fixing some pyflakes complaintsMichael P. Soulier2011-07-231-1/+1
* Fixes issue #23, breaking up TftpStates into TftpStates and TftpContexts.Michael P. Soulier2011-07-231-374/+2
* Fixing issue #9, removing blksize option from client if not supplied.Michael P. Soulier2011-07-231-2/+6
* Fixing issue #16 on github, server failing to use timeout time inMichael P. Soulier2011-07-231-2/+3
* Adding retries on timeouts, still have to exhaustively test.Michael P. Soulier2011-07-231-23/+59
* Fixing a file descriptor leak. Closes issue 22.Michael P. Soulier2011-06-021-0/+1
* Fix exceptions propagating out of TftpServer.listen()Kenny Millington2010-10-221-1/+1
* Allow dyn_file_func to trigger a FileNotFound error.Kenny Millington2010-10-221-0/+6
* Fixing setNextBlock to roll over at 2**16 - 1 instead of 2**16, which wasMichael P. Soulier2010-07-201-1/+1
* Latest doc updatesMichael P. Soulier2010-07-111-0/+11
* Adding support for input/output as stdin/stdoutMichael P. Soulier2010-05-251-5/+14
* Fixing failure to set default blocksize if options were provided but blksizeMichael P. Soulier2010-05-241-6/+7
* fix incorrectly assigned state transitionPatrick Oppenlander2010-05-171-1/+1
* fix divide by zero in speed calculation for short transfersPatrick Oppenlander2010-05-171-0/+2
* Fixing buffering issue in upload. Uploads work now.Michael P. Soulier2010-05-101-21/+23
* First working upload with new state machine. Not usable yet, upload fails toMichael P. Soulier2010-05-101-6/+24
* Fixed an obvious error introduced with the dyn_file_func mergeMichael P. Soulier2010-05-101-2/+2
* Merge commit 'angry-elf/master' into mergeMichael P. Soulier2010-04-241-3/+6
|\
| * Fix dyn_file_func (was broken?)Alexey Loshkarev2010-02-181-5/+8
* | Taking patch from "Mike C. Fletcher" <mcfletch@vrplumber.com>, fixing a badMichael P. Soulier2010-02-181-3/+3
|/
* Fixing some log messages and bad variable references.Michael P. Soulier2009-09-241-51/+51
* Updated resent_data in metrics.Michael P. Soulier2009-08-181-2/+2
* Fixed server metrics summary.Michael P. Soulier2009-08-181-11/+30
* First successful download with both client and server.Michael P. Soulier2009-08-161-33/+79
* Did some rework for the state machine in a server context.Michael P. Soulier2009-08-161-177/+411
* Fixing up some of the upload code.Michael P. Soulier2009-08-161-97/+255
* Fixed bug in tidport handling, and lack of OACK response.Michael P. Soulier2009-04-101-4/+11
* Fixing OACK handling with new state machine.Michael P. Soulier2009-04-101-4/+5
* Fixed TftpClient with new state machine.Michael P. Soulier2009-04-101-24/+36
* Started overhaul of state machine.Michael P. Soulier2009-04-101-0/+324