Christophe Dumez
|
6b2e9f057b
|
Qt 4.4 compilation fix
|
15 years ago |
Christophe Dumez
|
9824d86a3c
|
Fix HTTPS protocol support in torrent/rss downloader
|
15 years ago |
Christophe Dumez
|
1ea7340111
|
BUGFIX: Consider HTTP downloads >1MB as invalid .torrent files and abort them
|
15 years ago |
Christophe Dumez
|
a468404ab5
|
Make use of Fast concatenation feature in Qt 4.6
|
15 years ago |
Christophe Dumez
|
aec99ed14f
|
More code cleanup
|
15 years ago |
Christophe Dumez
|
358f7d16da
|
Add back CONFIG += link_pkgconfig or it causes crashes
|
15 years ago |
Christophe Dumez
|
dc87aa3d5c
|
- Download thread now supports HTTP redirection
|
15 years ago |
Christophe Dumez
|
296acf820c
|
Fix to proxy settings
Added back SOCKS5 proxy support for HTTP communications
|
15 years ago |
Christophe Dumez
|
4af05dc63c
|
- HTTP downloader now uses Firefox User Agent to make sure it is allowed
- HTTP downloader now supports already encoded URLs
|
15 years ago |
Christophe Dumez
|
262b88930e
|
- Use lowercase characters only in filenames
|
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 |
Christophe Dumez
|
7792b4f849
|
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
* Merge download and upload lists
* Display torrent properties in the same tab (horizontal split)
|
15 years ago |
Christophe Dumez
|
9b4cfa4a3d
|
- Close the file before emitting the signal so that the file can safely be processed in the slot
|
15 years ago |
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)
|
15 years ago |
Christophe Dumez
|
7a59d5e47c
|
- Do not update the icon when clicking "Mark all as read" on a feed that is still loading
- Added some more debug messages
|
15 years ago |
Christophe Dumez
|
91dee6058e
|
- Safer temporary filename generation: create the temporary file to make sure the name is not generated twice
|
15 years ago |
Christophe Dumez
|
fd81567ecd
|
- Remembering open state of RSS folders on startup
|
15 years ago |
Christophe Dumez
|
2fa43dd973
|
- Started to implement drag n drop in feed list but it is still very buggy
|
15 years ago |
Christophe Dumez
|
73dbce45b2
|
- Most of the code is there for rss feeds grouping. However it is not used yet and it is probably quite unstable
|
15 years ago |
Christophe Dumez
|
0153b03160
|
BUGFIX: Stop enforcing UTF-8 and use system locale instead
|
16 years ago |
Christophe Dumez
|
7dfdebd593
|
- License fix due to problems with OpenSSL
|
16 years ago |
Christophe Dumez
|
668268b6b5
|
- A little downloadThread aborting improvement
|
16 years ago |
Christophe Dumez
|
139360cf76
|
- Can have different proxy settings for bittorrent and search engine (closes #274791)
|
16 years ago |
Christophe Dumez
|
6a95f9170c
|
- Optimized downloadThread mmemory usage
|
17 years ago |
Christophe Dumez
|
cc4a542e9d
|
BUGFIX: Limit the number of concurrent download threads to save memory
|
17 years ago |
Christophe Dumez
|
91328de30f
|
- Disabled libcurl verbosity
|
17 years ago |
Christophe Dumez
|
07d7a44731
|
- DownloadThread now write in binary mode (should fix problems on Windows)
|
17 years ago |
Christophe Dumez
|
f85aa72c72
|
- Disable libcurl debug
|
17 years ago |
Christophe Dumez
|
2f5b4a190e
|
- downloads from urls now follow redirections
|
17 years ago |
Christophe Dumez
|
56b018fb95
|
- Attempt to fix downloadFromUrl on Windows
|
17 years ago |
Christophe Dumez
|
a56baf5b58
|
- Added some errors code for libcurl
- Added HTTPS download support
|
17 years ago |
Christophe Dumez
|
61eb921e44
|
- Moved from libcommoncpp to libcurl for downloads from urls
- Added SOCKS5 proxy support when downloading from urls
|
17 years ago |
Christophe Dumez
|
8ecf79e91c
|
- Do not use SOCKS5 proxies in downloadThread.cpp (does not work)
|
17 years ago |
Christophe Dumez
|
436f5bbd7e
|
- Fixed HTTP proxy support in downloadThread
|
17 years ago |
Christophe Dumez
|
6b0ae4f575
|
- Some bug fixes (Proxy)
|
17 years ago |
Christophe Dumez
|
a721e6d943
|
- Improved proxy support (search, rss, downloadFromUrl...)
|
17 years ago |
Christophe Dumez
|
abcd2b7600
|
- Ok, Now I'm pretty sure I fixed the compilation problem on FreeBSD
|
17 years ago |
Christophe Dumez
|
f9998957cd
|
- attempt to fix compilation on FreeBSD
|
17 years ago |