Charles Kerr
|
f8a7c4b347
|
#1406: need tr_getDefaultDownloadDir() for consistency between apps
|
2008-11-15 17:39:54 +00:00 |
Charles Kerr
|
42fe27c067
|
more fucking around with the speed measurements.
|
2008-11-08 02:49:04 +00:00 |
Charles Kerr
|
10566eece9
|
(libT) #849: preallocate files when possible to prevent disk fragmentation
|
2008-11-05 05:56:06 +00:00 |
Charles Kerr
|
b263a5f0e2
|
(libT) tr_handle --> tr_session
|
2008-11-02 22:21:59 +00:00 |
Charles Kerr
|
188adb1d6a
|
reverse patch #6948. one of the new gcc attributes seems to be causing trouble.
|
2008-10-23 02:37:21 +00:00 |
Charles Kerr
|
f0eddb5c20
|
(libT) move the TR_GNUC macros from utils.h to a standalone header file so other libT headers can use them without getting an extra dependency tree.
|
2008-10-22 18:42:37 +00:00 |
Charles Kerr
|
674307add7
|
Add a new token, TR_DEFAULT_ENCRYPTION, and use it as the default in the various clients.
Add a new #define, TR_EMBEDDED. When it's set, gettext is disabled and non-encrypted connections are the default.
|
2008-10-22 17:16:12 +00:00 |
Charles Kerr
|
6c96058d32
|
(libT) add tr_getMessageQueuing() for Spry
|
2008-10-21 19:40:12 +00:00 |
Charles Kerr
|
0c4f300f1b
|
#1369: clarify the different torrent status & callbacks' APIs and typenames
|
2008-10-20 17:54:56 +00:00 |
Charles Kerr
|
9d7ef3bf38
|
#1366: annotated the tr_info.torrent field to reflect its deprecated nature
|
2008-10-20 16:04:26 +00:00 |
Charles Kerr
|
2adcf84784
|
#1366: move tr_ctor{Set,Get}Save() to a package-private header.
|
2008-10-20 16:00:14 +00:00 |
Charles Kerr
|
67282cb794
|
further win32 portability fixes from Spry
|
2008-10-19 17:43:04 +00:00 |
Charles Kerr
|
b04be5fb2e
|
make MAX_PATH_LENGTH private to libtransmission. add tr_dirname() and tr_basename() utility / portability wrappers
|
2008-10-14 03:39:16 +00:00 |
Charles Kerr
|
24b75a7d74
|
maybe fix the mac build
|
2008-10-03 04:57:06 +00:00 |
Charles Kerr
|
4fab4c9e9b
|
(libT) finish killing tr_errno.
|
2008-10-03 04:49:06 +00:00 |
Charles Kerr
|
6cba9305ae
|
add a separate flag for enabling/disabling the rpc address whitelist
|
2008-10-01 22:59:29 +00:00 |
Charles Kerr
|
bddf34d7a8
|
#1309: Web/RPC interface ACL ignored
|
2008-10-01 20:23:57 +00:00 |
Charles Kerr
|
8903960174
|
a little more cleanup of the rpc server stuff.
|
2008-09-26 04:41:13 +00:00 |
Charles Kerr
|
4c34b2bc89
|
rpc-server cleanups. add true wildmat control. break the Mac build a little harder.
|
2008-09-25 18:48:09 +00:00 |
Charles Kerr
|
cc89872dd4
|
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
|
2008-09-23 19:11:04 +00:00 |
Charles Kerr
|
4fe1e1dae3
|
first draft at having more accurate speed controls
|
2008-09-17 19:44:24 +00:00 |
Mitchell Livingston
|
7b62feac10
|
enable lazy bitfields
|
2008-08-26 21:44:51 +00:00 |
Charles Kerr
|
82815a74d2
|
#1214: add RPC support for per-peer status,ul,dl,address info
|
2008-08-22 17:59: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 |
Charles Kerr
|
d06f101e57
|
#220: lazy bitfields
|
2008-08-16 21:06:57 +00:00 |
Charles Kerr
|
f4a5315ec4
|
#1156: make the RPC callbacks a little more flexible to make thread issues easier on the mac client
|
2008-08-14 02:12:29 +00:00 |
Charles Kerr
|
c75c512ff1
|
readability improvments #1, #2, #3, #4. (muks)
|
2008-08-12 13:51:11 +00:00 |
Charles Kerr
|
51aff87443
|
lots of C correctness tweaks suggested by sparse/cgcc
|
2008-08-11 19:05:02 +00:00 |
Charles Kerr
|
7974a1e50a
|
(libT) add proxy port arg as requested by BentMyWookie
|
2008-07-15 01:03:03 +00:00 |
Charles Kerr
|
eb254b8a54
|
#1042: "Announce allowed: Never"
|
2008-07-11 11:51:15 +00:00 |
Charles Kerr
|
9fb3bf6412
|
sync the man pages with the cli/daemon/remote changes
|
2008-07-08 17:44:33 +00:00 |
Charles Kerr
|
1cd9f2351e
|
have daemon and cli use tr-getopt too.
|
2008-07-08 16:50:34 +00:00 |
Charles Kerr
|
6cce27bf54
|
(rpc) simplify the rpc accessors
|
2008-06-16 03:47:50 +00:00 |
Charles Kerr
|
af8e44a5e7
|
maybe *now* 1.30 is feature complete: by popular demand, add proxy support for SOCKS4/SOCKS5. This will break the mac build temporarily.
|
2008-06-11 20:45:53 +00:00 |
Charles Kerr
|
71c2cdd1ea
|
#966: allow blocklist support in the daemon. add extra info in the man page explaining how to add blocklists.
|
2008-06-11 20:09:36 +00:00 |
Charles Kerr
|
f0229ed8ad
|
(libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts.
|
2008-06-11 16:15:45 +00:00 |
Charles Kerr
|
b94893a4c9
|
wire up the backend proxy support.
|
2008-06-10 16:16:31 +00:00 |
Charles Kerr
|
393ebbc24a
|
more webseed work.
|
2008-06-10 02:36:52 +00:00 |
Charles Kerr
|
61b41adf1a
|
have idle webseeds return a speed of -1 instead of 0 so that we can differentiate between stalled and idle. document this in transmission.h.
|
2008-06-10 01:46:36 +00:00 |
Charles Kerr
|
837f997e6c
|
(libT) new API for webseed statistics: tr_torrentGetWebSpeeds()
|
2008-06-10 01:38:12 +00:00 |
Charles Kerr
|
e3e3bee8b5
|
#800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag
|
2008-06-07 21:26:41 +00:00 |
Charles Kerr
|
ab17f553c4
|
get RPC password protections working in libT and the gtk+ client. mac, daemon, and cli need to be synced.
|
2008-06-05 16:23:03 +00:00 |
Charles Kerr
|
c724a73fb4
|
RPC ACL: (1) add a new call for testing ACLs (2) add wildcard notation support (3) add regression tests for the ACL tester and wildcard handler
|
2008-06-04 17:14:58 +00:00 |
Charles Kerr
|
044bfbad39
|
add tr_torrentSetDoneDate() too
|
2008-06-03 19:42:54 +00:00 |
Charles Kerr
|
870c4d7650
|
add tr_torrentSetAddedDate() and tr_torrentSetActivityDate()
|
2008-06-03 19:22:22 +00:00 |
Charles Kerr
|
e1a23350d4
|
(1) add a doneDate to tr_torrent and tr_stat. (2) save tr_torrent.doneDate and tr_torrent.activityDate between sessions in the .resume file.
|
2008-06-03 19:16:12 +00:00 |
Charles Kerr
|
f8d40cdf00
|
(libT): added an ACL tester to tr_sessionSetRPCACL() and return an error string if the ACL can't be parsed.
|
2008-06-02 19:44:19 +00:00 |
Charles Kerr
|
5db4ca7fa3
|
#981: add tr_stat.dateAdded to libT; add "sort by age" to gtk+ client
|
2008-06-02 04:41:55 +00:00 |
Charles Kerr
|
f6dd06c367
|
r5987 tweak: silence a couple of console debugging messages that snuck into the commit
|
2008-06-01 01:55:05 +00:00 |
Charles Kerr
|
07c1b28e9e
|
#838 (Adding trackers to existing torrents): add a backend API for this (tr_torrentSetAnnounceList) and implement a GUI for it in the gtk+ client.
|
2008-06-01 01:40:32 +00:00 |