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 |
Christophe Dumez
|
31374d8d30
|
- Remove useless code since it is handled on libtorrent side
|
15 years ago |
Christophe Dumez
|
7c84551150
|
- Support peer manual ban (from peer list)
|
15 years ago |
Christophe Dumez
|
5ffcf5a9dc
|
- Fixed per torrent speed limiting
- A lot of cleanup in speed limiting dialog
|
15 years ago |
Christophe Dumez
|
4e8eaafd53
|
- Torrents can now be rechecked from Web UI (patch by Stephanos Antaris)
- Torrents paused/resumed state is not reflected in GUI if the action was executed from Web UI
|
15 years ago |
Christophe Dumez
|
eab216e5a8
|
- Improved ETA calculation for big torrents
|
15 years ago |
Christophe Dumez
|
9e9e6f028c
|
- Integrate Geoip database to speed up country resolution
|
15 years ago |
Christophe Dumez
|
c5c09b09ee
|
- Implemented flag display in peer list (has to be enabled in program preferences, connection section)
|
15 years ago |
Christophe Dumez
|
12106c308e
|
- Manage country resolution on libtorrent side. The flags are not displayed in the peer list yet though
|
15 years ago |
Christophe Dumez
|
51ebfadd85
|
- Split Preferences from the GUI so that Options dialog does not need to be created on startup to retrieve the preferences:
* This speeds up startup
* Bittorrent session settings are now applied at bittorrent class level (Required for headless running)
|
15 years ago |
Christophe Dumez
|
daef9ece75
|
- FEATURE: Folder scanning now works with CIFS and NFS mounted folders
|
15 years ago |
Christophe Dumez
|
d6e90883cb
|
- Initial commit (both lists are merged but not all the features are there and it is probably buggy)
|
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
|
e4be70edec
|
- Updated uTorrent Peer ID to v1.8.5
|
15 years ago |
Christophe Dumez
|
7f12bbb783
|
- Added "Skip file checking and start seeding immediately" option to torrent addition dialog (patch by Stephanos Antaris).
- Updated French translation
|
15 years ago |
Christophe Dumez
|
5d1ed7a564
|
- BUGFIX: Added safety mecanism which adds the torrents back to the list in case qbittorrent-resume.conf gets deleted or corrupted.
|
15 years ago |
Christophe Dumez
|
66590bfa4a
|
- Make sure that scan directory is not qBittorrent backup folder to avoid torrent deletion
|
15 years ago |
Christophe Dumez
|
fe3a6b8b57
|
- Fix crash when applying torrent files priorities (if libtorrent-rasterbar has debug enabled)
|
15 years ago |
Christophe Dumez
|
966367aff6
|
- Fix compilation error
|
15 years ago |
Christophe Dumez
|
1cc6086468
|
FEATURE: Metadata download from swarm is now compatible with µtorrent
FEATURE: Support tracker exchange between peers
Updated Changelog
|
15 years ago |
Christophe Dumez
|
0485864d38
|
- Fix a crash when scanned directory does not exist
|
15 years ago |
Christophe Dumez
|
a2792efa72
|
- Make sure torrents are complete before auto downloader picks them up
|
15 years ago |
Christophe Dumez
|
2556346dda
|
- Fix a possible crash when pausing then deleting a torrent quickly
|
15 years ago |
Christophe Dumez
|
0433254ad8
|
- Should fix torrents pausing for no reason
|
15 years ago |
Christophe Dumez
|
37158a32ad
|
- Fix crash in torrent addition dialog when save path does not exist (closes #425227)
- Fix downloading from URL (broken in v1.5.0)
|
15 years ago |
Christophe Dumez
|
8792637634
|
- Fixed uTorrent spoofing code
|
15 years ago |
Christophe Dumez
|
63ad2def91
|
- Improve readability of tracker error tooltips
- Update uTorrent spoofer to v1.9.4
|
15 years ago |
Christophe Dumez
|
e53c7aaea6
|
- Added Portuguese and brazilian translations to desktop file
- Recursive torrent download now consider torrents with more than one file inside
|
15 years ago |
Christophe Dumez
|
dc9802fe1e
|
- Forgot not to remove this file too
|
15 years ago |
Christophe Dumez
|
64f1d306f4
|
- Do not remove older torrent parameters files, just to be on the safe side
|
15 years ago |
Christophe Dumez
|
63761afd0a
|
- Got rid of .speedlimits file and use new TorrentPersistantData system
|
15 years ago |
Christophe Dumez
|
8da148ffa1
|
- Import URL seeds and trackers from v1.4.x too
|
15 years ago |
Christophe Dumez
|
e2dc2207d8
|
- Fixed v1.4.x torrent import
|
15 years ago |
Christophe Dumez
|
c1378450fc
|
- Import torrents from v1.4.x (or earlier) in order not to lose them when updating
|
15 years ago |