1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00
transmission/utils
LaserEyess 750589101a Parse session-id header case-insensitively (#765)
RFC 2616 defines headers as case-insensitive, so if rpc is behind a
reverse proxy that lowers the case of headers, transmission will not
parse them correctly.

A new wrapper function, `tr_strcasestr` is added to
libtransmission/utils.c to allow for comparisons of headers case
insensitively, and checks in cmake and autogen are included.
2019-03-17 17:37:52 +03:00
..
CMakeLists.txt Move transmission-remote to utils 2018-11-06 20:10:10 +00:00
create.c Don't crash if path passed to tr-create doesn't exist 2018-01-24 23:45:13 +03:00
edit.c Extract assignments from expression 2019-03-17 08:00:15 +03:00
Makefile.am Move transmission-remote to utils 2018-11-06 20:10:10 +00:00
remote.c Parse session-id header case-insensitively (#765) 2019-03-17 17:37:52 +03:00
show.c Extract assignments from expression 2019-03-17 08:00:15 +03:00
transmission-create.1 remove whitespace and a comma in the manuals 2017-11-28 16:58:21 -06:00
transmission-edit.1 remove whitespace and a comma in the manuals 2017-11-28 16:58:21 -06:00
transmission-remote.1 Add labels feature (#822) 2019-02-17 04:33:57 -05:00
transmission-show.1 Add myself to the list of Transmission authors 2017-01-15 01:38:45 +03:00
units.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00