1. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  2. 2b57cb8 MEDIUM: protocol: implement a "drain" function in protocol layers by Willy Tarreau · 11 years ago
  3. bf43f6e MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined by Willy Tarreau · 11 years ago
  4. 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · 11 years ago
  5. ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · 11 years ago
  6. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · 11 years ago
  7. dd11293 BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT by Willy Tarreau · 11 years ago
  8. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · 11 years ago
  9. 0999f76 BUILD: add explicit support for TFO with USE_TFO by Lukas Tribus · 11 years ago
  10. 0161d62 OPTIM: http: improve branching in chunk size parser by Willy Tarreau · 11 years ago
  11. bf43927 OPTIM: buffer: remove one jump in buffer_count() by Willy Tarreau · 11 years ago
  12. 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · 11 years ago
  13. dad36a3 MAJOR: tools: support environment variables in addresses by Willy Tarreau · 11 years ago
  14. 2470928 MEDIUM: tools: support specifying explicit address families in str2sa_range() by Willy Tarreau · 11 years ago
  15. c120c8d CLEANUP: minor cleanup in str2sa_range() and str2ip() by Willy Tarreau · 11 years ago
  16. add0ab1 CLEANUP: tools: remove str2sun() which is not used anymore. by Willy Tarreau · 11 years ago
  17. d393a62 MINOR: tools: prepare str2sa_range() to accept a prefix by Willy Tarreau · 11 years ago
  18. df350f1 MINOR: tools: prepare str2sa_range() to return an error message by Willy Tarreau · 11 years ago
  19. 6924ef8 BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured. by Emeric Brun · 11 years ago
  20. 4f4b18b BUILD/MINOR: syscall: add definition of NR_accept4 for ARM by Willy Tarreau · 11 years ago
  21. b26cc86 BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux by Willy Tarreau · 11 years ago
  22. d4448bc MEDIUM: tools: make str2sa_range support all address syntaxes by Willy Tarreau · 11 years ago
  23. 5269cfb BUG/MINOR: Correct logic in cut_crlf() by Simon Horman · 11 years ago
  24. eab777c BUG/MINOR: time: frequency counters are not totally accurate by Willy Tarreau · 12 years ago
  25. 56adcf2 MINOR: tools: simplify the use of the int to ascii macros by Willy Tarreau · 12 years ago
  26. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  27. 37994f0 MINOR: standard: add a simple popcount function by Willy Tarreau · 12 years ago
  28. 4663577 MINOR: build: allow packagers to specify the ssl cache size by Emeric Brun · 12 years ago
  29. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  30. ed7f836 BUG/MINOR: stream_interface: don't loop over ->snd_buf() by Willy Tarreau · 12 years ago
  31. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · 12 years ago
  32. c26ac9d MINOR: chunk: add a function to reset a chunk by Willy Tarreau · 12 years ago
  33. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · 12 years ago
  34. 422a0a5 MINOR: tools: add a clear_addr() function to unset an address by Willy Tarreau · 12 years ago
  35. 3dd0c4e OPTIM: tools: inline hex2i() by Willy Tarreau · 12 years ago
  36. ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · 12 years ago
  37. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  38. 7fca87f BUILD: accept4: move the socketcall declaration outside of accept4() by Willy Tarreau · 12 years ago
  39. 1bc4aab MEDIUM: listener: add support for linux's accept4() syscall by Willy Tarreau · 12 years ago
  40. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · 12 years ago
  41. 8c89c20 MINOR: buffers: add a few functions to write chars, strings and blocks by Willy Tarreau · 12 years ago
  42. 4fbb228 MINOR: config: make str2listener() use memprintf() to report errors. by Willy Tarreau · 12 years ago
  43. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · 12 years ago
  44. ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · 12 years ago
  45. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · 12 years ago
  46. 21c705b MINOR: config: add a function to indent error messages by Willy Tarreau · 12 years ago
  47. d50265a BUILD: include sys/socket.h to fix build failure on FreeBSD by Willy Tarreau · 12 years ago
  48. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  49. 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · 12 years ago
  50. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · 12 years ago
  51. 42d0666 MINOR: buffer: provide a new buffer_full() function by Willy Tarreau · 12 years ago
  52. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · 12 years ago
  53. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  54. 65c1796 MINOR: IPv6 support for transparent proxy by David du Colombier · 12 years ago
  55. 3d2f16f MINOR: standard: add a new debug macro : fddebug() by Willy Tarreau · 12 years ago
  56. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · 12 years ago
  57. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · 12 years ago
  58. 6d20e28 MINOR: standard: add an IPv6 parsing function (str62net) by Willy Tarreau · 12 years ago
  59. 9a7bea5 MINOR: standard: add a memprintf() function to build formatted error messages by Willy Tarreau · 12 years ago
  60. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · 12 years ago
  61. e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · 12 years ago
  62. f3bfede CLEANUP: ebtree: clarify licence and update to 6.0.6 by Willy Tarreau · 13 years ago
  63. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  64. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · 13 years ago
  65. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  66. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  67. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · 13 years ago
  68. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  69. e869176 [MINOR] Make appsess{,ion}_refresh static by Simon Horman · 13 years ago
  70. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · 13 years ago
  71. 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · 13 years ago
  72. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  73. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  74. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · 13 years ago
  75. d3db943 [MINOR] tools: add two macros MID_RANGE and MAX_RANGE by Willy Tarreau · 13 years ago
  76. fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · 13 years ago
  77. 64e9c90 [BUG] standard: is_addr return value for IPv4 was inverted by David du Colombier · 13 years ago
  78. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 13 years ago
  79. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  80. 4c14eaa [CLEANUP] hash: move the avalanche hash code globally available by Willy Tarreau · 14 years ago
  81. 32da3c4 [MEDIUM] Manage peers section parsing and stick table registration on peers. by Emeric Brun · 14 years ago
  82. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · 14 years ago
  83. 7417275 [MINOR] standard: change arg type from const char* to char* by Willy Tarreau · 14 years ago
  84. 4ec83cd [MINOR] standard: add read_uint() to parse a delimited unsigned integer by Willy Tarreau · 14 years ago
  85. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  86. c01062b [MINOR] add encode/decode function for 30-bit integers from/to base64 by Willy Tarreau · 14 years ago
  87. bca9969 [MEDIUM] cookie: support client cookies with some contents appended to their value by Willy Tarreau · 14 years ago
  88. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  89. 08c4b79 [CLEANUP] reference product branch 1.5 by Willy Tarreau · 14 years ago
  90. 5b18020 [MINOR] tools: add a get_std_op() function to parse operators by Willy Tarreau · 14 years ago
  91. f25fbad [MINOR] errors: provide new status codes for config parsing functions by Willy Tarreau · 14 years ago
  92. f0d9eec [MINOR] tools: add a fast div64_32 function by Willy Tarreau · 14 years ago
  93. acf9577 [MINOR] config: provide a function to quote args in a more friendly way by Willy Tarreau · 14 years ago
  94. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  95. f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · 14 years ago
  96. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  97. d54bbdc [MINOR] add very fast IP parsing functions by Willy Tarreau · 15 years ago
  98. 8f27090 [CLEANUP] product branch update by Cyril Bonté · 14 years ago
  99. 0e996c6 [BUILD] includes order breaks OpenBSD build by Willy Tarreau · 14 years ago
  100. 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · 14 years ago