Statistics
| Revision:

root / trunk / Makefile.decl

History | View | Annotate | Download (2.8 KB)

# Date Author Comment
1845 07/08/2011 04:07 pm Alguno

- Fixed a situation where the schedular could get suspended too soon
- Fixed a situation where files could get skipped during download
- Improved the download queue testcases and added 2 more testcases
- While making a test-report, don't bail out when one of the tests fail

1823 04/09/2011 08:24 pm Alguno

- Added support for multiple connection backends
- Moved the current connection code to a new connection backend called 'native'
- Added a new connection backend called 'gio' which is based on GIO and
can optionally use glib-networking for SSL/TLS support...