Commit graph

  • 596af4075f Fixed division by zero error in rate calculations in download function of client. Thanks to Stefaan Vanheesbeke for the report. msoulier 2008-05-20 02:12:31 +0000
  • 3b1bae3470 Fix for bug [ 1932330 ] binary downloads fail in Windows. msoulier 2008-05-20 02:00:46 +0000
  • 648564ccfc Updated README. msoulier 2008-01-31 02:27:25 +0000
  • 792df2d6e2 Updated ChangeLog msoulier 2008-01-31 02:21:52 +0000
  • 941f5bfa7d Updating version to 0.4.4 msoulier 2008-01-31 02:21:21 +0000
  • f8af287f32 Fixing 1851544 - server not tolerant of unsupported options Thanks to Landon Jurgens for the report. msoulier 2007-12-16 15:48:36 +0000
  • 89a8382cf1 Updated for 0.4.3 release. msoulier 2007-07-17 01:17:24 +0000
  • 2a98d72540 Removed redundant comparison. msoulier 2007-07-16 22:55:50 +0000
  • 955ced3747 Fixing string/integer comparison. Thanks to Simon P. Ditner, bug #1755146. msoulier 2007-07-16 22:53:08 +0000
  • 493dcac93e Updated for 0.4.2 msoulier 2007-06-05 02:12:41 +0000
  • bb47795b70 Fixed unit test for factory msoulier 2007-06-05 02:09:44 +0000
  • d9665e19fc Updating docs for epydoc. msoulier 2007-03-31 02:03:36 +0000
  • b68ceca9d8 Updated build process. msoulier 2007-03-31 01:51:42 +0000
  • d8730c7df4 Adding epydoc target. msoulier 2007-03-31 01:40:31 +0000
  • 0b41ffba9c Updated ChangeLog msoulier 2007-03-15 00:01:37 +0000
  • 8f5595c6f9 Simplifying use of optparse. Thanks to Steven Bethard for the suggestions. msoulier 2007-02-23 02:09:38 +0000
  • 5c52975f5f Removed mention of sorceror's apprentice problem. msoulier 2007-02-17 03:10:46 +0000
  • c8df0fdd3a Rearranged packaging a bit to fix an importing problem. msoulier 2007-02-17 03:04:32 +0000
  • c7d86d36df Supplying a default blksize options in the server. Fix for 1633625. msoulier 2007-02-17 01:40:02 +0000
  • 07906cdbd9 Added a check for rogue packets in the server. msoulier 2007-02-10 02:27:12 +0000
  • f53e68bcd5 Making the lib backwards-compatible to Python 2.3. msoulier 2007-02-09 18:48:48 +0000
  • efd248f9c9 Rolling to version 0.4.1. msoulier 2006-12-17 17:09:26 +0000
  • 95b6a72576 Restructuring single lib into a package. msoulier 2006-12-17 06:12:47 +0000
  • a1ad552a96 Restructuring single lib into a package. msoulier 2006-12-17 06:10:02 +0000
  • c43a24ce26 Restructuring single lib into a package. msoulier 2006-12-17 06:08:22 +0000
  • 5e6d8fe13f Restructuring single lib into a package. msoulier 2006-12-17 06:08:05 +0000
  • 6eb1501242 Fixing install location of library. msoulier 2006-12-17 05:02:36 +0000
  • 15023eba57 Added server to package. msoulier 2006-12-16 04:29:23 +0000
  • ac2faa3926 Updated ChangeLog, and rolled version to 0.4 msoulier 2006-12-16 04:26:21 +0000
  • f79a1e9828 Making server exit gracefully. msoulier 2006-12-15 23:35:48 +0000
  • 16ebbf2d16 Tweak to EOF handling in server. msoulier 2006-12-15 04:08:20 +0000
  • 772370578a First working server tests with two clients. msoulier 2006-12-15 04:01:05 +0000
  • 5cfbae3dc7 Added lots in the server to support a download, with timeouts. Not yet tested with a client, but the damn thing runs. msoulier 2006-12-15 03:04:40 +0000
  • d5b7276fb9 Fixed a bug in handling block number rollovers. msoulier 2006-12-15 00:44:33 +0000
  • 7441f0a43a Got handling of file not found working in server. msoulier 2006-12-14 02:45:18 +0000
  • 3b4d17704e Starting on sample server. msoulier 2006-12-14 02:30:09 +0000
  • 94ef067e94 Successful test on basic select loop msoulier 2006-12-14 02:29:46 +0000
  • 6f186f2a33 Added some security checks around the tftproot. Further fleshed-out the handler. Still not actually starting the transfer. msoulier 2006-12-11 02:59:19 +0000
  • b5a96ec96e Fleshing out server handler implementation. msoulier 2006-12-10 23:23:59 +0000
  • fc2a587641 Started on the server msoulier 2006-12-10 19:12:43 +0000
  • aece5aaf2e Added --debug option to sample client. msoulier 2006-12-09 21:42:02 +0000
  • 204cce4fbb Adding license msoulier 2006-12-09 02:15:23 +0000
  • 4fc510bcbf Adding ChangeLog msoulier 2006-12-09 01:54:03 +0000
  • 07e29760b9 Bumped the version. msoulier 2006-12-09 01:17:40 +0000
  • 104dfe03cd Changed the port variables to something more intelligent. msoulier 2006-12-09 01:11:39 +0000
  • 15c5a0f7c6 Fixing poor TID implementation. msoulier 2006-12-09 00:45:37 +0000
  • 8e6cd77aa7 Added testcase for TftpPacketFactory. msoulier 2006-10-25 01:41:03 +0000
  • 7486502647 Implemented retries on download timeouts. msoulier 2006-10-13 01:54:56 +0000
  • 0528b1bdbc Added some info statements regarding option negotiation. msoulier 2006-10-13 01:38:33 +0000
  • 4c7304184a Updated testcases, fixed one error in decode_options msoulier 2006-10-13 01:27:30 +0000
  • f2b7d5d811 Updated testcases msoulier 2006-10-11 03:58:39 +0000
  • 837344caf2 Updated makefile msoulier 2006-10-11 03:40:08 +0000
  • 08af50ac0e Adding makefile msoulier 2006-10-11 03:32:35 +0000
  • 99b3bbd36d Moved LICENSE to COPYING msoulier 2006-10-10 02:17:56 +0000
  • 2e42f990c0 Added test for WRQ packet msoulier 2006-10-09 02:47:59 +0000
  • 6ebd6fcbc8 Fixed broken decode, and adjusted the client options. msoulier 2006-10-09 02:44:27 +0000
  • 6db1b2cfda Starting on unit tests msoulier 2006-10-08 13:58:41 +0000
  • e771f670fb Fixed handling of port msoulier 2006-10-05 16:38:33 +0000
  • cb75a4b281 Updating for production msoulier 2006-10-05 16:32:59 +0000
  • 19e8f0f14c Freezing 0.2 msoulier 2006-10-05 16:16:29 +0000
  • 0a13eb5716 Fixed poor EOF detection msoulier 2006-10-05 14:18:16 +0000
  • ed15161e81 Got variable blocksizes working. msoulier 2006-10-05 03:38:28 +0000
  • c24bba272f Added confirmation of incoming traffic to known remote host. msoulier 2006-10-04 22:16:26 +0000
  • c11ac3a321 Restructured in preparation for tftp options msoulier 2006-10-04 17:32:05 +0000
  • 2827cf1e8f Updated README msoulier 2006-10-04 03:54:03 +0000
  • c6094b0b54 Updated README msoulier 2006-10-04 03:46:21 +0000
  • 09de253d8f Added seconds to logs msoulier 2006-10-04 03:02:16 +0000
  • 82821e523e Upping version to 0.2 msoulier 2006-10-04 02:44:03 +0000
  • 88c387b1ec Added OACK packet, and factored-out client code. msoulier 2006-10-04 02:43:05 +0000
  • 430f4f2a63 Updated a comment msoulier 2006-10-03 19:13:27 +0000
  • cfa8e61fa3 Restructuring msoulier 2006-10-03 19:11:18 +0000
  • b72d23ebc3 Restructuring msoulier 2006-10-03 19:10:16 +0000