summaryrefslogtreecommitdiff
path: root/tftpy
Commit message (Expand)AuthorAgeFilesLines
* Enhance PEP8Richard Vézina2021-10-151-0/+1
* is NoneRichard Vézina2021-10-151-1/+1
* Improve natural english language readabilityRichard Vézina2021-10-151-1/+1
* No inline ifRichard Vézina2021-10-151-1/+2
* Create list directlyRichard Vézina2021-10-151-2/+1
* 120 is good (80 -> 120 line length)Richard Vézina2021-10-151-25/+12
* Optimize importsRichard Vézina2021-10-151-6/+8
* Enhance PEP8Richard Vézina2021-10-151-1/+11
* Enhance PEP8Richard Vézina2021-10-151-0/+1
* Enhance PEP8Richard Vézina2021-10-151-19/+28
* Fix typosRichard Vézina2021-10-151-2/+2
* Enhance PEP8Richard Vézina2021-10-151-1/+2
* Optimize importRichard Vézina2021-10-151-1/+2
* Enhance PEP8Richard Vézina2021-10-151-1/+2
* 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-181-1/+1
* | | 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
|\ \ | |/
| * 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-291-1/+1
|/
* Fixing more encoding issues for python3.Michael P. Soulier2018-09-132-6/+11
* Fixing some encoding issues in python3Michael P. Soulier2018-09-131-22/+47
* Fixed testClientServerUploadOptions testcaseMichael P. Soulier2018-09-121-1/+1
* 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
* Adding some boilerplateMichael P. Soulier2018-05-188-0/+16
* 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
|\
| * Added logic to TftpStates.sendError to fix issue #79John W Kerns2017-06-061-3/+6
| * Struct pack and unpack require a string formatJohn W Kerns2017-05-152-12/+12
* | Fixing zero-sized file left around by client on a file not found error.Michael P. Soulier2018-05-154-5/+27
* | Putting TftpClient and TftpServer back into the tftpy module context for conv...Michael P. Soulier2018-05-151-2/+2
* | Rationalized module includes and logging.Michael P. Soulier2018-05-158-51/+30
* | Merge remote-tracking branch 'drlef/leave-filelike-object-open' into fileobjMichael P. Soulier2018-05-091-4/+7
|\ \
| * | Leave filelike object open in client download context.Steff Richards2017-09-041-4/+7
| |/
* | Removing logging.basicConfig from library. Fixes #86.Michael P. Soulier2018-05-091-3/+0
* | Fix some deprecations and python3 incompatibilitiessedrubal2018-04-043-22/+21
|/
* Merged style updates, minor bug fixesMichael P. Soulier2017-05-096-78/+80
|\
| * Release version 0.6.3_fork (forked version)Francesco Fiorentino2015-07-218-143/+180
* | TftpClient.py: use UDP port 69 by defaultChristopher Chavez2017-05-011-1/+1
* | Merge branch 'master' into dynamicPaul Weaver2016-07-078-166/+149
|\ \
| * | Fixing obvious python3 errors. Timeouts still not working.Michael P. Soulier2016-07-061-12/+12
| * | Fixing some python3 syntax errorsMichael P. Soulier2016-07-052-3/+3