Timeline
Aug 31, 2013:
- 5:25 PM Ticket #5479 (always selectable filles in torrent) closed by
- invalid: If file content is modified on disk, you must use the verify local …
- 5:23 PM Ticket #5479 (always selectable filles in torrent) created by
- Right now after file is 100% complete it's selection control becomes …
- 5:23 PM Ticket #5478 (do not pause upload on space error) created by
- Right now when transmission runs out of space on file system the …
Aug 30, 2013:
- 6:01 PM Changeset [14186] by
- revert error r14185 error
Aug 29, 2013:
- 12:37 AM Changeset [14185] by
- revert quint64/quint32/qint64/qint32 use to inttypes to match …
Aug 28, 2013:
- 10:35 PM Ticket #5477 (Transmission exits without informing http trackers.) created by
- Transmission exits without informing http trackers.
Aug 26, 2013:
- 5:17 PM Ticket #5058 (Qt client closed when the Open file dialog cancelled) closed by
- fixed: Sounds like it.
- 5:16 PM Ticket #5476 (Changeset 14181 error) closed by
- fixed: macros changed r14183, new global defines added r14184. Thanks!
- 5:15 PM Changeset [14184] by
- (trunk, libT) #5476: also, define USE_MINGW_ANSI_STDIO and …
- 5:12 PM Changeset [14183] by
- (trunk, libT) #5476: correct the definitions of PRIu64 and PRIu32 on …
Aug 25, 2013:
- 7:57 PM Ticket #5476 (Changeset 14181 error) created by
- PRIu64 in Windows is "I64u" (not "uI64"). PRIu32 in Windows is "u", …
- 4:27 PM Ticket #5352 (transmission-remote: Unable to parse response ...) closed by
- fixed: r14182: make accessing tr_list's recycle nodes threadsafe. patch by …
- 4:27 PM Changeset [14182] by
- make accessing tr_list's recycle nodes threadsafe. patch by mike.did, …
- 4:23 PM Ticket #5475 (All files I download are damaged) created by
- I use this method of sending and receiving files for office work. For …
Aug 24, 2013:
- 8:49 PM Changeset [14181] by
- add windows-friendly definitions for PRIu64, PRId64, PRIu32
- 8:34 PM Changeset [14180] by
- add a size hint for the torrent properties dialog. (rb07)
- 8:22 PM Changeset [14179] by
- remove another spurious console message
- 8:05 PM Changeset [14178] by
- remove spurious console message
- 7:42 PM Changeset [14177] by
- instead of inttypes, use Qt integral types -- eg, s/uint64_t/quint64/
- 7:26 PM Changeset [14176] by
- no need for a semicolon after the closing brace in a C++ 'extern' block
- 7:22 PM Changeset [14175] by
- handle tray icon doubleclicks. (rb07)
- 7:19 PM Changeset [14174] by
- when adding by filename, take local file separators into account
- 6:18 PM Changeset [14173] by
- more treating-bools-as-bools
- 6:08 PM Changeset [14172] by
- treat bool args as booleans rather than ints; no need to compare them …
- 5:53 PM Changeset [14171] by
- #include limits.h where we use it, and don't where we don't
- 11:52 AM Ticket #5468 (Check for Updates before connecting to Torrents to prevent hammering) closed by
- wontfix: This is definitely a problem, but I'm not sure the solution is better …
- 11:45 AM Ticket #5473 (Add GUI for changing cache size in Mac Client) closed by
- wontfix: I appreciate the patch, but this was intentionally left out of the …
- 11:42 AM Ticket #5469 (Error in French localization for Mac app) closed by
- fixed: Fixed in r14170
- 11:41 AM Changeset [14170] by
- Error in French localization
- 1:38 AM Ticket #5474 (Check if you can write to the Torrent's Directory before starting to ...) created by
- I use TrueCrypt? for Mac in order to encrypt all my downloads and I …
- 1:37 AM Ticket #5473 (Add GUI for changing cache size in Mac Client) created by
- As far as I know there is no way for Mac client user to specify the …
- 1:35 AM Ticket #5407 (2.80 (14102 and 14103) crashes in tr_peerMgrGetDesiredAvailable () on ...) closed by
- fixed: Hey, this isn't the same crash, so I've opened a new ticket for it …
- 1:35 AM Ticket #5471 (Crash in Mac client on NSTableView mouseDown) created by
- Reported by bvrbt here: …
- 1:30 AM Ticket #5407 (2.80 (14102 and 14103) crashes in tr_peerMgrGetDesiredAvailable () on ...) reopened by
- I’ve just had another crash, this time with 2.82 (14160) on OS X …
- 1:30 AM Ticket #5470 (magnet control broken in web interface) created by
- Add any magnet url and start downloading it: there is nothing in the …
Aug 20, 2013:
- 2:45 AM Ticket #5469 (Error in French localization for Mac app) created by
- The verb "choke" has been translated in French by "choquer". This is …
- 2:45 AM Ticket #5468 (Check for Updates before connecting to Torrents to prevent hammering) created by
- Request: Transmission checks for updates before connecting …
- 2:45 AM Ticket #5467 (transmission-daemon SEGFAULTs on startup without error message if ...) created by
- Backtrace: […] I'm sorry for the lack of debug symbols. The …
Aug 18, 2013:
- 1:06 PM Changeset [14169] by
- add inline wrapper functions to tr_torrent to decouple the rest of the …
- 12:13 PM Ticket #5444 (underflow in libtransmission/bitfield.c's set_all_true()) closed by
- fixed: This reopening confuses me for several reasons: 1. The backtrace …
Aug 17, 2013:
- 5:22 PM Changeset [14168] by
- bump trunk to 2.82+
- 5:20 PM Changeset [14167] by
- silence a small handful of minor gcc compiler warnings in libtransmission
- 5:03 PM Changeset [14166] by
- silence a small handful of minor gcc compiler warnings in libtransmission
- 4:31 PM Changeset [14165] by
- silence a small handful of minor gcc compiler warnings in libtransmission
- 4:28 PM Ticket #4937 (Transmission Qt (Basque Translation)) closed by
- fixed
- 4:27 PM Changeset [14164] by
- (trunk, qt) #4937: updated transmission_eu.ts by Xabier Aramendi
- 4:23 PM Ticket #5465 (Add possibility to build against both Qt 4 and Qt 5) closed by
- fixed: Merged r14163
- 4:22 PM Changeset [14163] by
- (trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did
- 4:21 PM Ticket #5298 (Transmission not holding queue order 14017, OSX 10.8.2) closed by
- fixed: Patch added in r14162
- 4:20 PM Changeset [14162] by
- #5298 'Transmission not holding queue order' -- fixed with patch by …
- 4:16 PM Ticket #5464 (Moving from IncompleteDir to CompleteDir fail) closed by
- spam: Sorry for spamming. I checked my chmod/chown set on the Complete …
- 4:16 PM Ticket #5466 (Skip verification queuing for non-existent torrents) created by
- I have noticed that Transmission will queue newly added torrents for …
- 7:48 AM Ticket #5444 (underflow in libtransmission/bitfield.c's set_all_true()) reopened by
Aug 16, 2013:
- 1:50 AM Ticket #5465 (Add possibility to build against both Qt 4 and Qt 5) created by
- With recent 2.82 release, building against Qt 4 was broken. The patch …
- 1:50 AM Ticket #5464 (Moving from IncompleteDir to CompleteDir fail) created by
- [16:26:49.553] Moving "downloaded-filename.mp4" location from …
Aug 15, 2013:
- 1:15 AM Ticket #5463 (add CORS in XML RPC response) created by
- Hi. Thanks for your tool. it's very powerful I need a feature. I …
- 1:15 AM Ticket #5462 (Use CommonCrypto instead of OpenSSL in libtransmission on OS X) created by
- Apple deprecated dynamically linking OpenSSL back in OS X 10.7, the …
Aug 14, 2013:
- 1:39 AM Ticket #3016 (Option to sort by Date Completed) closed by
- invalid: Sort by date added.
- 1:38 AM Ticket #3016 (Option to sort by Date Completed) reopened by
- I want a chronological view of my torrents. How can I have that?
- 1:12 AM Ticket #5461 (Ability to connect to a deamon with the Mac Client) closed by
- duplicate: This is a duplicate of #2768.
- 1:11 AM Ticket #5461 (Ability to connect to a deamon with the Mac Client) created by
- Is it possible to connect to the deamon in my server with the mac …
- 1:11 AM Ticket #5460 (Missing "error filter" in web and other clients) created by
- There is no way to filter only torrents with errors in the Web Client. …
- 1:11 AM Ticket #5459 (Download speed from one peer in local network is fixed at 4MiB/sec) created by
- Download speed from one peer in local network is fixed at 4MiB/sec. …
Aug 13, 2013:
- 12:40 PM Ticket #4540 (Torrent queues order not preserved) closed by
- duplicate: Closing as duplicate to #5298
- 12:36 PM Ticket #5458 (ability to name torrents, regardless of the folder name) created by
- Please make an ability to rename torrents. So torrents can be named …
- 1:45 AM Ticket #5457 (Hangs with 2700+ active torrents) closed by
- invalid: Seems like your system can't handle that many active torrents. You …
Aug 11, 2013:
- 9:17 PM Ticket #5457 (Hangs with 2700+ active torrents) created by
- For a long time, Transmission seems to hang when the number of active …
Aug 10, 2013:
- 3:27 AM Ticket #5456 (Problem with encryption) created by
- Using: 1 xbt_tracker and 2 Transmission 2.81 (libevent-2.1.3) …
- 2:29 AM Ticket #4712 (Adding magnet link opens torrent preferences even if 'display a ...) closed by
- fixed: r14161
- 2:29 AM Changeset [14161] by
- #4712 Gray out the 'Display a window when adding a magnet link' …
Aug 9, 2013:
- 12:56 PM Milestone 2.82 completed
- 12:48 PM MovedToGitHub/Changes edited by
- (diff)
- 2:44 AM Changeset [14160] by
- tagged for 2.82
- 2:26 AM Changeset [14159] by
- bump to version 2.82
Aug 8, 2013:
- 3:23 AM Changeset [14158] by
- tweak NEWS
- 2:06 AM Ticket #5454 (library used but `RANLIB' is undefined) closed by
- invalid: You need to install libtool, automake, and intltool if you want to …
- 1:42 AM Ticket #5455 (File names have HTML entities in them) closed by
- incomplete: Could you confirm what version of Transmission you're reporting this …
- 1:39 AM Ticket #5455 (File names have HTML entities in them) created by
- File names seem to contain ​ after each dot.
- 1:30 AM Ticket #5454 (library used but `RANLIB' is undefined) created by
- I am trying to build from SVN but autogen.sh fails: […]
Aug 7, 2013:
- 3:09 PM Changeset [14157] by
- first pass at 2.82 NEWS
- 2:11 PM Ticket #5453 (Can't build 2.81) closed by
- fixed: Fixed in r14142
- 2:09 PM Ticket #5453 (Can't build 2.81) created by
- I am trying to build Transmission 2.81 on Debian 7. Everything builds …
Aug 6, 2013:
- 10:38 PM Ticket #5448 (Torrents disappeared when restart) closed by
- duplicate: This has the same root cause as #4189
- 11:36 AM Ticket #5437 (Build #5875 (Jul 22, 2013 11:01:04 PM) Crashes (webseeds are on)) closed by
- fixed: Please reopen if this is still an issue.
Aug 5, 2013:
- 1:08 PM Ticket #5452 (preventing zombies from child scripts) closed by
- fixed: Fixed in r14156. Thanks for the patch!
- 1:07 PM Changeset [14156] by
- (trunk, libT) #5452 'preventing zombies from child scripts' -- fixed.
- 12:16 PM Ticket #5452 (preventing zombies from child scripts) created by
- Signal handler for SIGCHLD with one waitpid() call is incorrect. …
- 4:40 AM Ticket #5451 (crash in tr_torrentGetPeerId() during encrypted incoming peer handshake) closed by
- fixed: Fixed in r14155.
- 4:39 AM Changeset [14155] by
- (trunk, libT) #5451: 'crash in tr_torrentGetPeerId() during incoming …
- 4:38 AM Ticket #5451 (crash in tr_torrentGetPeerId() during encrypted incoming peer handshake) created by
- Downstream ticket: …
- 2:41 AM Ticket #5450 (double-call to exit results in two new threads calling tr_sessionClose()) closed by
- fixed
- 2:39 AM Changeset [14154] by
- (trunk, gtk) #5450: in transmission-gtk's main.c::on_app_exit(), check …
- 2:38 AM Ticket #5450 (double-call to exit results in two new threads calling tr_sessionClose()) created by
- As reported in downstream ticket …
Aug 4, 2013:
- 9:35 PM Ticket #5449 ('have_all_hint' and 'have_none_hint' are currently broken) closed by
- incomplete: cfpp2p, I'm not able to trigger this bug. Steps to reproduce?
- 12:09 PM Ticket #5449 ('have_all_hint' and 'have_none_hint' are currently broken) created by
- Based on the backtrace at fixed ticket #5444 and Downstream ticket …
- 12:09 PM Ticket #5448 (Torrents disappeared when restart) created by
- Transmission 2.81 Xubuntu 13.04 UTF8 ext4 Some torrents with "too …
Aug 3, 2013:
- 1:24 AM Ticket #5414 (Download speed very slow until edited) closed by
- fixed: Thanks x190! r14153
- 1:24 AM Changeset [14153] by
- #5414 Download speed very slow until edited
Aug 2, 2013:
- 12:48 PM Ticket #5447 (Preference defaults get loaded from memory on OS X) closed by
- invalid
- 9:37 AM Ticket #5447 (Preference defaults get loaded from memory on OS X) created by
- If there is no existing .plist with specific values for the various …
Note: See TracTimeline
for information about the timeline view.