summaryrefslogtreecommitdiff
path: root/include/haproxy/tools.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: ssl: Add OCSP request helper functionRemi Tricot-Le Breton2022-12-211-0/+1
* MINOR: tools: add port for ipcmp as optional criteriaAmaury Denoyelle2022-12-021-2/+4
* CLEANUP: tools: do not needlessly include xxhash nor cli from tools.hWilly Tarreau2022-11-241-5/+0
* MINOR: cli: correct commentary and replace 'set global-key' nameErwan Le Goas2022-09-291-1/+1
* MINOR: tools: modify hash_ipanon in order to use it in cliErwan Le Goas2022-09-291-1/+1
* CLEANUP: tools: removing escape_chunk() functionAurelien DARRAGON2022-09-201-12/+0
* BUG/MINOR: log: improper behavior when escaping log dataAurelien DARRAGON2022-09-201-2/+3
* MINOR: anon: store the anonymizing key in the CLI's appctxErwan Le Goas2022-09-171-0/+4
* MINOR: anon: add new macros and functions to anonymize contentsErwan Le Goas2022-09-171-0/+20
* MINOR: tools: add generic pointer hashing functionsWilly Tarreau2022-09-081-0/+41
* DEBUG: tools: provide a tree dump function for ebmbtrees as wellWilly Tarreau2022-08-011-0/+4
* BUG/MINOR: tools: fix statistical_prng_range()'s output rangeWilly Tarreau2022-07-181-1/+1
* BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2)Willy Tarreau2022-07-181-0/+1
* MINOR: tools: add strordered() to check whether strings are orderedWilly Tarreau2022-03-301-0/+2
* MINOR: debug: add ability to dump loaded shared librariesWilly Tarreau2021-12-281-0/+1
* CLEANUP: tools: Use const address for get_net_port() and get_host_port()Christopher Faulet2021-10-271-2/+2
* MINOR: ssl: Add ssllib_name_startswith preconditionRemi Tricot-Le Breton2021-10-131-0/+2
* CLEANUP: tree-wide: fix prototypes for functions taking no arguments.Tim Duesterhus2021-09-151-2/+2
* MINOR: cfgcond: implements openssl_version_atleast and openssl_version_beforeWilliam Lallemand2021-08-221-0/+4
* CLEANUP: tools: Make errptr const in `parse_line()`Maximilian Mader2021-06-081-1/+1
* REORG: stick-table: move composite address functions to stick_table.hWilly Tarreau2021-05-081-49/+0
* MINOR: tools: add a float-to-ascii conversion functionWilly Tarreau2021-05-081-0/+27
* MINOR: tools: implement trimming of floating point numbersWilly Tarreau2021-05-081-0/+1
* MINOR: tools: add functions to retrieve the address of a symbolWilly Tarreau2021-05-051-0/+2
* MINOR: tools: add statistical_prng_range() to get a random number over a rangeWilly Tarreau2021-04-191-0/+8
* MINOR: tools: improve word fingerprinting by counting presenceWilly Tarreau2021-03-151-11/+13
* MINOR: tools: add the ability to update a word fingerprintWilly Tarreau2021-03-121-0/+29
* MINOR: tools: add simple word fingerprinting to find similar-looking wordsWilly Tarreau2021-03-121-0/+2
* REORG: tools: promote the debug PRNG to more general use as a statistical oneWilly Tarreau2021-03-051-0/+16
* MINOR: tools: Add function to compare an address to a network addressChristopher Faulet2021-02-261-0/+7
* MINOR: tools: add print_time_short() to print a condensed duration valueWilly Tarreau2021-01-291-0/+1
* MINOR: debug: always export the my_backtrace functionWilly Tarreau2021-01-221-3/+3
* CLEANUP: tools: make resolve_sym_name() take a const pointerWilly Tarreau2021-01-201-1/+1
* MEDIUM: stick-tables: Add srvkey option to stick-tableThayne McCombs2020-12-311-0/+13
* MINOR: tools: make str2sa_range() directly return the protocolWilly Tarreau2020-09-161-4/+3
* MINOR: tools: make str2sa_range() optionally return the fdWilly Tarreau2020-09-161-1/+1
* MINOR: tools: make str2sa_range() take more options than just resolveWilly Tarreau2020-09-161-3/+2
* REORG: tools: move PARSE_OPT_* from tools.h to tools-t.hWilly Tarreau2020-09-111-17/+0
* BUILD: tools: make resolve_sym_name() return a constWilly Tarreau2020-07-051-1/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2020-06-261-2/+2
* MINOR: cfgparse: sanitize the output a little bitWilly Tarreau2020-06-251-0/+1
* MINOR: tools: add a new configurable line parse, parse_line()Willy Tarreau2020-06-161-1/+18
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-2/+2
* REORG: tools: split common/standard.h into haproxy/tools{,-t}.hWilly Tarreau2020-06-111-0/+1038