Commit Graph

270 Commits

Author SHA1 Message Date
Charles Kerr 5ad7ed550f (trunk) more win32 fixes from rb07 in #3311 2010-06-22 00:12:52 +00:00
Charles Kerr eda211e5ce (trunk) #2983: add command-line utilities for creating .torrent files, for editing passkeys, for adding/removing trackers, etc. 2010-06-16 14:27:24 +00:00
Charles Kerr e54affeb34 (trunk) bump user-agent to 2.00+ and peer-id prefix to -TR200Z- 2010-06-16 02:00:18 +00:00
Charles Kerr 2ede3f08d1 (trunk) bump to 2.00 2010-06-16 00:53:57 +00:00
Charles Kerr 78e62a38ed (trunk) remove hardcoded optimization flags for supported builds in configure.ac. Packagers/builders/installers know their kernel & hardware better than Transmission does. 2010-06-06 17:47:34 +00:00
Charles Kerr 9b653523bb (trunk) #3230 "configure: libevent not found" -- honor user-specified LIBEVENT_CFLAGS and LIBEVENT_LDFLAGS arguments 2010-05-25 19:46:28 +00:00
Charles Kerr 52ac4cd0b9 (trunk) #3222 "don't bundle libevent" -- autoconf-based builds no longer use our copy of libevent, and it's not included in the tarball anymore. 2010-05-20 20:16:22 +00:00
Charles Kerr da2ef53eeb (trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients 2010-05-08 22:42:28 +00:00
Mitchell Livingston a4b5516fc1 (trunk) update version to 1.93+ 2010-05-01 16:05:29 +00:00
Charles Kerr 01ae1dbe37 (trunk) #3111 "configure --disable-FOO doesn't quite work" -- fixed in trunk for 2.00. patch by naddy 2010-04-01 22:17:52 +00:00
Charles Kerr 6c8049742f (trunk) #3109 "configure: option name doesn't match description" -- fixed in trunk for 2.00 2010-04-01 22:12:32 +00:00
Charles Kerr e1607c8354 (trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00 2010-03-17 19:23:03 +00:00
Charles Kerr 4b554c7d56 (trunk) add a note about optional dependencies in the configure script's output 2010-03-15 15:30:48 +00:00
Mitchell Livingston f8bc2c472b (trunk) update to 1.92+ 2010-03-12 02:11:32 +00:00
Charles Kerr 31b30501c4 (trunk libT) #2987 "push libcurl into its own worker thread" -- lower the libcurl prerequisite from 7.16.3 down to 7.15.4 2010-03-09 19:52:58 +00:00
Charles Kerr dc15f9f747 (trunk) #2941 "Compile error when libintl is not present" -- fixed in trunk for 1.92 2010-02-26 16:51:27 +00:00
Mitchell Livingston 5b029c68cd now it's 1.91+ 2010-02-22 03:36:35 +00:00
Mitchell Livingston 592f6041e9 reset to 1.90 2010-02-22 02:41:02 +00:00
Mitchell Livingston db644587d0 update to 1.91+ 2010-02-22 02:04:47 +00:00
Mitchell Livingston 4de974e329 update to 1.91 2010-02-22 01:15:11 +00:00
Charles Kerr 204243c5bd (trunk libT) #2952: "When possible, use posix_memalign() instead of valloc()" -- fixed in trunk for 1.91 2010-02-22 01:01:59 +00:00
Mitchell Livingston fea912dd21 update to 1.90+ 2010-02-18 03:52:03 +00:00
Charles Kerr 3b66622014 (trunk) tweak 1.90 NEWS; bump configure.ac 2010-02-16 16:00:31 +00:00
Charles Kerr 6897fea531 (trunk) tweak the configure script's "options" display to emphasise that the optional libraries are optional 2010-02-15 14:39:04 +00:00
Charles Kerr d3ae2cf696 (trunk libT) use valloc() and st.st_blksize when verifying local data 2010-02-12 19:59:30 +00:00
Charles Kerr ce980afe50 (trunk) ...and, revert the last commit as promised 2010-02-11 19:54:27 +00:00
Charles Kerr ad132f1510 (trunk) this is temporary commit to get hudson-t to build a copy of Transmission with a customized peer_id for testing 2010-02-11 19:47:50 +00:00
Mitchell Livingston f3633a81a9 trunk is 1.83+ 2010-02-11 03:27:50 +00:00
Charles Kerr a95aae5591 (trunk) as promised, remove the announce logging code. now safe for general-purpose nightly build testing again. 2010-02-10 04:50:21 +00:00
Charles Kerr acc8e64102 (trunk) another test build that logs tracker announces to a file in /tmp, so you probably shouldn't use it unless I've asked you to. After hudson-t is done building a debug dmg of this, I'll commit r10155 to remove the logging code 2010-02-10 04:35:59 +00:00
Charles Kerr a8a5a6cae5 (trunk) revert that last commit, which was only intended for about a dozen people. Unless you're one of them (and you don't know, then you're not) DON'T USE r10145. r10145 -- **ONLY** r10145 -- stored user's tracker announces to a logfile in /tmp. 2010-02-09 02:46:40 +00:00
Charles Kerr 8e51476258 pulling my hair out.... gaaaah 2010-02-09 01:47:16 +00:00
Charles Kerr 43dc275579 (trunk) in the configure script's "Configuration:" output, describe what each of the optional libraries is for so that builders will be better able to decide whether or not they want to install missing libraries 2010-02-08 19:04:27 +00:00
Charles Kerr 1724553212 (trunk) per-tier up/down/corrupt byte counts for announcing to trackers 2010-02-08 16:47:30 +00:00
Charles Kerr 6959cbac6f (trunk) and, now that hudson's got a dmg, undo that peer_id 2010-02-08 03:41:03 +00:00
Charles Kerr f194f3f6dc (trunk) another test peer_id 2010-02-08 03:27:35 +00:00
Charles Kerr 5074c0c021 (trunk gtk) #2873 "optional appindicator support" -- committed patch to trunk for 1.90 2010-02-07 19:32:35 +00:00
Charles Kerr 385255a0e9 (trunk) revert r10115 to freeze the -TR183P peer_id at that revision number 2010-02-06 17:18:33 +00:00
Charles Kerr dd60beec65 (trunk) poke the peer_id to -TR183P for tracker testing 2010-02-06 16:55:27 +00:00
Charles Kerr d83282329f (trunk) formatting fix to the configure script's "Configuration:" output 2010-02-05 21:20:10 +00:00
Charles Kerr de2d0154e7 (trunk libT) #2849 "When possible, use fallocate64() for file preallocation" -- implemented for 1.90 2010-02-02 03:01:25 +00:00
Charles Kerr 743ef2a3c6 (trunk) #2795 "non-GUI compilation issues on OS X 10.4" -- fixed for 1.90 2010-01-29 19:11:56 +00:00
Charles Kerr 34187bad0f (trunk) bump trunk version from 1.83 to 1.83+ 2010-01-29 16:14:47 +00:00
Mitchell Livingston 0de4496b41 update version to 1.83 2010-01-29 00:59:08 +00:00
Charles Kerr 6cb88d23df (trunk daemon) #2816 "configure script ignores paramter" -- fixed in trunk for 1.83 2010-01-28 22:18:55 +00:00
Mitchell Livingston 98c7a479ab 1.82+ 2010-01-23 14:54:50 +00:00
Mitchell Livingston c875a4a6d5 yay 1.82 2010-01-23 14:22:21 +00:00
Charles Kerr 7f236280ae (trunk) update NEWS, bump to 1.81. 2010-01-23 00:01:26 +00:00
Mitchell Livingston f9354c0ce9 1.80+ 2010-01-21 02:47:52 +00:00
Mitchell Livingston ebf958c92c update NEWS and version information 2010-01-20 23:54:49 +00:00