Share

Tftpy, a pure Python TFTP Library

Project News for Tftpy, a pure Python TFTP Library

  • Imminent overhaul

    I've decided that the state handling in tftpy is too difficult to maintain, and I'm ditching it. I've started that work in a private branch in Git.

    First though, I'm going to merge all of the contributed patches into an experimental branch and push that to github. I'll then rebase my state-machine branch on that and keep going.

    It's a big rewrite, so expect breakage in the short term. Contributed unit tests are welcome, I really need to flesh those out.

    Cheers.

    2009-04-09 03:26:45 UTC by msoulier

  • New fabian-patches branch on github

    Fabian Knittel contributed some helpful patches for robustness and security. I need to take a closer look at them, but for now they're living on a branch at github. See the "fabian-patches" branch if you want to check them out.

    2008-12-21 03:39:31 UTC by msoulier

  • SVN disabled

    I've gotten tired of the git-svn thing, and made some mistakes with it, and just moved entirely to Git. So, see http://github.com/msoulier/tftpy/tree/master for the project source if you wish to contribute.

    Cloning is as simple as
    "git clone git://github.com/msoulier/tftpy.git"

    Cheers.

    2008-10-06 00:47:41 UTC by msoulier

  • Mirroring SVN to Github

    I'm not Subversion's biggest fan, although compared to many it's a huge improvement. That said, I prefer distributed version control, and lately I've become a fan of Git. I'm experimenting with git-svn, and I've pushed a copy of the repository to github.

    Clone from here: git://github.com/msoulier/tftpy.git

    2008-06-29 22:36:24 UTC by msoulier

  • Release 0.4.5

    About Release 0.4.5:
    ====================
    Bugfix release for compatability issues on Win32, among other small issues.

    2008-05-29 00:10:36 UTC by msoulier