Timeline
Feb 8, 2006:
- 10:21 PM Changeset [109] by
- Added optimistic choking
- 9:26 PM Changeset [108] by
- Randomly choke and unchoke peers who upload less than 0.1KB/s to us, …
- 7:05 PM Changeset [107] by
- Update the torrent history as the app runs, so it won't be lost if it …
- 6:10 PM Changeset [106] by
- Removed 'BadgeCompleted?' option - who'd want to disable it anyway?
- 5:53 PM Changeset [105] by
- This branch isn't needed anymore.
- 5:48 PM Changeset [104] by
- Save resume information when a torrent finishes downloading.
- 5:44 PM Changeset [103] by
- Updated badging
- 4:49 PM Changeset [102] by
- Fixed fastResumeLoadOld
- 4:35 PM Changeset [101] by
- Remove this branch, it has been merged.
- 4:31 PM Changeset [100] by
- Merge the version 1 extensible resume file format, as well as …
- 2:15 PM Changeset [99] by
- Whoops, use download and upload *totals* instead of *rate* to …
- 9:49 AM Changeset [98] by
- Use the infinite symbol rather than "Inf."
- 4:45 AM Changeset [97] by
- Minor change to improve drag-and-drop compatibility.
Feb 7, 2006:
- 5:15 PM Changeset [96] by
- Show seeders and leechers in properties window. Show ratio instead of …
- 9:34 AM Changeset [95] by
- BeOS fixes
- 5:02 AM Changeset [94] by
- Show ratio instead of the download rate once the download is complete. …
- 3:10 AM Changeset [93] by
- Cleaning and minor optims
- 2:32 AM Changeset [92] by
- Force rates to 0 when paused, and download rate to 0 when seeding. …
Feb 6, 2006:
- 5:48 AM Changeset [91] by
- Implement drag-and-drop to allow files to be dropped into the main …
Feb 5, 2006:
- 9:30 PM Ticket #4 (starting torrents to seed) created by
- I finished a torrent, removed it and its files to where i needed them, …
- 9:10 PM Changeset [90] by
- Comments
- 5:33 PM Changeset [89] by
- Rewrite error messages to be less unnecessarily verbose. Only allow …
- 4:00 PM Changeset [88] by
- Fix a couple of warnings on netbsd 3.
- 9:42 AM Changeset [87] by
- Fixed no-limit upload
Feb 4, 2006:
- 8:25 PM Ticket #3 (DL's above 1000 KB/s (1mb/s) strips text) created by
- When downloading in speeds above 1000kb/s (ain't swedish broadband …
- 8:22 PM Ticket #2 (Swedish translation) created by
- I'd chip in on this if i had some pointers on where to start.
- 6:03 PM Changeset [86] by
- Add internationalization support for the GTK GUI.
- 3:21 PM Changeset [85] by
- Hide toolbar button in a Panther-compatible way
- 7:27 AM Changeset [84] by
- Add a branch with some simple tracker http parsing code. Also, treat a …
- 6:43 AM Changeset [83] by
- Whoops, forgot to add this with the fastresume stuff.
- 6:30 AM Changeset [82] by
- Add a branch for the new version 1 fastresume format.
- 6:14 AM Changeset [81] by
- Fix a couple of positioning bugs with right-to-left languages.
Feb 2, 2006:
- 1:59 AM Changeset [80] by
- Fixed memleak Don't count small messages in the download rate
Feb 1, 2006:
- 2:05 PM Changeset [79] by
- Workarounded a race condition
- 11:57 AM Ticket #1 (Displaying file icon in table view causes large CPU increase) created by
- In builds from SVN prior to [56] I was seeing around 8% CPU usage with …
- 12:14 AM Changeset [78] by
- Display the number of active torrents when quitting, not downloading …
Jan 31, 2006:
- 7:54 AM Changeset [77] by
- Add internationalization support.
- 7:11 AM Changeset [76] by
- Fixes a crash (quite amazing that it didn't crash more often, actually...)
- 4:58 AM Changeset [75] by
- Fixed a lame typo so the algorithm may actually work
- 4:19 AM Changeset [74] by
- Fixes crash when the user is always asked for the download location
- 3:32 AM Changeset [73] by
- Merge rev 68:72 from trunk.
Jan 30, 2006:
- 8:01 PM Changeset [72] by
- Validate that data read from prefs and state files is valid UTF-8.
- 4:19 PM Changeset [71] by
- Rename this branch as it doesn't have anything to do with the …
- 4:05 PM Changeset [70] by
- Rename a few files now that we're using subversion and it's easy.
- 3:12 PM Changeset [69] by
- Merge from trunk up to rev 68.
- 2:28 PM Changeset [68] by
- FreeBSD (and presumably NetBSD) also need -lm
- 7:01 AM Changeset [67] by
- Fixes a little memleak
- 6:59 AM Changeset [66] by
- Now needs -lm on Linux
- 6:54 AM Changeset [65] by
- New choking algorithm (still needs work, it's inefficient, untested …
- 6:07 AM Changeset [64] by
- Fixed the build
- 4:43 AM Changeset [63] by
- s/2005/2006/
- 4:42 AM Changeset [62] by
- Added a rate calculator for each peer Set up files for the choking …
- 2:13 AM Changeset [61] by
- Removed now unused tables and some now unused code
- 1:58 AM Changeset [60] by
- Rewrote rate control, background work for the download limit, the …
Jan 29, 2006:
- 10:16 PM Changeset [59] by
- Moved the quit code to applicationWillTerminate:
- 10:01 PM Changeset [58] by
- Added check for update
- 7:47 PM Changeset [57] by
- Added preferences to configure badging
- 7:18 PM Changeset [56] by
- Show the file icon in the "Name" cell Changed 0.5-cvs to 0.5-svn
- 1:20 AM Changeset [55] by
- The quit dialog now displays the number of active torrents Disables …
Jan 28, 2006:
- 4:05 AM Changeset [54] by
- Ignore requests for blocks we don't have, fixes the "readOrWrite ..." error
Jan 26, 2006:
- 10:59 PM Changeset [53] by
- On OS X, check if the Universal SDK is installed or fail with an …
Jan 25, 2006:
- 5:20 PM Changeset [52] by
- Send stopped and started events to trackers when the listening port is …
- 4:55 PM Changeset [51] by
- Merge many small usability improvements for the GTK frontend, as well …
- 4:51 PM Changeset [50] by
- Use toolbar icons that are a little more appropriate.
- 4:35 PM Changeset [49] by
- Many small usability improvements. Remove an ugly wart in the conf api.
Jan 24, 2006:
- 3:01 PM Changeset [48] by
- Add my TODO list and add generated binaries to the ignore properties.
- 1:59 PM Changeset [47] by
- Oh hey, how about I seek to the beginning of the file before reading …
- 7:01 AM Changeset [46] by
- Add backwards compatibility to read version 0 resume files.
- 4:43 AM Changeset [45] by
- Bump the resume file format and use it to save download and upload totals.
- 2:57 AM Changeset [44] by
- Do some basic HTTP header parsing to check for 2xx response code. …
Jan 22, 2006:
- 9:04 PM Changeset [43] by
- Remove debugging output.
- 3:51 AM Changeset [42] by
- Whoops, use the empty stop response workaround when changing ports …
- 3:29 AM Changeset [41] by
- Workaround for trackers that send an empty response to a stop event. …
- 2:06 AM Changeset [40] by
- More random debug stuff, also actually change the port right away via …
- 12:58 AM Changeset [39] by
- Add some untested code to change update the tracker when the listening …
Jan 21, 2006:
- 3:11 AM Changeset [38] by
- Use setBool: and setInt: for setting defaults instead of first …
- 2:34 AM Changeset [37] by
- The simple bar turns gray when paused Added missing images for …
Jan 20, 2006:
- 1:51 AM Changeset [36] by
- This adds badging
- 1:23 AM Changeset [35] by
- Forget to update the nibs in the last commit
- 1:13 AM Changeset [34] by
- Imports instead of include Category for NSString instead of using …
Jan 14, 2006:
- 2:58 PM Changeset [33] by
- Add branch to finish shared port work.
- 2:44 PM Changeset [32] by
- It didn't work the first time
- 2:33 PM Changeset [31] by
- Test mailing list
- 4:47 AM Changeset [30] by
- Fix a crash that I introduced with the shared port code.
Jan 12, 2006:
- 9:45 PM Changeset [29] by
- Yet another test
- 9:38 PM Changeset [28] by
- Other test
- 9:15 PM Changeset [27] by
- Test commit
- 7:12 PM Changeset [26] by
- Update 2006-01-11
- 7:04 PM Changeset [25] by
- Update 2006-01-04
- 7:04 PM Changeset [24] by
- Update 2006-01-03
- 7:01 PM Changeset [23] by
- Update 2005-12-29
- 7:00 PM Changeset [22] by
- Update 2005-12-27
- 7:00 PM Changeset [21] by
- Update 2005-12-26
- 6:58 PM Changeset [20] by
- Update 2005-12-25
- 6:57 PM Changeset [19] by
- Update 2005-12-21
- 6:56 PM Changeset [18] by
- Update 2005-12-19
- 6:55 PM Changeset [17] by
- Update 2005-12-18
- 6:54 PM Changeset [16] by
- Update 2005-12-17
- 6:53 PM Changeset [15] by
- Update 2005-12-14
- 6:52 PM Changeset [14] by
- Update 2005-12-13
- 6:50 PM Changeset [13] by
- Update 2005-12-11
- 6:48 PM Changeset [12] by
- Update 2005-12-07
- 6:47 PM Changeset [11] by
- Update 2005-12-04
- 6:45 PM Changeset [10] by
- Update 2005-12-01
- 6:44 PM Changeset [9] by
- Update 2005-11-28
- 6:43 PM Changeset [8] by
- Update 2005-11-26
- 6:40 PM Changeset [7] by
- Update 2005-11-24
- 6:33 PM Changeset [6] by
- Update 2005-11-21
- 6:32 PM Changeset [5] by
- Update 2005-11-18
- 6:30 PM Changeset [4] by
- Update 2005-11-18
- 6:29 PM Changeset [3] by
- Update 2005-11-17
- 6:20 PM Changeset [2] by
- Update 2005-11-01
- 6:02 PM TracTickets created by
- 6:02 PM TracInstall created by
- 6:02 PM WikiFormatting created by
- 6:02 PM TracAccessibility created by
- 6:02 PM TracReports created by
- 6:02 PM CamelCase created by
- 6:02 PM RecentChanges created by
- 6:02 PM TitleIndex created by
- 6:02 PM WikiNewPage created by
- 6:02 PM TracImport created by
- 6:02 PM TracRss created by
- 6:02 PM TracMultipleProjects created by
- 6:02 PM TracBackup created by
- 6:02 PM TracTimeline created by
- 6:02 PM WikiRestructuredText created by
- 6:02 PM WikiPageNames created by
- 6:02 PM TracSyntaxColoring created by
- 6:02 PM TracPermissions created by
- 6:02 PM TracSupport created by
- 6:02 PM WikiHtml created by
- 6:02 PM TracIni created by
- 6:02 PM TracModPython created by
- 6:02 PM TracBrowser created by
- 6:02 PM TracTicketsCustomFields created by
- 6:02 PM TracNotification created by
- 6:02 PM TracUnicode created by
- 6:02 PM TracInstallPlatforms created by
- 6:02 PM TracEnvironment created by
- 6:02 PM WikiMacros created by
- 6:02 PM TracStandalone created by
- 6:02 PM WikiProcessors created by
- 6:02 PM TracSearch created by
- 6:02 PM TracQuery created by
- 6:02 PM WikiStart created by
- 6:02 PM TracUpgrade created by
- 6:02 PM TracLogging created by
- 6:02 PM SandBox created by
- 6:02 PM WikiRestructuredTextLinks created by
- 6:02 PM TracChangeset created by
- 6:02 PM TracLinks created by
- 6:02 PM TracRoadmap created by
- 6:02 PM TracAdmin created by
- 6:02 PM TracGuide created by
- 6:02 PM TracWiki created by
- 5:43 PM Changeset [1] by
- Import from 2005-10-26
Note: See TracTimeline
for information about the timeline view.