about summary refs log tree commit diff
path: root/configfile.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-20 10:07:51 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-20 10:07:51 +0200
commit0374a76ce10e50a803df21288888edd4d26a14a9 (patch)
treec6bfb9ba79d44b010bd63fecf061af9bbeb39134 /configfile.h
parentAdd and use a common readfile() function (diff)
downloadcgit-pink-0374a76ce10e50a803df21288888edd4d26a14a9.tar.gz
cgit-pink-0374a76ce10e50a803df21288888edd4d26a14a9.zip
cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRING
When generating a hash for caching, ctx.qry.raw is used as key. And
since cgit_parse_url() zero-terminates it's argument (after the repo
path), ctx.qry.raw must xstrdup(ctx.qry.url).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
mp;id=d6fb797b11aa6dd031032faf425be3ce5a69661d&follow=1'>Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe