1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-19 05:19:54 +00:00
transmission/libtransmission
Mike Gelfand bb4741002f Go back to using hash as base name for resume and torrent files
The format introduced in TRAC-394 is nice but brings its own issues (e.g.
TRAC-4189, #122). I'm okay with a bit of grepping myself if it makes the
experience better for end users.

Using hashes results in filenames well under 255 bytes limit on some
filesystems. If even that will not be enough, I'd suggest reporting the
issue elsewhere.

Fixes: #122
2017-07-26 21:32:26 +03:00
..
announcer-common.h
announcer-http.c Reduce code duplication in logging macros 2017-05-22 23:20:28 +03:00
announcer-udp.c Don't switch trackers while announcing 2017-07-04 21:22:26 +03:00
announcer.c Don't switch trackers while announcing 2017-07-04 21:22:26 +03:00
announcer.h
bandwidth.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
bandwidth.h Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
bitfield-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
bitfield.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
bitfield.h Fix a number of other style inconsistencies met along the way (part 2) 2017-05-01 18:47:49 +03:00
blocklist-test.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
blocklist.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
blocklist.h
cache.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
cache.h
clients-test.c Transform check_str_eq into generic check_str (libtest) 2017-05-30 17:51:46 +03:00
clients.c Add Peer ID for PicoTorrent 2017-05-21 12:30:47 +05:30
clients.h
CMakeLists.txt Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
completion.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
completion.h
ConvertUTF.c
ConvertUTF.h
crypto-test-ref.h
crypto-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
crypto-utils-cyassl.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
crypto-utils-fallback.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
crypto-utils-openssl.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
crypto-utils-polarssl.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
crypto-utils.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
crypto-utils.h
crypto.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
crypto.h
error-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
error-types.h
error.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
error.h Move generic macros to a separate tr-macros.h file 2017-06-18 17:11:20 +03:00
fail.sh
fdlimit.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
fdlimit.h
file-posix.c Rename tr_sys_file_prefetch to tr_sys_file_advise 2017-07-08 16:09:37 +03:00
file-test.c Patch up file test to allow for a bit of time discrepancy 2017-07-21 00:45:30 +03:00
file-win32.c Rename tr_sys_file_prefetch to tr_sys_file_advise 2017-07-08 16:09:37 +03:00
file.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
file.h Rename tr_sys_file_prefetch to tr_sys_file_advise 2017-07-08 16:09:37 +03:00
handshake.c Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
handshake.h
history-test.c Transform check_int_eq into generic check_int (libtest) 2017-05-30 17:51:50 +03:00
history.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
history.h Fix a number of other style inconsistencies met along the way 2017-04-30 19:33:55 +03:00
inout.c Rename tr_sys_file_prefetch to tr_sys_file_advise 2017-07-08 16:09:37 +03:00
inout.h
json-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
jsonsl.c
jsonsl.h
libt.dox
libtransmission-test.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
libtransmission-test.h Add generic check_mem (libtest) 2017-05-30 20:09:19 +03:00
list.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
list.h
log.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
log.h Reduce code duplication in logging macros 2017-05-22 23:20:28 +03:00
magnet-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
magnet.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
magnet.h
Makefile.am Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
makemeta-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
makemeta.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
makemeta.h
metainfo-test.c Transform check_int_eq into generic check_int (libtest) 2017-05-30 17:51:50 +03:00
metainfo.c Go back to using hash as base name for resume and torrent files 2017-07-26 21:32:26 +03:00
metainfo.h Go back to using hash as base name for resume and torrent files 2017-07-26 21:32:26 +03:00
move-test.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
natpmp.c Make conditional expressions explicitly boolean 2017-04-30 19:26:01 +03:00
natpmp_local.h
net.c Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
net.h Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
peer-common.h
peer-io.c Fix a couple more implicit boolean expressions 2017-07-02 13:26:26 +03:00
peer-io.h Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
peer-mgr.c Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
peer-mgr.h Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
peer-msgs-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
peer-msgs.c Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
peer-msgs.h
peer-socket.h Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
platform-quota.c Fixed platform-quota.c for DragonFly. The patch is taken from dports. 2017-06-19 19:27:05 +03:00
platform-quota.h
platform.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
platform.h
port-forwarding.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
port-forwarding.h
ptrarray.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
ptrarray.h Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
quark-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
quark.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
quark.h
rename-test.c Go back to using hash as base name for resume and torrent files 2017-07-26 21:32:26 +03:00
resume.c Go back to using hash as base name for resume and torrent files 2017-07-26 21:32:26 +03:00
resume.h Go back to using hash as base name for resume and torrent files 2017-07-26 21:32:26 +03:00
rpc-server.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
rpc-server.h
rpc-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
rpcimpl.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
rpcimpl.h
session-id.c Fix a number of other style inconsistencies met along the way 2017-04-30 19:33:55 +03:00
session-id.h
session-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
session.c Introduce peer socket struct to improve readability 2017-06-28 18:50:05 +03:00
session.h Move uTP timer to session struct 2017-07-02 13:31:33 +03:00
stats.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
stats.h Use field initializers for readability 2017-06-24 13:30:33 +03:00
torrent-ctor.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
torrent-magnet.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
torrent-magnet.h
torrent.c Go back to using hash as base name for resume and torrent files 2017-07-26 21:32:26 +03:00
torrent.h Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
tr-assert.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
tr-assert.h Move generic macros to a separate tr-macros.h file 2017-06-18 17:11:20 +03:00
tr-dht.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
tr-dht.h
tr-getopt-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
tr-getopt.c Move generic macros to a separate tr-macros.h file 2017-06-18 17:11:20 +03:00
tr-getopt.h
tr-lpd.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
tr-lpd.h
tr-macros.h Move generic macros to a separate tr-macros.h file 2017-06-18 17:11:20 +03:00
tr-udp.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
tr-udp.h
tr-utp.c Move uTP timer to session struct 2017-07-02 13:31:33 +03:00
tr-utp.h
transmission.h Move generic macros to a separate tr-macros.h file 2017-06-18 17:11:20 +03:00
trevent.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
trevent.h
upnp.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
upnp.h Make conditional expressions explicitly boolean 2017-04-30 19:26:01 +03:00
utils-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
utils.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
utils.h Move generic macros to a separate tr-macros.h file 2017-06-18 17:11:20 +03:00
variant-benc.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
variant-common.h
variant-json.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
variant-test.c Make use of new checking capabilities in unit tests 2017-05-30 20:56:12 +03:00
variant.c Bring assertions closer to the beginning of blocks 2017-06-13 07:44:09 +03:00
variant.h Make conditional expressions explicitly boolean 2017-04-30 19:26:01 +03:00
verify.c Rename tr_sys_file_prefetch to tr_sys_file_advise 2017-07-08 16:09:37 +03:00
verify.h
version.h.in
watchdir-common.h
watchdir-generic.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
watchdir-inotify.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
watchdir-kqueue.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
watchdir-test.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
watchdir-win32.c Introduce our own assertion macros with finer control 2017-06-08 10:24:12 +03:00
watchdir.c Use field initializers for readability 2017-06-24 13:30:33 +03:00
watchdir.h
web.c Change TR_CURL_SSL_VERIFY to TR_CURL_SSL_NO_VERIFY 2017-07-16 20:48:44 +03:00
web.h
webseed.c Wrap sizeof arguments in braces 2017-05-20 19:29:23 +03:00
webseed.h
wildmat.c