- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- d4359fd TESTS: move tests/*.cfg to tests/config by Willy Tarreau · 3 years, 7 months ago
- 38ceb55 TESTS: slightly reorganize the code in the tests/ directory by Willy Tarreau · 3 years, 7 months ago
- ccf4299 MEDIUM: config: remove the deprecated and dangerous global "debug" directive by Willy Tarreau · 4 years, 1 month ago
- 5e1779a MEDIUM: config: make str2listener() not accept datagram sockets anymore by Willy Tarreau · 4 years, 2 months ago
- 7f96a84 MEDIUM: tools: make str2sa_range() validate callers' port specifications by Willy Tarreau · 4 years, 2 months ago
- de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years, 4 months ago
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 5 months ago
- 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 5 months ago
- d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 7 months ago
- cea46c0 TESTS: Add a stress-test for mt_lists. by Olivier Houchard · 5 years ago
- cbb44bf CLEANUP: fix a misspell in tests/filltab25.c by Joseph Herlant · 6 years ago
- 7755f9f TESTS: add a python wrapper for sockpair@ by William Lallemand · 6 years ago
- 8bb4db5 TESTS: Add a testcase for multi-port + multi-server listener issue by Philipp Kolmann · 7 years ago
- 51606fe MINOR: tests: add a python wrapper to test inherited fd by William Lallemand · 7 years ago
- 668730f TESTS: checks: add a simple test config for tcp-checks by Willy Tarreau · 7 years ago
- 5907078 TESTS: checks: add a simple test config for external checks by Willy Tarreau · 7 years ago
- b6b3f66 TESTS: ist: add a test file for the functions by Willy Tarreau · 7 years ago
- 2ab8867 MINOR: ssl: compare server certificate names to the SNI on outgoing connections by Willy Tarreau · 7 years ago
- d78c0fa TESTS: add a test configuration to stress handshake combinations by Willy Tarreau · 8 years ago
- 07ecdea TESTS: add blocksig.c to run tests with all signals blocked by Willy Tarreau · 9 years ago
- 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 9 years ago
- 7e0c971 CLEANUP: tests: removed completely obsolete test files by Willy Tarreau · 9 years ago
- e2daab4 CLEANUP: tests: move a test file from examples/ to tests/ by Willy Tarreau · 9 years ago
- 609ac2a MEDIUM: log: replace sendto() with sendmsg() in __send_log() by Dragan Dosen · 9 years ago
- d38220c CLEANUP: tests: remove sessionhash_test.c and test-cookie-appsess.cfg by Willy Tarreau · 9 years ago
- 1d7ca2e TESTS: add regression tests for ACL and sample expression parsers by Willy Tarreau · 11 years ago
- 10e26de DOC: Documentation for hashing function, with test results. by Bhaskar Maddala · 11 years ago
- a6bd1a1 MINOR: tests: add a config file to ease address parsing tests. by Willy Tarreau · 12 years ago
- 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · 12 years ago
- 2ac5718 MEDIUM: add a new typed argument list parsing framework by Willy Tarreau · 13 years ago
- c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
- d3cff72 [TESTS] provide a test case for various address formats by Willy Tarreau · 14 years ago
- a75efe1 [TESTS] update the url_param regression test to test check_post too by Willy Tarreau · 14 years ago
- 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
- a246e9e [TESTS] add test-check-expect to test various http-check methods by Willy Tarreau · 14 years ago
- eb7b0a2 [MEDIUM] http: fix space handling in the request cookie parser by Willy Tarreau · 14 years ago
- 4098aab [TESTS] refine non-regression tests and add 4 new tests by Willy Tarreau · 14 years ago
- 06d73f7 [TESTS] add a simple program to test connection resets by Willy Tarreau · 15 years ago
- 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 15 years ago
- f1f0683 [TESTS] add a file to test various connection modes by Willy Tarreau · 15 years ago
- fe651a5 [MINOR] redirect: in prefix mode a "/" means not to change the URI by Willy Tarreau · 16 years ago
- 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
- 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
- c22b57d [TESTS] test-fsm: 22 regression tests for state machines by Willy Tarreau · 16 years ago
- b6fb420 [MINOR] acl: add the "wait_end" acl verb by Willy Tarreau · 16 years ago
- 655e26a [MINOR] acl: add req_ssl_ver in TCP, to match an SSL version by Willy Tarreau · 16 years ago
- b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
- 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · 16 years ago
- 28c41a4 [MEDIUM] rework the wait queue mechanism by Willy Tarreau · 16 years ago
- b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
- cdeb9a2 [TESTS] add a debug patch to help trigger the stats bug by Krzysztof Oledzki · 17 years ago
- a532324 [TESTS] add new methods in ip-hash test file by Willy Tarreau · 17 years ago
- 53cfa0e [TESTS] add a benchmark for integer hashing by Willy Tarreau · 17 years ago
- 73290cc [TESTS] add a test case for port mapping by Willy Tarreau · 17 years ago
- 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 17 years ago
- 8b2f55a [TESTS] add test-pollers.cfg to easily report pollers in use by Willy Tarreau · 17 years ago
- 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 17 years ago
- 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 17 years ago
- ac172b2 [TESTS] add a test case for the server redirection mechanism by Willy Tarreau · 17 years ago
- 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 17 years ago
- c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 17 years ago
- e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · 17 years ago
- b3f32f5 [MEDIUM] add support for time units in the configuration by Willy Tarreau · 17 years ago
- 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
- b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · 17 years ago
- 4689ae6 [TESTS] add a test file for disable-on-404 by Willy Tarreau · 17 years ago
- 980b7d3 [TESTS] merge test-fwrr.cfg to validate dynamic weights by Willy Tarreau · 17 years ago
- 18baa9d [TESTS] include filltab25.c to experiment on FWRR for dynamic weights by Willy Tarreau · 17 years ago
- a7e7614 [MEDIUM] make default_backend work in TCP mode too by Willy Tarreau · 17 years ago
- 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
- 23085b6 [TESTS] add a simple test for the status page by Willy Tarreau · 17 years ago
- fe94460 [BUG] fix calls to localtime() by Willy Tarreau · 17 years ago
- d1eb3f0 [TESTS] added a file to check that "retries" works. by Willy Tarreau · 17 years ago
- 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · 17 years ago
- ab28b8b [TESTS] added a new hash algorithm by Willy Tarreau · 17 years ago
- ca769dc [TESTS] provide a test configuration file for stats and checks by Willy Tarreau · 17 years ago
- ab3e1d3 [MEDIUM] optimize I/O by detecting system starvation by Willy Tarreau · 17 years ago
- ae5f7da [TESTS] updates to hash experimentations by Willy Tarreau · 17 years ago
- 119680b [TESTS] test_pools: added support for dlmalloc() by Willy Tarreau · 17 years ago
- ad99d29 [TESTS] added test_pools from Aleksandar Lazic by Willy Tarreau · 17 years ago
- 58ef702 [TESTS] added a trivial program to benchmark hash algos by Willy Tarreau · 18 years ago
- 1da7a77 [TESTS] added two new test configurations by Willy Tarreau · 18 years ago
- 1a3442d * added the 'source' load-balancing algorithm which uses the source IP(v4|v6) by willy tarreau · 19 years ago
- b8d29e4 * some regression test files for active/backup conditions. by willy tarreau · 19 years ago
- 9970d5c * fixed odd addresses in tests/defaults.cfg by willy tarreau · 19 years ago
- eedaa9f * released 1.1.23 by willy tarreau · 19 years ago
- a41a8b4 * released 1.1.22 by willy tarreau · 19 years ago
- 0f7af91 * initial commit of version 1.0.0 by willy tarreau · 19 years ago