summaryrefslogtreecommitdiff
path: root/src/haproxy.c
Commit message (Expand)AuthorAgeFilesLines
* MEDIUM: regex: replace all standard regex function by own functionsThierry FOURNIER2014-06-181-4/+4
* MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/respSasha Pachev2014-06-171-0/+1
* MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bitsRemi Gacogne2014-06-121-0/+1
* BUG/MEDIUM: Fix unhandled connections problem with systemd daemon mode and SO...Simone Gotti2014-06-111-0/+1
* MAJOR: server: use states instead of flags to store the server stateWilly Tarreau2014-05-221-1/+1
* REORG/MEDIUM: server: split server state and flags in two different variablesWilly Tarreau2014-05-221-1/+1
* MINOR: fix a few memory usage errorsDirkjan Bussink2014-05-151-0/+2
* MEDIUM: config: limit nbproc to the machine's word sizeWilly Tarreau2014-05-091-1/+1
* MINOR: config: add minimum support for emitting warnings only onceWilly Tarreau2014-04-291-0/+3
* CLEANUP: proxy: rename "block_cond" to "block_rules"Willy Tarreau2014-04-281-1/+1
* MEDIUM: config: relax use_backend check to make the condition optionalWilly Tarreau2014-04-231-2/+4
* BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFONenad Merdanovic2014-04-141-0/+10
* MINOR: pattern: Each pattern is identified by unique id.Thierry FOURNIER2014-03-171-0/+3
* MINOR: sample: add a rand() sample fetch to return a sample.Willy Tarreau2014-02-141-0/+2
* MINOR: config: add global directives to set default SSL ciphersWilly Tarreau2014-02-131-6/+0
* MINOR: config: make the stream interface idle timer user-configurableWilly Tarreau2014-02-121-2/+5
* MINOR: ssl: add DEFAULT_SSL_MAX_RECORD to set the record size at build timeWilly Tarreau2014-02-121-0/+3
* [RELEASE] Released version 1.5-dev22v1.5-dev22Willy Tarreau2014-02-031-2/+2
* MEDIUM: ssl: Set verify 'required' as global default for servers side.Emeric Brun2014-01-291-0/+4
* REORG: polling: rename "fd_process_spec_events()" to "fd_process_cached_event...Willy Tarreau2014-01-261-1/+1
* BUILD: definitely silence some stupid GCC warningsWilly Tarreau2013-12-131-1/+6
* MINOR: chunks: allocate the trash chunks before parsing the configWilly Tarreau2013-12-131-1/+1
* MEDIUM: http: The redirect strings follows the log format rules.Thierry FOURNIER2013-12-021-0/+4
* MEDIUM: checks: Add supplementary agent checksSimon Horman2013-11-251-0/+6
* BUG/MINOR: deinit: free server map which is allocated in init_server_map()Godbach2013-10-061-0/+1
* BUG/MINOR: deinit: free fdinfo while doing cleanupGodbach2013-06-261-0/+1
* CLEANUP: fix minor typo in error message.Prach Pongpanich2013-05-141-1/+1
* MINOR: tproxy: add support for OpenBSDPieter Baauw2013-05-111-0/+3
* MINOR: tproxy: add support for FreeBSDPieter Baauw2013-05-111-0/+6
* REORG: tproxy: prepare the transparent proxy defines for accepting other OSesPieter Baauw2013-05-111-0/+16
* MINOR: init: indicate the SSL runtime version on -vv.Willy Tarreau2013-04-261-0/+3
* BUG/MINOR: jit: don't rely on USE flag to detect supportLukas Tribus2013-04-151-5/+12
* BUG/MEDIUM: log: fix regression on log-format handlingWilly Tarreau2013-04-121-6/+8
* MINOR: show PCRE version and JIT status in -vvLukas Tribus2013-04-041-0/+14
* [RELEASE] Released version 1.5-dev18v1.5-dev18Willy Tarreau2013-04-031-2/+2
* MAJOR: acl: make all ACLs reference the fetch function via a sample.Willy Tarreau2013-04-031-0/+2
* BUG/MAJOR: ev_select: disable the select() poller if maxsock > FD_SETSIZEWilly Tarreau2013-03-311-1/+10
* MEDIUM: New cli option -Ds for systemd compatibilityMarc-Antoine Perennou2013-02-131-12/+23
* BUG/MEDIUM: remove supplementary groups when changing gidMichael Scherer2013-01-181-4/+11
* MINOR: chunks: centralize the trash chunk allocationWilly Tarreau2012-12-231-3/+1
* BUG/MEDIUM: comp: DEFAULT_MAXZLIBMEM was expressed in bytes and not megabytesWilly Tarreau2012-12-031-1/+1
* MEDIUM: adjust the maxaccept per listener depending on the number of processesWilly Tarreau2012-11-191-12/+0
* MEDIUM: global: add support for CPU binding on Linux ("cpu-map")Willy Tarreau2012-11-161-1/+13
* MINOR: global: don't prevent nbproc from being redefinedWilly Tarreau2012-11-151-0/+1
* MINOR: build: allow packagers to specify the ssl cache sizeEmeric Brun2012-11-151-1/+1
* MINOR: build: allow packagers to specify the default maxzlibmemWilly Tarreau2012-11-121-0/+4
* MAJOR: polling: replace epoll with sepoll and remove sepollWilly Tarreau2012-11-111-13/+0
* REORG: fd: centralize the processing of speculative eventsWilly Tarreau2012-11-111-0/+1
* BUILD: report zlib support in haproxy -vvCyril Bonté2012-11-101-0/+20
* MINOR: compression: maximum compression rate limitWilliam Lallemand2012-11-101-0/+1