summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Taking initial py3k work from Dan Mahn.py3k-danDan Mahn2011-03-027-111/+114
* Fix exceptions propagating out of TftpServer.listen()Kenny Millington2010-10-222-2/+7
* Allow dyn_file_func to trigger a FileNotFound error.Kenny Millington2010-10-221-0/+6
* Forcing decode mode to lower case, fixes bug 17.Michael P. Soulier2010-10-131-3/+3
* Fixing setNextBlock to roll over at 2**16 - 1 instead of 2**16, which wasMichael P. Soulier2010-07-201-1/+1
* Updating README for 0.5.10.5.1Michael P. Soulier2010-07-141-6/+10
* Updated changelog for 0.5.1.Michael P. Soulier2010-07-141-0/+3
* Added simple doc examples and install info.Michael P. Soulier2010-07-1411-211/+335
* Playing with sphinx formattingMichael P. Soulier2010-07-129-112/+170
* Latest doc updatesMichael P. Soulier2010-07-1114-69/+178
* Replacing epydoc output on website.Michael P. Soulier2010-07-1180-16310/+2704
* Adding initial Sphinx docsMichael P. Soulier2010-07-115-23/+382
* Fixing typo in unit testMichael P. Soulier2010-05-251-1/+1
* Adding support for input/output as stdin/stdoutMichael P. Soulier2010-05-253-8/+20
* 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
* Updated site html formattingMichael P. Soulier2010-05-101-44/+55
* Website updateMichael P. Soulier2010-05-101-6/+17
* Updating notesMichael P. Soulier2010-05-101-0/+6
* Fixing the license in the setup.pyMichael P. Soulier2010-05-101-1/+1
* Updated website0.5.0Michael P. Soulier2010-05-101-5/+2
* Updating metadata for 0.5.0 releaseMichael P. Soulier2010-05-103-140/+218
* Fixing buffering issue in upload. Uploads work now.Michael P. Soulier2010-05-103-23/+27
* Updated READMEMichael P. Soulier2010-05-101-5/+2
* First working upload with new state machine. Not usable yet, upload fails toMichael P. Soulier2010-05-103-12/+40
* 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
|/
* Updated epydoc output for website.Michael P. Soulier2009-10-2464-6/+16319
* Changed licenses to the MIT LicenseMichael P. Soulier2009-09-242-63/+23
* 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-167-70/+120
* 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-102-12/+22
* Merged upload patch.Michael P. Soulier2009-04-102-30/+233
|\
| * Adding upload patch from Lorenz Schori - patch 1897344 in SF trackerMichael P. Soulier2008-07-302-32/+235
* | Updating version in setupMichael P. Soulier2009-04-091-1/+1
* | Website updateMichael P. Soulier2009-04-081-1/+16
* | Fixing bogus warnings in options handling.Michael P. Soulier2009-04-071-5/+12