Timeline
Aug 18, 2007:
- 11:32 PM Changeset [2858] by
- shut up a compiler warning
- 10:35 PM Changeset [2857] by
- fix minor memory leaks introduced in the last couple of days
- 7:22 PM Changeset [2856] by
- highlight error torrents in red in the main window
- 6:41 PM Changeset [2855] by
- (0.8x) added slovakian translation by Mirek
- 6:37 PM Changeset [2854] by
- make credits match authors
- 6:33 PM Changeset [2853] by
- added mirek's slovakian translation. added mirek, Niels Provos, and …
- 5:35 PM Changeset [2852] by
- kill some compile warnings
- 5:32 PM Changeset [2851] by
- find . -type f \! -path \*.svn\* | xargs grep '\$Id\$'
- 5:27 PM Changeset [2850] by
- missed 2
- 5:27 PM Changeset [2849] by
- svn propset svn:keywords 'Date Rev Author Id' filename
- 5:25 PM Changeset [2848] by
- part 2 of setting svn keywords
- 5:20 PM Changeset [2847] by
- just a return
- 5:19 PM Changeset [2846] by
- $Id$
- 5:16 PM Changeset [2845] by
- rearrange project a bit
- 5:13 PM Changeset [2844] by
- set properties on a whole bunch of mac files
- 5:05 PM Changeset [2843] by
- update version.sh to exclude third-party. add $Id:$ to the new files …
- 5:05 PM Changeset [2842] by
- add missing license info
- 5:00 PM Changeset [2841] by
- tidy up the filter bar code a little
- 4:55 PM Changeset [2840] by
- remove some warnings
- 4:06 PM Changeset [2839] by
- (0.8x) tyop fix for Linux
- 3:47 PM Changeset [2838] by
- add the content-length header. I'm not getting any tracker errors …
- 12:01 PM Ticket #307 (inhibit/prevent hibernation when downloading) created by
- uTorrent has a nice feature which prevents the computer from shutting …
- 8:28 AM Changeset [2837] by
- * more work on the tracker... getting closer. * oops! make sure …
- 6:59 AM Changeset [2836] by
- push event_del() through the libevent pipe too.
- 6:06 AM Changeset [2835] by
- better error reporting in the new tracker code
- 5:59 AM Changeset [2834] by
- disable top-level file items when applicable
- 5:46 AM Changeset [2833] by
- dynamically show the files for file selection in the top-level action menu
- 3:25 AM Changeset [2832] by
- move scrape info in inspector a bit more to the left to allow display …
- 3:22 AM Changeset [2831] by
- get mac version building again
- 3:11 AM Changeset [2830] by
- before the first scrape, set leechers/seeders/downloads to -1 to …
- 3:02 AM Changeset [2829] by
- do all the libevent enqueuing from a single thread.
- 2:11 AM Changeset [2828] by
- attempt to fix stuck overlay window
- 1:56 AM Changeset [2827] by
- clean code up a little
- 12:53 AM Changeset [2826] by
- add ratio settings to the individual torrent menu
- 12:12 AM Changeset [2825] by
- add preset limits to torrent action menu speed limits
Aug 17, 2007:
- 11:58 PM Changeset [2824] by
- preliminary support for setting speed limits through the action menu
- 2:52 PM Changeset [2823] by
- (0.8x) update credits
- 2:52 PM Changeset [2822] by
- update credits
- 5:00 AM Changeset [2821] by
- don't cache the connection; these are one-shot requests
- 4:50 AM Changeset [2820] by
- this seems to fix the double-start bug reported by joshe
- 4:33 AM Changeset [2819] by
- try backing out from -Os to -O3 and seeing if that changes anything
- 3:57 AM Changeset [2818] by
- Shut down ipc server on fatal signal, not just torrent client.
- 3:39 AM Changeset [2817] by
- fix tr_init()
- 3:37 AM Changeset [2816] by
- shut down the libevent thread gracefully on shutdown
- 3:13 AM Changeset [2815] by
- whee
- 3:03 AM Changeset [2814] by
- fix shutdown error in the new tracker code, reported by joshe
- 2:50 AM Changeset [2813] by
- make the build quieter
- 1:29 AM Changeset [2812] by
- don't resize the inspector unnecessarily
- 1:23 AM Changeset [2811] by
- again by popular demand, allow peers and files tabs to be resized …
Aug 16, 2007:
- 11:05 PM Changeset [2810] by
- allow folders of files to be enabled/disabled from the action button
- 9:42 PM Changeset [2809] by
- Add new libevent files to xcode project.
- 9:28 PM Changeset [2808] by
- Fix osx build.
- 9:17 PM Changeset [2807] by
- Properly protect pidfile creation and deletion with the lockfile.
- 8:59 PM Changeset [2806] by
- fix crash-on-startup bug reported by Lacrocivious
- 8:00 PM Changeset [2805] by
- the new tracker code seems to be working, so now it's time for me to …
- 7:05 PM Changeset [2804] by
- no need for `verbose' mode, and no need to include paths that don't exist
- 6:34 PM Changeset [2803] by
- I'm an idiot. Base 2 is not the same thing as base 16.
- 5:43 PM Changeset [2802] by
- Catch up with version.sh renaming.
- 4:16 PM Changeset [2801] by
- move version.sh to the old mk folder
- 4:03 PM Changeset [2800] by
- Add $(LIBEVENT_CPPFLAGS) to daemon's Makefile.am
- 3:54 PM Changeset [2799] by
- Add pkg.m4 for PKG_CHECK_MODULES in case the platform doesn't have …
- 3:48 PM Changeset [2798] by
- Fix autogen.sh on osx (and maybe elsewhere too).
- 3:38 PM Changeset [2797] by
- Remove "make install" from the SVN instructions -- it's a bad idea to …
- 3:20 PM Changeset [2796] by
- More autoconf work. Added instructions on building Transmission to …
- 1:58 PM Ticket #306 (CLI Manual Tracker Update with SIGHUP) created by
- Since the GUI versions can update the trackers manually, I thought it …
- 8:23 AM Ticket #305 (upnp.c needs platform.h if VERBOSE_LOG is defined) created by
- I turned on VERBOSE_LOG and got warnings: implicit declaration of …
- 4:22 AM Changeset [2795] by
- Doc update.
- 4:12 AM Changeset [2794] by
- store only a single icon in the Torrent class instead of 2
- 3:58 AM Changeset [2793] by
- keep one image for the table view instead of one for regular and one …
- 3:28 AM Changeset [2792] by
- streamline and improve action button placement code in TorrentTableView?
- 3:12 AM Changeset [2791] by
- flip advanced bar overlay
- 3:02 AM Changeset [2790] by
- draw the progress bar straight onto the cell instead of using an image
- 2:11 AM Changeset [2789] by
- use colors and rects instead of images for creating the pieces view
- 1:31 AM Changeset [2788] by
- get About copyright info from the localized string file instead of the nib
- 12:54 AM Changeset [2787] by
- by popular demand, add option to sort by tracker
- 12:41 AM Changeset [2786] by
- use #defines for filter and sort
- 12:28 AM Changeset [2785] by
- more autoconf hacking
- 12:10 AM Changeset [2784] by
- Unbreak daemon.
- 12:02 AM Changeset [2783] by
- Fix -p option to be optional. Someone pass the dunce cap over this way.
Aug 15, 2007:
- 11:45 PM Changeset [2782] by
- get rid of an unneeded warning
- 11:03 PM Changeset [2781] by
- Save client name from azureus or extended handshake, overriding name …
- 11:02 PM Changeset [2780] by
- Rework utf-8 string concat function a little and make it more widely …
- 11:00 PM Changeset [2779] by
- (0.8x) add updated Russian localization
- 10:59 PM Changeset [2778] by
- (trunk) remove Russian localization
- 10:58 PM Changeset [2777] by
- (trunk) add updated Russian localization
- 10:57 PM Changeset [2776] by
- (trunk) remove Russian localization
- 10:32 PM Ticket #290 (Crash when opening multiple .torrents simultaneously) closed by
- fixed: This should be fixed in [2774] and [2775].
- 10:30 PM Changeset [2775] by
- (trunk) fix a problem when adding multiple torrents with "always ask" …
- 10:27 PM Changeset [2774] by
- fix a problem when adding multiple torrents with "always ask" enabled
- 9:35 PM Changeset [2773] by
- Move protocol extension docs to new doc directory to make them easier …
- 9:26 PM Changeset [2772] by
- Implement proposed extension to indicate which of azrueus or extended …
- 8:50 PM Changeset [2771] by
- the second call to autoreconf is redundant
- 8:31 PM Changeset [2770] by
- try to get autogen.sh playing nice on Darwin
- 7:44 PM Changeset [2769] by
- Use macros instead of magic numbers when creating and parsing …
- 10:04 AM Ticket #304 (libtransmission/platform.c fails to compile in WIN32 because it is not ...) created by
- I'm trying to compile libtransmission from revision 2768 on win32 …
- 8:59 AM Ticket #303 (No Error Shown If Tracker Cannot be Reached) created by
- A torrent will fail to do anything if it can't reach the tracker, it …
- 6:44 AM Changeset [2768] by
- ensure that libevent is built as a static library, not a shared one
- 5:55 AM Ticket #302 (Remember Excess Peers. Currently if T has an excess of peers from PEX ...) created by
- Optimally we could implement a queue and add extra peers too that queue.
- 4:01 AM Changeset [2767] by
- optimize libevent when compiling
- 3:43 AM Changeset [2766] by
- get file tab working again
- 3:26 AM Changeset [2765] by
- avoid a race condition between msg_init and the libevent thread's …
- 3:15 AM Changeset [2764] by
- missed this in the last commit
- 3:12 AM Changeset [2763] by
- get mac version building again
- 2:48 AM Changeset [2762] by
- more work on getting our autoconf setup to play nice with libevent
Aug 14, 2007:
- 10:55 PM Changeset [2761] by
- rearrange some of the file viewer code
- 9:26 PM Changeset [2760] by
- (trunk) when automatically opening a newly created torrent file, don't …
- 9:20 PM Changeset [2759] by
- (0.8x) missed one
- 9:11 PM Changeset [2758] by
- (0.8x) when automatically opening a newly created torrent file, don't …
- 8:45 PM Changeset [2757] by
- get some pieces of the new tracker code into svn…
- 8:42 PM Ticket #294 (Too many upload slots) reopened by
- Closed by mistake.
- 8:42 PM Ticket #294 (Too many upload slots) closed by
- fixed
- 8:41 PM Ticket #286 (stress of tracker doesn't work due to tc->minInterval) closed by
- invalid: The original way was correct, and the change has been reverted.
- 8:29 PM Changeset [2756] by
- use http:// rather than https:// for the libevent link
- 8:15 PM Changeset [2755] by
- use optimization level -Os in autoconf too
- 8:08 PM Changeset [2754] by
- (trunk) revert yesterday's tracker changes.
- 8:05 PM Changeset [2753] by
- (0.8x) revert yesterday's tracker changes.
- 7:58 PM Changeset [2752] by
- use optimization level -Os
- 7:55 PM Changeset [2751] by
- remove the static build of libevent
- 7:53 PM Changeset [2750] by
- more hacking on making libevent build, and on making T pick it up in …
- 7:26 PM Changeset [2749] by
- get libevent building and playing nice with all the other apps
- 4:05 PM Changeset [2748] by
- added libevent to svn:externals
- 3:24 PM Changeset [2747] by
- add populate and cleanup utils for tr_tracker_info_t, since bencode …
- 2:18 PM Changeset [2746] by
- make list less error-prone by changing the API s.t. we're guaranteed …
- 1:53 PM Changeset [2745] by
- minor wx work
- 5:21 AM Changeset [2744] by
- various negligible cleanup
- 4:02 AM Changeset [2743] by
- Add a pidfile command-line argument.
- 3:59 AM Changeset [2742] by
- small adjustments to TorrentCell?
- 3:15 AM Changeset [2741] by
- a little extra drawing so that there are no gaps in the progress bar
Aug 13, 2007:
- 10:07 PM Ticket #301 (When one file needs to be checked in a torrent, transmission will ...) created by
- If a torrent has many large files inside of it and transmission …
- 10:05 PM Ticket #300 (File checking is not able to be paused) created by
- When Transmission is checking a files data, you can't pause it. This …
- 9:21 PM Changeset [2740] by
- when checking/unchecking files update the table right away
- 6:47 PM Ticket #299 (TR_FR_RUN undeclared.) closed by
- fixed
- 6:41 PM Changeset [2739] by
- forgot to check this one in. thanks to nickshanks, webaake, et al
- 6:28 PM Ticket #277 (Large DLs Still Stuck in the last 15% (Redownloading / Miscalculating ...) closed by
- worksforme: Open this if it's still an issue. If I had to guess this is from …
- 5:16 PM Ticket #299 (TR_FR_RUN undeclared.) created by
- In r2738, Failed to build libtransmission.a due to missing TR_FR_RUN …
- 4:43 PM Changeset [2738] by
- let fastresume remember which torrents are stopped and which are running.
- 3:40 PM Changeset [2737] by
- (trunk) fix accidentally-swapped switch cases
- 3:40 PM Changeset [2736] by
- (0.8x) fix accidentally-swapped switch cases
- 3:02 PM Ticket #286 (stress of tracker doesn't work due to tc->minInterval) reopened by
- With this code removed we're no longer using the min interval, instead …
- 2:36 PM Ticket #286 (stress of tracker doesn't work due to tc->minInterval) closed by
- fixed: We already reannounce as frequently as min_interval allows, and can't …
- 2:35 PM Changeset [2735] by
- (trunk) dead code removal. (ticket #286)
- 2:35 PM Changeset [2734] by
- (0.8x) dead code removal. (ticket #286)
- 1:58 PM Ticket #293 (make use of smaller piece sizes (32, 64 and 128 KB) for torrent creation) closed by
- fixed: Thanks for the suggestion!
- 1:57 PM Changeset [2733] by
- (0.8x) make torrent creation's piece size more flexible. (ticket #293 …
- 1:57 PM Changeset [2732] by
- (trunk) make torrent creation's piece size more flexible. (ticket #293 …
- 5:03 AM Changeset [2731] by
- one less warning
- 4:30 AM Changeset [2730] by
- get rid of some warnings
- 3:17 AM Ticket #297 (If Transmission is set to ask where to save a file every time, it will ...) closed by
- fixed: fixed in [2728] and [2729]
- 3:17 AM Changeset [2729] by
- (trunk) fix bug where downloads would not be added when dragging the …
- 3:16 AM Changeset [2728] by
- fix bug where downloads would not be added when dragging the url onto …
- 3:01 AM Ticket #298 (UPnP bugs) created by
- A few people are still having problems. Here is some debug output …
- 1:55 AM Changeset [2727] by
- when opening multiple copies of the app, after the warning don't make …
Aug 12, 2007:
- 11:20 PM Changeset [2726] by
- Add URL for some more documentation of the azureus protocol. Fix typo.
- 7:22 AM Ticket #297 (If Transmission is set to ask where to save a file every time, it will ...) created by
- If Transmission is set to ask where to save a file every time, it will …
Aug 11, 2007:
- 11:49 PM Changeset [2725] by
- drawing placement is less dynamic code-wise but should be faster
- 5:04 PM Changeset [2724] by
- have the code generate each attributed string once per draw instead of …
- 8:14 AM Ticket #296 (Multiple downloads in the same folder) created by
- Adding downloads to a folder already used by another download don't …
- 6:28 AM Ticket #295 (Use less memory for icons) created by
- NSWorkspace usually returns an icon as an opened ICNS file, thus with …
- 4:46 AM Changeset [2723] by
- combine similar code for attributes in the torrent cell
- 4:02 AM Changeset [2722] by
- only allow update checks daily, and remove an unused method
- 3:09 AM Changeset [2721] by
- get the icon placement from TorrentCell? instead of generating it in …
- 2:51 AM Changeset [2720] by
- don't hide the inspector when double-clicking the table's action button
- 2:44 AM Changeset [2719] by
- refresh only necessary rows on mouse down
- 2:33 AM Changeset [2718] by
- get the minimal status to toggle based on the new cell method, and fix …
- 2:12 AM Changeset [2717] by
- one less redundant call in TorrentCell?
- 1:48 AM Changeset [2716] by
- general code cleanup
- 1:39 AM Changeset [2715] by
- complete structural reorganization of TorrentCell?
Aug 10, 2007:
- 9:31 PM Ticket #294 (Too many upload slots) created by
- Transmission 0.80 10 kb/s upload limit -> 8-12 upload …
- 6:08 PM Changeset [2714] by
- (branch) identify a client's peer id correctly
- 6:06 PM Changeset [2713] by
- identify a client's peer id correctly
- 6:00 PM Changeset [2712] by
- store the folder image in browser cell
- 5:55 PM Changeset [2711] by
- adjust FileBrowserCell? layout
- 5:46 PM Changeset [2710] by
- declare methods in FileBrowserCell?, and make some private
- 5:40 PM Ticket #293 (make use of smaller piece sizes (32, 64 and 128 KB) for torrent creation) created by
- As of Transmission release 0.80 this client uses the piece sizes 256 …
- 5:39 PM Ticket #289 (Inspector window progress indicator is cropped) closed by
- fixed: The file cell is now generated differently, and the status line does …
- 5:34 PM Changeset [2709] by
- layout file browser cell a bit more dynamically
- 5:56 AM Changeset [2708] by
- the pause/resume and reveal buttons in the main window don't dim when …
- 4:20 AM Changeset [2707] by
- (branch) add new Russian translations
- 4:19 AM Changeset [2706] by
- (branch) remove some Russian translations
- 4:18 AM Changeset [2705] by
- add new Russian translations
- 4:17 AM Changeset [2704] by
- remove some Russian translations
- 4:15 AM Changeset [2703] by
- (0.8x) updated gtk+ fr translation
- 4:14 AM Changeset [2702] by
- (trunk) updated gtk+ fr translation
- 4:06 AM Changeset [2701] by
- on mouse up/down only redisplay the affected row
- 3:49 AM Changeset [2700] by
- silly NSLogs
- 3:48 AM Changeset [2699] by
- move the advanced bar code into TorrentCell? (finally)
- 3:20 AM Changeset [2698] by
- use the actual Torrent class to access values for the torrent cell …
Aug 9, 2007:
- 6:55 PM Changeset [2697] by
- patch from Nick Shanks to improve the filter bar
- 4:57 AM Changeset [2696] by
- (trunk) utf8ize the Dutch translation
- 4:55 AM Changeset [2695] by
- utf8ize the Dutch translation
- 12:07 AM Changeset [2694] by
- (0.8x) update the gtk+ translator list
- 12:07 AM Changeset [2693] by
- (trunk) update the gtk+ translator list
Aug 8, 2007:
- 11:59 PM Changeset [2692] by
- (0.8x) updated Dutch translation by Jan Geboers
- 11:59 PM Changeset [2691] by
- (trunk) updated Dutch translation by Jan Geboers
- 11:57 PM Changeset [2690] by
- (trunk) adding Portuguese translation by Filipe Gomes
- 11:57 PM Changeset [2689] by
- (0.8x) adding Portuguese translation by Filipe Gomes
- 11:53 PM Changeset [2688] by
- (0.8x) added Portugese translation by Raphael Higino
- 11:52 PM Changeset [2687] by
- (trunk) added Portugese translation by Raphael Higino
- 11:48 PM Changeset [2686] by
- (trunk) minor tweak to gracefully handle leading spaces in the …
- 11:47 PM Changeset [2685] by
- (0.8x) minor tweak to gracefully handle leading spaces in the announce …
- 11:34 PM Ticket #291 (add unistd.h to some files) closed by
- fixed: Fixed in r2684. Thanks for the report!
- 11:33 PM Changeset [2684] by
- (0.8x) portability patch for MAXPATHLEN. Reported by afxgroup in …
- 11:33 PM Changeset [2683] by
- (trunk) portability patch for MAXPATHLEN. Reported by afxgroup in …
- 11:28 PM Changeset [2682] by
- (trunk) * updated French translation by Jean-François Fortin Tam. * …
- 11:27 PM Changeset [2681] by
- (0.8x) * updated French translation by Jean-François Fortin Tam. * …
- 6:27 PM Changeset [2680] by
- get english strings to show up in xcode
- 6:13 PM Changeset [2679] by
- show InfoPlist?.strings using correct encodings
- 6:03 PM Changeset [2678] by
- factor in scaling when resizing the prefs window
- 6:02 PM Ticket #292 (Clicking Stop Seeding at Ratio stops the torrent.) created by
- To duplicate: Start downloading a torrent. Open the Torrent …
- 6:01 PM Changeset [2677] by
- remove unneeded delegate
- 5:57 PM Changeset [2676] by
- only draw rows that are visible
- 4:31 PM Changeset [2675] by
- get progress color gradients when needed instead of at launch
- 4:14 PM Changeset [2674] by
- small optimization in obtaining error image
- 3:07 PM Changeset [2673] by
- store the basic attributes of table strings and change them when …
- 3:07 PM Changeset [2672] by
- (trunk) add tweak to boost the priority of the first and last piece of …
- 2:48 PM Changeset [2671] by
- use a nicer looking error image
- 2:35 PM Changeset [2670] by
- get rid of some warnings
- 2:28 PM Changeset [2669] by
- refresh the file checks in the inspector immediately when changed from …
- 2:06 PM Changeset [2668] by
- (merge) swap upload and download in Spanish prefs
- 2:06 PM Changeset [2667] by
- swap upload and download in Spanish prefs
- 1:53 PM Changeset [2666] by
- fix a naming issue with the action menu
- 1:36 PM Changeset [2665] by
- make the new action menu less crashy
- 10:10 AM Ticket #291 (add unistd.h to some files) created by
- Some platforms (like AmigaOS4 but most of BSD platforms i think) needs …
- 6:22 AM Ticket #284 (cli parse of -n fails) closed by
- fixed: Fixed in svn. Thanks for the patch!
- 6:21 AM Changeset [2664] by
- (0.8x) fix getopt error that made "transmissioncli -n" fail. …
- 6:21 AM Changeset [2663] by
- (trunk) fix getopt error that made "transmissioncli -n" fail. …
- 6:19 AM Ticket #288 (build broken with older compilers) closed by
- fixed: This is fixed now in svn. Thanks for the patch!
- 6:19 AM Changeset [2662] by
- (trunk) get gtk+ client building properly on older compilers. …
- 6:18 AM Changeset [2661] by
- (0.8x) get gtk+ client building properly on older compilers. …
- 6:01 AM Changeset [2660] by
- (trunk) rewrite peerCheck code based on comments from mtolman in …
- 6:01 AM Changeset [2659] by
- (0.8x) rewrite peerCheck code based on comments from mtolman in …
- 5:18 AM Changeset [2658] by
- (0.8x) fix assertion failure reported by kdrweez in …
- 5:17 AM Changeset [2657] by
- (trunk) fix assertion failure reported by kdrweez in …
- 2:44 AM Changeset [2656] by
- get the torrent action button to appear pressed in
- 1:26 AM Changeset [2655] by
- when in minimal view the transfer icon will show the action menu, …
- 1:03 AM Changeset [2654] by
- begins of individual action menus
Aug 7, 2007:
- 9:46 PM Ticket #290 (Crash when opening multiple .torrents simultaneously) created by
- When selecting multiple torrent files in the Open dialog box or …
- 8:43 PM Changeset [2653] by
- updated as per SoftwareElves?' request
- 8:26 PM Ticket #289 (Inspector window progress indicator is cropped) created by
- The progress indicator is cropped on the inspector windows in the …
- 8:11 PM Changeset [2652] by
- update our libevent snapshot to 1.3c
- 5:25 PM Ticket #288 (build broken with older compilers) created by
- The following patch against 0.80 fixes building with C89 compilers …
- 4:22 PM Ticket #287 (Separate Up/Down limits for clients connect via LAN) created by
- I have my upload rate limited to optimize my bandwidth, but I also …
- 4:06 PM Ticket #286 (stress of tracker doesn't work due to tc->minInterval) created by
- Please correct me if I am wrong. In tracker.c, starting at line 271. …
- 3:50 PM Ticket #285 (Beachball when downloading to Samba Share) created by
- I have my download folder set to a network samba share. Shortly after …
- 3:48 PM Ticket #284 (cli parse of -n fails) created by
- On line 367 of /cli/transmissioncli.c there is an extra colon at the …
- 2:17 PM Changeset [2651] by
- (trunk) fix assertion bug in torrent.c::fileByteCompleted()
- 2:16 PM Changeset [2650] by
- (0.8x) fix assertion bug in torrent.c::fileByteCompleted()
- 2:15 PM Changeset [2649] by
- update version number to 0.80+
- 2:08 PM Changeset [2648] by
- merge: update news date
- 2:08 PM Changeset [2647] by
- update news date
- 1:59 PM Changeset [2646] by
- Create a branch for 0.8x releases
- 1:46 PM Milestone 0.80 completed
- 3:08 AM Changeset [2645] by
- update appcast to point to mirror
- 3:06 AM Changeset [2644] by
- Tag 0.80
- 2:30 AM Changeset [2643] by
- update appcast
- 1:49 AM Changeset [2642] by
- update version info
Aug 6, 2007:
- 9:34 PM Changeset [2641] by
- add BitTorrent? DNA to clients
- 9:26 PM Changeset [2640] by
- update Korean strings
- 9:23 PM Changeset [2639] by
- give a warning about upgrading in appcast
- 3:37 PM Changeset [2638] by
- add French translation by tiennou
- 3:12 PM Changeset [2637] by
- update Greek string
Aug 5, 2007:
- 6:03 PM Changeset [2636] by
- change nightly link to bogg's
- 3:30 PM Ticket #282 (New osx toolbar icon "Create") closed by
- wontfix: I'm quite happy with the current image.
- 10:02 AM Ticket #283 (daemon doesn't return status for certain operations; client times out ...) created by
- == Symptom == When adding a torrent to transmission-daemon via RPC, …
- 7:34 AM Ticket #282 (New osx toolbar icon "Create") created by
- And another suggestion for the image in the drag-over display.
- 5:19 AM Changeset [2635] by
- readd updated Korean nib files
- 5:16 AM Changeset [2634] by
- remove some Korean nibs
- 4:04 AM Changeset [2633] by
- Oops, remove extra paren.
- 3:52 AM Changeset [2632] by
- Wait a bit for torrents to stop on exit.
- 3:31 AM Changeset [2631] by
- Count "stopping" state as running, not paused. Display "stopping" …
- 3:18 AM Changeset [2630] by
- Revert r2628, it doesn't work.
Aug 4, 2007:
- 11:30 PM Changeset [2629] by
- update Greek strings
- 10:08 PM Changeset [2628] by
- Wait for thread to exit before exiting program.
- 2:22 PM Changeset [2627] by
- readd Russian Sparkle localization
- 1:55 PM Changeset [2626] by
- remove broken russian sparkle
- 12:22 PM Changeset [2625] by
- add new Greek translation
- 12:21 PM Changeset [2624] by
- remove old Greek translation
- 12:15 PM Ticket #281 (Global limit setting becomes individual setting for torrent when finishes) closed by
- fixed: Fixed in [2623].
- 12:12 PM Changeset [2623] by
- how did this compile?
- 8:06 AM Ticket #281 (Global limit setting becomes individual setting for torrent when finishes) created by
- When a torrent finishes download, with limit set to global limit, the …
- 3:56 AM Changeset [2622] by
- Catch beos gui up with libtransmission api changes.
- 3:21 AM Changeset [2621] by
- add updated Sparkle russian translation
- 3:21 AM Changeset [2620] by
- remove old russian translation
- 2:55 AM Changeset [2619] by
- sync joshe's changes with win32
- 2:44 AM Changeset [2618] by
- Fix timing functions (I think).
- 1:48 AM Changeset [2617] by
- trivial change to getting file size string
- 1:38 AM Changeset [2616] by
- quick fix for the 0.80 gtk+ showstopper. I'll make it prettier …
- 1:34 AM Changeset [2615] by
- use inttypes.h instead of stdint.h
- 1:17 AM Changeset [2614] by
- Use BEOS to test for beos instead of relying on the build to set …
- 1:14 AM Changeset [2613] by
- safety
- 1:12 AM Changeset [2612] by
- a little trivial cleanup
- 12:43 AM Changeset [2611] by
- Include inttypes.h instead of stdint.h to unbreak beos. Hopefully this …
Aug 3, 2007:
- 9:28 PM Changeset [2610] by
- add spanish to the makefile
- 8:46 PM Changeset [2609] by
- reduce flicker in the torrent list
- 6:52 PM Changeset [2608] by
- better toolbar icons
- 4:46 PM Ticket #280 (Can't compile Transmission. Broken from Rev 2552) closed by
- fixed
- 4:28 PM Changeset [2607] by
- BeOS portability fixes from ModeenF
- 4:22 PM Changeset [2606] by
- more filter tweaking
- 3:55 PM Changeset [2605] by
- clarify the speedlimit comments
- 3:46 PM Changeset [2604] by
- ModeenF's configure fix for BeOS
- 2:10 PM Ticket #273 (basename and dirname gives an error in Zeta) closed by
- fixed: don't include the patch in here. An total patch for the latest svn …
- 2:09 PM Ticket #274 (segment violation when trying to run Transmission in Zeta) closed by
- fixed: An total patch for the latest svn will be in ticket 280
- 11:54 AM Changeset [2603] by
- tweak the margins a bit
- 11:01 AM Changeset [2602] by
- add Pando to clients
- 10:24 AM Changeset [2601] by
- readd Spanish translation
- 5:11 AM Changeset [2600] by
- experimenting with a different filter system…
- 3:25 AM Changeset [2599] by
- updated main window pic for help from John Clay
- 2:33 AM Changeset [2598] by
- get rid of r in front of svn build number in long version string
- 12:38 AM Changeset [2597] by
- initial partial update of appcast
Aug 2, 2007:
- 11:33 PM Changeset [2596] by
- More win32 portability fixes. we now talk to tracker & peers; hash …
- 10:08 PM Changeset [2595] by
- remove translations from credits that I predict won't make it into .8
- 9:59 PM Changeset [2594] by
- get the creator window showing up in localizations, and add a donate …
- 9:58 PM Changeset [2593] by
- more portability fixes
- 9:30 PM Changeset [2592] by
- readd Greek
- 7:43 PM Changeset [2591] by
- win32 cleanly compiles and starts now. (still doesn't atually *work*, …
- 4:07 PM Changeset [2590] by
- use a straight lock, rather than a rwlock, for rate control
- 3:03 AM Changeset [2589] by
- bump autoconf version
- 2:38 AM Changeset [2588] by
- fix manual-announce but noted by BMW
Aug 1, 2007:
- 11:22 PM Changeset [2587] by
- fix tyop
- 1:33 PM Changeset [2586] by
- tr_trackerCanManualAnnounce() should return false immediately after …
- 10:17 AM Changeset [2585] by
- add new part of russian translation
- 10:17 AM Changeset [2584] by
- remove old part of russian translation
- 2:38 AM Changeset [2583] by
- in the clients list show dev builds as Transmission as "+" builds
- 1:56 AM Changeset [2582] by
- ...add updated russian translation
- 1:55 AM Changeset [2581] by
- remove russian translation…
- 1:51 AM Changeset [2580] by
- update Korean strings
- 1:43 AM Changeset [2579] by
- update help slightly
- 12:40 AM Changeset [2578] by
- More Win32 portability changes
Jul 31, 2007:
- 10:29 PM Ticket #280 (Can't compile Transmission. Broken from Rev 2552) created by
- I can't build after the changes in threads …
- 8:49 PM Ticket #279 (Transmission doesn't remember the correct download directory) created by
- I set from the preferences "Always prompt for download directory" and …
- 7:56 PM Changeset [2577] by
- add Win32 implementations of tr_thread_t, tr_mutex_t, and tr_cond_t
- 4:55 PM Changeset [2576] by
- get the socket/net code working on win32 too
- 4:19 PM Changeset [2575] by
- fix manpage errors reported by Lacrocivious
- 3:18 PM Changeset [2574] by
- Tweaked the news a bit. Fixed README typo pointed out by Lacrocivious.
- 2:26 PM Changeset [2573] by
- continue whittling away at internal.h to reduce the global #include …
- 3:21 AM Changeset [2572] by
- oooh, does the same thing but it's shiny clean instead of ugly hacky
- 3:07 AM Changeset [2571] by
- update news
- 3:05 AM Changeset [2570] by
- this one's a little more disgusting, but works
- 2:58 AM Changeset [2569] by
- second attempt at getting autoconf to be aware of the macosx directories
- 1:21 AM Changeset [2568] by
- remove unused macros
- 1:18 AM Changeset [2567] by
- first stab at getting autoconf to know about the macosx hierarchy
- 1:08 AM Changeset [2566] by
- add italian and russian sparkle translations (there is no korean as …
- 1:00 AM Changeset [2565] by
- make one word
- 12:54 AM Changeset [2564] by
- update help index
- 12:45 AM Changeset [2563] by
- don't allow comment and creator fields to be selected when empty
- 12:34 AM Changeset [2562] by
- make Transmission Help folder one word
- 12:17 AM Changeset [2561] by
- add Russian translation by Anton Sotkov
- 12:10 AM Changeset [2560] by
- don't hardcode min and max sizes for the inspector
Jul 30, 2007:
- 10:19 PM Changeset [2559] by
- use libtransmission's "can announce" functionality instead of custom …
- 8:48 PM Changeset [2558] by
- (gtk) don't #include private libtransmission headers. use g_snprintf() …
- 8:04 PM Ticket #267 (cross-compiler awareness) closed by
- invalid: Using autoreconf, cross-compilation works as intended with glibc and …
- 7:55 PM Changeset [2557] by
- (libT) not all libT source files need to #include sha1/openssl, just …
- 7:08 PM Ticket #278 (Updated torrent, e.g., having more files, will not load after torrent ...) created by
- GTK+ version (including r2556) During the same Transmission session, …
- 6:11 PM Changeset [2556] by
- fix r2553 gtk hiccup: use the `select all' stock icon iff gtk+ >= 2.10
- 6:04 PM Changeset [2555] by
- add portability wrapper for in_port_t…
- 5:11 PM Changeset [2554] by
- (libT) get "update tracker" working again. (gtk) add "update tracker" …
- 3:51 PM Changeset [2553] by
- (gtk) add select-all, deselect-all
- 3:27 PM Changeset [2552] by
- better encapsulation of platform-specific constructs: tr_thread_t, …
- 2:31 PM Changeset [2551] by
- sync the two build systems w.r.t. dirname() and basename()
- 2:11 PM Changeset [2550] by
- add libgen test to configure.ac
- 2:00 PM Ticket #266 (Building Transmission from svn in Zeta 1.21 gives an error that don't ...) closed by
- fixed: transmission.2.diff has been checked into svn r2549 and I've added …
- 1:59 PM Changeset [2549] by
- Get BeOS client building on Zeta 1.21 thanks to patches by Fredrik Modéen
- 12:15 PM Ticket #277 (Large DLs Still Stuck in the last 15% (Redownloading / Miscalculating ...) created by
- I keep seeing people posting that this is fixed in the latest …
- 10:08 AM Changeset [2548] by
- add italian localization
Jul 29, 2007:
- 11:13 PM Changeset [2547] by
- make Credits closer to AUTHORS
- 7:16 PM Changeset [2546] by
- fix small memory leak
- 6:31 PM Changeset [2545] by
- Add a couple headers needed to build on openbsd.
- 6:11 PM Changeset [2544] by
- this looks bug but it's not: just janitorial cleanup, moving #includes …
- 5:29 PM Changeset [2543] by
- Add Jan Geboers as Dutch translator of gtk+ client
- 3:02 PM Changeset [2542] by
- grammar and comment ;)
- 12:57 PM Ticket #276 (crash when adding torrents (os x)) closed by
- worksforme: Looking at the line of the assertion failure, this failure is either …
- 6:18 AM Ticket #276 (crash when adding torrents (os x)) created by
- Puppy Linux torrents added from this url: …
- 5:02 AM Changeset [2541] by
- remove unneeded images from the nib files
- 4:54 AM Changeset [2540] by
- add Korean translation from Jaewoo Chung
- 2:39 AM Ticket #275 (completed badge not disappearing) created by
- when a torrent is finished, the red completed dock badge does not …
Jul 28, 2007:
- 11:00 PM Changeset [2539] by
- utf8ize nl.po to make hussam and Lacrocivious happy
- 10:47 PM Changeset [2538] by
- * now that we've got a new function at the top of the CPU hog list, …
- 7:28 PM Changeset [2537] by
- (gtk) add Dutch translation by Jan Geboers
- 6:06 PM Changeset [2536] by
- whoops
- 5:53 PM Changeset [2535] by
- clean up xcode project
- 5:43 PM Changeset [2534] by
- un-refresh xcode project file
- 4:31 PM Changeset [2533] by
- fix r2531 bug reported by Lacrocivious
- 3:58 PM Changeset [2532] by
- add a temporary debugging statement for Lacrocivious
- 3:43 PM Changeset [2531] by
- a nice patch that makes the three most CPU-hogging functions (as …
- 3:40 PM Changeset [2530] by
- go ahead and remove all old translations...they don't work and i …
- 2:51 PM Ticket #271 (memory leaks in os x version) closed by
- wontfix: If you can post more useable info reopen.
- 5:03 AM Changeset [2529] by
- SWE's xcode refresh
- 4:56 AM Changeset [2528] by
- add better info icon.
- 4:19 AM Changeset [2527] by
- version.sh can't call svn from the command-line…
- 4:10 AM Changeset [2526] by
- get both build systems (hand-written configure, and autoconf) to …
- 2:17 AM Changeset [2525] by
- * better `info' icon for torrent inspector. * fix internal.h ifdefs …
- 12:41 AM Changeset [2524] by
- last commit wasn't exiting gracefully.
- 12:27 AM Changeset [2523] by
- download column wasn't sorting correctly.
- 12:12 AM Changeset [2522] by
- add a wx version test to see if SetSashGravity?() is available
Jul 27, 2007:
- 11:18 PM Changeset [2521] by
- gtk: updated swedish translation by Daniel Nylander
- 11:13 PM Changeset [2520] by
- 0.80 translation strings
- 11:09 PM Changeset [2519] by
- lots of work on getting basic functionality up and running.
- 11:07 PM Changeset [2518] by
- save a little bit of memory per-torrent.
- 9:38 PM Changeset [2517] by
- rename from 0.8-svn to 0.72+ let the confusion begin…
- 9:01 PM Changeset [2516] by
- don't allow creation of torrent files with total size of zero bytes
- 12:50 PM Ticket #274 (segment violation when trying to run Transmission in Zeta) created by
- this are how the error looks like. Can this be due to not having built …
- 12:31 PM Ticket #273 (basename and dirname gives an error in Zeta) created by
- Some how basename and dirname don't work in Zeta so -DHAVE_LIBGEN have …
- 11:56 AM Changeset [2515] by
- fix stupid typo in completion.c that gave the wrong valid dl amount
- 2:25 AM Changeset [2514] by
- fix r2417 bug that caused transmission-daemon to not daemonize
- 1:59 AM Changeset [2513] by
- tweak r2510 misassertion reported by Lacrocivious
- 1:58 AM Changeset [2512] by
- refinement of r2510
- 1:50 AM Changeset [2511] by
- gracefully fail when poison torrents containing no files, or zero byte …
- 1:40 AM Changeset [2510] by
- Tighte up the "are you sure you want to exit?" dialog a bit for HIG
- 1:22 AM Changeset [2509] by
- speed improvements to tr_torrentStat() by folding two expensive & …
- 1:05 AM Changeset [2508] by
- make all version strings the actual version string
Jul 26, 2007:
- 9:08 PM Ticket #272 (Torrent.m :: update() function might be wrong) closed by
- fixed: Fixed in [2507]
- 9:08 PM Changeset [2507] by
- fix #272
- 7:17 PM Ticket #251 (Valid Download Starts at 0 Again) closed by
- fixed: I think this is fixed now in r2506.
- 7:15 PM Changeset [2506] by
- fix bug in tr_cpDownloadedValid() that caused download sizes of > 4 …
- 5:21 PM Changeset [2505] by
- use G_GNUC_UNUSED macro to fix unused variable warnings
- 5:15 PM Changeset [2504] by
- fix unused variable compiler warnings
- 5:11 PM Ticket #272 (Torrent.m :: update() function might be wrong) created by
- when building the status string, case TR_STATUS_SEED and TR_STATUS …
- 1:40 PM Ticket #271 (memory leaks in os x version) created by
- This was reported by Plantain on 7/26 in #transmission. I don't know …
- 4:06 AM Ticket #269 (speed limit not working) closed by
- worksforme: Seems that when you throttle the connection you don't download/upload …
- 3:57 AM Changeset [2503] by
- a better fix for the tr_rand() crash experienced earlier today
- 1:25 AM Changeset [2502] by
- wx: finished more showing & sorting columns in the torrent list. …
Jul 25, 2007:
- 8:55 PM Changeset [2501] by
- avoid using tr_rand() in peerPulse(); it's giving both me and SWE some …
- 8:44 PM Ticket #263 (Reporting hash failed pieces to tracker) reopened by
- Have to correct the statement i made today via IRC (and Charles quoted …
- 7:01 PM Changeset [2500] by
- fix misassertion from a couple of revisions ago when trying to smoke …
- 6:43 PM Changeset [2499] by
- avoid null pointer dereferencing in tr_torrentInit*() as reported by …
- 6:30 PM Changeset [2498] by
- fix endgame bug reported again and again and again by SoftwareElves? ;)
- 5:46 PM Changeset [2497] by
- some assertions to smoke out the error that SoftwareElves? is seeing
- 5:38 PM Ticket #263 (Reporting hash failed pieces to tracker) closed by
- invalid: <xiffix> hi :) Have seen Changeset 2493 - it is not true, that Azureus …
- 5:38 PM Changeset [2496] by
- Undo the reporting stats change in r2493, based on info from xiffix …
- 5:36 PM Ticket #263 (Reporting hash failed pieces to tracker) reopened by
- 5:27 PM Changeset [2495] by
- fix compiler warnings reported by wereHamster
- 5:19 PM Changeset [2494] by
- fix double-free crash on opening a corrupt torrent file. reported by …
- 4:51 PM Ticket #263 (Reporting hash failed pieces to tracker) closed by
- fixed: fixed in r2493
- 4:50 PM Changeset [2493] by
- Follow Azureus' and uTorrent's lead in not counting corrupt pieces in …
- 4:33 PM Ticket #270 (Transmission crashes with Rev 2489) closed by
- fixed: This isHHshould be fixed in r2492. Thanks for the report.
- 4:33 PM Changeset [2492] by
- Fix peer destructor bug from ticket #270. This bug dates back to …
- 4:04 PM Changeset [2491] by
- gtk: fix minor "unused variable" warning.
- 1:31 PM Ticket #270 (Transmission crashes with Rev 2489) created by
- Without warning or any other signs T crashes a lot and it gets worse …
- 10:09 AM Ticket #269 (speed limit not working) created by
- in the current built if scheduling is enabled, when speed limit comes …
- 5:37 AM Changeset [2490] by
- "open torrent file" now works.
- 2:28 AM Changeset [2489] by
- fix off-by-one in r2488 reported by BentMyWookie?. Hooray for assert()!
- 1:59 AM Changeset [2488] by
- * fix overflow error from earlier today. (this was the crash talked …
- 1:00 AM Changeset [2487] by
- make values in newly created .torrent files alphabetically sorted
- 12:06 AM Changeset [2486] by
- make short and long version strings the next release instead of the …
Jul 24, 2007:
- 8:49 PM Changeset [2485] by
- add some assertion tests for #transmission
- 8:29 PM Changeset [2484] by
- take a shot in the dark on the crash reported in #transmission
- 8:12 PM Changeset [2483] by
- fix systray icon size and "exit" command.
- 6:59 PM Changeset [2482] by
- fix the high CPU load during endgame.
- 5:08 PM Changeset [2481] by
- remove unused function tr_cpMostMissingBlockInPiece()
- 4:04 PM Changeset [2480] by
- remove unused function _tr_blockPosInPiece()
- 2:51 PM Changeset [2479] by
- faster tr_cpGetStatus() and tr_bitfieldHas(), which were showing up at …
- 11:50 AM Changeset [2478] by
- tr_cpBlockAdd: small speedup.
- 11:47 AM Changeset [2477] by
- do the low-CPU tests first when deciding which blocks to request. …
- 9:21 AM Ticket #267 (cross-compiler awareness) created by
- Transmission is also used in embeded world where cross-compiling is …
- 4:36 AM Changeset [2476] by
- the "recheck" button works now.
- 1:45 AM Changeset [2475] by
- add progress of checking
- 1:33 AM Changeset [2474] by
- much faster rechecking of incomplete torrents. added …
- 1:04 AM Changeset [2473] by
- hide the pause button when checking
- 12:09 AM Changeset [2472] by
- get "recheck files" working properly again.
Jul 23, 2007:
- 11:59 PM Changeset [2471] by
- torrent filters work now... we finally have a working feature! ;)
- 11:18 PM Changeset [2470] by
- adjust about window and credits a little bit
- 10:09 PM Ticket #250 (T asserts when downloading) closed by
- fixed: If this is still a factor, reopen, but there have been a lot of …
- 9:01 PM Changeset [2469] by
- torrent filter counts work now.
- 8:56 PM Ticket #266 (Building Transmission from svn in Zeta 1.21 gives an error that don't ...) created by
- this are the error and the same line exist in 0.72 but don't returns …
- 5:36 PM Changeset [2468] by
- more image work
- 5:12 PM Changeset [2467] by
- for the time being, use xpm-based icons in the toolbar
- 3:33 PM Changeset [2466] by
- cleanup preferences file keys
- 3:20 PM Changeset [2465] by
- * make torrent list's columns sortable. * remember torrent sort order …
- 5:43 AM Changeset [2464] by
- added a taskbar icon for Xmission, showing the total ul/dl speed in …
- 3:03 AM Changeset [2463] by
- use tr_loadTorrents() during startup.
- 3:00 AM Changeset [2462] by
- set default torrent ul/dl speed limits from global ul/dl speed. as a …
- 2:43 AM Changeset [2461] by
- build errors reported by SoftwareElves?
- 12:56 AM Changeset [2460] by
- cleaner sizer code in the main window
Jul 22, 2007:
- 7:37 PM Changeset [2459] by
- * add code to refresh the torrent list, and a timer to call it. * …
- 6:20 PM Changeset [2458] by
- adjust the about window a little
- 6:04 PM Changeset [2457] by
- new about window and updated credits file, inspired by adium's
- 3:58 AM Ticket #265 (Remove fast-resume cache when appropriate) created by
- The fast-resume cache should be deleted if the delete data flag is …
- 2:24 AM Changeset [2456] by
- xmission: load torrents on startup and populate the torrent list.
Jul 21, 2007:
- 6:46 PM Changeset [2455] by
- new utility function for app startup: tr_loadTorrents()
- 6:31 PM Changeset [2454] by
- put information messages in tr_inf(), not fprintf()
- 6:03 PM Changeset [2453] by
- when closing torrents, don't try to re-stop torrents that are already …
- 5:35 PM Changeset [2452] by
- fix looooong-standing bug that choked tracker connections
- 2:21 PM Changeset [2451] by
- update help a little
- 12:47 PM Changeset [2450] by
- fix some exceptions based on forgetting to raname some methods
- 3:13 AM Changeset [2449] by
- merge upload and download speed methods
Jul 20, 2007:
- 9:04 PM Changeset [2448] by
- warnings--
- 8:54 PM Changeset [2447] by
- get quick pausing when moving working
- 8:35 PM Changeset [2446] by
- get compiling with new speed code
- 5:09 PM Changeset [2445] by
- when building the tooltip, ensure the string is zero-terminated
- 8:33 AM Changeset [2444] by
- finish splitting the rate control from one state into two states as …
- 6:08 AM Changeset [2443] by
- more work on speed control
- 4:26 AM Changeset [2442] by
- get the mac build compiling again
- 3:24 AM Changeset [2441] by
- more work on the speed limits as hammered out w/BentMyWookie
- 2:19 AM Changeset [2440] by
- simplify the download finished/restarting code
- 2:12 AM Changeset [2439] by
- portability for wx 2.6 and for both unicode and ascii builds of wxWidgets
Jul 19, 2007:
- 10:15 PM Ticket #261 (Transmission reports "Not enough remaining disk space" even the space ...) closed by
- fixed: In [2438] it will now consider existing file size, but will have to …
- 10:12 PM Changeset [2438] by
- when checking remaining space, factor in preallocated space (but for …
- 8:35 PM Changeset [2437] by
- make the torrent list columns configurable.
- 7:05 PM Changeset [2436] by
- start filling out the main window layout
- 2:57 PM Changeset [2435] by
- finish changing from xpm to png
- 2:53 PM Changeset [2434] by
- update the configure script's directory list
- 2:52 PM Changeset [2433] by
- rename "xpm" subdir as "images"
- 2:50 PM Changeset [2432] by
- wx: change from xpm to png to avoid jaggy edges in the icons
- 2:06 PM Changeset [2431] by
- first baby steps of wx client. currently just a window with menus and …
- 11:54 AM Changeset [2430] by
- simplify xml.c and utils.c's dependencies
- 10:56 AM Changeset [2429] by
- de-inline some big functions.
- 10:49 AM Changeset [2428] by
- remove the TR_HTONL macro
- 10:37 AM Changeset [2427] by
- remove TR_NTOHL macro
- 5:20 AM Changeset [2426] by
- Clean up unused cflags. Add the right include directory to build the …
- 3:55 AM Ticket #259 (Improve queue for file selection) closed by
- fixed: This should be fixed in [2423].
- 3:55 AM Changeset [2425] by
- Include stdio.h a couple places where it could be needed.
- 3:49 AM Changeset [2424] by
- small string change
- 3:48 AM Changeset [2423] by
- add extra state change checks
- 3:36 AM Changeset [2422] by
- on second glance, there are even more issues that keep us from working …
- 3:17 AM Changeset [2421] by
- Check for socket and dns library in a better way.
- 3:16 AM Changeset [2420] by
- Transmission won't be as pretty and shiny for gtk+ 2.4 users, but it …
- 2:04 AM Changeset [2419] by
- Run xcodebuild from the right directory.
- 1:30 AM Changeset [2418] by
- A couple autoconf fixes for osx.
- 1:27 AM Changeset [2417] by
- Add compat code for if daemon() function isn't available.
- 1:27 AM Changeset [2416] by
- Conditionally define a couple of macros that may be missing. Remove a …
- 1:25 AM Changeset [2415] by
- Apparently "sun" is a bad choice for a variable name on solaris.
- 1:21 AM Ticket #262 (2388 breaks OS X compiling) closed by
- fixed: Added in [2414]
- 1:21 AM Changeset [2414] by
- get mac build compiling again
- 1:09 AM Ticket #260 (Growl notifications not localized) closed by
- invalid: They are localized in the source, so it's up to the translator of the …
- 12:57 AM Changeset [2413] by
- bzero -> memset
- 12:21 AM Changeset [2412] by
- Build on solaris.
- 12:09 AM Changeset [2411] by
- almost done reverting.
- 12:04 AM Changeset [2410] by
- revert to the old makefile
Note: See TracTimeline
for information about the timeline view.