summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tftpy/TftpClient.py: Discard port and socket after transfer completionfabian-patchesFabian Knittel2008-11-101-0/+4
* tftpy: Introduce a simple filesystem abstraction layerFabian Knittel2008-11-102-50/+118
* tftpy/TftpServer.py: Minor cleanupFabian Knittel2008-11-101-14/+13
* tftpy/TftpServer.py: Extend session key to include the local port.Fabian Knittel2008-11-101-30/+30
* tftpy/TftpServer.py: Remove recurrent randomness seeding.Fabian Knittel2008-11-101-1/+0
* Fixed the use of the tsize option in RRQ packets.Michael P. Soulier2008-10-083-8/+8
* Rolling 0.4.60.4.6Michael P. Soulier2008-10-053-331/+146
* Rebased tsize branch and added a --tsize option to the client.Michael P. Soulier2008-10-047-15/+349
* Adding transfer size option patch from Kuba Kończyk.Michael P. Soulier2008-10-041-19/+20
* Merged from SVN trunk after register to PyPiMichael P. Soulier2008-10-031-6/+7
|\
| * Updated for PyPimsoulier2008-10-041-6/+7
| * Updated for v0.4.5 release.msoulier2008-05-283-4/+41
| * Fix for bug 1967647, referencing self.sock instead of sock.msoulier2008-05-281-1/+1
* | Tagging 0.4.5. msoulier2008-05-284-5/+42
|/
* 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
* Updated README.msoulier2008-01-311-1/+5
* Updated ChangeLogmsoulier2008-01-311-0/+14
* Updating version to 0.4.4msoulier2008-01-311-1/+1
* Fixing 1851544 - server not tolerant of unsupported optionsmsoulier2007-12-161-11/+6
* Updated for 0.4.3 release.msoulier2007-07-173-1/+15
* Removed redundant comparison.msoulier2007-07-161-1/+1
* Fixing string/integer comparison.msoulier2007-07-161-1/+1
* Updated for 0.4.2msoulier2007-06-053-1/+48
* Fixed unit test for factorymsoulier2007-06-051-1/+1
* Updating docs for epydoc.msoulier2007-03-313-14/+22
* Updated build process.msoulier2007-03-311-5/+11
* Adding epydoc target.msoulier2007-03-311-2/+5
* Updated ChangeLogmsoulier2007-03-151-1/+240
* Simplifying use of optparse. Thanks to Steven Bethard for the suggestions.msoulier2007-02-232-19/+0
* 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-172-2/+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
* Rolling to version 0.4.1.msoulier2006-12-173-120/+7
* Restructuring single lib into a package.msoulier2006-12-171-1/+1
* Restructuring single lib into a package.msoulier2006-12-171-1161/+0
* Restructuring single lib into a package.msoulier2006-12-176-0/+0
* Restructuring single lib into a package.msoulier2006-12-1713-0/+1177
* Fixing install location of library.msoulier2006-12-172-2/+2
* Added server to package.msoulier2006-12-161-1/+1
* Updated ChangeLog, and rolled version to 0.4msoulier2006-12-164-3/+59
* Making server exit gracefully.msoulier2006-12-152-3/+7
* Tweak to EOF handling in server.msoulier2006-12-151-2/+3
* First working server tests with two clients.msoulier2006-12-151-21/+50
* Added lots in the server to support a download, with timeouts.msoulier2006-12-153-15/+180
* Fixed a bug in handling block number rollovers.msoulier2006-12-151-5/+10
* Got handling of file not found working in server.msoulier2006-12-141-28/+53