Help the development of NNTPGrab by signing up for an account at GigaNews or donating directly to the project
History | View | Annotate | Download (2.8 KB)
- 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
- 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...