Commit graph

432 commits

Author SHA1 Message Date
Christophe Dumez
da599da36d Still simplifying program options 2010-06-21 21:39:29 +00:00
Christophe Dumez
ec3b749ef6 Merge fixes from stable branches (libtorrent v0.15 related) 2010-06-14 09:55:35 +00:00
Christophe Dumez
5f23cbc470 Use libtorrent version.hpp instead of our own DEFINE 2010-06-07 08:32:41 +00:00
Christophe Dumez
c9ece4695e Merge latest changes for stable branch (mostly unicode fixes) 2010-06-06 13:58:43 +00:00
Christophe Dumez
4805690dbe Merge latest msvc fixes from stable branch 2010-06-06 10:10:45 +00:00
Christophe Dumez
8ec1621334 Merge msvc fixes from stable branch 2010-06-05 18:59:05 +00:00
Christophe Dumez
682377ff66 Merge msvc compilation fixes from stable branch 2010-06-05 13:43:36 +00:00
Christophe Dumez
b719bfaecb Merge Win32 fixes from stable branch 2010-06-03 21:08:28 +00:00
Christophe Dumez
4e1366bf0d Merge latest fixes from stable branch 2010-06-03 20:08:19 +00:00
Christophe Dumez
338d4fd31e Windows execution fixes 2010-05-30 17:51:40 +00:00
Christophe Dumez
781d33b869 FEATURE: Added error state for torrents (error is displayed in a tooltip) 2010-05-24 14:19:25 +00:00
Christophe Dumez
4ec1fd3968 The user can force listening on a particular network interface 2010-05-11 15:53:14 +00:00
Christophe Dumez
cc532d95da Improved folder removing code 2010-05-01 08:29:04 +00:00
Christophe Dumez
c800a0a6b5 Fix moving torrent from temp dir when they are complete 2010-05-01 08:12:42 +00:00
Christophe Dumez
7acfb27a1f Fix torrent relabeling with unicode names 2010-04-22 16:19:49 +00:00
Christophe Dumez
70c79f31c3 Stop rechecking torrents everytime they are moved 2010-04-10 15:54:55 +00:00
Christophe Dumez
529ab304b4 Remove old folder when moving a torrent 2010-04-10 15:00:35 +00:00
Christophe Dumez
53919446d4 FS should be updated properly on labeling now 2010-04-10 14:50:11 +00:00
Christophe Dumez
1052cd019b Better fix for FS changes on torrent labeling 2010-04-10 14:17:26 +00:00
Christophe Dumez
4f87819abf Fix for torrent labeling: label was not appended to save path correctly 2010-04-10 13:58:36 +00:00
Christophe Dumez
c00d83dee9 Announce to all trackers 2010-04-09 18:24:57 +00:00
Christophe Dumez
a6abedd67d Fix deprecation warnings with libtorrent v0.15 2010-04-06 16:52:17 +00:00
Christophe Dumez
772028106e FEATURE: Simplified torrent root folder renaming/truncating (< v2.3.0 is no longer forward compatible) 2010-04-06 09:17:33 +00:00
Christophe Dumez
846372e48b Similar fixes 2010-04-05 19:32:44 +00:00
Christophe Dumez
1597007ea1 Fix possible crash when adding a torrent 2010-04-05 19:03:00 +00:00
Christophe Dumez
63457c034f Maximum number of half-open connections can now be changed from program preferences (default is now 50 instead of unlimited) 2010-03-25 19:16:43 +00:00
Christophe Dumez
daff6dce4c Fix possible crash when deleting a torrent just after pausing it 2010-03-23 21:35:47 +00:00
Christophe Dumez
38cb4ccbd3 Fix possible crash with folder watching 2010-03-22 18:50:04 +00:00
Christophe Dumez
5aa348a574 Save fast resume data every 3 minutes 2010-03-20 21:21:42 +00:00
Christophe Dumez
530fbfc9b4 Ask for user confirmation because proceeding with recursive torrent download (security risk)
Fix "add file" dialog in torrent creation tool
2010-03-20 11:30:11 +00:00
Christophe Dumez
912056a364 Added back folder watching in Web UI 2010-03-18 19:25:16 +00:00
Christophe Dumez
12fff1b966 Compilation fix with Qt 4.4 2010-03-15 18:10:18 +00:00
Christophe Dumez
bd292076e3 Another Qt 4.6 fix 2010-03-13 13:45:10 +00:00
Christophe Dumez
ce0ddbe517 Qt 4.6 fix 2010-03-13 13:40:26 +00:00
Christophe Dumez
1ea7340111 BUGFIX: Consider HTTP downloads >1MB as invalid .torrent files and abort them 2010-03-12 20:00:51 +00:00
Christophe Dumez
c32b352ec1 Mark QTorrentHandle constructor as explicit 2010-03-11 21:43:09 +00:00
Christophe Dumez
f833f26212 Duplicate torrent trackers and url seeds are added to existing torrent even if it was added through folder scanning 2010-03-11 16:37:49 +00:00
Christophe Dumez
d9fa9c3566 Fix folder scanning: it would not detect torrents already present in the folder on startup. This bug was introduced recently (in rc1) 2010-03-08 19:19:17 +00:00
Christophe Dumez
a468404ab5 Make use of Fast concatenation feature in Qt 4.6 2010-03-06 21:11:47 +00:00
Christophe Dumez
ade0ba794c Little fix 2010-03-04 21:10:46 +00:00
Christophe Dumez
aec99ed14f More code cleanup 2010-03-04 20:19:25 +00:00
Christophe Dumez
bea3c33a46 Fix several signals/slots bindings
Drop backward compatiblity functions for qBT <= 1.4.0
Clean up torrent loading code (Use priority queue instead of insertion sort)
2010-03-04 19:29:48 +00:00
Christophe Dumez
a9be841d2d Keep on cleaning up 2010-03-03 19:04:34 +00:00
Christophe Dumez
7d0581a7a5 Started code clean up and optimization 2010-03-03 17:27:25 +00:00
Christophe Dumez
7710c88797 FEATURE: Support for multiple scan folders
* Patch by Christian Kandeler (Thanks!)
2010-02-28 15:15:00 +00:00
Christophe Dumez
4d5001d18d Display more useful information in log window when an I/O error occurs
I/O errors are now reported in nox version too
2010-02-22 19:30:36 +00:00
Christophe Dumez
0f4f108eb5 BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane) 2010-02-17 08:10:57 +00:00
Christophe Dumez
f7a86b5484 Add URL seeds from duplicate torrents to existing ones 2010-02-15 18:45:39 +00:00
Christophe Dumez
e4bf116ce8 - Fix a crash when adding an already existing torrent 2010-02-09 21:35:20 +00:00
Christophe Dumez
9d2f2230ee - Fix bugs with new feature: "Add trackers from duplicate torrent" 2010-02-09 08:06:49 +00:00