Duncan Beevers
|
f00619bab7
|
Add upload torrent by url to web interface
|
2009-01-20 03:41:19 +00:00 |
Charles Kerr
|
69404a8c36
|
(trunk libT) when pruning out slow peers, don't prune if we don't have good candidates to replace them.
|
2009-01-20 03:32:54 +00:00 |
Charles Kerr
|
1375c707ed
|
(trunk libT) fix uninitialized variable in bandwidth code
|
2009-01-20 02:43:21 +00:00 |
Charles Kerr
|
dfd5c70916
|
(trunk libT) fix crash-on-add-torrent-from-clutch reported by anf6
|
2009-01-20 02:03:09 +00:00 |
Mitchell Livingston
|
8f5e8e1599
|
(trunk) last filter button resizing adjustment, I swear
|
2009-01-19 22:28:25 +00:00 |
Mitchell Livingston
|
cdb0bbcb2a
|
(trunk) streamline the filter button resize code a bit
|
2009-01-19 22:16:11 +00:00 |
Mitchell Livingston
|
1224d9f586
|
(trunk) filter button shrinking will now scale proportionally based on button size - a big improvement for localizations
|
2009-01-19 22:08:21 +00:00 |
Charles Kerr
|
2131e8f403
|
(trunk libT) fix two bugs introduced yesterday's add-torrent changes and uncovered/reported by anf6
|
2009-01-19 21:37:34 +00:00 |
Charles Kerr
|
cfe1358626
|
(trunk libT) #1715: More stats information in rpc session-stats command
|
2009-01-19 21:17:29 +00:00 |
Charles Kerr
|
daaa450f8e
|
(trunk libT) put ful's theory to the test wrt function pointers
|
2009-01-19 18:11:47 +00:00 |
Charles Kerr
|
1d08afa717
|
(trunk libT) s/function_done/tr_idle_function_done/
|
2009-01-19 14:10:39 +00:00 |
Charles Kerr
|
4d228289ce
|
(trunk libT) prefer `int' over `ssize_t'
|
2009-01-19 14:05:43 +00:00 |
Charles Kerr
|
69f59b423a
|
(trunk libT) possible fix for the `few peers' errors reported on OS X. denis_, merlyn3d, give this a spin...
|
2009-01-19 13:55:41 +00:00 |
Charles Kerr
|
b484b77b90
|
(trunk gtk) make hudson-t happy
|
2009-01-18 15:29:22 +00:00 |
Charles Kerr
|
69e013012f
|
(trunk libT) annotate the help & man page to note that URLs are accepted by the --add argument
|
2009-01-18 15:27:12 +00:00 |
Charles Kerr
|
27cb7caf55
|
(trunk libT) In RPC, add general support for nonblocking methods, and specific support for adding a torrent via its URL and fetching it via curl without blocking.
|
2009-01-18 15:24:26 +00:00 |
Charles Kerr
|
b6588f442b
|
(trunk libT) have tr_strndup() take an ssize_t instead of an int
|
2009-01-18 15:15:41 +00:00 |
Charles Kerr
|
5ea9bcacbc
|
(trunk libT) fix a minor memory leak.
|
2009-01-18 15:15:10 +00:00 |
Charles Kerr
|
9c9c94a81d
|
(trunk libT) discard peers from the tracker or pex that have a port of 0 or a multicast address.
|
2009-01-17 23:14:35 +00:00 |
Charles Kerr
|
04d392535b
|
(trunk) in configure.ac, make debugging support automatic for nightly & beta builds
|
2009-01-17 23:12:35 +00:00 |
Charles Kerr
|
4f95edf647
|
(trunk libT) minor cleanup
|
2009-01-17 22:49:15 +00:00 |
Charles Kerr
|
c512ca3f91
|
(trunk daemon) #1707: Show peer progress in --peers view
|
2009-01-17 16:44:16 +00:00 |
Charles Kerr
|
c1e1fedff9
|
(trunk libT) check in some of the extra error logging messages developed last night while chasing down the problem denis found
|
2009-01-17 15:08:20 +00:00 |
Charles Kerr
|
f5ace9a71c
|
(trunk daemon) #1704: --info and/or --files should show the download directory
|
2009-01-17 14:58:50 +00:00 |
Mitchell Livingston
|
f1f7533d40
|
Get rid of peer-mgr-private.h in Xcode
|
2009-01-17 14:22:30 +00:00 |
Charles Kerr
|
d95a45b701
|
(trunk libT) fix IPv6 reported & solved by erdgeist. add debugging message to help track down any future problems.
|
2009-01-16 23:17:31 +00:00 |
Mitchell Livingston
|
f48e62a9cf
|
allow checking for betas when autoupdate is off
|
2009-01-16 22:26:16 +00:00 |
Charles Kerr
|
eca2b290c0
|
(trunk) sync xcode & autoconf idioms for determining if a build is stable, beta, or nightly
|
2009-01-16 21:29:49 +00:00 |
Charles Kerr
|
7f509aeee1
|
(trunk) #1700: A bug in check-openssl.m4 for not teach Makefile about OPENSSL_*.
|
2009-01-16 18:03:49 +00:00 |
Charles Kerr
|
bc2b7fcb03
|
(trunk libT) minor tweaks to reduce libtransmission shear between trunk and 1.5x
|
2009-01-16 17:29:42 +00:00 |
Charles Kerr
|
c99f941d16
|
(trunk libT) make file preallocation optional via settings.json. choices are: full, sparse, and none
|
2009-01-16 16:38:16 +00:00 |
Erick Turnquist
|
88a399eb20
|
(trunk libT) fix r7717
|
2009-01-16 06:40:23 +00:00 |
Charles Kerr
|
4b414e8f2d
|
(trunk libT) fix tracker IPv6 error reported by the earth spirit
|
2009-01-16 04:36:36 +00:00 |
Charles Kerr
|
a6a29923c7
|
(trunk) add interface versioning to the RPC spec
|
2009-01-16 01:03:33 +00:00 |
Charles Kerr
|
9c5b6e7d15
|
(trunk libT) #1698: RunTime Check failure
|
2009-01-14 13:30:51 +00:00 |
Charles Kerr
|
7a91840639
|
(trunk libT) Remove tr_peerMgrHasConnections, it isn't used anywhere
|
2009-01-14 01:37:24 +00:00 |
Charles Kerr
|
2c1afe07a4
|
(trunk libT) fix an r7707 bug in tr_sessionGetActiveTorrentCount()
|
2009-01-13 21:06:07 +00:00 |
Charles Kerr
|
486c55c1ed
|
(trunk libT) peerMgr: operate directly on tr_torrent and not peerMgr+torrentHash
|
2009-01-13 21:00:05 +00:00 |
Charles Kerr
|
f945058de0
|
(trunk libT) minor torrent iteration cleanup. (wereHamster, charles)
|
2009-01-13 16:51:38 +00:00 |
Charles Kerr
|
417b7b2029
|
(trunk gtk) make hudson-t happy
|
2009-01-13 16:50:23 +00:00 |
Charles Kerr
|
08403324bd
|
(trunk libT) Remove tr_torrentNext() from the public libT API (wereHamster)
|
2009-01-13 16:39:19 +00:00 |
Charles Kerr
|
db58b89f6e
|
(trunk libT) Clean up RPC server initialization (wereHamster)
|
2009-01-13 16:35:06 +00:00 |
Charles Kerr
|
8b72408948
|
(trunk libT) Get rid of peer-mgr-private.h (from wereHamster)
|
2009-01-13 16:32:43 +00:00 |
Charles Kerr
|
da1b8f03b2
|
(trunk daemon) #1671: transmission-remote --get option not including all files
|
2009-01-13 05:32:06 +00:00 |
Mitchell Livingston
|
22b971b47e
|
re-enable ability to check for beta releases
|
2009-01-13 05:26:47 +00:00 |
Mitchell Livingston
|
e08057ef17
|
(trunk) add custom Sparkle (with tag support)
|
2009-01-13 05:13:56 +00:00 |
Mitchell Livingston
|
95d3d876d6
|
(trunk) remove old Sparkle
|
2009-01-13 05:12:00 +00:00 |
Mitchell Livingston
|
4c6f21da1e
|
make beta support use upcoming Sparkle "tag" functionality - beta autoupdate is disabled for now
|
2009-01-13 04:51:11 +00:00 |
Charles Kerr
|
30c47d3b6f
|
(trunk libT) #1655: rpc-spec 4.2: "session-stats" returns a new object instead of the response arguments
|
2009-01-13 04:43:38 +00:00 |
Mitchell Livingston
|
ddcb8b5a21
|
fix whoops in the appcast
|
2009-01-13 04:33:10 +00:00 |