Charles Kerr
|
9aeb9a86a3
|
tweak
|
2008-08-20 01:55:28 +00:00 |
Charles Kerr
|
6e23743c33
|
(libT) do proper JSON escaping
|
2008-08-19 23:11:35 +00:00 |
Charles Kerr
|
f205d487c6
|
fix a misplaced comma in the rpc spec's JSON example
|
2008-08-19 16:36:59 +00:00 |
Mukund Sivaraman
|
03520624e6
|
Use ANSI declaration
|
2008-08-19 06:57:55 +00:00 |
Charles Kerr
|
812b6a1218
|
roll back the last two diffs (r6582 and r6583) in favor of a simpler/cleaner/better fix
|
2008-08-18 03:44:09 +00:00 |
Charles Kerr
|
a16568db66
|
hudson-t is a wuss
|
2008-08-18 03:14:54 +00:00 |
Charles Kerr
|
0396d9691f
|
(libT) better handling of non-ascii characters when parsing JSON files
|
2008-08-18 03:10:59 +00:00 |
Mitchell Livingston
|
26ef4c77f4
|
typo--
|
2008-08-18 01:45:13 +00:00 |
Mitchell Livingston
|
cf670a74b1
|
finish updating web ui inconsistent names, part 2
|
2008-08-18 01:42:57 +00:00 |
Mitchell Livingston
|
d3abcdfefa
|
#1160: finish updating web ui inconsistent names
|
2008-08-18 01:36:29 +00:00 |
Mitchell Livingston
|
e018aa4a93
|
remove another unused file
|
2008-08-18 01:21:49 +00:00 |
Mitchell Livingston
|
d1e2581d94
|
cli and daemon build in Xcode again
|
2008-08-18 01:08:35 +00:00 |
Mitchell Livingston
|
7795e4fbec
|
fix pluralization of "address"
|
2008-08-17 22:51:56 +00:00 |
Mitchell Livingston
|
3472851f80
|
when checking the previous tracker address for the torrent creator, don't use a blank address
|
2008-08-17 22:50:02 +00:00 |
Mukund Sivaraman
|
e44f96c88c
|
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.
|
2008-08-17 21:53:24 +00:00 |
Mukund Sivaraman
|
f4fb332a58
|
Fixing dependency (tr-core.c: tr-core-dbus.h)
|
2008-08-17 21:43:39 +00:00 |
Mukund Sivaraman
|
87513aa8f8
|
Add UTF-8 charset to Content-Type HTTP headers
|
2008-08-17 21:16:22 +00:00 |
Mitchell Livingston
|
e7d449c83a
|
remove unused applescript
|
2008-08-17 15:47:25 +00:00 |
Mitchell Livingston
|
f20f90e7ca
|
remove unneeded hardcoded default values
|
2008-08-17 14:13:13 +00:00 |
Mukund Sivaraman
|
4777a845b6
|
Use dbus even if the binding tool is not found
The bindings are shipped anyway.
|
2008-08-17 12:39:37 +00:00 |
Mukund Sivaraman
|
04d9cc1d54
|
Check for threads
|
2008-08-17 12:39:34 +00:00 |
Mukund Sivaraman
|
4404ead503
|
Add tr-core-dbus.xml to EXTRA_DIST
|
2008-08-17 12:39:31 +00:00 |
Mukund Sivaraman
|
317281f87c
|
Don't show an error when transmission is run twice
Instead, present the main window. This commit also auto-generates
the dbus bindings.
|
2008-08-17 12:39:26 +00:00 |
Mitchell Livingston
|
e56a34000b
|
update release notes url
|
2008-08-17 01:12:56 +00:00 |
Mitchell Livingston
|
ac70f13ff1
|
update appcast a bit
|
2008-08-16 23:54:46 +00:00 |
Charles Kerr
|
d06f101e57
|
#220: lazy bitfields
|
2008-08-16 21:06:57 +00:00 |
Mitchell Livingston
|
6111a82a5f
|
adjustments to the releasenotes
|
2008-08-16 19:52:22 +00:00 |
Mitchell Livingston
|
16ae41ad72
|
update the appcast with a new look
|
2008-08-16 19:45:38 +00:00 |
Mitchell Livingston
|
f8077b5bca
|
the default is now to not limit upload and to have a default of 50 kb/s
|
2008-08-16 18:05:48 +00:00 |
Charles Kerr
|
93898401fb
|
more connection management changes
|
2008-08-16 16:00:49 +00:00 |
Charles Kerr
|
839cfe9155
|
(gtk) #1193: add a shadow to the torrent list
|
2008-08-16 06:17:42 +00:00 |
Charles Kerr
|
c3eb56a6e0
|
(libT) some more peer connection management: (1) reset `numFails' to zero after a successful connect (2) tweak the reconnect intervals a bit
|
2008-08-16 06:07:11 +00:00 |
Charles Kerr
|
52efe10ec5
|
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.
|
2008-08-16 05:12:55 +00:00 |
Charles Kerr
|
94ac86bec6
|
(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.
|
2008-08-16 05:11:28 +00:00 |
Mitchell Livingston
|
7aedca7c43
|
Sparkled
|
2008-08-15 23:12:58 +00:00 |
Mitchell Livingston
|
cec1ab34e8
|
trunk: update NEWS
|
2008-08-15 22:57:07 +00:00 |
Charles Kerr
|
21976d47df
|
#1196: configure switch --enable-darwin is dubious
|
2008-08-15 21:01:02 +00:00 |
Charles Kerr
|
24362e1b94
|
(libT) fix a couple of compiler warnings from gcc -Wmissing-prototypes -Wdeclaration-after-statement
|
2008-08-15 20:28:43 +00:00 |
Charles Kerr
|
7b8b26bcbb
|
fix shttpd issue reported by Gimp_
|
2008-08-15 19:45:46 +00:00 |
Mukund Sivaraman
|
ca6909db33
|
Enable checking of deprecated GTK usage (in beta/unstable releases only)
|
2008-08-15 19:31:59 +00:00 |
Mukund Sivaraman
|
2a8a474bca
|
Make URL clickable in about dialog
|
2008-08-15 17:45:18 +00:00 |
Mukund Sivaraman
|
3d97ed16b2
|
Add autogen.sh to EXTRA_DIST
|
2008-08-15 15:50:35 +00:00 |
Mitchell Livingston
|
2bf3559d13
|
initial Sparkle 1.5 b5 commit
|
2008-08-15 01:44:46 +00:00 |
Mitchell Livingston
|
30a8c07e00
|
remove Sparkle 1.1
|
2008-08-15 01:43:30 +00:00 |
Mitchell Livingston
|
69423b2449
|
remove a nonexistent cli file from the xcode project
|
2008-08-14 21:54:02 +00:00 |
Mitchell Livingston
|
fa2bc23cda
|
remove potentially invalid tracker url's in the creator window
|
2008-08-14 21:47:23 +00:00 |
Charles Kerr
|
d7ab0d8a15
|
possible quick-fix for the "wasted data due to collisions" bug reported in http://forum.transmissionbt.com/viewtopic.php?f=3&t=5643. surely it's not this easy, but let's see
|
2008-08-14 20:17:55 +00:00 |
Mukund Sivaraman
|
faad3cd2ae
|
Remove obsolete macro call
|
2008-08-14 17:47:23 +00:00 |
Charles Kerr
|
d6b2cbae9b
|
(libT) add unit tests for tr_bitfieldAddRange()
|
2008-08-14 14:38:13 +00:00 |
Charles Kerr
|
94c106388b
|
(libT) don't use goto when we don't have to :)
|
2008-08-14 11:45:12 +00:00 |