aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-27 23:46:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-27 23:46:29 +0000
commit6e38cc9048a2ab2a28dca6cb357b091a3ee4317c (patch)
tree5dc2a4956d315213016a90a4781882f1472b0472 /CHANGES
parenta240f4d1df0775723eadb942a15f3100b44bb2db (diff)
- Markus Koetter provided a polished and updated version of Chad Monroe's TFTP
rework patch that now integrates TFTP properly into libcurl so that it can be used non-blocking with the multi interface and more. BLKSIZE also works. The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from the command line.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 17e3dcbf8..3d19944fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,11 +8,19 @@
+Daniel Stenberg (28 Nov 2009)
+- Markus Koetter provided a polished and updated version of Chad Monroe's TFTP
+ rework patch that now integrates TFTP properly into libcurl so that it can
+ be used non-blocking with the multi interface and more. BLKSIZE also works.
+
+ The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from
+ the command line.
+
Daniel Stenberg (26 Nov 2009)
- - Extended and fixed the change I did on Dec 11 for the the progress
- meter/callback during FTP command/response sequences. It turned out it was
- really lame before and now the progress meter SHOULD get called at least
- once per second.
+- Extended and fixed the change I did on Dec 11 for the the progress
+ meter/callback during FTP command/response sequences. It turned out it was
+ really lame before and now the progress meter SHOULD get called at least
+ once per second.
Daniel Stenberg (23 Nov 2009)
- Bjorn Augustsson reported a bug which made curl not report any problems even