- 2317976 BUILD: listener: fix recent accept4() again by Willy Tarreau · Wed Jan 15 16:45:17 2014 +0100
- 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · Fri Dec 13 15:14:55 2013 +0100
- 5f3f15f BUILD: time: adapt the type of TV_ETERNITY to the local system by Willy Tarreau · Fri Dec 13 09:22:23 2013 +0100
- 39e258f MINOR: regex: Copy the original regex expression into string. by Thierry FOURNIER · Fri Dec 06 20:38:46 2013 +0100
- 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · Fri Dec 06 20:36:20 2013 +0100
- bb77c8e MINOR: tools: function my_memmem() to lookup binary contents by Baptiste Assmann · Sun Oct 06 23:24:13 2013 +0200
- 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · Tue Dec 03 17:50:47 2013 +0100
- d559dd8 MINOR: tools: Add a function to convert buffer to an ipv6 address by Thierry FOURNIER · Fri Nov 22 16:16:59 2013 +0100
- 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
- a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
- 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
- ef37a66 CLEANUP: The function "regex_exec" needs the string length but in many case they expect null terminated char. by Thierry FOURNIER · Tue Oct 15 13:41:44 2013 +0200
- ed5a4ae CLEANUP: regex: Create regex_comp function that compiles regex using compilation options by Thierry FOURNIER · Mon Oct 14 14:07:36 2013 +0200
- e28f1ec BUILD/MINOR: missing header file by Thierry FOURNIER · Wed Oct 09 15:23:01 2013 +0200
- 47060b6 MINOR: cli: make it possible to enter multiple values at once with "set table" by Willy Tarreau · Thu Aug 01 21:11:42 2013 +0200
- b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · Tue Jul 23 19:15:30 2013 +0200
- 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · Sun Jun 23 17:37:13 2013 +0200
- dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
- 2b57cb8 MEDIUM: protocol: implement a "drain" function in protocol layers by Willy Tarreau · Mon Jun 10 19:56:38 2013 +0200
- bf43f6e MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined by Willy Tarreau · Mon Jun 03 15:52:52 2013 +0200
- 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · Wed May 08 23:30:23 2013 +0200
- ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · Wed May 08 23:22:39 2013 +0200
- d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
- dd11293 BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT by Willy Tarreau · Wed May 08 18:09:54 2013 +0200
- 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · Mon Apr 15 19:27:10 2013 +0200
- 0999f76 BUILD: add explicit support for TFO with USE_TFO by Lukas Tribus · Tue Apr 02 16:43:24 2013 +0200
- 0161d62 OPTIM: http: improve branching in chunk size parser by Willy Tarreau · Tue Apr 02 01:26:55 2013 +0200
- bf43927 OPTIM: buffer: remove one jump in buffer_count() by Willy Tarreau · Tue Apr 02 01:25:57 2013 +0200
- 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · Sun Jan 13 15:00:42 2013 +0900
- dad36a3 MAJOR: tools: support environment variables in addresses by Willy Tarreau · Mon Mar 11 01:20:04 2013 +0100
- 2470928 MEDIUM: tools: support specifying explicit address families in str2sa_range() by Willy Tarreau · Sun Mar 10 21:32:12 2013 +0100
- c120c8d CLEANUP: minor cleanup in str2sa_range() and str2ip() by Willy Tarreau · Sun Mar 10 19:27:44 2013 +0100
- add0ab1 CLEANUP: tools: remove str2sun() which is not used anymore. by Willy Tarreau · Wed Mar 06 15:08:16 2013 +0100
- d393a62 MINOR: tools: prepare str2sa_range() to accept a prefix by Willy Tarreau · Mon Mar 04 18:22:00 2013 +0100
- df350f1 MINOR: tools: prepare str2sa_range() to return an error message by Willy Tarreau · Fri Mar 01 20:22:54 2013 +0100
- 6924ef8 BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured. by Emeric Brun · Wed Mar 06 14:08:53 2013 +0100
- 4f4b18b BUILD/MINOR: syscall: add definition of NR_accept4 for ARM by Willy Tarreau · Mon Mar 04 07:38:08 2013 +0100
- b26cc86 BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux by Willy Tarreau · Mon Mar 04 07:31:08 2013 +0100
- d4448bc MEDIUM: tools: make str2sa_range support all address syntaxes by Willy Tarreau · Wed Feb 20 15:55:15 2013 +0100
- 5269cfb BUG/MINOR: Correct logic in cut_crlf() by Simon Horman · Wed Feb 13 17:48:00 2013 +0900
- eab777c BUG/MINOR: time: frequency counters are not totally accurate by Willy Tarreau · Sat Dec 29 21:50:07 2012 +0100
- 56adcf2 MINOR: tools: simplify the use of the int to ascii macros by Willy Tarreau · Sun Dec 23 18:00:29 2012 +0100
- 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · Sun Dec 23 20:22:19 2012 +0100
- 37994f0 MINOR: standard: add a simple popcount function by Willy Tarreau · Mon Nov 19 12:11:07 2012 +0100
- 4663577 MINOR: build: allow packagers to specify the ssl cache size by Emeric Brun · Wed Nov 14 11:32:56 2012 +0100
- e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · Sun Nov 11 17:42:00 2012 +0100
- ed7f836 BUG/MINOR: stream_interface: don't loop over ->snd_buf() by Willy Tarreau · Mon Oct 29 23:27:14 2012 +0100
- 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · Mon Oct 29 16:14:26 2012 +0100
- c26ac9d MINOR: chunk: add a function to reset a chunk by Willy Tarreau · Mon Oct 29 13:23:11 2012 +0100
- 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · Fri Oct 19 10:36:09 2012 +0800
- 422a0a5 MINOR: tools: add a clear_addr() function to unset an address by Willy Tarreau · Fri Oct 26 19:47:23 2012 +0200
- 3dd0c4e OPTIM: tools: inline hex2i() by Willy Tarreau · Fri Oct 26 00:58:22 2012 +0200
- ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · Fri Oct 19 15:18:06 2012 +0200
- 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
- 7fca87f BUILD: accept4: move the socketcall declaration outside of accept4() by Willy Tarreau · Wed Oct 10 08:26:12 2012 +0200
- 1bc4aab MEDIUM: listener: add support for linux's accept4() syscall by Willy Tarreau · Mon Oct 08 20:11:03 2012 +0200
- 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · Fri Oct 05 15:47:31 2012 +0200
- 8c89c20 MINOR: buffers: add a few functions to write chars, strings and blocks by Willy Tarreau · Fri Sep 28 16:02:48 2012 +0200
- 4fbb228 MINOR: config: make str2listener() use memprintf() to report errors. by Willy Tarreau · Thu Sep 20 20:01:39 2012 +0200
- eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · Thu Sep 20 19:43:14 2012 +0200
- ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · Sat Sep 22 18:36:29 2012 +0200
- 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · Tue Sep 18 20:02:48 2012 +0200
- 21c705b MINOR: config: add a function to indent error messages by Willy Tarreau · Fri Sep 14 11:40:36 2012 +0200
- d50265a BUILD: include sys/socket.h to fix build failure on FreeBSD by Willy Tarreau · Tue Sep 04 14:18:33 2012 +0200
- dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · Sun Sep 02 22:34:23 2012 +0200
- 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · Sun Sep 02 18:34:44 2012 +0200
- af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · Mon Aug 27 22:08:00 2012 +0200
- 42d0666 MINOR: buffer: provide a new buffer_full() function by Willy Tarreau · Mon Aug 27 19:51:36 2012 +0200
- a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · Fri Aug 24 22:56:11 2012 +0200
- c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
- 65c1796 MINOR: IPv6 support for transparent proxy by David du Colombier · Fri Jul 13 14:34:59 2012 +0200
- 3d2f16f MINOR: standard: add a new debug macro : fddebug() by Willy Tarreau · Sun May 13 00:21:17 2012 +0200
- 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · Tue May 08 19:47:01 2012 +0200
- 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · Tue May 08 15:40:42 2012 +0200
- 6d20e28 MINOR: standard: add an IPv6 parsing function (str62net) by Willy Tarreau · Fri Apr 27 22:49:47 2012 +0200
- 9a7bea5 MINOR: standard: add a memprintf() function to build formatted error messages by Willy Tarreau · Fri Apr 27 11:16:50 2012 +0200
- 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · Mon Feb 06 18:15:57 2012 +0100
- e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · Tue Jan 24 11:15:39 2012 +0100
- f3bfede CLEANUP: ebtree: clarify licence and update to 6.0.6 by Willy Tarreau · Mon Jul 25 11:38:17 2011 +0200
- ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · Mon Oct 24 19:14:41 2011 +0200
- bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · Sun Oct 23 21:14:29 2011 +0200
- 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
- 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · Mon Sep 05 00:36:48 2011 +0200
- 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · Mon Aug 22 17:12:02 2011 +0200
- ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · Fri Aug 05 16:23:48 2011 +0200
- e869176 [MINOR] Make appsess{,ion}_refresh static by Simon Horman · Fri Jun 24 14:49:57 2011 +0900
- bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · Tue May 31 18:06:18 2011 +0200
- 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · Wed May 11 20:47:24 2011 +0200
- 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · Tue Apr 05 16:56:50 2011 +0200
- 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
- 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · Thu Mar 24 12:23:00 2011 +0100
- d3db943 [MINOR] tools: add two macros MID_RANGE and MAX_RANGE by Willy Tarreau · Mon Mar 28 15:55:43 2011 +0200
- fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · Fri Mar 04 15:31:53 2011 +0100
- 64e9c90 [BUG] standard: is_addr return value for IPv4 was inverted by David du Colombier · Tue Mar 22 11:39:41 2011 +0100
- ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
- 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
- 4c14eaa [CLEANUP] hash: move the avalanche hash code globally available by Willy Tarreau · Wed Nov 24 14:01:45 2010 +0100
- 32da3c4 [MEDIUM] Manage peers section parsing and stick table registration on peers. by Emeric Brun · Thu Sep 23 18:39:19 2010 +0200
- 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · Sun Nov 07 11:44:13 2010 +0100
- 7417275 [MINOR] standard: change arg type from const char* to char* by Willy Tarreau · Fri Oct 15 23:21:42 2010 +0200