Christophe Dumez
bfab6389b5
- Commented fast resume rejected alert until #182 is fixed in libtorrent
17 years ago
Christophe Dumez
48f5436f6f
- Improved ETA calculation code a little and fixed a little typo in the code
...
- Updated TODO (waiting for a bug fix in libtorrent)
17 years ago
Christophe Dumez
f754e34e35
- BUGFIX: Fixed possible overflow in ETA calculation
17 years ago
Christophe Dumez
0245bbf5ab
- BUGFIX: Fixed an ETA calculation problem when the torrent has filtered files
17 years ago
Christophe Dumez
0a0c1f3529
- BUGFIX: AddInPause setting doesn't pause downloads on startup anymore (real fix this time...)
17 years ago
Christophe Dumez
a26333bc65
- BUGFIX: Now filtered don't appear on hard drive anymore (libtorrent >= r1659 REQUIRED)
...
- BUGFIX: AddInPause setting doesn't pause downloads on startup anymore
17 years ago
Christophe Dumez
4f25e6c769
- Another attempt to fix compilation on FreeBSD
...
- Fixed IP Filter preferences (closes #147532 )
17 years ago
Christophe Dumez
f9998957cd
- attempt to fix compilation on FreeBSD
17 years ago
Christophe Dumez
c0ffb8fa5c
- BUGFIX: Fixed overflow in ratio
17 years ago
Christophe Dumez
da244d7ef2
- Added more debug when we get a file_error
17 years ago
Christophe Dumez
9062266a84
- Fixed a ratio assert in libtorrent because we sent it -1 for unlimited instead of 0
17 years ago
Christophe Dumez
3cb34ed7ee
- Fixed an overflow that could cause ETA to become negative sometimes (hitted an assert)
17 years ago
Christophe Dumez
c478ba59ac
- new torrent content selection (as a tree). Merge from the new-torrent-selection branch
17 years ago
Christophe Dumez
fe7c0db425
- remove ratio should be applied to finished torrent only (and disabled as a default!) - FIXED
17 years ago
Christophe Dumez
47c1908519
- Added some more debug
17 years ago
Christophe Dumez
e1ead940be
- Added some more debug
17 years ago
Christophe Dumez
862d24ac48
- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0)
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
cd70843ee9
- Totally redesigned program preferences
...
- Added some options, the following are already implemented:
* Start/Stop LSD/NAT-PMP/UPnP
* Force preallocation of all files
* Force new torrents status to pause
- Other new features are going to be implemented soon
17 years ago
Christophe Dumez
9f36d521a4
- BUGFIX: Fixed deprecation warning with latest libtorrent svn
...
- FEATURE: Redesigned torrent creation dialog
- FEATURE: Allow to set piece size when creating a torrent
- improved new options dialog a little
17 years ago
Christophe Dumez
b582ec9480
- BUGFIX: Do not store and calculate ETA values for paused torrents
17 years ago
Christophe Dumez
b5ccf05541
- BUGFIX: Do not store and calculate ETA values for finished torrents
17 years ago
Christophe Dumez
b3c5e6cfa2
- Store less ETA values for each torrent in order to save memory
17 years ago
Christophe Dumez
229927bbe9
- BUGFIX: Fixed file preview and improved previewable files detection
17 years ago
Christophe Dumez
495d6f2bab
- Save less trackers errors to save memory
17 years ago
Christophe Dumez
73c247fe10
BUGFIX: Fixed pause state toggle for paused and checking torrents
17 years ago
Christophe Dumez
bd84cb197f
- little optimization for torrentstopauseafterchecking
17 years ago
Christophe Dumez
57309c7d82
- Do not save paused torrents in a list anymore to save some memory
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
057029787a
- Added some asserts to check for overflows
...
- Removed a useless functions (was used for debug)
- Fixed 2 warnings in createTorrent.ui
- Improved CXX_FLAGS in src.pro
17 years ago
Christophe Dumez
cdfaed4fb4
BUGFIX: ETA was wrong for torrents with filtered files
17 years ago
Christophe Dumez
21908e0a03
- Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs)
...
- Improved ETA calculation to avoid overflows (Added asserts to make sure it doesn't happen)
17 years ago
Christophe Dumez
01df4d3c81
- Use int instead of short where possible
17 years ago
Christophe Dumez
6ecb45d661
- Code optimization using initialization lists
...
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
17 years ago
Christophe Dumez
8f7de730cc
- Added some more torrent_handle checking to be sure we don't use invalid ones
17 years ago
Christophe Dumez
fd2ee35e92
- Do not save torrent related info in class destruction, this is too dangerous
17 years ago
Christophe Dumez
1bfc181cb2
- Better handing of .finished files (bittorrent class level instead of GUI level)
17 years ago
Christophe Dumez
28294efadf
- Check if the hash read from the filename and from the torrent are the same and don't add it if it is different. Safer
17 years ago
Christophe Dumez
829c358f10
- fixed some bugs introduced recently
...
- improved debug output
17 years ago
Christophe Dumez
35a9fab3b4
- Check if priorities file exists before trying to read it to avoid a warning message
17 years ago
Christophe Dumez
32c330092a
- Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :)
17 years ago
Christophe Dumez
e82cb2188e
- Made torrent deletion from hard-drive safer
17 years ago
Christophe Dumez
cfacac7dbf
- Add torrents in pause before applying settings to avoid race conditions
...
- Started to work on a new function to delete torrents permanently that is safer. Not used yet because it is buggy : it works only for simple cases and I'm not sure I can do better right now with the info libtorrent is providing.
17 years ago
Christophe Dumez
d8dd509a7b
- Updated Russian translation
17 years ago
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
17 years ago
Christophe Dumez
5231f5a22b
- Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too
17 years ago
Christophe Dumez
04352cce3c
- Fixed bad assert
...
- Little checking before saving url seeds list
- Little optimization to make fastresume data saving faster
17 years ago
Christophe Dumez
b2867e97bf
- Updated spanish translation
17 years ago
Christophe Dumez
b4fbaaa47c
BUGFIX: Improved incremental download
17 years ago
Christophe Dumez
13f21ef6cd
- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.
17 years ago