|
|
@7650
|
14 years |
charles |
(trunk libT) fix getConfigDir() bug reported by wereHamster
|
|
|
@7602
|
14 years |
charles |
(trunk cli) fix command-line arg mixup for encryption preference, …
|
|
|
@7400
|
14 years |
charles |
(trunk cli) #1598: peer-port not saved correctly
|
|
|
@7367
|
14 years |
charles |
(trunk) #1559: Simplify tr_sessionInitFull
|
|
|
@7230
|
14 years |
charles |
(cli) #1547: free memory read
|
|
|
@7151
|
14 years |
charles |
(libT) add #ifdefs to ensure that client apps don't #include private …
|
|
|
@7113
|
14 years |
charles |
#1406: need tr_getDefaultDownloadDir() for consistency between apps
|
|
|
@7087
|
14 years |
charles |
#1443: check for zlib fails when providing a specific path
|
|
|
@7069
|
14 years |
charles |
more fucking around with the speed measurements.
|
|
|
@7062
|
14 years |
charles |
#1426: static linking error: move ssl to after libcurl, since libcurl …
|
|
|
@6978
|
14 years |
charles |
janitorial: tr_handle -> tr_session
|
|
|
@6946
|
14 years |
charles |
Add a new token, TR_DEFAULT_ENCRYPTION, and use it as the default in …
|
|
|
@6935
|
14 years |
charles |
#1369: clarify the different torrent status & callbacks' APIs and typenames
|
|
|
@6897
|
14 years |
charles |
make MAX_PATH_LENGTH private to libtransmission. add tr_dirname() and …
|
|
|
@6892
|
14 years |
charles |
first batch of portability changes based on spry's winport:
(1) added …
|
|
|
@6825
|
14 years |
charles |
add a separate flag for enabling/disabling the rpc address whitelist
|
|
|
@6823
|
14 years |
charles |
#1309: Web/RPC interface ACL ignored
|
|
|
@6797
|
14 years |
charles |
(libT) experimental code to serve clutch/rpc via evhttpd
|
|
|
@6795
|
14 years |
charles |
run libT, cli, daemon, gtk through the source-code formatter …
|
|
|
@6714
|
14 years |
muks |
(win32) There is no SIGHUP
|
|
|
@6655
|
14 years |
charles |
(cli) #1226: errors should print to stderr
|
|
|
@6639
|
14 years |
charles |
(cli) #1223 ratio display in CLI client malformed
|
|
|
@6556
|
14 years |
charles |
#220: lazy bitfields
|
|
|
@6496
|
14 years |
charles |
readability improvments #1, #2, #3, #4. (muks)
|
|
|
@6490
|
14 years |
charles |
lots of C correctness tweaks suggested by sparse/cgcc
|
|
|
@6408
|
14 years |
charles |
* fix minor error in the rpc spec's examples
* refresh the display …
|
|
|
@6380
|
14 years |
charles |
make the help daemon/remote/cli help pages a little more consistent
|
|
|
@6377
|
14 years |
charles |
#1101 (rpc): add individual file progress to torrent-get's "files" message
|
|
|
@6374
|
14 years |
charles |
sync the remote and cli's encryption options. man page cleanup.
|
|
|
@6334
|
14 years |
charles |
add a portability wrapper tr_snprintf() around snprintf()
|
|
|
@6329
|
14 years |
charles |
(libT) add proxy port arg as requested by BentMyWookie?
|
|
|
@6308
|
14 years |
charles |
fix r6307 typo
|
|
|
@6307
|
14 years |
charles |
(libT) let tr_getopt() support short options' arguments to be …
|
|
|
@6306
|
14 years |
charles |
code cleanup
|
|
|
@6302
|
14 years |
charles |
code cleanup
|
|
|
@6300
|
14 years |
charles |
steal some blocklist/encryption options from remote & reuse them in cli
|
|
|
@6299
|
14 years |
charles |
sync the man pages with the cli/daemon/remote changes
|
|
|
@6298
|
14 years |
charles |
have daemon and cli use tr-getopt too.
|
|
|
@6156
|
14 years |
charles |
(cli) #938 - transmissioncli won't scrape
|
|
|
@6148
|
14 years |
charles |
maybe *now* 1.30 is feature complete: by popular demand, add proxy …
|
|
|
@6120
|
14 years |
charles |
wire up the backend proxy support.
|
|
|
@6096
|
14 years |
charles |
#1004: update man pages FILES section
|
|
|
@6091
|
14 years |
livings124 |
#991 fix typo in the cli usage text
|
|
|
@6059
|
14 years |
charles |
get the cli buildling again.
|
|
|
@6037
|
14 years |
charles |
#991: Add "--tos" command line option to CLI
|
|
|
@5989
|
14 years |
charles |
#224 (creating multi-tracker torrents): add multitracker support in …
|
|
|
@5971
|
14 years |
charles |
#979: cli doesn't document the -o command-line argument
|
|
|
@5908
|
14 years |
charles |
(libt) more janitorial work on cleaning up tr_session*() and …
|
|
|
@5900
|
14 years |
charles |
more janitorial cleanup on the "tr_session*" namespace. Today's …
|
|
|
@5880
|
14 years |
charles |
rename tr_torrentClose() as tr_torrentFree() and make it private. …
|
|
|
@5861
|
14 years |
charles |
fix up the man pages a bit
|
|
|
@5843
|
14 years |
charles |
RPC/IPC redesign
|
|
|
@5819
|
14 years |
charles |
ipc: add session accessor/mutators.
transmission.h: make the session …
|
|
|
@5757
|
14 years |
charles |
fix cli compile issue reported & patched by mdomsch
|
|
|
@5735
|
14 years |
charles |
(gtk,daemon,cli) we don't need to statically link in all of libevnt, …
|
|
|
@5675
|
14 years |
charles |
#377: get cli building again
|
|
|
@5673
|
14 years |
charles |
#377: preliminary https support. this commit probably breaks mac and …
|
|
|
@5646
|
14 years |
charles |
gtk/cli/daemon/remote/proxy: add command-line argument --config-dir / …
|
|
|
@5588
|
14 years |
charles |
#857: DSCP support for Transmission
|
|
|
@5544
|
14 years |
charles |
#846: also handle scrape-then-exit
|
|
|
@5543
|
14 years |
charles |
#846: transmissioncli attempts to bind to port even when not needed
|
|
|
@5517
|
14 years |
charles |
#684: Use XDG basedir spec for configuration and cache files in $HOME
|
|
|
@5500
|
14 years |
charles |
#837: portability patch submitted by naddy
|
|
|
@5448
|
14 years |
charles |
fix the cli build
|
|
|
@5409
|
14 years |
charles |
fix error in the cli manpage
|
|
|
@5363
|
14 years |
charles |
get cli building again so Hudson will be happy
|
|
|
@5329
|
14 years |
charles |
fix bug that caused very large torrents to crash Transmission
|
|
|
@5143
|
14 years |
charles |
add `verify' command to ipc.
|
|
|
@5114
|
14 years |
charles |
Fix a typo in transmissioncli, --create -> --create-from
|
|
|
@4795
|
15 years |
charles |
#650: CLI ignores options -u0 and -d0
|
|
|
@4755
|
15 years |
charles |
update some more URLS to www.transmissionbt.com
|
|
|
@4707
|
15 years |
charles |
#623: "transmissioncli -i" crashes. reported by anders in the forums.
|
|
|
@4411
|
15 years |
charles |
(cli) #462: The -p --port command line param doesn't work
|
|
|
@4410
|
15 years |
charles |
(cli) tiennou's verboseLevel cleanup patch, originally in #524
|
|
|
@4409
|
15 years |
charles |
(cli) Ticket #524: print version on the command line with --version or -v
|
|
|
@4408
|
15 years |
charles |
(cli) fix getopt parsing: nat forwarding doesn't need an argument
|
|
|
@4406
|
15 years |
charles |
fix r4405 oops (ticket #564)
|
|
|
@4405
|
15 years |
charles |
fix ticket #564: name of binary (transmission-cli) does not match …
|
|
|
@4390
|
15 years |
livings124 |
replace other instances of the old url
|
|
|
@4277
|
15 years |
charles |
brush away the last remnants of tr_torrentInit()
|
|
|
@4092
|
15 years |
charles |
Use libnatpmp for port mapping. rewrite the upnp/natpmp manager.
…
|
|
|
@3974
|
15 years |
charles |
commit tiennou's "transmissioncli -f" patch for ticket #322
|
|
|
@3973
|
15 years |
charles |
apply tiennou's "output directory" patch from ticket #502
|
|
|
@3926
|
15 years |
charles |
Change the default port from 9090 to 51413 to get in compliance with …
|
|
|
@3810
|
15 years |
charles |
tiennou's fix for #461
|
|
|
@3731
|
15 years |
charles |
use Thomas Bernard's miniupnp library instead of rolling our own.
|
|
|
@3621
|
15 years |
charles |
better openssl detection & support: use openssl's pkg-config file.
|
|
|
@3547
|
15 years |
charles |
ensure that "make install" installs the man pages.
|
|
|
@3486
|
15 years |
charles |
remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE)
|
|
|
@3484
|
15 years |
charles |
Dead code removal (TR_STATUS_STOPPING)
|
|
|
@3468
|
15 years |
charles |
tyop fix
|
|
|
@3467
|
15 years |
charles |
sending SIGHUP in the cli will now ask the tracker for more peers. …
|
|
|
@3426
|
15 years |
charles |
remove unused flags
|
|
|
@3401
|
15 years |
charles |
janitorial work for the freeze: (1) finish replacing …
|
|
|
@3258
|
15 years |
charles |
add tr_stat.peersKnown to indicate how many peers exist in the peer `pool'
|
|
|
@3222
|
15 years |
charles |
sync cli with r3220
|
|
|
@3111
|
15 years |
charles |
remove the backwards compatability typedefs at BentMyWookie?'s …
|
|
|
@2863
|
15 years |
charles |
improve cli-driven torrent creation. (Danez, #309 & #310
|
|
|
@2762
|
15 years |
charles |
more work on getting our autoconf setup to play nice with libevent
|
|
|
@2750
|
15 years |
charles |
more hacking on making libevent build, and on making T pick it up in …
|
|
|