Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run pyupgrade | adehad | 2021-10-23 | 1 | -7/+6 |
| | |||||
* | re-lint after merge | adehad | 2021-10-21 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | adehad | 2021-10-21 | 1 | -1/+2 |
|\ | |||||
| * | Enhance PEP8 | Richard Vézina | 2021-10-15 | 1 | -1/+11 |
| | | |||||
* | | fix py2 syntax? | adehad | 2021-10-15 | 1 | -7/+1 |
| | | |||||
* | | first attempt with github actions, various linting | adehad | 2021-10-11 | 1 | -112/+135 |
|/ | |||||
* | Fixing more encoding issues for python3. | Michael P. Soulier | 2018-09-13 | 1 | -4/+9 |
| | |||||
* | Fixing some encoding issues in python3 | Michael P. Soulier | 2018-09-13 | 1 | -22/+47 |
| | |||||
* | Compatibility tested | ¨Andreas | 2018-09-10 | 1 | -2/+4 |
| | | | | | | Tested compatibility with easy test client and test server. So far, no errors anymore. (In Both python2 and python3) Just tested basic functionality! | ||||
* | Made parts concerning test program compatible | ¨Andreas | 2018-09-10 | 1 | -6/+5 |
| | | | | Not complete code is compatible, just my use case for the moment. | ||||
* | Solved some 2 to 3 issues | ¨Andreas | 2018-09-10 | 1 | -8/+4 |
| | |||||
* | 2to3 | ¨Andreas | 2018-09-10 | 1 | -4/+9 |
| | | | | Not finished, a few type conversion errors still occur.2to3 | ||||
* | Adding some boilerplate | Michael P. Soulier | 2018-05-18 | 1 | -0/+2 |
| | |||||
* | Dropping str() in favour of bytestring input, and fixing logging calls in ↵ | Michael P. Soulier | 2018-05-15 | 1 | -62/+58 |
| | | | | TftpPacketTypes. Merging fixes for #78 and #79. | ||||
* | Merge branch 'master' of https://github.com/PackeTsar/tftpy into ↵ | Michael P. Soulier | 2018-05-15 | 1 | -11/+11 |
|\ | | | | | | | PackeTsar-master | ||||
| * | Struct pack and unpack require a string format | John W Kerns | 2017-05-15 | 1 | -11/+11 |
| | | |||||
* | | Rationalized module includes and logging. | Michael P. Soulier | 2018-05-15 | 1 | -0/+3 |
|/ | |||||
* | Merged style updates, minor bug fixes | Michael P. Soulier | 2017-05-09 | 1 | -35/+39 |
|\ | |||||
| * | Release version 0.6.3_fork (forked version) | Francesco Fiorentino | 2015-07-21 | 1 | -42/+48 |
| | | | | | | | | | | | | | | | | Contains: Bug fixes in log.debug Fixes in broken code Fixes many PEP8 issues Created testWin Unit for Win environment | ||||
* | | Fixing obvious python3 errors. Timeouts still not working. | Michael P. Soulier | 2016-07-06 | 1 | -12/+12 |
| | | |||||
* | | Fixing some python3 syntax errors | Michael P. Soulier | 2016-07-05 | 1 | -2/+2 |
| | | |||||
* | | Added recommended imports for python3 compatibility. | Michael P. Soulier | 2016-07-05 | 1 | -9/+13 |
| | | |||||
* | | Merging with master | Michael P. Soulier | 2016-07-04 | 1 | -2/+11 |
|\ \ | |||||
| * \ | Merge branch 'tsize' | Michael P. Soulier | 2015-10-15 | 1 | -2/+7 |
| |\ \ | |||||
| | * | | Added tests for tsize option and fixed failures. | Michael P. Soulier | 2015-10-15 | 1 | -2/+7 |
| | |/ | |||||
| * | | Adjust ACK handling to truncate too long packets. | Greg Prosser | 2015-01-25 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears (at least) a Dell PowerConnect 6248 will send ACK packets that are 29 bytes long. The first 4 match the correct format (2b opcode, 2b block), and it appears the rest of the message is padding with null bytes (at least via some cursory debugging). By default, tftpy will barf when this happens complaining it can't unpack 29 bytes with a format of "!HH". This change will ignore anything not "in spec" for an ACK packet by truncating the message ro 4 bytes before continuing. This causes tftpy to work fine for my PC6248 switch. | ||||
* | | Adding python3 support | Doug O'Riordan | 2015-03-05 | 1 | -8/+11 |
|/ | |||||
* | Fixing debug calls to be lazy when debug is off. | Michael P. Soulier | 2013-09-26 | 1 | -41/+36 |
| | |||||
* | Fixing some pyflakes complaints | Michael P. Soulier | 2011-07-23 | 1 | -1/+0 |
| | |||||
* | Forcing decode mode to lower case, fixes bug 17. | Michael P. Soulier | 2010-10-13 | 1 | -3/+3 |
| | |||||
* | Adding initial Sphinx docs | Michael P. Soulier | 2010-07-11 | 1 | -23/+39 |
| | |||||
* | Fixing some log messages and bad variable references. | Michael P. Soulier | 2009-09-24 | 1 | -27/+36 |
| | |||||
* | First successful download with both client and server. | Michael P. Soulier | 2009-08-16 | 1 | -16/+2 |
| | |||||
* | Did some rework for the state machine in a server context. | Michael P. Soulier | 2009-08-16 | 1 | -44/+44 |
| | | | | | Removed the handler framework in favour of a TftpContextServer used as the session. | ||||
* | Started overhaul of state machine. | Michael P. Soulier | 2009-04-10 | 1 | -3/+2 |
| | |||||
* | Fixed the use of the tsize option in RRQ packets. | Michael P. Soulier | 2008-10-08 | 1 | -4/+4 |
| | |||||
* | Rolling 0.4.60.4.6 | Michael P. Soulier | 2008-10-05 | 1 | -1/+3 |
| | |||||
* | Rebased tsize branch and added a --tsize option to the client. | Michael P. Soulier | 2008-10-04 | 1 | -7/+41 |
| | | | | | | 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. | ||||
* | Tagging 0.4.5. | msoulier | 2008-05-28 | 1 | -1/+1 |
| | | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/tags/release-0.4.5@85 63283fd4-ec1e-0410-9879-cb7f675518da | ||||
* | Updating docs for epydoc. | msoulier | 2007-03-31 | 1 | -0/+1 |
| | | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@67 63283fd4-ec1e-0410-9879-cb7f675518da | ||||
* | Rearranged packaging a bit to fix an importing problem. | msoulier | 2007-02-17 | 1 | -0/+21 |
| | | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@61 63283fd4-ec1e-0410-9879-cb7f675518da | ||||
* | Making the lib backwards-compatible to Python 2.3. | msoulier | 2007-02-09 | 1 | -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. | msoulier | 2006-12-17 | 1 | -0/+376 |
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@52 63283fd4-ec1e-0410-9879-cb7f675518da |