1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 11:23:40 +00:00
transmission/libtransmission
Charles Kerr 41f225df7b
Remove posix memalign (#1520)
* refactor: remove unnecessary func tr_valloc()

We're only using it in a handful of places, and none of them need the
kind of alignment that posix_memalign() provide. So we can drop a few
dozen lines by removing the portability wrapper.
2020-11-15 15:53:42 -06:00
..
announcer-common.h
announcer-http.c
announcer-udp.c
announcer.c
announcer.h chore: remove unused methods (#1207) 2020-05-11 17:20:46 -05:00
bandwidth.c
bandwidth.h
bitfield.c
bitfield.h
blocklist.c
blocklist.h refactor: use GTest for running tests (#1383) 2020-08-11 13:11:55 -05:00
cache.c
cache.h
clients.c
clients.h
CMakeLists.txt
completion.c
completion.h
ConvertUTF.c
ConvertUTF.h
crypto-utils-cyassl.c
crypto-utils-fallback.c
crypto-utils-openssl.c
crypto-utils-polarssl.c
crypto-utils.c
crypto-utils.h
crypto.c
crypto.h
error-types.h
error.c
error.h
fdlimit.c
fdlimit.h
file-posix.c
file-win32.c
file.c
file.h
handshake.c
handshake.h
history.c
history.h
inout.c
inout.h
jsonsl.c
jsonsl.h
libt.dox
list.c
list.h
log.c
log.h
magnet.c
magnet.h
makemeta.c
makemeta.h
metainfo.c
metainfo.h
mime-types.c
mime-types.h
mime-types.js
natpmp.c
natpmp_local.h
net.c sonarcloud warnings 9 (#1511) 2020-11-08 21:31:02 -06:00
net.h
peer-common.h Ensure include guard is the first non-comment line 2017-11-14 23:21:28 +03:00
peer-io.c
peer-io.h
peer-mgr.c
peer-mgr.h
peer-msgs.c
peer-msgs.h Use explicit boolean conversions 2019-07-14 16:25:07 +03:00
peer-socket.h
platform-quota.c
platform-quota.h
platform.c sonarcloud warnings 9 (#1511) 2020-11-08 21:31:02 -06:00
platform.h
port-forwarding.c
port-forwarding.h
ptrarray.c
ptrarray.h
quark.c
quark.h
resume.c
resume.h
rpc-server.c
rpc-server.h
rpcimpl.c
rpcimpl.h
session-id.c
session-id.h
session.c
session.h
stats.c
stats.h
subprocess-posix.c
subprocess-win32.c
subprocess.h refactor: use GTest for running tests (#1383) 2020-08-11 13:11:55 -05:00
torrent-ctor.c
torrent-magnet.c
torrent-magnet.h
torrent.c
torrent.h Sonarcloud warnings 4 (#1499) 2020-11-02 09:16:12 -06:00
tr-assert.c
tr-assert.h
tr-dht.c
tr-dht.h
tr-getopt.c Use explicit boolean conversions 2019-07-14 16:25:07 +03:00
tr-getopt.h
tr-lpd.c refactor: fix more sonarcloud warnings (#1508) 2020-11-05 16:46:21 -06:00
tr-lpd.h
tr-macros.h
tr-udp.c
tr-udp.h
tr-utp.c
tr-utp.h
transmission.h
trevent.c Check if log deep is enabled before tr_logAddDeep (#1329) 2020-07-28 12:31:36 -05:00
trevent.h
upnp.c
upnp.h
utils.c
utils.h
variant-benc.c
variant-common.h
variant-json.c sonarcloud warnings 9 (#1511) 2020-11-08 21:31:02 -06:00
variant.c
variant.h
verify.c
verify.h
version.h.in
watchdir-common.h
watchdir-generic.c
watchdir-inotify.c
watchdir-kqueue.c
watchdir-win32.c
watchdir.c
watchdir.h
web.c
web.h
webseed.c
webseed.h
wildmat.c