Christophe Dumez
|
7b4b568859
|
- Display date as well as time in log window
|
16 years ago |
Christophe Dumez
|
b7c7245fb5
|
- Display a ratio of 0.0 if total_upload and total_download are both 0
|
16 years ago |
Christophe Dumez
|
0153b03160
|
BUGFIX: Stop enforcing UTF-8 and use system locale instead
|
16 years ago |
Christophe Dumez
|
bca898d8b6
|
- torrents with an infinite ratio are no longer affected by ratio_limit set in program preferences
|
16 years ago |
Christophe Dumez
|
65c4da6f0e
|
- BUGFIX: Provide more helpful explanation when an I/O error occured
|
16 years ago |
Christophe Dumez
|
7dfdebd593
|
- License fix due to problems with OpenSSL
|
16 years ago |
Christophe Dumez
|
04cbd91f04
|
- Added some debug
- On torrent completion, save its fastresume data *AFTER* it was moved to final directory to avoid big problems (oops)
|
16 years ago |
Christophe Dumez
|
714bf4f2ab
|
- Removed some debug
|
16 years ago |
Christophe Dumez
|
c2244f746e
|
- Torrent downloading is now handled by search engine plugins to allow for more flexibility
|
16 years ago |
Christophe Dumez
|
fe455970f1
|
- use std error output instead of debug output for file error message
|
16 years ago |
Christophe Dumez
|
55743021e8
|
- Fixed bug in new temp dir feature
* Completed torrents were moved too
|
16 years ago |
Christophe Dumez
|
f4502367f3
|
- Allow to define a temporary download folder
|
16 years ago |
Christophe Dumez
|
4c6d6a35f3
|
- Optimized foreach loop
|
16 years ago |
Christophe Dumez
|
da11488ba1
|
- Fixes for share ratio calculation
|
16 years ago |
Christophe Dumez
|
ae81dbe088
|
- BUGFIX: Torrents paused due to an I/O error were displayed as queued
|
16 years ago |
Christophe Dumez
|
03dc617874
|
- Updated some translations
|
16 years ago |
Christophe Dumez
|
5509e94778
|
- Fixed pausing of queued torrents
|
16 years ago |
Christophe Dumez
|
89330e11de
|
- Priorities are now remembered across restart (bugfix)
|
16 years ago |
Christophe Dumez
|
c016c4bf66
|
- Improved DHT code
- Remove outdated comment
|
16 years ago |
Christophe Dumez
|
1efaea46e3
|
- Made sure that old fastresume is overwritten when saving new one
|
16 years ago |
Christophe Dumez
|
2694a0947f
|
- Fixed possible crash when pausing a torrent
|
16 years ago |
Christophe Dumez
|
93bc6dca95
|
- A lot of improvement in proxy code
|
16 years ago |
Christophe Dumez
|
f0ca99ed6c
|
- Fixed default state for UPnP/nat-pmp/lsd (DHT was fixed in previous commit already)
|
16 years ago |
Christophe Dumez
|
e443aa75b7
|
- Quick fix for #313549
|
16 years ago |
Christophe Dumez
|
282d0a4af6
|
- Save fastresume fata when pausing torrents to speed up qBittorrent shutdown
|
16 years ago |
Christophe Dumez
|
25adf6b061
|
- Added a workaround fix for a bug in libtorrent regarding set_priority_up() function
|
16 years ago |
Christophe Dumez
|
727f59f73f
|
- Fix compilation warning
|
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
|
0ac2554060
|
- qBittorrent shutdown is now way faster
|
16 years ago |
Christophe Dumez
|
1d31e049a4
|
- Fixed possible deadlock when saving fastresume data
|
16 years ago |
Christophe Dumez
|
a848538d66
|
- Pause / resume in Web UI now updates the GUI
- Code cleanup
|
16 years ago |
Christophe Dumez
|
87eee7029d
|
- Force lists refresh before initially displaying the window to avoid lag
- Removed session tweaking on exit since it does not have any effect
|
16 years ago |
Christophe Dumez
|
60889cac79
|
- Catch exceptions on torrent aditions to avoid crashing because of a bad torrent (that is correctly loaded by torrent_info for some reason)
|
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
|
6369401150
|
- Fixed assert hit in new FSWatcher code
|
16 years ago |
Christophe Dumez
|
81aac9ebcc
|
- Fixed pause/resume actions in Web UI
|
16 years ago |
Christophe Dumez
|
45efcfce13
|
- Save session data and fast resume data sooner on exit (in case)
|
16 years ago |
Christophe Dumez
|
c38a8a2bec
|
- Removed code that is no longer needed
|
16 years ago |
Christophe Dumez
|
1225d16413
|
- Removed code that is no longer needed
|
16 years ago |
Christophe Dumez
|
41c6a847b9
|
- some more signal / slot fixing
|
16 years ago |
Christophe Dumez
|
941b8c8d2a
|
- Fixed torrent completed message (was not displayed due to last commit)
|
16 years ago |
Christophe Dumez
|
4f2a2dfab9
|
- Huge code refactoring (qBittorrent no longer store torrents and access them using libtorrent API)
|
16 years ago |
Christophe Dumez
|
ce2294ee96
|
- Made session deletion a bit faster
- Fixed possible memory leak when folder scanning is enabled
|
16 years ago |
Christophe Dumez
|
14646d0f9e
|
Rewrote folder scanning code (Now uses a filesystem watcher)
|
16 years ago |
Christophe Dumez
|
78409570a9
|
- Fixed crash when dht_state is missing
|
16 years ago |
Christophe Dumez
|
3164337c3c
|
- Some more cleanup
|
16 years ago |
Christophe Dumez
|
9618056b4e
|
- Added support for 2 new extensions (uTorrent metadata and smart ban plugin)
- Removed option to disable uTorrent Peer eXchange (PeX) -> always ON
|
16 years ago |
Christophe Dumez
|
3282e1bcc9
|
- Save and load session state to remember it over different sessions
|
16 years ago |