]>
granicus.if.org Git - transmission/log
Mitchell Livingston [Fri, 29 Aug 2008 00:39:02 +0000 (00:39 +0000)]
trunk: update the list of mac files to include in the tarball
Mitchell Livingston [Thu, 28 Aug 2008 02:25:57 +0000 (02:25 +0000)]
if the quick look window is in the middle of opening and the selection changes, update the window
Mitchell Livingston [Thu, 28 Aug 2008 00:47:50 +0000 (00:47 +0000)]
update NEWS
Charles Kerr [Wed, 27 Aug 2008 19:46:38 +0000 (19:46 +0000)]
(clutch) fix variablename typo. this is from a patch in ticket #1172
Charles Kerr [Wed, 27 Aug 2008 19:22:03 +0000 (19:22 +0000)]
(cli) #1226: errors should print to stderr
Charles Kerr [Wed, 27 Aug 2008 19:19:38 +0000 (19:19 +0000)]
(daemon) #1234: Improve transmission-remote's help info to not confuse a user
Charles Kerr [Wed, 27 Aug 2008 18:56:36 +0000 (18:56 +0000)]
fix a confusing extraneous line in the previous commit
Charles Kerr [Wed, 27 Aug 2008 18:50:21 +0000 (18:50 +0000)]
(libT) maybe fix the hangs reported by users in the recent nightlies.
Mukund Sivaraman [Wed, 27 Aug 2008 15:47:41 +0000 (15:47 +0000)]
Fix coding style of last commit
Mukund Sivaraman [Wed, 27 Aug 2008 15:46:50 +0000 (15:46 +0000)]
Return early if no URL is passed
Mitchell Livingston [Tue, 26 Aug 2008 21:44:51 +0000 (21:44 +0000)]
enable lazy bitfields
Charles Kerr [Tue, 26 Aug 2008 20:18:50 +0000 (20:18 +0000)]
(clutch) #1232: useless slash of inspector's Web UI "Tracker" field
Charles Kerr [Tue, 26 Aug 2008 15:27:00 +0000 (15:27 +0000)]
clarify part of the RPC spec
Charles Kerr [Tue, 26 Aug 2008 15:22:00 +0000 (15:22 +0000)]
#1217: libt/shttpd: "shttpd crash in decide_what_to_do()"
Charles Kerr [Mon, 25 Aug 2008 20:32:26 +0000 (20:32 +0000)]
(shttpd) replace VERSION with SHTTPD_VERSION.
(shttpd) make shttpd_edit_passwords() a public function for now to fix the build.
Charles Kerr [Mon, 25 Aug 2008 19:32:06 +0000 (19:32 +0000)]
upgrade to shttpd 1.42
Mitchell Livingston [Sat, 23 Aug 2008 00:25:34 +0000 (00:25 +0000)]
save the add window's location (#1221), and adjust the initial placement of most other windows
Mitchell Livingston [Fri, 22 Aug 2008 23:55:33 +0000 (23:55 +0000)]
#1210 on Mac, the web ui should now work when Transmission's path contains a space
Charles Kerr [Fri, 22 Aug 2008 23:04:16 +0000 (23:04 +0000)]
#1222: web access authentication text
Mitchell Livingston [Fri, 22 Aug 2008 22:59:20 +0000 (22:59 +0000)]
#1224 memory leak when updating blocklist: autoreleased with no pool
Charles Kerr [Fri, 22 Aug 2008 22:54:59 +0000 (22:54 +0000)]
(cli) #1223 ratio display in CLI client malformed
Charles Kerr [Fri, 22 Aug 2008 20:53:19 +0000 (20:53 +0000)]
uncrash the build
Charles Kerr [Fri, 22 Aug 2008 20:06:51 +0000 (20:06 +0000)]
crash deeper inside libtransmission. do not use this build; it crashes on purpose to test part of the nightly build system
Charles Kerr [Fri, 22 Aug 2008 19:14:19 +0000 (19:14 +0000)]
(libT) add an environmental variable to enable libcurl verbosity
Charles Kerr [Fri, 22 Aug 2008 17:59:31 +0000 (17:59 +0000)]
#1214: add RPC support for per-peer status,ul,dl,address info
Charles Kerr [Fri, 22 Aug 2008 17:14:29 +0000 (17:14 +0000)]
force Transmission to crash when started. don't use this revision; it's for testing the nightly build system.
Mukund Sivaraman [Fri, 22 Aug 2008 16:34:16 +0000 (16:34 +0000)]
Don't use memmove() for simple assignment
Mukund Sivaraman [Fri, 22 Aug 2008 16:30:07 +0000 (16:30 +0000)]
Use stricter type for enums
Mukund Sivaraman [Fri, 22 Aug 2008 16:30:02 +0000 (16:30 +0000)]
Don't move all the rest of peers if current peer is choked
Only move the last peer into place.
Mukund Sivaraman [Fri, 22 Aug 2008 16:13:52 +0000 (16:13 +0000)]
Use stricter type for enums
Mukund Sivaraman [Fri, 22 Aug 2008 16:03:49 +0000 (16:03 +0000)]
Remove unused missingBlockCount
Charles Kerr [Fri, 22 Aug 2008 15:33:55 +0000 (15:33 +0000)]
(libT) remove a little more dead code
Charles Kerr [Fri, 22 Aug 2008 15:15:02 +0000 (15:15 +0000)]
according to vraa's profiling, the highest CPU hit other than encryption is in peerPulse(). do we really need to call it every 50 msec? change the peerPulse() interval to 250 msec.
Charles Kerr [Fri, 22 Aug 2008 15:13:01 +0000 (15:13 +0000)]
(libT) say goodbye to the last `ii' variable in libT
Charles Kerr [Fri, 22 Aug 2008 14:52:20 +0000 (14:52 +0000)]
(libT) more dead code removal: tr_compareUint32(), tr_compareUint64(), tr_strcmp(), tr_strcasecmp()
Mukund Sivaraman [Fri, 22 Aug 2008 02:34:22 +0000 (02:34 +0000)]
Sort piece_data_time in descending order.
Also fix code style in some places.
Mukund Sivaraman [Fri, 22 Aug 2008 02:15:37 +0000 (02:15 +0000)]
Further fix/cleanup compare code
Charles Kerr [Fri, 22 Aug 2008 01:27:00 +0000 (01:27 +0000)]
undo part of r6616 to address the assertion failure reported by andersos and Waldorf
Charles Kerr [Fri, 22 Aug 2008 01:05:38 +0000 (01:05 +0000)]
fix #include warning
Charles Kerr [Thu, 21 Aug 2008 21:04:57 +0000 (21:04 +0000)]
* add DISABLE_GETTEXT preprocessor directive to turn off i18n in libtransmission for embedded devices.
* remove `wchar.h' #include from shttpd that broke the compile on embedded devices.
Charles Kerr [Thu, 21 Aug 2008 20:39:57 +0000 (20:39 +0000)]
(libT) more dead code removal: tr_compareTime() and tr_compareDouble()
Charles Kerr [Thu, 21 Aug 2008 20:18:34 +0000 (20:18 +0000)]
maybe fix m1b's tracker issue
Charles Kerr [Thu, 21 Aug 2008 19:03:56 +0000 (19:03 +0000)]
(libT) remove some dead functions: tr_calloc(), tr_compareUint16(), tr_compareUint32()
Charles Kerr [Thu, 21 Aug 2008 18:40:40 +0000 (18:40 +0000)]
(libT) avoid an unnecessary memory alloc
Charles Kerr [Thu, 21 Aug 2008 17:03:44 +0000 (17:03 +0000)]
fix metainfo bug from earlier today. (m1b, andersos)
Charles Kerr [Thu, 21 Aug 2008 16:12:17 +0000 (16:12 +0000)]
more metainfo/bencode cleanup
Charles Kerr [Thu, 21 Aug 2008 14:57:59 +0000 (14:57 +0000)]
bencode cleanup: remove unused functions and unnecessary #includes
Mitchell Livingston [Thu, 21 Aug 2008 03:51:14 +0000 (03:51 +0000)]
update the trunk version to 1.33+
Mitchell Livingston [Thu, 21 Aug 2008 03:47:59 +0000 (03:47 +0000)]
update the appcast and NEWS
Mitchell Livingston [Wed, 20 Aug 2008 21:53:52 +0000 (21:53 +0000)]
trunk: update NEWS
Charles Kerr [Wed, 20 Aug 2008 21:01:17 +0000 (21:01 +0000)]
more metainfo cleanup
Charles Kerr [Wed, 20 Aug 2008 19:21:57 +0000 (19:21 +0000)]
get rid of strlcat_utf8()
Charles Kerr [Wed, 20 Aug 2008 19:00:52 +0000 (19:00 +0000)]
allocate torrent/resume filenames on the heap instead of the stack
Charles Kerr [Wed, 20 Aug 2008 18:42:45 +0000 (18:42 +0000)]
make tr_bencDictFindType() private.
Mukund Sivaraman [Wed, 20 Aug 2008 16:19:47 +0000 (16:19 +0000)]
Use signed integers for storing the random values
Mukund Sivaraman [Wed, 20 Aug 2008 14:55:23 +0000 (14:55 +0000)]
Rename function to indicate its stupidity
Mukund Sivaraman [Wed, 20 Aug 2008 14:36:15 +0000 (14:36 +0000)]
Replace the random number generator inside peer-mgr with a
stupid faster one.
Mukund Sivaraman [Wed, 20 Aug 2008 13:54:31 +0000 (13:54 +0000)]
Inline tr_compareUint16() in this case
Mukund Sivaraman [Wed, 20 Aug 2008 13:45:52 +0000 (13:45 +0000)]
Make tr_bitfieldHas() a macro
Charles Kerr [Wed, 20 Aug 2008 01:55:28 +0000 (01:55 +0000)]
tweak
Charles Kerr [Tue, 19 Aug 2008 23:11:35 +0000 (23:11 +0000)]
(libT) do proper JSON escaping
Charles Kerr [Tue, 19 Aug 2008 16:36:59 +0000 (16:36 +0000)]
fix a misplaced comma in the rpc spec's JSON example
Mukund Sivaraman [Tue, 19 Aug 2008 06:57:55 +0000 (06:57 +0000)]
Use ANSI declaration
Charles Kerr [Mon, 18 Aug 2008 03:44:09 +0000 (03:44 +0000)]
roll back the last two diffs (r6582 and r6583) in favor of a simpler/cleaner/better fix
Charles Kerr [Mon, 18 Aug 2008 03:14:54 +0000 (03:14 +0000)]
hudson-t is a wuss
Charles Kerr [Mon, 18 Aug 2008 03:10:59 +0000 (03:10 +0000)]
(libT) better handling of non-ascii characters when parsing JSON files
Mitchell Livingston [Mon, 18 Aug 2008 01:45:13 +0000 (01:45 +0000)]
typo--
Mitchell Livingston [Mon, 18 Aug 2008 01:42:57 +0000 (01:42 +0000)]
finish updating web ui inconsistent names, part 2
Mitchell Livingston [Mon, 18 Aug 2008 01:36:29 +0000 (01:36 +0000)]
#1160: finish updating web ui inconsistent names
Mitchell Livingston [Mon, 18 Aug 2008 01:21:49 +0000 (01:21 +0000)]
remove another unused file
Mitchell Livingston [Mon, 18 Aug 2008 01:08:35 +0000 (01:08 +0000)]
cli and daemon build in Xcode again
Mitchell Livingston [Sun, 17 Aug 2008 22:51:56 +0000 (22:51 +0000)]
fix pluralization of "address"
Mitchell Livingston [Sun, 17 Aug 2008 22:50:02 +0000 (22:50 +0000)]
when checking the previous tracker address for the torrent creator, don't use a blank address
Mukund Sivaraman [Sun, 17 Aug 2008 21:53:24 +0000 (21:53 +0000)]
Send UTF-8 characters straight out in the JSON without encoding further
The code still handles escaping of control characters and double quotes.
Bugs #1089, #1169 and #1190 may be fixed by this commit.
Mukund Sivaraman [Sun, 17 Aug 2008 21:43:39 +0000 (21:43 +0000)]
Fixing dependency (tr-core.c: tr-core-dbus.h)
Mukund Sivaraman [Sun, 17 Aug 2008 21:16:22 +0000 (21:16 +0000)]
Add UTF-8 charset to Content-Type HTTP headers
Mitchell Livingston [Sun, 17 Aug 2008 15:47:25 +0000 (15:47 +0000)]
remove unused applescript
Mitchell Livingston [Sun, 17 Aug 2008 14:13:13 +0000 (14:13 +0000)]
remove unneeded hardcoded default values
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:37 +0000 (12:39 +0000)]
Use dbus even if the binding tool is not found
The bindings are shipped anyway.
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:34 +0000 (12:39 +0000)]
Check for threads
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:31 +0000 (12:39 +0000)]
Add tr-core-dbus.xml to EXTRA_DIST
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:26 +0000 (12:39 +0000)]
Don't show an error when transmission is run twice
Instead, present the main window. This commit also auto-generates
the dbus bindings.
Mitchell Livingston [Sun, 17 Aug 2008 01:12:56 +0000 (01:12 +0000)]
update release notes url
Mitchell Livingston [Sat, 16 Aug 2008 23:54:46 +0000 (23:54 +0000)]
update appcast a bit
Charles Kerr [Sat, 16 Aug 2008 21:06:57 +0000 (21:06 +0000)]
#220: lazy bitfields
Mitchell Livingston [Sat, 16 Aug 2008 19:52:22 +0000 (19:52 +0000)]
adjustments to the releasenotes
Mitchell Livingston [Sat, 16 Aug 2008 19:45:38 +0000 (19:45 +0000)]
update the appcast with a new look
Mitchell Livingston [Sat, 16 Aug 2008 18:05:48 +0000 (18:05 +0000)]
the default is now to not limit upload and to have a default of 50 kb/s
Charles Kerr [Sat, 16 Aug 2008 16:00:49 +0000 (16:00 +0000)]
more connection management changes
Charles Kerr [Sat, 16 Aug 2008 06:17:42 +0000 (06:17 +0000)]
(gtk) #1193: add a shadow to the torrent list
Charles Kerr [Sat, 16 Aug 2008 06:07:11 +0000 (06:07 +0000)]
(libT) some more peer connection management: (1) reset `numFails' to zero after a successful connect (2) tweak the reconnect intervals a bit
Charles Kerr [Sat, 16 Aug 2008 05:12:55 +0000 (05:12 +0000)]
a few attempts to reduce the "router death" load: lower the total number of connections made per second. increase the intervals for reconnecting to some peers. simplify the code a bit.
Charles Kerr [Sat, 16 Aug 2008 05:11:28 +0000 (05:11 +0000)]
(libT) route all outbound peer protocol messages through the outMessages buffer, to ensure that they're sent in sequence. previously the outbound pex message wasn't queued in this way.
Mitchell Livingston [Fri, 15 Aug 2008 23:12:58 +0000 (23:12 +0000)]
Sparkled
Mitchell Livingston [Fri, 15 Aug 2008 22:57:07 +0000 (22:57 +0000)]
trunk: update NEWS
Charles Kerr [Fri, 15 Aug 2008 21:01:02 +0000 (21:01 +0000)]
#1196: configure switch --enable-darwin is dubious
Charles Kerr [Fri, 15 Aug 2008 20:28:43 +0000 (20:28 +0000)]
(libT) fix a couple of compiler warnings from gcc -Wmissing-prototypes -Wdeclaration-after-statement
Charles Kerr [Fri, 15 Aug 2008 19:45:46 +0000 (19:45 +0000)]
fix shttpd issue reported by Gimp_
Mukund Sivaraman [Fri, 15 Aug 2008 19:31:59 +0000 (19:31 +0000)]
Enable checking of deprecated GTK usage (in beta/unstable releases only)
Mukund Sivaraman [Fri, 15 Aug 2008 17:45:18 +0000 (17:45 +0000)]
Make URL clickable in about dialog