transmission/libtransmission
Mike Gelfand 949e02b933 Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1.
Test socket validity by comparing to TR_BAD_SOCKET instead of various
(and sometimes wrong) other tests like `x >= 0`, `x != -1`, `x > 0`,
`x > -1`, `x` (valid), and `x < 0`, `x == -1` (invalid).
2015-03-18 07:34:26 +00:00
..
CMakeLists.txt
ConvertUTF.c
ConvertUTF.h
Makefile.am
announcer-common.h
announcer-http.c
announcer-udp.c
announcer.c
announcer.h Copyedit the license's revised text: (1) remove unnecessary repitition use of the word 'license' from the top of the header and source files (2) add the standard 'we hope it's useful, but no warranty' clause to COPYING (3) make explicit that linking OpenSSL is allowed (see https://people.gnome.org/~markmc/openssl-and-the-gpl.html for background) (4) sync the Qt and GTK+ clients' license popups with COPYING's revised text 2014-01-21 03:10:30 +00:00
bandwidth.c
bandwidth.h
bitfield-test.c
bitfield.c
bitfield.h
blocklist-test.c
blocklist.c
blocklist.h
cache.c
cache.h
clients-test.c
clients.c
clients.h
completion.c Copyedit the license's revised text: (1) remove unnecessary repitition use of the word 'license' from the top of the header and source files (2) add the standard 'we hope it's useful, but no warranty' clause to COPYING (3) make explicit that linking OpenSSL is allowed (see https://people.gnome.org/~markmc/openssl-and-the-gpl.html for background) (4) sync the Qt and GTK+ clients' license popups with COPYING's revised text 2014-01-21 03:10:30 +00:00
completion.h
crypto-test-ref.h
crypto-test.c
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-test.c
error-types.h
error.c
error.h
fail.sh
fdlimit.c
fdlimit.h
file-posix.c
file-test.c
file-win32.c
file.c
file.h
handshake.c
handshake.h
history-test.c
history.c
history.h
inout.c
inout.h
json-test.c
jsonsl.c
jsonsl.h
libt.dox
libtransmission-test.c
libtransmission-test.h
list.c
list.h
log.c
log.h
magnet-test.c
magnet.c
magnet.h
makemeta-test.c
makemeta.c
makemeta.h
metainfo-test.c
metainfo.c
metainfo.h
move-test.c
natpmp.c
natpmp_local.h
net.c
net.h
peer-common.h
peer-io.c Define and use tr_socket_t and TR_BAD_SOCKET instead of int and -1. 2015-03-18 07:34:26 +00:00
peer-io.h
peer-mgr.c
peer-mgr.h
peer-msgs-test.c
peer-msgs.c
peer-msgs.h
platform-quota.c
platform-quota.h
platform.c
platform.h
port-forwarding.c
port-forwarding.h
ptrarray.c
ptrarray.h
quark-test.c
quark.c
quark.h
rename-test.c
resume.c
resume.h
rpc-server.c
rpc-server.h
rpc-test.c
rpcimpl.c
rpcimpl.h
session-test.c
session.c
session.h
stats.c
stats.h
torrent-ctor.c (trunk, libT) #4160 'foreign character support' -- merge mike.dld's 4160-02b-path.patch, which updates the codebase to use the new tr_sys_path_*() portability wrappers introduced in 4160-02a 2014-07-08 00:08:43 +00:00
torrent-magnet.c
torrent-magnet.h
torrent.c
torrent.h
tr-dht.c
tr-dht.h
tr-getopt-test.c
tr-getopt.c
tr-getopt.h
tr-lpd.c
tr-lpd.h
tr-udp.c
tr-udp.h
tr-utp.c
tr-utp.h
transmission.h
trevent.c
trevent.h
upnp.c
upnp.h
utils-test.c
utils.c
utils.h Fix tr_moveFile error reporting 2014-12-10 18:37:58 +00:00
variant-benc.c
variant-common.h
variant-json.c
variant-test.c
variant.c
variant.h
verify.c
verify.h
version.h.in
web.c
web.h
webseed.c
webseed.h
wildmat.c