about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2011-03-31 01:21:39 +0200
committerLars Hjemli <hjemli@gmail.com>2011-05-23 22:58:35 +0200
commit070e109c1413d28b54eb6123a9fd24ac98897554 (patch)
tree70f10262cdbc29cb9d083d24c03b1524a3d90ecd /.gitmodules
parentRemove unused variable from cgit_diff_tree(). (diff)
downloadcgit-pink-070e109c1413d28b54eb6123a9fd24ac98897554.tar.gz
cgit-pink-070e109c1413d28b54eb6123a9fd24ac98897554.zip
Fix memory leak in http_parse_querystring().
Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions
r class='nohover-highlight'> 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe