|
|
| 19:15 | KTorrent | 579299 | guisson | 0 | NetAccess considered harmfull, replaced a few cases with KIO::Job's.
BUG: 132926
| |
| 18:11 | KTorrent | 579287 | guisson | 0 | Increased speed calculation interval to 5 seconds | |
| 17:40 | KTorrent | 579277 | guisson | 0 | Fixed bug with search plugin when it was unloaded and loaded again | |
| 17:30 | KTorrent | 579274 | guisson | 0 | The search plugin is now part of a tool view and opens tabs as necessary.
This means that :
- it is now possible to do multiple searches at the same
- tabs can be closed
BUG: 132838
| |
|
|
|
| 18:50 | KTorrent | 578609 | guisson | 0 | Added safety check, should prevent 133049
BUG: 133049
| |
| 18:14 | KTorrent | 578597 | guisson | 0 | Should fix compiling under Solaris, though can't test it out.
BUG: 133194
BUG: 133195
| |
|
|
|
| 17:12 | KTorrent | 578207 | guisson | 0 | Fixed bug in import plugin when there is no / at the end off the data path for a multifile torrent | |
| 16:32 | KTorrent | 578183 | guisson | 2355 | Big new changes :
- Switched to IDEAl style GUI
- Added grouping feature
| |
|
|
|
| 18:51 | KTorrent | 576754 | guisson | 0 | This time it is fixed.
BUG: 132443
| |
|
|
|
| 18:09 | KTorrent | 576290 | guisson | 0 | Fixed data corruption bug.
BUG: 132443
| |
|
|
|
| 17:07 | KTorrent | 575966 | guisson | 0 | Some minor tweaks to the download process | |
|
|
|
| 11:26 | KTorrent | 574832 | guisson | 0 | - Torrent mimetype file installation is now optional through configure (disabled by default)
- Tweaked piece downloading to not be to aggresive on slower peers
| |
| 11:25 | KTorrent | 574831 | guisson | 0 | Fixed bug when deselection was cancceled | |
|
|
|
| 13:42 | KTorrent | 574586 | guisson | 0 | Updated TODO | |
| 12:01 | KTorrent | 574553 | guisson | 0 | Updated TODO | |
| 11:59 | KTorrent | 574552 | guisson | 0 | Updated TODO | |
|
|
|
| 16:11 | KTorrent | 573940 | guisson | 0 | Updated version info to 2.1dev | |
|
|
|
| 17:07 | KTorrent | 573050 | guisson | 0 | Added warning dialog when deselecting files or directories | |
| 13:34 | KTorrent | 572977 | guisson | 0 | Tweaked up and download caps, limits should now be respected | |
|
|
|
| 08:32 | KTorrent | 572555 | guisson | 0 | Fixed weird characters bug in torrent creation | |
| 07:43 | KTorrent | 572542 | guisson | 0 | Made significant improvements to GUI performance | |
|
|
|
| 10:55 | KTorrent | 572338 | guisson | 0 | Removed name field from torrent creation dialog and reorganized it a bit | |
|
|
|
| 17:53 | KTorrent | 571509 | guisson | 0 | Some more tweaking to upload limit | |
| 17:27 | KTorrent | 571502 | guisson | 0 | Added configure check for gmp.h header file | |
|
|
|
| 17:27 | KTorrent | 571168 | guisson | 0 | Made sure that newly created torrents allways have the .torrent extension | |
| 17:01 | KTorrent | 571162 | guisson | 0 | Made sure leftover bytes cannot accumulate in SocketMonitor | |
| 16:26 | KTorrent | 571148 | guisson | 0 | Fixed autocrap geoip bug | |
|
|
|
| 16:13 | KTorrent | 570746 | guisson | 0 | Added a safety check, should prevent crash | |
|
|
|
| 08:23 | KTorrent | 570243 | guisson | 0 | Updating the files tab can take a lot of CPU when the torrents have lots of files, so only do this when necessary | |
|
|
|
| 10:35 | KTorrent | 569956 | guisson | 0 | Made sure infinity gets sorted properly in time left column | |
| 10:04 | KTorrent | 569945 | guisson | 0 | Make sure toolbuttons are in the correct state when we start or stop a torrent from the context menu.
BUG: 131810
| |
|
|
|
| 17:31 | KTorrent | 569380 | guisson | 0 | Fixed bug which caused the preview of some files to fail | |
| 16:45 | KTorrent | 569366 | guisson | 0 | Made sure TOS gets set on sockets which do not immediatly connect + fix for OS X | |
|
|
|
| 16:51 | KTorrent | 568999 | guisson | 0 | Weekdays need to be i18n'd too | |
| 16:37 | KTorrent | 568993 | guisson | 0 | Swapped the order of deletion in the destructor of Peer, this should prevent a synchronization issue with the socket monitor thread, which results in a crash if you are unlucky.
BUG: 131496
| |
|
|
|
| 16:18 | KTorrent | 568563 | guisson | 0 | Oops forgot a semicolon | |
|
|
|
| 17:20 | KTorrent | 568274 | guisson | 0 | Changes :
- Improved efficiency of speed calculation.
- Speed stays closer to speed limits (when set)
| |
| 16:37 | KTorrent | 568260 | guisson | 0 | It seems we have missed a couple of string which need to be i18n'ized. Thanks to Nicola Ruggero for pointing this out.
CCMAIL: nixprog.adsl@tiscali.it
| |
| 16:06 | KTorrent | 568248 | guisson | 0 | Oops, better turn NOSIGPIPE on | |
| 16:00 | KTorrent | 568242 | guisson | 0 | Made sure everything is back OK on OS X
BUG: 131466
| |
|
|
|
| 08:24 | KTorrent | 567803 | guisson | 0 | Made sure that average speed is displayed as zero when a torrent is imported | |
|
|
|
| 17:29 | KTorrent | 567410 | guisson | 0 | Fixed 131224
BUG: 131224
| |
|
|
|
| 16:31 | KTorrent | 566949 | guisson | 0 | Qt uses Latin1 as default encoding, torrent files however use utf8 (unless specified otherwise).
KT now ensures that by default it will decode the strings as UTF-8.
BUG: 131415
| |
| 16:04 | KTorrent | 566936 | guisson | 0 | Fixed bug in speed calculation.
BUG: 131109
| |
|
|
|
| 17:11 | KTorrent | 566272 | guisson | 0 | Should now build on OSX or Darwin or whatever Qt calls it | |
|
|
|
| 19:02 | KTorrent | 565904 | guisson | 0 | Scheduler timer now fires after the hour so that the correct up and down caps are chosen.
BUG: 131246
| |
| 17:50 | KTorrent | 565881 | guisson | 0 | Made sure in case of import, the number of imported bytes gets saved properly, so that average speeds are OK.
BUG:131109
| |
| 16:26 | KTorrent | 565838 | guisson | 0 | Made sure KT compiles on Mac OS X (fink)
BUG: 131289
| |
|
|
|
| 11:53 | KTorrent | 565093 | guisson | 0 | Fixed stalling out when requests time out | |
| 11:47 | KTorrent | 565091 | guisson | 0 | Changes :
- Download and Upload Caps should now be dead on target.
- Revamped speed calculation and moved it to a lower level
| |
|
|
|
| 08:20 | KTorrent | 564759 | guisson | 0 | Made sure KT doesn't crash when Qt is not built with exception support.
BUG: 131142
| |
|
|
|
| 07:22 | KTorrent | 564051 | guisson | 0 | Stupid Qt Designer | |
|
|
|
| 16:56 | KTorrent | 563850 | guisson | 0 | Fixed bug in file deselection code | |
|
|
|
| 20:08 | KTorrent | 563540 | guisson | 0 | Updated some minor stuff | |
| 12:40 | KTorrent | 563378 | guisson | 0 | Made sure stast are OK, when files are recreated (128804)
BUG: 128804
| |
| 12:33 | KTorrent | 563375 | guisson | 0 | Fixed crash in UPnP plugins | |
| 08:14 | KTorrent | 563293 | guisson | 0 | Some minor improvements here and there | |
|
|
|
| 19:22 | KTorrent | 563135 | guisson | 0 | Fixed root cause of bug from previous commit | |
| 19:02 | KTorrent | 563123 | guisson | 0 | Safety check, should prevent crash | |
| 18:29 | KTorrent | 563117 | guisson | 0 | - CacheFile protected with mutex, incase somebody deselects a file during preallocation
- Fixed bug which caused wrong estimation of time left
| |
| 15:59 | KTorrent | 563070 | guisson | 0 | Lets not use KIO::NetAccess in the UPnP plugin, should fix bug 130866.
BUG: 130866
| |
| 15:25 | KTorrent | 563055 | guisson | 0 | Disk preallocation now runs in a separate thread | |
| 08:31 | KTorrent | 562911 | guisson | 0 | Made sure KT shutdown when the tray icon is enabled, doesn't stop KDE logout.
BUG: 130893
| |
| 08:21 | KTorrent | 562910 | guisson | 0 | Redesigned GUI of infowidget | |
|
|
|
| 17:08 | KTorrent | 561937 | guisson | 0 | Some more improvements on my last commit | |
| 17:05 | KTorrent | 561934 | guisson | 0 | Add option to not start torrent, when files are missing at startup | |
| 08:39 | KTorrent | 561770 | guisson | 0 | round -> floor, hopefully fixes Tomasu's bug | |
|
|
|
| 08:24 | KTorrent | 561493 | guisson | 0 | Added safety check, so we don't write past the end of a buffer | |
|
|
|
| 17:44 | KTorrent | 561009 | guisson | 0 | Fixed bug in upload cap, which caused not all available bandwith to be used | |
| 17:11 | KTorrent | 560999 | guisson | 0 | Changes :
- Fixed bug in share ratio calculation
- Fixed bug in stats when using auto import
- Sorted out time left sorting (130621)
- Keep available chunks and ChunkCounter up to date when a torrent is stopped
BUG: 130621
| |
|
|
|
| 16:18 | KTorrent | 560556 | guisson | 0 | Ignore random garbage infront of valid data from tracker'
| |
| 13:59 | KTorrent | 560509 | guisson | 0 | Fixed Ivan's multiple same IP's during seeding bug | |
| 11:11 | KTorrent | 560445 | guisson | 0 | Changes :
- Added confirmation dialog when deselecting preexisting files (130507)
- Only delete empty directories when a torrent and it's data are removed
BUG: 130507
| |
|
|
|
| 10:41 | KTorrent | 560125 | guisson | 0 | Fixed some minor bugs with recreating files | |
| 08:13 | KTorrent | 560074 | guisson | 0 | Fixed PacketReader going crazy | |
| 08:01 | KTorrent | 560069 | guisson | 0 | Fixed crash when authenticating | |
|
|
|
| 17:29 | KTorrent | 559942 | guisson | 0 | Get rid of crash in authentication monitor permanently | |
| 10:41 | KTorrent | 559763 | guisson | 0 | Fixed small bug in peermanager, which caused the PM not to connect to peers in some circumstances | |
| 09:06 | KTorrent | 559739 | guisson | 0 | Some more safety checks, lets see if this get rid of the crash some people are having | |
|
|
|
| 18:37 | KTorrent | 559606 | guisson | 0 | Oops, forgot to add authenticate to monitor'
| |
| 18:30 | KTorrent | 559602 | guisson | 0 | Added some safety check in AuthenticationMonitor | |
|
|
|
| 17:22 | KTorrent | 559152 | guisson | 0 | Take into account number of bytes imported in share ratio.
BUG: 130357
| |
| 17:01 | KTorrent | 559142 | guisson | 0 | Fixed potential memory leak in encrypted authenticate | |
| 16:55 | KTorrent | 559139 | guisson | 0 | Fixed most likely cause of crash when a peer gets banned | |
| 16:32 | KTorrent | 559125 | guisson | 0 | - Authentications are now monitored by one AuthenticationMonitor
- Number of concurrent authentications limited to 25 per torrent
- Made sure nodes in DHT torrents are used when doing an announce
| |
|
|
|
| 09:25 | KTorrent | 557040 | guisson | 0 | Fixed bug with encrypted authentication | |
|
|
|
| 11:43 | KTorrent | 556721 | guisson | 0 | Another bug squashed, Ivan's multiple connections with the same IP problem should be gone CCMAIL: ivasic@gmail.com | |
| 11:30 | KTorrent | 556719 | guisson | 0 | Fixed to high CPU usage, when there are incoming encrypted authentications | |
| 10:50 | KTorrent | 556707 | guisson | 465 | Changes :
- Fixed possible corruption bug
- Added logging system for disk I/O related stuff
| |
| 09:23 | KTorrent | 556693 | guisson | 0 | left should be 0 when event is completed + some other minor things | |
|
|
|
| 19:59 | KTorrent | 555953 | guisson | 0 | Added global connection limit option, defaults to 800.
BUG: 129888
| |
| 17:06 | KTorrent | 555899 | guisson | 0 | Removed sha1 check in DND file, to slow when we have large chunk sizes | |
| 16:56 | KTorrent | 555895 | guisson | 0 | Some further improvements | |
| 16:50 | KTorrent | 555888 | guisson | 1 | Fixed to high CPU usage during connection attempts and crash at exit | |
|
|
|
| 18:57 | KTorrent | 555538 | guisson | 0 | Changes :
- Prevent crash at exit when DHT is running
- Added larger chunk sizes to torrent creation dialog
- Some other minor fixes
| |
|
|
|
| 14:41 | KTorrent | 554846 | guisson | 0 | Fixed small bug with Qt messages | |
| 14:07 | KTorrent | 554837 | guisson | 0 | - DHT::update runs less frequently
- Got rid of QApplication::postEvent messages
- Moved Out() to log.h
| |
|
|
|
| 17:55 | KTorrent | 554676 | guisson | 0 | Got rid of some unnecesary buffers for socket I/O operations.
Made sure CPU usage stays low.
| |
|
|
|
| 17:05 | KTorrent | 554319 | guisson | 0 | Fixed uploading bug | |
|
|
|
| 17:48 | KTorrent | 553973 | guisson | 0 | Fixed lockup bug in scheduler | |
|