summaryrefslogtreecommitdiff
path: root/tftpy/TftpServer.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing buffering issue in upload. Uploads work now.Michael P. Soulier2010-05-101-1/+3
|
* First working upload with new state machine. Not usable yet, upload fails toMichael P. Soulier2010-05-101-1/+5
| | | | always send all data for some reason.
* Updated resent_data in metrics.Michael P. Soulier2009-08-181-2/+1
|
* Fixed server metrics summary.Michael P. Soulier2009-08-181-0/+17
|
* First successful download with both client and server.Michael P. Soulier2009-08-161-15/+17
|
* Did some rework for the state machine in a server context.Michael P. Soulier2009-08-161-357/+51
| | | | | Removed the handler framework in favour of a TftpContextServer used as the session.
* Adding patch for dynamic content from Alex ? <yix@ya.ru>Michael P. Soulier2009-07-211-7/+15
|
* Started overhaul of state machine.Michael P. Soulier2009-04-101-1/+1
|
* 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
|
* Rebased tsize branch and added a --tsize option to the client.Michael P. Soulier2008-10-041-1/+1
| | | | | | 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.
* Adding transfer size option patch from Kuba Kończyk.Michael P. Soulier2008-10-041-19/+20
| | | | Patch 2018609 in SF tracker.
* Fix for [ 1932310 ] security check always fail for windows.msoulier2008-05-201-1/+1
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@82 63283fd4-ec1e-0410-9879-cb7f675518da
* Fix for bug [ 1932330 ] binary downloads fail in Windows.msoulier2008-05-201-1/+1
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@80 63283fd4-ec1e-0410-9879-cb7f675518da
* Fixing 1851544 - server not tolerant of unsupported optionsmsoulier2007-12-161-11/+6
| | | | | | | Thanks to Landon Jurgens for the report. git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@75 63283fd4-ec1e-0410-9879-cb7f675518da
* Removed redundant comparison.msoulier2007-07-161-1/+1
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@72 63283fd4-ec1e-0410-9879-cb7f675518da
* Fixing string/integer comparison.msoulier2007-07-161-1/+1
| | | | | | | Thanks to Simon P. Ditner, bug #1755146. git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@71 63283fd4-ec1e-0410-9879-cb7f675518da
* Removed mention of sorceror's apprentice problem.msoulier2007-02-171-2/+2
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@62 63283fd4-ec1e-0410-9879-cb7f675518da
* Supplying a default blksize options in the server.msoulier2007-02-171-1/+1
| | | | | | | Fix for 1633625. git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@60 63283fd4-ec1e-0410-9879-cb7f675518da
* Added a check for rogue packets in the server.msoulier2007-02-101-1/+13
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@59 63283fd4-ec1e-0410-9879-cb7f675518da
* Making the lib backwards-compatible to Python 2.3.msoulier2007-02-091-1/+4
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@58 63283fd4-ec1e-0410-9879-cb7f675518da
* Restructuring single lib into a package.msoulier2006-12-171-0/+423
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@52 63283fd4-ec1e-0410-9879-cb7f675518da