- 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
- c01062b [MINOR] add encode/decode function for 30-bit integers from/to base64 by Willy Tarreau · 14 years ago
- bca9969 [MEDIUM] cookie: support client cookies with some contents appended to their value by Willy Tarreau · 14 years ago
- b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
- 08c4b79 [CLEANUP] reference product branch 1.5 by Willy Tarreau · 14 years ago
- 5b18020 [MINOR] tools: add a get_std_op() function to parse operators by Willy Tarreau · 14 years ago
- f25fbad [MINOR] errors: provide new status codes for config parsing functions by Willy Tarreau · 14 years ago
- f0d9eec [MINOR] tools: add a fast div64_32 function by Willy Tarreau · 14 years ago
- acf9577 [MINOR] config: provide a function to quote args in a more friendly way by Willy Tarreau · 14 years ago
- f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
- f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · 14 years ago
- bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
- d54bbdc [MINOR] add very fast IP parsing functions by Willy Tarreau · 15 years ago
- 8f27090 [CLEANUP] product branch update by Cyril Bonté · 15 years ago
- 0e996c6 [BUILD] includes order breaks OpenBSD build by Willy Tarreau · 15 years ago
- 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · 15 years ago
- 15f0ac4 [BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008 by Krzysztof Piotr Oledzki · 15 years ago
- 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 15 years ago
- 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · 15 years ago
- fccbdc8 [MINOR] Base64 decode by Krzysztof Piotr Oledzki · 15 years ago
- f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 15 years ago
- e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · 15 years ago
- 2937c0d [MINOR] standard: str2mask: string to netmask converter by Willy Tarreau · 15 years ago
- 348238b [MINOR] tools: add a "word_match()" function to match words and ignore spaces by Willy Tarreau · 15 years ago
- 050737f [BUILD] remove a warning in standard.h on AIX by Willy Tarreau · 15 years ago
- 39132b2 [MINOR] Add function to parse a size in configuration by Emeric Brun · 15 years ago
- 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 15 years ago
- 3a7fce5 [BUILD] warning ultoa_r returns char * by Emeric Brun · 15 years ago
- 477ecd8 [MEDIUM] config: remove the limitation of 10 config files by Willy Tarreau · 15 years ago
- deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 15 years ago
- 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
- da3b7c3 [MINOR] tools: add hex2i() function to convert hex char to int by Willy Tarreau · 15 years ago
- cc05fba [BUG] definitely fix regparm issues between haproxy core and ebtree by Willy Tarreau · 15 years ago
- 3e79479 [CLEANUP] ebtree: remove old unused files by Willy Tarreau · 15 years ago
- 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
- f7089f5 [MINOR] Capture & display more data from health checks, v2 by Krzysztof Piotr Oledzki · 15 years ago
- 3d5562b [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim() by Krzysztof Piotr Oledzki · 15 years ago
- 482b00d [MINOR] tools: add a new get_next_id() function by Willy Tarreau · 15 years ago
- 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
- 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
- 106f979 [MINOR] acl: add support for hdr_ip to match IP addresses in headers by Willy Tarreau · 15 years ago
- 6db06d3 [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead by Willy Tarreau · 15 years ago
- d6d0690 [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead by Willy Tarreau · 15 years ago
- 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
- 1d45b7c [MINOR] stats: add a new node-name setting by Willy Tarreau · 15 years ago
- 3ad6a76 [MINOR] export the hostname variable so that all the code can access it by Willy Tarreau · 15 years ago
- 3a058f3 [MINOR] add a new CLF log format by Emeric Brun · 15 years ago
- 5d01a63 [MEDIUM] config: support loading multiple configuration files by Willy Tarreau · 15 years ago
- 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · 15 years ago
- c9fe456 [MINOR] make DEFAULT_MAXCONN user-configurable at build time by Willy Tarreau · 15 years ago
- c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
- 946ba59 [MINOR] standard: provide a new 'my_strndup' function by Willy Tarreau · 15 years ago
- 8f38bd0 [MINOR] add basic signal handling functions by Willy Tarreau · 15 years ago
- 2850cb4 [MINOR] add X-Original-To: header by Maik Broemme · 16 years ago
- 61d1889 [MINOR] improve reporting of misplaced acl/reqxxx rules by Willy Tarreau · 16 years ago
- e7239b5 [MINOR] implement ulltoh() to write HTML-formatted numbers by Willy Tarreau · 16 years ago
- 6f4a82c [OPTIM] stream_sock: don't retry to read after a large read by Willy Tarreau · 16 years ago
- e35c94a [MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1 by Willy Tarreau · 16 years ago
- 5804434 [MINOR] update ebtree to version 4.1 by Willy Tarreau · 16 years ago
- 5af24ef [CLEANUP] config: catch and report some possibly wrong rule ordering by Willy Tarreau · 16 years ago
- 531cf0c [OPTIM] task: reduce the number of calls to task_queue() by Willy Tarreau · 16 years ago
- d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · 16 years ago
- 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 16 years ago
- 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 16 years ago
- 7559058 [MINOR] add curr_sec_ms and curr_sec_ms_scaled for current second. by Willy Tarreau · 16 years ago
- 776cd87 [MINOR] time: add __usec_to_1024th to convert usecs to 1024th of second by Willy Tarreau · 16 years ago
- 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
- bc04ce7 [MINOR] add a new back-reference type : struct bref by Willy Tarreau · 16 years ago
- 534c5a2 [OPTIM] add compiler hints in tick_is_expired() by Willy Tarreau · 16 years ago
- 75cf17e [OPTIM] force inlining of large functions with gcc >= 3 by Willy Tarreau · 16 years ago
- 61eadc0 [BUG] regparm is broken on gcc < 3 by Willy Tarreau · 16 years ago
- f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · 16 years ago
- 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
- af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · 16 years ago
- 177e2b0 [CLEANUP] remove dependency on obsolete INTBITS macro by Willy Tarreau · 16 years ago
- 39f23b6 [MINOR] cfgparse: add support for warnings in external functions by Willy Tarreau · 16 years ago
- 5b2c336 [MEDIUM] add support for configuration keyword registration by Willy Tarreau · 16 years ago
- 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
- 75875a7 [BUILD] silent a warning in unlikely() with gcc 4.x by Willy Tarreau · 16 years ago
- e6313a3 [MINOR] introduce now_ms, the current date in milliseconds by Willy Tarreau · 16 years ago
- 47d9404 [OPTIM] add branch prediction hints in list manipulations by Willy Tarreau · 16 years ago
- b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
- b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
- 5c6f58f [DEBUG] add a TRACE macro to facilitate runtime data extraction by Willy Tarreau · 16 years ago
- 8001d61 [MEDIUM] Fix memory freeing at exit, part 2 by Krzysztof Piotr Oledzki · 16 years ago
- efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
- 1fb6c87 [MEDIUM] upgrade to ebtree v4.0 by Willy Tarreau · 16 years ago
- e7dd2f2 [BUILD] fix build with gcc 4.3 by Jeremy Hinegardner · 17 years ago
- caf720d [BUG] str2sun could leak a small buffer in case of error during parsing by Willy Tarreau · 17 years ago
- 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 17 years ago
- 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 17 years ago
- 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · 17 years ago
- b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 17 years ago
- 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · 17 years ago
- 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
- a0d37b6 [MINOR] implement a time parsing function by Willy Tarreau · 17 years ago
- 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
- c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · 17 years ago
- 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
- be68e6a [MEDIUM] ebtree: include config.h for REGPRM* by Willy Tarreau · 17 years ago