summaryrefslogtreecommitdiff
path: root/tftpy
Commit message (Expand)AuthorAgeFilesLines
* Latest doc updatesMichael P. Soulier2010-07-116-16/+48
* Adding initial Sphinx docsMichael P. Soulier2010-07-112-23/+41
* Adding support for input/output as stdin/stdoutMichael P. Soulier2010-05-252-6/+18
* 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-103-23/+27
* First working upload with new state machine. Not usable yet, upload fails toMichael P. Soulier2010-05-102-7/+29
* 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-244-80/+89
* Updated resent_data in metrics.Michael P. Soulier2009-08-183-6/+5
* Fixed server metrics summary.Michael P. Soulier2009-08-183-21/+55
* First successful download with both client and server.Michael P. Soulier2009-08-164-64/+103
* Did some rework for the state machine in a server context.Michael P. Soulier2009-08-166-593/+521
* Fixing up some of the upload code.Michael P. Soulier2009-08-162-275/+274
* Adding patch for dynamic content from Alex ? <yix@ya.ru>Michael P. Soulier2009-07-211-7/+15
* Fixing a merge error in rebaseMichael P. Soulier2009-04-101-16/+2
* 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-103-31/+39
* Started overhaul of state machine.Michael P. Soulier2009-04-105-225/+351
* Improving sample client output on error and fixing default blocksize whenMichael P. Soulier2009-04-101-0/+6
* Merged upload patch.Michael P. Soulier2009-04-101-21/+213
|\
| * Adding upload patch from Lorenz Schori - patch 1897344 in SF trackerMichael P. Soulier2008-07-301-22/+214
* | Fixing bogus warnings in options handling.Michael P. Soulier2009-04-071-5/+12
* | Fixing tftproot configured for server as a relative path.Michael P. Soulier2009-04-071-1/+1
* | Fixed the use of the tsize option in RRQ packets.Michael P. Soulier2008-10-081-4/+4
* | Rolling 0.4.60.4.6Michael P. Soulier2008-10-051-1/+3
* | Rebased tsize branch and added a --tsize option to the client.Michael P. Soulier2008-10-043-12/+52
* | Adding transfer size option patch from Kuba Kończyk.Michael P. Soulier2008-10-041-19/+20
|/
* Tagging 0.4.5. msoulier2008-05-281-1/+1
* Fix for [ 1932310 ] security check always fail for windows.msoulier2008-05-201-1/+1
* Fixed division by zero error in rate calculations in download function ofmsoulier2008-05-201-6/+9
* Fix for bug [ 1932330 ] binary downloads fail in Windows.msoulier2008-05-201-1/+1
* Fixing 1851544 - server not tolerant of unsupported optionsmsoulier2007-12-161-11/+6
* Removed redundant comparison.msoulier2007-07-161-1/+1
* Fixing string/integer comparison.msoulier2007-07-161-1/+1
* Updating docs for epydoc.msoulier2007-03-313-14/+22
* Removed mention of sorceror's apprentice problem.msoulier2007-02-171-2/+2
* Rearranged packaging a bit to fix an importing problem.msoulier2007-02-172-24/+23
* Supplying a default blksize options in the server.msoulier2007-02-171-1/+1
* Added a check for rogue packets in the server.msoulier2007-02-102-1/+14
* Making the lib backwards-compatible to Python 2.3.msoulier2007-02-094-9/+16
* Restructuring single lib into a package.msoulier2006-12-176-0/+0
* Restructuring single lib into a package.msoulier2006-12-1712-0/+1175