summaryrefslogtreecommitdiff
path: root/bin/tftpy_server.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'adehad2021-10-211-1/+1
|\
| * Enhance PEP8Richard Vézina2021-10-151-1/+3
| |
| * Optimize importsRichard Vézina2021-10-151-1/+3
| |
| * Forgo WARN -> WARNINGRichard Vézina2021-10-151-1/+1
| |
* | first attempt with github actions, various lintingadehad2021-10-111-31/+47
|/
* Adding some boilerplateMichael P. Soulier2018-05-181-0/+2
|
* Putting TftpClient and TftpServer back into the tftpy module context for ↵Michael P. Soulier2018-05-151-1/+1
| | | | convenience. Also improving the test logger.
* Rationalized module includes and logging.Michael P. Soulier2018-05-151-6/+15
|
* Removing logging.basicConfig from library. Fixes #86.Michael P. Soulier2018-05-091-0/+1
|
* Merged style updates, minor bug fixesMichael P. Soulier2017-05-091-1/+2
|\
| * Release version 0.6.3_fork (forked version)Francesco Fiorentino2015-07-211-1/+2
| | | | | | | | | | | | | | | | Contains: Bug fixes in log.debug Fixes in broken code Fixes many PEP8 issues Created testWin Unit for Win environment
* | server: add -q option to supress liberal INFO level debuggingPaul Osborne2015-06-231-0/+7
|/ | | | | | | | In my test from U-Boot tftp client to a server running on windows this increase the transfer rate from 1.8MB/s to 4.9MB/s (nearly 3x performance improvement). Signed-off-by: Paul Osborne <Paul.Osborne@digi.com>
* Fixing some pyflakes complaintsMichael P. Soulier2011-07-231-1/+1
|
* First successful download with both client and server.Michael P. Soulier2009-08-161-2/+9
|
* Simplifying use of optparse. Thanks to Steven Bethard for the suggestions.msoulier2007-02-231-7/+0
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@63 63283fd4-ec1e-0410-9879-cb7f675518da
* Making server exit gracefully.msoulier2006-12-151-1/+4
| | | | git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@47 63283fd4-ec1e-0410-9879-cb7f675518da
* Starting on sample server.msoulier2006-12-141-0/+48
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@41 63283fd4-ec1e-0410-9879-cb7f675518da