Commit Graph

1954 Commits

Author SHA1 Message Date
Charles Kerr f5880b19dd wheee 2007-07-18 23:22:53 +00:00
Charles Kerr f071fba6ef add these for the same reason 2007-07-18 23:21:34 +00:00
Charles Kerr 3b656dfc9e update configure and aclocal.m4 to make it easier to use the automake configure script from svn 2007-07-18 23:20:27 +00:00
Charles Kerr 9c0959d27c required files 2007-07-18 23:13:30 +00:00
Charles Kerr 73cfb2605d include version.h.in, not version.h, in "make dist" 2007-07-18 23:05:38 +00:00
Charles Kerr 2a9ab2a7d9 add version.h.in 2007-07-18 23:04:50 +00:00
Charles Kerr bd3ce76fa5 part one of moving the build environment over to automake/autoconf. beware! 2007-07-18 23:04:26 +00:00
Charles Kerr b73297e799 sync with r2397 2007-07-18 22:59:29 +00:00
Josh Elsasser 77de71ae5e Don't build asprintf compat code on osx. 2007-07-18 22:12:08 +00:00
Charles Kerr 3c60fb0ded remove unused variable 2007-07-18 22:11:47 +00:00
Josh Elsasser 99e471f05d Replace nice readable bitshifts with ugly hex constants
to avoid the compiler warning about our weird error codes.
2007-07-18 18:09:03 +00:00
Josh Elsasser e542807018 I'm an idiot. 2007-07-18 17:58:16 +00:00
Josh Elsasser c3de527978 Fix cli so that it can exit. 2007-07-18 17:31:00 +00:00
Josh Elsasser 65ff7e43c2 Minor compatibility fix for awk. 2007-07-18 17:29:27 +00:00
Josh Elsasser a3e790f403 Replace bzero() with memset().
Define AF_LOCAL and SUN_LEN for systems that lack them.
Don't mix function and non function pointers without casting.
Fix a potential type mismatch in assignment.
2007-07-18 17:28:25 +00:00
Josh Elsasser 900aff7beb Include trcompat.h for asprintf()
Don't mix function and non function pointers without casting.
Replace a couple bzero()s with memset()s.
Remove a stray ;
Include a missing header.
2007-07-18 17:25:42 +00:00
Josh Elsasser adc0d4ac92 Add asprintf implementation for systems which lack it. 2007-07-18 17:19:14 +00:00
Charles Kerr ffeef6083a remove debugging statements that accidentally got checked in r2388 2007-07-18 05:33:20 +00:00
Charles Kerr dbe96a9e82 fold per-torrent ul/dl speed cap settings into libtransmission. synchronize gtk+ client with this change. breaks os x client. 2007-07-18 05:27:45 +00:00
Charles Kerr 04af3493d5 maybe fix ticket #256. or maybe not. I'd need the osx client to tell, so BentMyWookie gets to test my code as usual. 2007-07-18 03:30:57 +00:00
Mitchell Livingston 491da292f8 set another ipc method 2007-07-18 02:57:44 +00:00
Mitchell Livingston f0a4860166 add basic add torrent ability for ipc 2007-07-18 01:29:26 +00:00
Mitchell Livingston be99468373 when it's time to change, you have to rearrange 2007-07-18 01:23:37 +00:00
Mitchell Livingston 53d15b5483 images for priorities, courtesy of BigBossman 2007-07-18 00:59:08 +00:00
Josh Elsasser 80beee3d81 Display torrent error correctly. 2007-07-17 21:11:51 +00:00
Charles Kerr d182f5b4b6 test fix tr_getDone() for BentMyWookie 2007-07-17 00:31:38 +00:00
Charles Kerr d640972ed2 update the gtk client's translatable strings 2007-07-17 00:02:56 +00:00
Charles Kerr 9c7a913cdc r2377 cleanup 2007-07-16 23:52:05 +00:00
Mitchell Livingston 091a56d4ca identify dev builds of transmission correctly in the peers list 2007-07-16 21:57:22 +00:00
Charles Kerr 2f173fd4d4 fix overlap bug in file-selection where files adjacent to a "do not download" file could end up missing a few bytes. 2007-07-16 19:57:34 +00:00
Charles Kerr daf44d5073 add "don't ask me this again" checkbox to "really quit Transmission?" dialog box 2007-07-16 18:45:51 +00:00
Josh Elsasser 7befa196a1 Iterate correctly when removing all torrents. 2007-07-16 17:22:57 +00:00
Charles Kerr 1d95bcc689 re-randomize peer_id each time we start a torrent. (ticket #257) 2007-07-16 11:19:44 +00:00
Mitchell Livingston 551b2dd106 get rid of random NSLog() 2007-07-16 11:12:41 +00:00
Josh Elsasser 1ee1b38c60 Add getright peer id. 2007-07-16 05:53:10 +00:00
Charles Kerr 208ca81996 tyop fix 2007-07-16 02:23:30 +00:00
Mitchell Livingston 769b29ce68 get compiling 2007-07-16 01:05:03 +00:00
Charles Kerr 82fbfb4c47 disambiguate some of the tr_stat_t variables' names 2007-07-16 00:50:43 +00:00
Mitchell Livingston 17a59e129c increase priority selector width, and show the file table's top bar 2007-07-16 00:23:49 +00:00
Mitchell Livingston 76ad605726 adjust priority colors, and show a priority color for folders 2007-07-15 23:42:35 +00:00
Mitchell Livingston fb4173157e make fStat const 2007-07-15 22:20:02 +00:00
Charles Kerr a814d843ad get UPNP working again. huge thanks to BigBossman and persept for doggedly tracking down this bug. 2007-07-15 22:18:49 +00:00
Mitchell Livingston e0c0fd2a88 add a second file completion method for single files 2007-07-15 22:14:03 +00:00
Mitchell Livingston 04f0761d71 get the mac os build building again 2007-07-15 21:57:42 +00:00
Charles Kerr 7229f6c56b remove more functions made obsolete by tr_torrentFile(). 2007-07-15 20:29:57 +00:00
Charles Kerr 59459feb26 replace tr_torrentGetFileStatus() with tr_torrentFiles() for BMW 2007-07-15 20:05:32 +00:00
Charles Kerr 321b01d430 make tr_torrentStat() const.
malloc, rather than calloc, the buffer in strndup.
2007-07-15 19:12:54 +00:00
Charles Kerr 4a0c4b6fbc make tr_torrentGetFileStatus() more accurate 2007-07-15 18:47:43 +00:00
Charles Kerr ad6ae58e06 fix the bugs outlined by cluthi81 in ticket #255. 2007-07-15 17:36:56 +00:00
Mitchell Livingston 42bcba5853 use peersConnected instead of peersTotal 2007-07-15 17:25:06 +00:00