Christophe Dumez
|
7dfdebd593
|
- License fix due to problems with OpenSSL
|
16 years ago |
Christophe Dumez
|
5509e94778
|
- Fixed pausing of queued torrents
|
16 years ago |
Christophe Dumez
|
2694a0947f
|
- Fixed possible crash when pausing a torrent
|
16 years ago |
Christophe Dumez
|
282d0a4af6
|
- Save fastresume fata when pausing torrents to speed up qBittorrent shutdown
|
16 years ago |
Christophe Dumez
|
a0b4e54410
|
- Got rid of .paused files, useless with new libtorrent
|
16 years ago |
Christophe Dumez
|
c97bce4d61
|
- Removed workaround for getting progress of paused torrents, apparently it works
|
16 years ago |
Christophe Dumez
|
4c6359276c
|
- Fixed progress display of uncheck torrents
|
16 years ago |
Christophe Dumez
|
cd260198f9
|
- Fixed remembering of paused torrents cleanly
|
16 years ago |
Christophe Dumez
|
71e3061c18
|
- Remember paused torrents on startup
|
16 years ago |
Christophe Dumez
|
384f3b23ee
|
- Made seed detection a bit safer (do not use progress)
|
16 years ago |
Christophe Dumez
|
4a6ab376af
|
- Workaround for is_seed bug: http://code.rasterbar.com/libtorrent/ticket/402
|
16 years ago |
Christophe Dumez
|
b0a0abd764
|
Allow to change the save path of torrents after addition
|
16 years ago |
Christophe Dumez
|
01bc15d3f4
|
- Allow to force rechecking torrents
|
16 years ago |
Christophe Dumez
|
e5b6a5605a
|
- ETA calculation now relies on average speed over all sessions
- New ETA calculation system saves memory
- Updated Changelog
|
16 years ago |
Christophe Dumez
|
9b67807926
|
- Queueing system should work fine now (port is complete, needs testing)
|
16 years ago |
Christophe Dumez
|
f3729fbae6
|
- Use libtorrent queueing system (probably buggy and queueing currently does not work for seeds)
|
16 years ago |
Christophe Dumez
|
82706141cf
|
Ratio calculation improvement: make usage of new all_time_upload and all_time_download variables in torrent_status.
|
16 years ago |
Christophe Dumez
|
764b4e72ca
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
16 years ago |
Christophe Dumez
|
a622152747
|
- Make use of h.is_seed() instead of h.progress() == 1.
|
16 years ago |
Christophe Dumez
|
1aedd97d4d
|
- Progress calculation patch
|
16 years ago |
Christophe Dumez
|
7a925f15ba
|
- Fixed a bug in torrent progress calculation (regression)
|
17 years ago |
Christophe Dumez
|
58c78fa6f6
|
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
Ishan Arora)
|
17 years ago |
Christophe Dumez
|
0245bbf5ab
|
- BUGFIX: Fixed an ETA calculation problem when the torrent has filtered files
|
17 years ago |
Christophe Dumez
|
20b6579392
|
- BUGFIX: Updated INSTALL file
- BUGFIX: Optimized torrent real size calculation
|
17 years ago |
Christophe Dumez
|
b0140fbdbe
|
- We have an optimized way to get the torrent actual size using libtorrent but this is buggy. Hence we don't use it yet.
|
17 years ago |
Christophe Dumez
|
078c80c81d
|
- FEATURE: Added an option to set the max number of connections per torrent
- FEATURE: Added an option to set the max number of uploads per torrent
|
17 years ago |
Christophe Dumez
|
229927bbe9
|
- BUGFIX: Fixed file preview and improved previewable files detection
|
17 years ago |
Christophe Dumez
|
27e76962d1
|
- Found a way not to use FullAllocationMode list in order to save memory in cpu
|
17 years ago |
Christophe Dumez
|
7921adbcf9
|
- Cleaned torrent progress asserts
|
17 years ago |
Christophe Dumez
|
63334ea6fb
|
- Optimized a lot torrent real size calculation
|
17 years ago |
Christophe Dumez
|
e4795cd64b
|
- removed bad assert
|
17 years ago |
Christophe Dumez
|
829c358f10
|
- fixed some bugs introduced recently
- improved debug output
|
17 years ago |
Christophe Dumez
|
cebb5fc1fe
|
- dropped Threaded branch
- Added a function to torrent_handle wrapper for debug use
|
17 years ago |
Christophe Dumez
|
e82cb2188e
|
- Made torrent deletion from hard-drive safer
|
17 years ago |
Christophe Dumez
|
c9925eddb6
|
- Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
|
17 years ago |