Timeline
Jan 23, 2007:
- 11:46 PM Changeset [1429] by
- Fix stupid mistake.
- 8:54 PM Changeset [1428] by
- Should fix #193
- 8:27 PM Ticket #193 (reading scrape answer segfault) created by
- I've compiled my daemon with electric-fence on mipsel Asus wl500g …
- 6:57 PM Ticket #192 (When seeding a torrent to only one peers transmission uploads fine for ...) created by
- And it keeps on doing this the whole time, not just in the beginning …
- 5:59 PM Changeset [1427] by
- Probably fixes the recent problem with disappearing peers
- 2:27 PM Ticket #191 (When dragging two or more torrents at once to dock icon, only one downloads) created by
- I have Transmission set to ask for download location, and trash …
Jan 22, 2007:
- 10:58 PM Changeset [1426] by
- Removed the need for all the tiny mallocs in ratecontrol by using a …
Jan 21, 2007:
- 7:42 PM Changeset [1425] by
- More simplifications
- 1:24 PM Ticket #190 (T crashes when turning the "Automatically map port" option on and off fast.) created by
- Here is the full …
- 12:38 PM Changeset [1424] by
- clean up
- 10:18 AM Ticket #189 (Double download) created by
- Most - not all - downloads have the same (+/-) valid download as …
- 8:43 AM Changeset [1423] by
- Fixes BeOS warnings
- 8:13 AM Ticket #154 (gracefully handle case when data location is unavailable) closed by
- fixed: Fixed in [1356]
- 7:32 AM Changeset [1422] by
- Compile before you commit
- 7:27 AM Changeset [1421] by
- Mark a peer as uploading if we are unchoked *and* interested
- 7:16 AM Changeset [1420] by
- Officially give up on making libT reentrant, and simplify our code instead
- 6:42 AM Changeset [1419] by
- Reorganizes a few things, don't accept two connections from the same IP
- 5:03 AM Changeset [1418] by
- Unused function/field
Jan 20, 2007:
- 5:07 AM Changeset [1417] by
- small memleaks
- 4:59 AM Ticket #188 (Crashing upon launch) closed by
- fixed: redownloaded from trunk and rebuilt from that
- 4:29 AM Changeset [1416] by
- Make sure we don't malloc(0), and save peers in the cache file even if …
- 4:18 AM Ticket #188 (Crashing upon launch) created by
- After running svn update and rebuilding, application crashes on launch …
- 4:05 AM Changeset [1415] by
- no reason to parse the number
- 3:59 AM Changeset [1414] by
- fix for when filtering and a transfer goes from checking (download) to …
- 3:42 AM Changeset [1413] by
- deselect files when changing selected torrent
- 3:32 AM Changeset [1412] by
- don't allow selection/context menu for empty row when no torrent in …
- 3:25 AM Changeset [1411] by
- get around a bug in table views to keep consistent row colors by …
- 12:12 AM Ticket #187 (Watched folder is only triggered when copying from a local file but ...) created by
- - Enable Mac File Sharing on machine running Transmission with "auto …
Jan 19, 2007:
- 3:30 PM Changeset [1410] by
- swap the standard file table row height
- 3:24 PM Ticket #186 ("Remove downloaded file..." doesn't remove the file) closed by
- fixed: Fixed in [1409]
- 3:24 PM Changeset [1409] by
- Don't let tr_torrentStop return until files are closed, so that the UI …
- 11:19 AM Changeset [1408] by
- clean up
- 8:41 AM Changeset [1407] by
- Missing svn:keywords
- 8:40 AM Changeset [1406] by
- Fix warnings
- 8:36 AM Changeset [1405] by
- Another split
- 5:15 AM Changeset [1404] by
- When we count the peers we are UL to, just check whether they are chocked
- 4:42 AM Changeset [1403] by
- Split transmission.c: everything related to the accept/upnp/choking …
- 2:06 AM Changeset [1402] by
- some changes to the way text is drawn to the table
- 1:45 AM Ticket #176 (Crash on open - Mac OSX Intel) closed by
- worksforme: I'm marking this WFM...I'm not sure what changed, but it appears that …
- 1:39 AM Changeset [1401] by
- clean up
Jan 18, 2007:
- 10:53 PM Changeset [1400] by
- pass object instead of creating string
- 10:09 PM Changeset [1399] by
- small layout adjustment
- 10:00 PM Changeset [1398] by
- file table rows for files are now larger with the size displayed under it
- 2:22 PM Ticket #186 ("Remove downloaded file..." doesn't remove the file) created by
- 1. start a torrent 2. right click and remove with the 'remove files' …
- 6:27 AM Changeset [1397] by
- undo commit of being unable to unselect all files, since it was way …
- 6:22 AM Changeset [1396] by
- get rid of unneeded code by instead using built-in function
- 5:24 AM Changeset [1395] by
- don't allow deselection of a file if that will leave no files selected
- 3:54 AM Changeset [1394] by
- at creation of file hierarchy determine the state of folders
- 3:12 AM Changeset [1393] by
- Ooops
- 1:19 AM Changeset [1392] by
- some spacing changes in the file table
Jan 17, 2007:
- 11:36 PM Changeset [1391] by
- for file selection checks, only reload those that are affected by any …
- 11:24 PM Changeset [1390] by
- path tooltip only under the name column
- 11:19 PM Changeset [1389] by
- add checks to file table for file selection...disabled until they …
- 8:50 PM Changeset [1388] by
- don't recreate the file list each view
- 5:49 PM Changeset [1387] by
- move functions used for setting the look of the file table into the …
- 5:44 PM Changeset [1386] by
- use proper subclass for file table and give accurate path for files
- 5:34 PM Changeset [1385] by
- file table tool tip now shows full file path
- 5:29 PM Changeset [1384] by
- reveal files in files table works again
- 7:46 AM Changeset [1383] by
- re-add tooltips to file table
- 7:26 AM Changeset [1382] by
- show file size in file table again
- 6:54 AM Changeset [1381] by
- if it is a multifile torrent don't show the base folder
- 6:43 AM Changeset [1380] by
- show accurate number of total files
- 6:25 AM Changeset [1379] by
- first go at using an outline view for files....what a pain parsing the …
- 2:43 AM Changeset [1378] by
- retain/release arrays instead of using mutable arrays, and file table …
- 1:32 AM Changeset [1377] by
- remove unneeded cast
- 1:06 AM Changeset [1376] by
- change to scrape frequency
Jan 16, 2007:
- 3:49 PM Changeset [1375] by
- add BitPump?
- 4:20 AM Changeset [1374] by
- remove unneeded function/warning
- 3:32 AM Changeset [1373] by
- one less initialization
Jan 15, 2007:
- 7:16 PM Changeset [1372] by
- avoid calculations if the bandwidth limit is 0, since it always will …
- 6:53 PM Changeset [1371] by
- one more localization
- 6:50 PM Changeset [1370] by
- another localization
- 6:48 PM Changeset [1369] by
- more concise phrasing and localization
- 6:36 PM Changeset [1368] by
- when adding new files and the download/incomplete folder doesn't …
- 6:18 PM Changeset [1367] by
- Stupid bug that causes us to never check the hash and never send HAVE …
- 9:00 AM Changeset [1366] by
- Fixes redirecting (announce has '%'s in it)
- 4:45 AM Changeset [1365] by
- very small simplification
- 4:41 AM Changeset [1364] by
- sort ratio separate from progress
- 4:10 AM Changeset [1363] by
- i should've compiled first
- 4:09 AM Changeset [1362] by
- this will help later
- 3:19 AM Ticket #152 (fails to download to external hdd) closed by
- fixed: This shouldn't happen with the current svn ([1361])
Jan 14, 2007:
- 10:13 PM Ticket #185 ([PATCH] Incorrect pluralization of "peers".) closed by
- fixed: Fixed in [1361]
- 10:12 PM Changeset [1361] by
- proper pluralization
- 10:03 PM Ticket #185 ([PATCH] Incorrect pluralization of "peers".) created by
- Transmission states that it is seeding to or downloading from "0 of 0 …
- 8:24 PM Changeset [1360] by
- typo fix
- 8:22 PM Changeset [1359] by
- don't download if folder doesn't exist, instead of just the volume to …
- 4:57 PM Changeset [1358] by
- typo
- 3:02 PM Ticket #175 (trunk rev. 1242+ fails to build) closed by
- fixed
- 12:11 PM Changeset [1357] by
- Use tr_cond* a bit more
- 12:00 PM Changeset [1356] by
- Merge io branch into trunk
- 11:35 AM Changeset [1355] by
- Show error string in the UI
- 8:56 AM Changeset [1354] by
- Merge 1196:1353 from trunk to branches/io
- 8:51 AM Changeset [1353] by
- BeOS fix
- 8:43 AM Changeset [1352] by
- fix warnings
- 8:40 AM Changeset [1351] by
- When torrent completes, close all files to flush data on disc
- 7:58 AM Changeset [1350] by
- Stop the torrent if a fatal error occured, and have transmissioncli …
- 7:45 AM Changeset [1349] by
- clean up
- 7:37 AM Changeset [1348] by
- Fix some conflicts
- 7:26 AM Changeset [1347] by
- More errors
- 7:04 AM Changeset [1346] by
- Propagate errors
- 5:42 AM Changeset [1345] by
- clean up
- 12:11 AM Ticket #184 (Issue with tracker announce interval result in deletion of completed ...) created by
- I had completed a large download which had been tracked by …
Jan 13, 2007:
- 4:13 PM Changeset [1344] by
- fix visual glitch in prefs
- 5:24 AM Ticket #183 (when seeding, transmission connects to/remains connected to seeds) created by
- In the current build, when a transfer completes downloading and begins …
Jan 12, 2007:
- 7:36 PM Changeset [1343] by
- dock menu will display number of seeding and downloading transfers
- 5:16 PM Changeset [1342] by
- a little less redundant checking of global bandwidth, and added myself …
- 5:02 PM Changeset [1341] by
- Dim "kb/s" label in inspector when the corresponding text field is disabled
- 5:05 AM Changeset [1340] by
- correctly get the scrape interval
Jan 11, 2007:
- 9:19 PM Changeset [1339] by
- flash orange instead of red when piece completes, since red is …
- 12:21 AM Changeset [1338] by
- delete unneeded function
Jan 10, 2007:
- 11:38 PM Changeset [1337] by
- Silence gcc warning.
Jan 9, 2007:
- 5:09 PM Changeset [1336] by
- less reliance on title
- 3:31 PM Changeset [1335] by
- specify "download" instead of "start"
- 3:25 PM Changeset [1334] by
- typo
- 3:06 PM Changeset [1333] by
- a little better menu item validation
- 2:58 PM Changeset [1332] by
- enable queue menu items for queued seeds
- 2:35 PM Changeset [1331] by
- 0 TransferS, 1 Transfer
- 4:23 AM Changeset [1330] by
- removed redundant queueing code
- 3:49 AM Changeset [1329] by
- a little more queueing cleanup
- 3:46 AM Changeset [1328] by
- when a download finishes, stop and make wait if the seeding queue is full
- 3:25 AM Changeset [1327] by
- separate queue for seeding torrents
- 2:48 AM Changeset [1326] by
- another queue adjustment
- 1:53 AM Changeset [1325] by
- save some calls
- 1:35 AM Changeset [1324] by
- missed this for those not using the queue
- 1:31 AM Changeset [1323] by
- clean up queue code some more
- 1:09 AM Changeset [1322] by
- simplify queueing core a bit...will make things easier later
Jan 8, 2007:
- 9:57 PM Changeset [1321] by
- rephrase inspector
- 9:53 PM Changeset [1320] by
- global bandwidth limits only apply to transfers that are not set to …
- 3:20 PM Changeset [1319] by
- since the default values really don't matter, set torrent speed limits …
- 3:18 PM Changeset [1318] by
- small improvement
- 3:11 PM Changeset [1317] by
- let's make things simpler: no need for default individual torrent …
- 4:41 AM Changeset [1316] by
- add bittyrant to client id's
Jan 6, 2007:
- 5:08 PM Ticket #180 ([PATCH] Failure to compile with -Wl,--as-needed) closed by
- fixed: Fixed in [1315]
- 5:08 PM Changeset [1315] by
- fix #180, from compnerd
Jan 5, 2007:
- 4:21 PM Changeset [1314] by
- Less awkward wording of a couple of tooltips. Thanks to Lacrocivious …
- 1:22 PM Ticket #181 (Crashing bug when deleting downloaded files) closed by
- worksforme: Sorry. At least it crashed once :/
- 1:17 PM Ticket #181 (Crashing bug when deleting downloaded files) created by
- T crashes if you delete the files in finder and do a "remove …
Jan 3, 2007:
- 8:40 PM Ticket #180 ([PATCH] Failure to compile with -Wl,--as-needed) created by
- transmission fails to compile with the -Wl,--as-needed flag. The …
Jan 2, 2007:
- 7:53 PM Changeset [1313] by
- remove reference to deleted class
- 7:51 PM Changeset [1312] by
- streamline action button code
- 4:50 PM Changeset [1311] by
- some cleanup
- 2:01 PM Changeset [1310] by
- typo caused pressed action button to be flipped
- 3:46 AM Changeset [1309] by
- better tornado-style client identification
- 3:33 AM Changeset [1308] by
- added BT Protocol Daemon to clients
- 3:11 AM Ticket #80 (Action button) closed by
- fixed: Fixed in [1307].
- 3:10 AM Changeset [1307] by
- Action menu's behavior should now mimic Mail.app's
Jan 1, 2007:
- 8:03 PM Changeset [1306] by
- add eXeem to clients
- 8:49 AM Ticket #179 (No option to warn only against support folder torrent removal) closed by
- wontfix: All of the remove options will remove the copy of the torrent in the …
- 7:00 AM Ticket #179 (No option to warn only against support folder torrent removal) created by
- My first Trac ticket in this dev community, so tell me if I'm doing …
Dec 31, 2006:
- 11:27 PM Ticket #177 (Fields in preferences should only accept numbers) closed by
- fixed: Fixed in [1304] and [1305]. It's not exactly the behavior of iTunes …
- 11:24 PM Changeset [1305] by
- remove bindings from the rest of the text fields, added back glue code
- 9:38 PM Changeset [1304] by
- bindings + formatters = trouble....revert to glue code for speed …
- 4:07 PM Changeset [1303] by
- Change nat traversal label to something that is hopefully clearer. Add …
Dec 30, 2006:
- 7:24 PM Changeset [1302] by
- move ratio from mac code to libT code
- 6:00 PM Changeset [1301] by
- add TorrentTopia?
- 2:51 PM Ticket #178 (Improve the dmg userfriendliness) created by
- The dmg could be more user friendly. see e.g. …
- 4:50 AM Ticket #177 (Fields in preferences should only accept numbers) created by
- I noticed that it is possible to enter letters and other characters …
- 12:27 AM Changeset [1300] by
- Don't use names that can conflict with system functions - Patch by …
- 12:16 AM Ticket #176 (Crash on open - Mac OSX Intel) created by
- I talked to some devs in the IRC room a while back, but I'm filing a …
Dec 29, 2006:
- 2:09 AM Changeset [1299] by
- add burst! to clients
Dec 28, 2006:
- 10:47 PM Ticket #121 (torrent priority) closed by
- wontfix: T has queueing and individual torrent speed limits. Anything else and …
- 10:44 PM Ticket #61 (Seeding doesn't stop at set ratio) closed by
- fixed
- 9:24 PM Changeset [1298] by
- fixed tabbing behavior in prefs
- 1:07 AM Changeset [1297] by
- spacing changes
- 12:46 AM Changeset [1296] by
- update mail headers
- 12:29 AM Changeset [1295] by
- redone options tab of inspector...current settings for "stop at ratio" …
Dec 27, 2006:
- 9:02 PM Changeset [1294] by
- adjust text field widths in the inspector
- 3:14 PM Ticket #175 (trunk rev. 1242+ fails to build) reopened by
- 1280 did not fully fix this (on my system) : […]
- 5:16 AM Changeset [1293] by
- Handle urlbase properly in UPnP root file.
- 3:45 AM Changeset [1292] by
- Whoops, read UPnP root urlbase correctly.
- 3:42 AM Changeset [1291] by
- clarify action menu text
- 3:14 AM Changeset [1290] by
- alignment adjustment
- 2:57 AM Changeset [1289] by
- individual download/upload speed caps accessible under options in the …
- 1:04 AM Changeset [1288] by
- support in libT for individual torrent speed caps
- 12:33 AM Changeset [1287] by
- Catch up with function renaming.
- 12:22 AM Changeset [1286] by
- make function names a little more specific
Dec 26, 2006:
- 10:33 PM Changeset [1285] by
- remove unneeded function
- 9:18 PM Changeset [1284] by
- while loops instead of for loops
- 9:02 PM Changeset [1283] by
- manual announce in mac gui...only useable once per minute for each torrent
- 8:11 PM Changeset [1282] by
- if torrent is active you can't update the announce info
- 8:01 PM Changeset [1281] by
- lock torrent when manual announcing
- 6:44 PM Ticket #175 (trunk rev. 1242+ fails to build) closed by
- fixed: Should be fixed in [1280]
- 6:43 PM Changeset [1280] by
- define variables at top
- 6:40 PM Changeset [1279] by
- better placement of manual announce
- 3:35 PM Ticket #175 (trunk rev. 1242+ fails to build) created by
- trunk rev. 1242+ fails to build on i386 / Linux 2.4.34 / gcc 2.95.4 …
- 4:17 AM Changeset [1278] by
- support manual announcing to tracker (as in user forces an announce) …
Dec 25, 2006:
- 7:50 PM Ticket #18 (ability to turn off notification in dock for successful downloads) closed by
- wontfix: The badge only appears until the app is made active. It's not worth …
Dec 24, 2006:
- 4:38 PM Changeset [1277] by
- safety in deallocating view
- 4:35 PM Changeset [1276] by
- more realistic default capacity size
- 4:15 PM Changeset [1275] by
- better default size for inspector
- 2:54 PM Changeset [1274] by
- the top of help pages match the official help a bit more
- 1:08 AM Changeset [1273] by
- Xtorrent, not XTorrent
Note: See TracTimeline
for information about the timeline view.