Commit graph

42 commits

Author SHA1 Message Date
Christophe Dumez
262b88930e - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
Christophe Dumez
bc308741b7 - FEATURE: Dropped dependency on libcurl (Using Qt >= 4.4 for downloads now)
- FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is required)
2009-11-04 15:04:11 +00:00
Christophe Dumez
7dfdebd593 - License fix due to problems with OpenSSL 2009-04-05 17:00:55 +00:00
Christophe Dumez
6a95f9170c - Optimized downloadThread mmemory usage 2008-07-27 16:23:00 +00:00
Christophe Dumez
61eb921e44 - Moved from libcommoncpp to libcurl for downloads from urls
- Added SOCKS5 proxy support when downloading from urls
2007-11-23 22:57:49 +00:00
Christophe Dumez
a721e6d943 - Improved proxy support (search, rss, downloadFromUrl...) 2007-11-21 22:30:33 +00:00
Christophe Dumez
abcd2b7600 - Ok, Now I'm pretty sure I fixed the compilation problem on FreeBSD 2007-09-29 08:13:20 +00:00
Christophe Dumez
f9998957cd - attempt to fix compilation on FreeBSD 2007-09-29 08:00:14 +00:00
Christophe Dumez
6ecb45d661 - Code optimization using initialization lists
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
2007-08-28 16:17:32 +00:00
Christophe Dumez
c7592a6dc8 - prevent downloadFromUrl flooding 2007-08-27 10:06:13 +00:00
Christophe Dumez
de8c3158fe - Make use of qDeleteAll() function from Qt4 2007-08-19 13:00:51 +00:00
Christophe Dumez
3494702437 - Fixed include again 2007-08-07 22:29:46 +00:00
Christophe Dumez
3100c4afc9 - Added missing include 2007-08-07 22:26:58 +00:00
Christophe Dumez
60923e81c6 - Updated TODO
- Removed useless include in downloadThread
2007-08-07 22:14:23 +00:00
Christophe Dumez
570296c29e - Multithreaded deletionThread (harmonized with deleteThread) 2007-07-31 08:52:04 +00:00
Christophe Dumez
4e0ed1ec4c - Optimized downloadThread memory usage 2007-07-22 15:48:34 +00:00
Christophe Dumez
2ad1c56933 - Create urlstream for subdownloadthreads only 2007-07-22 15:18:09 +00:00
Christophe Dumez
4f17339820 - URLStream is now constructed in downloadThread constructor 2007-07-22 15:13:11 +00:00
Christophe Dumez
c019b0d72c - Added some debug in rss 2007-07-22 15:02:19 +00:00
Christophe Dumez
f4adf173a2 - Multithreaded downloadThread for performance 2007-07-22 13:21:04 +00:00
Christophe Dumez
7c48afd6eb - Improved downloadThread aborting support 2007-07-22 12:08:16 +00:00
Christophe Dumez
325a588526 - Fixed some signals/slots (safer)
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
2007-07-22 09:47:27 +00:00
Christophe Dumez
d3793d180c - Removed some useless debug in downloadThread and added a little more interesting one
- Updated TODO
2007-07-22 04:14:44 +00:00
Christophe Dumez
a74dc5ee35 - GTSOUL, wtf you're doing??? Committing back the new downloadThread.h 2007-07-22 03:04:47 +00:00
Arnaud Demaiziere
7edc89638f rss : show the number of NONREAD news (local test succeeded, need tests)
rss : clean the file rss.h
rss : display the site favicon (local test succeeded, need tests)

bug that i've noticed but not fixed :
_ something create qt_temp files without delete them
_ in dl list, columns disappear
2007-07-21 19:37:10 +00:00
Christophe Dumez
1fb848e9ed - Added download from url handling in GUI (still missing: search plugin update and rss) 2007-07-20 20:18:18 +00:00
Christophe Dumez
7c8677d787 - Improved a lot downloading from url using libcommoncpp2 instead of libcurl
- TODO soon:
  - Updated configure file
	- Add url download error handling
2007-07-20 15:55:50 +00:00
Christophe Dumez
8df61db644 - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
Christophe Dumez
54f9375b32 - Update to GNU GPL v3 2007-07-13 06:55:51 +00:00
Arnaud Demaiziere
1a553b00b0 rss : download icon fix, don't work so i commented it 2007-04-15 12:05:14 +00:00
Arnaud Demaiziere
1ae635a8b5 work on rss, right-click menu, refresh functions, and anticrash methods 2007-04-05 18:30:20 +00:00
Arnaud Demaiziere
6c8f0bff13 - Added a rss tab (still not functional) 2007-03-29 15:43:08 +00:00
Christophe Dumez
825c874718 deleteThread and downloadThread threads are handled better and destructed in a cleaner way 2007-03-09 18:11:43 +00:00
Christophe Dumez
84fef00349 - removed a useless sleep() 2007-03-09 17:24:32 +00:00
Christophe Dumez
bd3bde919d ** BIG COMMIT **
- Fixed a bug in options (scan dir widget were not initialized well, still disabled when they shouldn't)
- Fixed a bug in scan dir (doesn't display torrent addition dialog several times for the same torrent if we don't close the dialog before next scan refresh
- Splitted GUI from Bittorrent, lot of code rewritten and optimized. Code changed so much that we will spend the next few days squashing eventual new bugs ;)
- We don't use the hash table to store the torrent handles anymore because libtorrent is already doing it for us (save memory)
2007-03-07 22:36:01 +00:00
Christophe Dumez
7e65917215 - Improved download from url 2006-12-05 02:38:02 +00:00
Christophe Dumez
1bb286f4a9 Fixed utf-8 support in paths and filenames 2006-10-25 20:35:41 +00:00
Christophe Dumez
a2c5afcf7c - display errors in stderr instead of stdout 2006-10-16 09:02:53 +00:00
Christophe Dumez
117448fb0b + - FEATURE: Now remembers filtered pieces in a torrent on restart
+    - FEATURE: Now updating pieces progress in real time in torrent properties
+    - BUGFIX: Fixed memory leaks in torrent properties
Updated italian and German translation
2006-10-06 18:07:01 +00:00
Christophe Dumez
a072247e70 - Fixed download from url function (should be a lot less buggy). It improves downloads from search engine since it uses this function
- Removed torrentReactor search engine (hopefully temporarilly) because I can't manage to download from their links using libcurl
- When HTTP response code is 500 (5xx in fact: too busy), downloader will retry 10 times every second.
2006-10-05 19:01:41 +00:00
Christophe Dumez
b54e40c87d - Improved download from Url (Fixed BTJunkie search engine) 2006-10-04 10:56:35 +00:00
Christophe Dumez
969a02b93e - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00