aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-02proxy: inline the `goto retry'Omar Polo
2024-07-02add instructions for fuzzyingOmar Polo
2024-07-02fuzzying the proxy protocol tooOmar Polo
2024-07-02add a few tests found by aflOmar Polo
2024-07-02initial support for fuzzyingOmar Polo
2024-06-28document proxy-v1Omar Polo
2024-06-28show the conf path in the README.mdOmar Polo
2024-06-17titan: add missing includeOmar Polo
2024-06-17proxy-proto: ensure there's a space after "TCP4/6"Omar Polo
2024-06-17replace asserts with error returnsOmar Polo
2024-06-17inline PROXY_PROTO_PARSE_* and EXPECT_SUCCESS macrosOmar Polo
2024-06-17invert the arguments in some comparisonsOmar Polo
2024-06-17whitespace and minor style nitsOmar Polo
2024-06-17add a proxy-v1 keyword to enable the proxy protocol handlingOmar Polo
2024-06-17sync .d includes and DISTFILESOmar Polo
2024-06-17fix proxy_proto_v1_stringOmar Polo
2024-06-17add support for the proxy protocol v1Christoph Liebender
2024-06-17make gemexp verboseChristoph Liebender
2024-06-17titan: introduce xasprintfOmar Polo
2024-06-17titan: improve error checkingOmar Polo
2024-06-17comment out stravis instead of adding -Wno-* for stupid gccOmar Polo
2024-06-17log configure invocation and uname in config.logOmar Polo
2024-06-14styleOmar Polo
2024-06-14propagate prefork valueOmar Polo
2024-06-12typo in bounds check, sigh...Omar Polo
2024-06-12typo in error messageOmar Polo
2024-06-11-current againOmar Polo
2024-06-11prepare release 2.0.42.0.5Omar Polo
2024-06-11changelog for 2.0.5Omar Polo
2024-06-10disable a test that fails on darwin in the CIOmar Polo
2024-06-10regress: add another test in test_gg_n_flagOmar Polo
2024-06-10use $gg rather than gg in regressOmar Polo
2024-06-10indentOmar Polo
2024-06-10iri: don't error on a '..' component at the start of the pathOmar Polo
2024-06-10styleOmar Polo
2024-06-10remove stale commentOmar Polo
2024-06-10warn instead of dieing on unknown accept(2) failuresOmar Polo
2024-06-10fmtOmar Polo
2024-06-10use a fatalx() rather than abort()Omar Polo
2024-06-10another range checkOmar Polo
2024-06-10alignOmar Polo
2024-06-10detect and reject NUL bytes embedded in the requestOmar Polo
2024-06-10add regress for gg -nOmar Polo
2024-06-10gg: use snprintfOmar Polo
2024-06-10use snprintfOmar Polo
2024-06-10refactor path_clean()Omar Polo
2024-06-09shutting_down is no longer used, remove stale externOmar Polo
2024-06-09yyerror is already defined (locally) in parse.yOmar Polo
2024-06-09remove from gmid.h functions that are used only in gemexpOmar Polo
2024-06-09check and error on strlcpy truncationOmar Polo