Timeline


and

Dec 27, 2014:

11:36 PM Ticket #5805 (allow building against system libutp) closed by mike.dld
fixed: Thanks, committed as r14407 + r14408.
11:33 PM Changeset [14408] by mikedld
#5805: Use bundled libutp by default if no system libutp found
11:21 PM Changeset [14407] by mikedld
#5805: Allow building against system libutp (patch by jbeich)
8:08 PM Changeset [14406] by mikedld
Add missing <QDebug> include (Qt 4 build break)
8:03 PM Changeset [14405] by mikedld
Factor RPC logic out from session (Qt client)
2:53 PM Ticket #5859 (HTTPS / TLS support for web client) closed by mike.dld
duplicate: Duplicate of #4670.
2:34 PM Ticket #5865 (Reuse blocks of user specified input files) created by krichter
Due to the fact that bittorrent knows the checksums of blocks of …
2:34 PM Ticket #5864 (Goup labeling in options for backup ratio.) created by martijnvv
Dear, I am a lot on BS.me, and need to "backup ratio value" some …
2:33 PM Ticket #5863 (Web-UI does not allow copying of Magnet-Link) created by asaba90
Other front-ends offer options for copying the magnet link of a …
2:32 PM Ticket #5862 (Average download en upload speed in push messages.) created by martijnvv
Dear developers, I have been a long time user of KTorrent. With this …
2:32 PM Ticket #5861 (Absent of % listing in file tab.) created by martijnvv
Dear developers, I find TransmissionBT a greatest project. But one …
2:32 PM Ticket #5860 (Option to disable all network traffic (with scheduler).) created by devon
I want to be able to completely disable all network traffic in …
2:31 PM Ticket #5859 (HTTPS / TLS support for web client) created by skimshady
I run Transmission on Synology NAS, and I would like to use the Web …
2:31 PM Ticket #5858 (torrent ratio excessively high) created by antikythera
I am using the GTK version of 2.84 (14307) on Fedora 21 32-bit …
2:30 PM Ticket #5857 (Web client - keyboard shortcuts) created by jasonM23
I've made a patch to transmission.js which adds keycode handling for a …
2:29 PM Ticket #5856 (bulk change torrent location) created by smashmouthftball
Hi, i had a drive die on me and had about 1200 torrents seeding from …
2:28 PM Ticket #5855 (Support reading DHT nodes from metainfo files (BEP-0005)) created by Copied
Please add support for bootstrapping DHT nodes from .torrent files. A …
2:28 PM Ticket #5854 (Transmission not sending 'stopped' event on graceful shutdown) created by quicksilver
Transmission is not sending the 'stopped' event on graceful shutdown, …
2:27 PM Ticket #5853 (Open Torrent Address from pasteboard) created by jeepston
When opening torrent address (File -> Open Torrent Address...) check …
2:27 PM Ticket #5852 (Metatorrents - torrents pointing to other torrents) created by d33tah
I have an idea for a torrent extension and I wanted to create a …
2:27 PM Ticket #3410 (Add abbility to download files over HTTP (and maybe also FTP)) reopened by xstream
This would be a great addition to Transmission. Many users have …
2:07 PM Changeset [14404] by mikedld
A bit of harmless refactoring Prefer C++-style over C-style type …

Dec 26, 2014:

6:41 PM Changeset [14403] by mikedld
Refactor FreespaceLabel? to make it possible for it to be created in Qt …
2:22 PM Changeset [14402] by mikedld
Fix the rest of :: formatting in C++ code
2:21 PM Changeset [14401] by mikedld
Fix directory name display in relocate dialog
10:35 AM Changeset [14400] by mikedld
Rework relocate dialog in Qt client to load from .ui

Dec 25, 2014:

9:51 PM Changeset [14399] by mikedld
Fix up some about dialog leftovers, sync Qt client translations
7:39 PM Changeset [14398] by mikedld
Rework about dialog in Qt client to load from .ui

Dec 22, 2014:

3:06 AM Changeset [14397] by mikedld
Move numeric units to the right of values (per KDE HIG) Sync …
1:10 AM Ticket #4050 (Qt Client: translation does not loads under Linux) closed by mike.dld
fixed: Silence gives consent, comitted as r14396. Feel free to reopen if …
1:08 AM Changeset [14396] by mikedld
#4050: Use TRANSLATIONS_DIR macro as a hint for Qt client translation …
12:03 AM Ticket #5543 (Add a warning panel with id of duplicate torrent) closed by mike.dld
fixed: Silence gives consent, committed as r14395.
12:02 AM Changeset [14395] by mikedld
#5543: Add a warning panel with id of duplicate torrent (patch by rb07 …

Dec 21, 2014:

11:49 PM Changeset [14394] by mikedld
Fix license wording in Qt client .cc files to match the rest of the code.
11:46 PM Changeset [14393] by mikedld
Rework session dialog in Qt client to load from .ui
3:34 PM Changeset [14392] by mikedld
Move filter text clearing button into line edit. Use Qt-provided …
1:57 PM Changeset [14391] by mikedld
Rework statistics dialog in Qt client to load from .ui Fix "Started …
12:41 PM Ticket #5851 (Crash on concurrent tr_variantFromBuf/tr_variantToBuf calls) created by mike.dld
Crash occured while running Qt client on Mac (r14390). Call to …

Dec 20, 2014:

10:28 PM Changeset [14390] by mikedld
Improve cross-compilation support when using CMake

Dec 18, 2014:

1:30 AM Changeset [14389] by mikedld
Move status bar creation to mainwin.ui Among other things, * fix …

Dec 14, 2014:

6:33 PM Changeset [14388] by mikedld
Sync Qt client translations with the code
6:12 PM Changeset [14387] by mikedld
Rework torrent details dialog in Qt client to load from .ui Make …
3:34 PM Changeset [14386] by mikedld
Do not use printf-style formatting in C++ code
11:57 AM Changeset [14385] by mikedld
Do not use void to denote argumentless functions in C++ code

Dec 13, 2014:

5:04 PM Changeset [14384] by mikedld
Fix format specifier warning introduced couple commits earlier
4:00 PM Changeset [14383] by mikedld
Don't mess with MinGW printf support for now (tricky)
3:22 PM Changeset [14382] by mikedld
Fix compilation on Windows This should not affect non-Win32 platforms …
10:03 AM Changeset [14381] by mikedld
Make utp_config.h usable with MSVC (#warning directive is not standard)
9:04 AM Changeset [14380] by mikedld
Strip needless const& specifiers on SIGNAL and SLOT arguments (Qt client)

Dec 12, 2014:

11:52 PM Changeset [14379] by mikedld
Fix various cppcheck comments for Qt client code
11:21 PM Changeset [14378] by mikedld
Remove redundant "struct" keyword use in C++ code (Qt client)
11:05 PM Changeset [14377] by mikedld
Strip spaces around :: in C++ code (Qt client)
9:48 PM Ticket #5848 (Tray and window icons from theme for Qt client) closed by mike.dld
fixed: Great idea, thanks! I've also changed the icon in About dialog, and …
9:47 PM Changeset [14376] by mikedld
#5848: Use theme-provided icons in Qt client (patch by equeim + small …
7:20 PM Ticket #5850 (Open Folder fails when torrent directory name contains ( ) [ ] symbols) created by c765660
Hello OS:Ubuntu 14.04.1 LTS (amd64/x86_64 architecture) …
7:19 PM Ticket #5849 (Saving of ratio for all used torrents.) created by martijnvv
Dear developers, It is already years ago when i started complaining …
7:18 PM Ticket #5848 (Tray and window icons from theme for Qt client) created by equeim
Currently Qt client uses hardcoded icons, which don't look native with …
7:15 PM Ticket #5847 (Progress bar for moving data.) created by martijnvv
Dear developers, I use Transmission a lot. Sometimes i want to move …

Dec 11, 2014:

10:29 PM Ticket #5841 (Transmission-Qt UNABLE to scan the watch folder at start.) closed by mike.dld
fixed: Fixed in r14375, thanks for reporting.
10:21 PM Changeset [14375] by mikedld
#5841: Fix initial watchdir scan in Qt client Run the initial scan …
8:14 PM Ticket #5685 (Transmission Qt Desktop file icon location) closed by mike.dld
fixed: Fixed in r14374, thanks.
8:13 PM Changeset [14374] by mikedld
#5685: Use proper icon in Qt client desktop file (reported by …
8:06 PM Ticket #5692 (Quota support for Cygwin) closed by mike.dld
fixed: Committed as r14373, thanks.
8:06 PM Changeset [14373] by mikedld
#5692: Fix build under Cygwin (patch by rb07)
8:03 PM Ticket #5407 (2.80 (14102 and 14103) crashes in tr_peerMgrGetDesiredAvailable () on ...) closed by mike.dld
fixed
7:57 PM Changeset [14372] by mikedld
#5407: Fix crash on Mac when pausing torrents (patch by x190)
7:33 PM Ticket #5565 (Glitch in torrent properties dialog window (Files tab)) closed by mike.dld
duplicate: Closed as duplicate of #5392.
7:33 PM Ticket #5815 (Properties->Files(tab) hidden columns) closed by mike.dld
duplicate: Closed as duplicate of #5392.
5:25 AM Changeset [14371] by mikedld
Fix utils test; move -Winline to C-only flags (it only harms C++)
5:11 AM Changeset [14370] by mikedld
Fix a couple of ordinary and pedantic warnings Add previously missing …

Dec 10, 2014:

6:58 PM Changeset [14369] by mikedld
Add missing svn:keywords property to recently (and not so recently) …
6:46 PM Ticket #5369 (Error checking for file allocations) closed by mike.dld
fixed: Committed as r14367 using the patch I attached.
6:37 PM Changeset [14368] by mikedld
Fix tr_moveFile error reporting Remove unused renamed argument. Use …
6:23 PM Changeset [14367] by mikedld
#5369: Improve file allocation error checking (initial patch by …

Dec 9, 2014:

8:29 PM Ticket #5700 (transmission-2.83 doesn't build on Fedora rawhide) closed by mike.dld
fixed: I'm closing this as fixed since there is now CMake support in trunk …

Dec 7, 2014:

10:42 AM Changeset [14366] by mikedld
Fix small memory leaks in crypto (base64) and rename (multi-file …
10:10 AM Changeset [14365] by mikedld
Increase move test timeouts from 5 sec to 5 min
10:00 AM Changeset [14364] by mikedld
Include CTest to enable memcheck

Dec 6, 2014:

4:28 PM Changeset [14363] by mikedld
Remove duplicate -Wcast-align flag, add canonicalize_file_name …

Dec 5, 2014:

11:41 PM Changeset [14362] by mikedld
#4400, #5462: Fix Mac build by adding new crypto-utils files to Xcode …

Dec 4, 2014:

8:53 PM Changeset [14361] by mikedld
#4400, #5462: Move SHA1/HEX helpers to crypto-utils On a way to …
8:45 PM Changeset [14360] by mikedld
#4400, #5462: Move SSHA1 helpers to crypto-utils On a way to …
7:58 PM Changeset [14359] by mikedld
#4400, #5462: Move BASE64 helpers to crypto-utils On a way to …
7:18 PM Changeset [14358] by mikedld
#4400, #5462: Move DH helpers to crypto-utils On a way to factoring …
6:20 PM Changeset [14357] by mikedld
#4400, #5462: Do not assert on input to SHA1 or RC4 if input length is 0.
12:37 PM Changeset [14356] by mikedld
#4400, #5462: Move RC4 helpers to crypto-utils On a way to factoring …
12:13 PM Changeset [14355] by mikedld
#4400, #5462: Move SHA1 helpers to crypto-utils On a way to factoring …
11:27 AM Changeset [14354] by mikedld
#4400, #5462: Move random helpers to crypto-utils On a way to …

Dec 2, 2014:

8:42 PM Changeset [14353] by mikedld
Do not use target_include_directories which requires CMake 2.8.11

Dec 1, 2014:

9:05 PM Changeset [14352] by mikedld
Create QDBusConnection after QApplication has been initialized Doing …
8:29 PM Changeset [14351] by mikedld
Sync Qt translation files with current source code
7:58 PM Ticket #5828 (Add CMake build system support) closed by mike.dld
fixed: Current version committed as r14350. Feel free to reopen if I missed …
7:55 PM Changeset [14350] by mikedld
#5828: Initial CMake build system support
7:26 PM Ticket #5077 (Remove .torrent doesn't work on watchdir) closed by mike.dld
fixed: Thanks, committed as r14349. Some modifications were required though …
7:24 PM Changeset [14349] by mikedld
#5077: Remove torrent file from watch directory even if "show options …

Nov 30, 2014:

8:11 PM Ticket #5701 (Qt compile in linux failure) closed by mike.dld
duplicate
8:09 PM Ticket #5722 (Use built-in _WIN32 macro instead of WIN32) closed by mike.dld
fixed: Committed as r14348.
8:08 PM Changeset [14348] by mikedld
#5722: Rename remaining WIN32 uses to _WIN32
7:40 PM Ticket #5771 (Some bool variables use 1 or 0) closed by mike.dld
fixed: Committed as r14347 (with some more fixes from me). Thanks!
7:38 PM Changeset [14347] by mikedld
#5771: Use true and false instead of 1 and 0 for bool variables (patch …
6:46 PM Ticket #5800 (Ukrainian QT translation) closed by mike.dld
fixed: Committed as r14346.
6:43 PM Changeset [14346] by mikedld
#5800: Add Ukrainian translation to Qt client (patch by olexn)
6:14 PM Ticket #5827 (Periodic torrent details dialog freezes due to file tree updates) closed by mike.dld
fixed: Committed as r14345.
6:12 PM Changeset [14345] by mikedld
#5827: Improve torrent files tree updating performance Do not …
Note: See TracTimeline for information about the timeline view.