-
Tue Feb 04 2014 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 3.10-4
- Treat curl errcodes 55 and 56 as Ctrl-C.
- Resolves: bug#1017491
-
Thu Jan 16 2014 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 3.10-3
- Tell curl to return immediately on ctrl-c.
- Resolves: bug#1017491
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.10-2
- Mass rebuild 2013-12-27
-
Mon Oct 21 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.10-1
- single-conn mode: Kill the cached idle connection. BZ 853432
-
Thu Oct 17 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.10-0
- clamp timestamps from the future. BZ 894630, 1013733
- Fix the condition to enter single-connection mode. BZ 853432
- Fix unit tests
-
Tue Oct 08 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.9.1-33
- Fix the condition to enter single-connection mode (again)
-
Thu Oct 03 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.9.1-32
- Update to latest HEAD.
- Fix traceback when entering single-connection mode with DEBUG off
- Fix traceback when limit==None and DEBUG is on
- Fix the condition to enter single-connection mode
-
Thu Oct 03 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.9.1-31
- Update to latest HEAD.
- Switch to max_connections=1 after refused connect. BZ 853432
- Never display negative downloading speed. BZ 1001767
- clamp timestamps from the future. BZ 894630, 1013733
-
Thu Aug 29 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.9.1-30
- Update to latest HEAD.
- add ftp_disable_epsv option. BZ 849177
- Spelling fixes.
- docs: throttling is per-connection, suggest max_connections=1. BZ 998263
- More robust "Content-Length" parsing. BZ 1000841
-
Tue Jun 18 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.9.1-29
- Update to latest HEAD.
- Fix parsing of FTP 213 responses
- Switch to max_connections=1 after timing out. BZ 853432
- max_connections=0 should imply the default limit.