Charles Kerr
|
29b1d3e2cc
|
(trunk) #920: add "move data" to libT so all clients can use it
|
2009-05-13 15:54:04 +00:00 |
Charles Kerr
|
b6daa50ecf
|
(trunk rpc) add the ability to set file priorities and download flags when adding a new torrent via rpc
|
2009-04-02 20:43:42 +00:00 |
Charles Kerr
|
c3b24bc471
|
(trunk) modify tr_torrentParse() and tr_torrentNew() arguments s.t. they use the ctor's session instead of passing it in again. Allow a NULL session pointer for some cases of tr_torrentParse().
|
2009-04-02 17:30:29 +00:00 |
Charles Kerr
|
fe816d8135
|
(trunk) update the GPL code's copyright dates
|
2009-01-10 23:09:07 +00:00 |
Charles Kerr
|
9594112d27
|
updated email address
|
2008-12-16 00:20:44 +00:00 |
Charles Kerr
|
6b0d98a695
|
(trunk) #1559: Simplify tr_sessionInitFull
|
2008-12-13 23:17:36 +00:00 |
Charles Kerr
|
aa9b1d2b8e
|
(libT) misc cleanup: use tr_bool and tr_port where appropriate
|
2008-12-03 04:55:10 +00:00 |
Charles Kerr
|
d12af295c1
|
use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx)
|
2008-11-28 22:11:41 +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
|
a257d0fb89
|
(libT) a few more win32 portability changes from Spry
|
2008-10-14 17:57:44 +00:00 |
Charles Kerr
|
53339a1498
|
(libt) remove some more instances of MAX_PATH_LENGTH
|
2008-10-14 03:54:57 +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
|
4fab4c9e9b
|
(libT) finish killing tr_errno.
|
2008-10-03 04:49:06 +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
|
dcecf09d96
|
bencode cleanup: remove unused functions and unnecessary #includes
|
2008-08-21 14:57:59 +00:00 |
Charles Kerr
|
3b7499a79b
|
make tr_bencDictFindType() private.
|
2008-08-20 18:42:45 +00:00 |
Charles Kerr
|
b860119cd3
|
minor text cleanup
|
2008-08-01 16:43:22 +00:00 |
Charles Kerr
|
a029f4e34a
|
tr_ctorSetDownloadDir(): handle NULL download dirs more gracefully.
|
2008-06-11 23:40:27 +00:00 |
Charles Kerr
|
53d8574b11
|
* change tr_stat.activityDate's and tr_stat.startedDate's type to time_t, since that's how everyone uses them anyway
* add a little more documentation to tr_stat and tr_ctor in transmission.h
|
2008-05-23 20:04:41 +00:00 |
Charles Kerr
|
2c79888a93
|
RPC/IPC redesign
|
2008-05-18 16:44:30 +00:00 |
Charles Kerr
|
be9427931a
|
ipc: add session accessor/mutators.
transmission.h: make the session API more consistent.
|
2008-05-12 16:33:17 +00:00 |
Charles Kerr
|
e4f6b9592d
|
get tr_ctorSetMetainfoFromHash() working again.
|
2008-04-14 14:39:13 +00:00 |
Charles Kerr
|
b71a2985b3
|
#684: Use XDG basedir spec for configuration and cache files in $HOME
|
2008-04-05 20:12:11 +00:00 |
Charles Kerr
|
8cc587a66f
|
more housekeeping: benc_val_t --> tr_benc
|
2008-02-26 21:58:58 +00:00 |
Charles Kerr
|
e581d5228e
|
add tr_ctor{Set,Get}DeleteSource()
|
2008-02-13 02:24:12 +00:00 |
Charles Kerr
|
b1cd6ecccc
|
remove unused "max unchoked peers" feature. fix obsolete TR_FLAG_SAVE comment.
|
2008-01-23 17:06:36 +00:00 |
Charles Kerr
|
39b1db460d
|
follow the spec's suggestion that new connections be 3x as likely for optimistic unchoke
|
2008-01-11 02:09:20 +00:00 |
Charles Kerr
|
ceb608d9a3
|
#542: handle torrent metainfo files whose info.name tag is missing or empty.
|
2008-01-03 16:01:29 +00:00 |
Charles Kerr
|
ce6c33b7bf
|
set copyright info to 2008
|
2008-01-01 17:20:20 +00:00 |
Charles Kerr
|
1f3084179e
|
remove debugging messages that aren't needed anymore.
|
2007-12-26 07:19:05 +00:00 |
Charles Kerr
|
c946168b1e
|
(1) fix peer limits in fastresume (2) possible fastresume corruption (3) add `save' field to torrent ctor
|
2007-12-22 17:30:31 +00:00 |
Charles Kerr
|
99d6e5deab
|
fix r4267 crash reported by John_Clay
|
2007-12-21 22:29:22 +00:00 |
Charles Kerr
|
287975caf5
|
the torrent ctor is here.
|
2007-12-21 22:18:40 +00:00 |
Charles Kerr
|
f1baca587b
|
add torrent-ctor so that xcode can be updated. it's not plugged in yet though.
|
2007-12-21 16:51:42 +00:00 |