summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix README bullet list syntaxAdel Haddad2021-10-161-0/+4
| | | |
* | | | fix py2 syntax?adehad2021-10-151-7/+1
| | | |
* | | | first attempt with github actions, various lintingadehad2021-10-1136-1000/+1216
|/ / /
* | | Whoops, missed setup.py updateMichael P. Soulier2021-08-133-1292/+195
| | |
* | | Fix def serverInitial to support Windows0.8.2pucgenie2021-06-061-1/+1
|/ / | | | | | | There are multiple places where hard-coded forward-slashes occur that can be replaces by `os.sep`. This fixes just one showstopper.
* | Updating for 0.8.10.8.1Michael P. Soulier2021-06-032-3/+23
| |
* | Defaulting to python3 interpreterMichael P. Soulier2021-06-031-1/+1
| |
* | Merge remote-tracking branch 'mikepurvis/patch-1'Michael P. Soulier2021-06-033-2/+1
|\ \
| * | Use LICENSE file.Mike Purvis2020-09-292-1/+0
| | |
| * | Setup with setuptools instead of distutils.Mike Purvis2020-09-291-1/+1
| |/
* | Merge pull request #115 from graingert/patch-1Michael P. Soulier2021-05-201-1/+1
|\ \ | | | | | | allow overriding select timeout in listen
| * | allow overriding select timeout in listenThomas Grainger2021-02-011-1/+1
| | |
* | | Merge remote-tracking branch 'ulidtko/fix/binary-stdin'Michael P. Soulier2021-05-192-1/+17
|\ \ \ | | | | | | | | | | | | Merging PR 116.
| * | | Fix #109: reading binary data from sys.stdinmax ulidtko2021-02-172-1/+17
| | | |
* | | | Merged PR 117Michael P. Soulier2021-05-182-4/+12
| | | |
* | | | Add retires paramater to client and server sessionsisraelv2021-03-112-6/+15
| | | |
* | | | Add retires to context initializersisraelv2021-03-113-6/+13
|/ / /
* | | Merge branch 'master' into ris-tftproot-sibling-fixMichael P. Soulier2021-02-011-1/+1
|\ \ \ | |/ /
| * | Merge pull request #108 from graingert/patch-1Michael P. Soulier2021-01-191-1/+1
| |\ \ | | |/ | |/| replace deprecated log.warn( with log.warning(
| | * replace deprecated log.warn( with log.warning(Thomas Grainger2020-06-111-1/+1
| |/
* | TftpServerState.serverInitial: prevent access to prefix-sharing siblings of ↵Robert Scott2020-08-292-30/+107
|/ | | | | | | | | | | | tftproot do this by ensuring the tftproot we compare against is terminated with a slash. Fixes #110 include tests proving the fix, along with some more fleshed out tests around permitted and disallowed request paths
* Wording change.0.8.0Michael P. Soulier2018-09-132-2/+2
|
* README updateMichael P. Soulier2018-09-132-0/+10
|
* Updating setup.pyMichael P. Soulier2018-09-131-1/+2
|
* Fixing another broken test caseMichael P. Soulier2018-09-131-1/+1
|
* Fixing some broken test-cases.Michael P. Soulier2018-09-132-2/+3
|
* Fixing more encoding issues for python3.Michael P. Soulier2018-09-132-6/+11
|
* Fixing some encoding issues in python3Michael P. Soulier2018-09-132-31/+56
|
* Fixed testClientServerUploadOptions testcaseMichael P. Soulier2018-09-122-2/+3
|
* Compatibility tested¨Andreas2018-09-101-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¨Andreas2018-09-101-6/+5
| | | | Not complete code is compatible, just my use case for the moment.
* Solved some 2 to 3 issues¨Andreas2018-09-101-8/+4
|
* 2to3¨Andreas2018-09-108-15/+20
| | | | Not finished, a few type conversion errors still occur.2to3
* Merge pull request #91 from eRaid6/patch-3Michael P. Soulier2018-09-021-1/+1
|\ | | | | Update version in python-tftpy.spec
| * Update version in python-tftpy.specNick2018-08-291-1/+1
| | | | | | Updating version from 0.5.1 to 0.7.0 in python-tftpy.spec to align with current version.
* | Merge pull request #90 from eRaid6/patch-2Michael P. Soulier2018-09-021-0/+17
|\ \ | | | | | | Create PKG-INFO for use in python-tftpy.spec
| * | Create PKG-INFO for use in python-tftpy.specNick2018-08-291-0/+17
| |/ | | | | python-tftpy.spec depends on PKG-INFO existing. This Patch creates PKG-INFO with the required information.
* | Merge pull request #89 from eRaid6/patch-1Michael P. Soulier2018-09-021-1/+1
|\ \ | |/ |/| Fix encoding position in setup.py
| * Fix encoding position in setup.pyNick2018-08-291-1/+1
|/ | | | | | Per PEP-0263 encoding needs to be on the first or second line, https://www.python.org/dev/peps/pep-0263/#defining-the-encoding. This change moves the encoding to the second line which resolves this error: ./setup.py build File "./setup.py", line 47 SyntaxError: Non-ASCII character '\xc5' in file ./setup.py on line 48, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
* Adding some boilerplateMichael P. Soulier2018-05-1813-1/+26
|
* Added a long_descriptionMichael P. Soulier2018-05-181-0/+126
|
* README fixMichael P. Soulier2018-05-181-1/+1
|
* README updateMichael P. Soulier2018-05-181-0/+6
|
* Changing makefile to use twineMichael P. Soulier2018-05-181-2/+3
|
* setup.py changesMichael P. Soulier2018-05-182-16/+8
|
* Updating release to 0.7.00.7.0Michael P. Soulier2018-05-181-1/+1
|
* Preparing for 0.6.3 releaseMichael P. Soulier2018-05-182-287/+1261
|
* Fixing closure of stdout on context close. #76Michael P. Soulier2018-05-151-1/+2
|
* Dropping str() in favour of bytestring input, and fixing logging calls in ↵Michael P. Soulier2018-05-152-65/+61
| | | | TftpPacketTypes. Merging fixes for #78 and #79.
* Merge branch 'master' of https://github.com/PackeTsar/tftpy into ↵Michael P. Soulier2018-05-153-15/+18
|\ | | | | | | PackeTsar-master