Christophe Dumez
e885ee0d35
- Fix some other DHT port issues
15 years ago
Christophe Dumez
ff5e5d1062
- Fix some other listen port issues
15 years ago
Christophe Dumez
4f9eca78d9
- Fix to port settings
15 years ago
Christophe Dumez
e142877e10
- Fix little typo
15 years ago
Christophe Dumez
50e620daf2
- Handle paths with (~, ., ..) properly
15 years ago
Christophe Dumez
98561f9db9
- Fix "Append .!qB extension" for torrents without metadata (Magnet Links)
15 years ago
Christophe Dumez
885a7f592e
- Fix removal of !.qB extension when files get completed
15 years ago
Christophe Dumez
475d63dad8
- Fix "Append .!qB extension" feature. It appeared only for empty files (instead of incomplete ones)
15 years ago
Christophe Dumez
c1bc9886b7
- Fix "Append .!qB extension to incomplete files" feature
15 years ago
Christophe Dumez
88f8437c5a
- Fix "Append .!qB extension to incomplete files" feature for torrents added from magnet links
15 years ago
Christophe Dumez
411a1c641d
- Fix several bugs in new "Append label to save path" feature
15 years ago
Christophe Dumez
dc0ad73eca
- Fix torrent Labeling from torrent addition dialog
15 years ago
Christophe Dumez
04e008afa0
- Fix new settings not being saved
15 years ago
Christophe Dumez
c61aded388
- Initial implementation of "Append .!qB extension to incomplete files" (untested)
...
- Update torrent save path when its label is changed and "Append label to save path" setting is set
15 years ago
Christophe Dumez
1fd57b5d63
- FEATURE: Labeled torrent can be downloaded corresponding subfolders
15 years ago
Christophe Dumez
755b8dec30
- Peer Exchange can be disabled from preferences
15 years ago
Christophe Dumez
db5402385a
FEATURE: Disk cache size can be set from preferences
15 years ago
Christophe Dumez
ed803fb994
- Initiated work on torrent labeling/categorization (functional but not perfect yet
15 years ago
Christophe Dumez
9fe807b6f1
- Removed useless debug
15 years ago
Christophe Dumez
84f00bf3f6
- uTorrent user agent is now spoofed correctly
15 years ago
Christophe Dumez
abbbf1e562
- Torrent Addition Dialog: File priorities were not taken into consideration (Thanks Mariusz)
15 years ago
Christophe Dumez
3ec118d59b
- When downloading a torrent from its URL in Web UI, the torrent addition dialog was not skipped and displayed on server side.
...
* Regression introduced in a recent release candidate
15 years ago
Christophe Dumez
10ab8f107c
- Tracker scrape interval is now 20 min (15 minutes min).
15 years ago
Christophe Dumez
4dc8959f67
* More exit tweaking to make shutdown faster
...
* Fixed active upload icon in Web UI
* Fixed text alignment in Web UI preferences dialog
* Fixes to ratio display in Web UI transfer list and properties panel
* Edited Queued/Paused/Checking icons so that they are the same for complete/incomplete torrents (easier to understand)
* Color torrents in UI transfer list as in qBittorrent < 2.0 (more easily understandable)
* Progress and size are now updated when files are filtered in torrent properties
15 years ago
Christophe Dumez
396427e3b6
FEATURE: Fall back to a random port if qBittorrent could not listen on the chosen port
15 years ago
Christophe Dumez
e460f1c365
- Attempt to speed up exit
15 years ago
Christophe Dumez
27aff04f11
- Catch invalid_handle exception in savefastresume data
15 years ago
Christophe Dumez
5af8b7c0e2
FEATURE: Enabled lazy bitfield as a counter-measure for ISP speed throttling
15 years ago
Christophe Dumez
3c6635cdbe
- Folder Scanning: initial import of the torrents inside is fixed
15 years ago
Christophe Dumez
ce31bef2cf
- Make sure the torrent is valid before saving fast resume data
15 years ago
Christophe Dumez
c52e0cf841
- Improve tracker status detection when using libtorrent v0.14
15 years ago
Christophe Dumez
8fe448d35f
- Fixed compilation with libtorrent v0.14
15 years ago
Christophe Dumez
c1d3f719df
- Compilation fix for libtorrent v0.14
15 years ago
Christophe Dumez
480d1b18db
- Display in tracker list the number of peers gotten from LSD/PeX/DHT
15 years ago
Christophe Dumez
62f57862e5
- Properly report paused torrents from Bittorrent session to GUI ( closes #86293 )
...
- Removed some verbose debug
15 years ago
Christophe Dumez
5d427d2acf
- Save fast resume data for paused torrents too to avoid loosing information (e.g. user trackers, ...)
15 years ago
Christophe Dumez
aa0c2e611f
- Remove useless code in torrentpersistentdata since libtorrent is saving and restoring this for us
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago
Christophe Dumez
98223e54e8
- Updated tracker behavior, it works better now (more µTorrent like)
15 years ago
Christophe Dumez
e36e500045
- Added DHT to trackers list
15 years ago
Christophe Dumez
e2b8aeafa6
- FEATURE: Display the number of peers returned by each tracker
15 years ago
Christophe Dumez
8ada8d33c8
FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior)
15 years ago
Christophe Dumez
ac279979fb
- Fix errors in tracker messages saving code
15 years ago
Christophe Dumez
d5e2905ead
- Clean up of bittorrent class
15 years ago
Christophe Dumez
e93fab40fe
- Removed some too verbose debug
...
- Suppress a Qt warning about the layout in status bar
15 years ago
Christophe Dumez
d3c59f0814
- Move Web UI code to Bittorrent class
15 years ago
Christophe Dumez
0bc2e9aeeb
- Removed regular tracker scrape code since it is done automatically by libtorrent (it should not have been in GUI class anyway...)
...
- Moved bittorrent specific code from GUI class to bittorrent class
15 years ago
Christophe Dumez
623933e2aa
- COSMETIC: New deletion confirmation dialog (Merged delete/delete permanently actions)
...
- Delete useless properties button in top tool bar
- Set Alt+P keyboard shortcut to toggle torrent properties visibility
15 years ago
Christophe Dumez
4ca2d060ea
- Make everything compile back with libtorrent v0.14
...
- Fix crash in search engine destructor if downloads are running
15 years ago