summaryrefslogtreecommitdiff
Commit message (Expand)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
|/ /
* | 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 listenThomas Grainger2021-02-011-1/+1
* | | Merge remote-tracking branch 'ulidtko/fix/binary-stdin'Michael P. Soulier2021-05-192-1/+17
|\ \ \
| * | | 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(Thomas Grainger2020-06-111-1/+1
| |/
* | TftpServerState.serverInitial: prevent access to prefix-sharing siblings of t...Robert Scott2020-08-292-30/+107
|/
* 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
* Made parts concerning test program compatible¨Andreas2018-09-101-6/+5
* Solved some 2 to 3 issues¨Andreas2018-09-101-8/+4
* 2to3¨Andreas2018-09-108-15/+20
* Merge pull request #91 from eRaid6/patch-3Michael P. Soulier2018-09-021-1/+1
|\
| * Update version in python-tftpy.specNick2018-08-291-1/+1
* | Merge pull request #90 from eRaid6/patch-2Michael P. Soulier2018-09-021-0/+17
|\ \
| * | Create PKG-INFO for use in python-tftpy.specNick2018-08-291-0/+17
| |/
* | Merge pull request #89 from eRaid6/patch-1Michael P. Soulier2018-09-021-1/+1
|\ \ | |/ |/|
| * Fix encoding position in setup.pyNick2018-08-291-1/+1
|/
* 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 Tft...Michael P. Soulier2018-05-152-65/+61
* Merge branch 'master' of https://github.com/PackeTsar/tftpy into PackeTsar-ma...Michael P. Soulier2018-05-153-15/+18
|\