1. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  2. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · 8 years ago
  3. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · 8 years ago
  4. 9df94c2 MINOR: peers: remove the pointer to the stream by Willy Tarreau · 8 years ago
  5. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · 8 years ago
  6. b1f48e3 MINOR: backend: add hash-balance-factor option for hash-type consistent by Andrew Rodland · 8 years ago
  7. e168feb MINOR: proxy: add 'served' field to proxy, equal to total of all servers' by Andrew Rodland · 8 years ago
  8. a5bc36b MINOR: stats: emit dses by Willy Tarreau · 8 years ago
  9. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  10. 27df66e MINOR: counters: add new fields for denied_sess by Willy Tarreau · 8 years ago
  11. 7d9736f CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4 by Willy Tarreau · 8 years ago
  12. 8a90b8e MINOR: stats: output dcon by Willy Tarreau · 8 years ago
  13. 1e08cd8 MEDIUM: cli: register CLI keywords with cli_register_kw() by William Lallemand · 8 years ago
  14. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · 8 years ago
  15. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · 8 years ago
  16. dcbc5c5 MINOR: show Built with PCRE version by Lukas Tribus · 8 years ago
  17. 83b0a17 MINOR: dns: comments in types/dns.h about structures endianness by Baptiste Assmann · 8 years ago
  18. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · 8 years ago
  19. 5748f73 MINOR: dns: new DNS structures to store received packets by Baptiste Assmann · 9 years ago
  20. ed97c95 MINOR: dns: new macro to compute DNS header size by Baptiste Assmann · 9 years ago
  21. 4ec076f MINOR: dns: new MAX values by Baptiste Assmann · 9 years ago
  22. d20bbaf MINOR: dns: wrong DNS_MAX_UDP_MESSAGE value by Baptiste Assmann · 8 years ago
  23. 7819c12 MINOR: chunk: new strncat function by Baptiste Assmann · 8 years ago
  24. d458adc MINOR: new update_server_addr_port() function to change both server's ADDR and service PORT by Baptiste Assmann · 8 years ago
  25. 6b453f1 MINOR: server: introduction of 3 new server flags by Baptiste Assmann · 8 years ago
  26. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · 8 years ago
  27. 1f077eb BUILD/MAJOR:updated 51d Trie implementation to incorperate latest update to 51Degrees.c by ben51degrees · 8 years ago
  28. 17494bc CLEANUP: logs: remove unused log format field definitions by Willy Tarreau · 8 years ago
  29. 4cac359 MEDIUM: log: Decompose %Tq in %Th %Ti %TR by Thierry FOURNIER / OZON.IO · 8 years ago
  30. 08396c8 MINOR: standard.c: ipcpy() function to copy an IP address from a struct sockaddr_storage into an other one by Baptiste Assmann · 8 years ago
  31. 08b24cf MINOR: standard.c: ipcmp() function to compare 2 IP addresses stored in 2 struct sockaddr_storage by Baptiste Assmann · 8 years ago
  32. 9d87ca0 BUILD: tcp: define SOL_TCP when only IPPROTO_TCP exists by Willy Tarreau · 8 years ago
  33. d2629f2 BUILD: connection: fix build breakage on openbsd due to missing in_systm.h by Willy Tarreau · 8 years ago
  34. 16e0156 MINOR: tcp: add dst_is_local and src_is_local by Willy Tarreau · 8 years ago
  35. 77128f5 MINOR: sample: provide smp_is_rw() and smp_make_rw() by Willy Tarreau · 8 years ago
  36. 2c59479 MINOR: sample: implement smp_is_safe() and smp_make_safe() by Willy Tarreau · 8 years ago
  37. ad63582 BUG/MEDIUM: samples: make smp_dup() always duplicate the sample by Willy Tarreau · 8 years ago
  38. 1a5d060 MINOR: standard: add function "escape_string" by Dragan Dosen · 8 years ago
  39. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · 8 years ago
  40. 9bd52d4 BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash by Thierry FOURNIER · 8 years ago
  41. ab00df6 BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash by Thierry FOURNIER · 8 years ago
  42. 8ab7942 BUG/MINOR: Fix endiness issue in DNS header creation code by Nenad Merdanovic · 8 years ago
  43. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · 8 years ago
  44. 3015a2e CLEANUP: connection: using internal struct to hold source and dest port. by David Carlier · 8 years ago
  45. 2eae3a0 MINOR: new function my_realloc2 = realloc + free upon failure by Hubert Verstraete · 8 years ago
  46. 9075968 MINOR: tcp: add "tcp-request connection expect-netscaler-cip layer4" by Bertrand Jacquin · 8 years ago
  47. 93b227d MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword by Bertrand Jacquin · 8 years ago
  48. 5e0e6e4 MINOR: ssl: crt-list parsing factor by Emmanuel Hocdet · 8 years ago
  49. 72a8a18 MEDIUM: dumpstats: make stats_tlskeys_list() yield-aware during tls-keys dump by William Lallemand · 8 years ago
  50. cf9e788 BUG/MEDIUM: dumpstats: undefined behavior in stats_tlskeys_list() by William Lallemand · 8 years ago
  51. e984a0e MINOR: stream: export the function 'smp_create_src_stkctr' by Dragan Dosen · 8 years ago
  52. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · 8 years ago
  53. 5f6e905 BUILD: fix build on Solaris 11 by Willy Tarreau · 8 years ago
  54. f2ebcb4 BUG/MEDIUM: dns: unbreak DNS resolver after header fix by Lukas Tribus · 8 years ago
  55. 58727ec BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes by Willy Tarreau · 8 years ago
  56. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  57. 3a394fa MEDIUM: filters: Add pre and post analyzer callbacks by Christopher Faulet · 8 years ago
  58. a9215b7 MINOR: filters: Simplify calls to analyzers using 2 new macros by Christopher Faulet · 8 years ago
  59. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  60. 27b639d MINOR: log: add the %Td log-format specifier by Willy Tarreau · 8 years ago
  61. dc88785 MINOR: add list_append_word function by Maxime de Roucy · 8 years ago
  62. e2f8497 BUG/MINOR: dns: fix DNS header definition by Vincent Bernat · 8 years ago
  63. 6ca9e01 BUG/MEDIUM: stats: show backend may show an empty or incomplete result by Cyril Bonté · 8 years ago
  64. 76a9978 BUG/MEDIUM: stats: show servers state may show an empty or incomplete result by Cyril Bonté · 8 years ago
  65. 8bf242b BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers by Willy Tarreau · 8 years ago
  66. ef907fe BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try) by Willy Tarreau · 8 years ago
  67. 55e58f2 MINOR: channel: add new function channel_congested() by Willy Tarreau · 8 years ago
  68. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  69. 174dd37 MINOR: Add ability for agent-check to set server maxconn by Nenad Merdanovic · 8 years ago
  70. 169c470 BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) by Willy Tarreau · 8 years ago
  71. 93dc478 BUG/MEDIUM: channel: incorrect polling condition may delay event delivery by Willy Tarreau · 8 years ago
  72. 4b46a3e BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected by Willy Tarreau · 8 years ago
  73. b3f4e14 MINOR: filters: Print the list of existing filters during HA startup by Christopher Faulet · 8 years ago
  74. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  75. 8a32106 BUG/MEDIUM: channel: fix miscalculation of available buffer space (2nd try) by Willy Tarreau · 8 years ago
  76. f3764b7 MEDIUM: proxy: use dynamic allocation for error dumps by Willy Tarreau · 8 years ago
  77. ff48042 MINOR: lua: add class listener by Thierry Fournier · 8 years ago
  78. f2fdc9d MINOR: lua: add class server by Thierry Fournier · 8 years ago
  79. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · 8 years ago
  80. d0a56c2 MINOR: dumpstats: split stats_dump_be_stats() in two parts by Thierry Fournier · 8 years ago
  81. 61fe6c0 MINOR: dumpstats: split stats_dump_sv_stats() in two parts by Thierry Fournier · 8 years ago
  82. c445685 MINOR: dumpstats: split stats_dump_li_stats() in two parts by Thierry Fournier · 8 years ago
  83. 23d2d64 MINOR: dumpstats: split stats_dump_fe_stats() in two parts by Thierry Fournier · 8 years ago
  84. cb2c767 MINOR: dumpstats: split stats_dump_info_to_buffer() in two parts by Thierry Fournier · 8 years ago
  85. 31e64ca MINOR: dumpstats: extract stats fields enum and names by Thierry Fournier · 8 years ago
  86. 3d4a675 MINOR: lua: post initialization by Thierry Fournier · 8 years ago
  87. 45e78d7 MINOR: lua: refactor the Lua object registration by Thierry Fournier · 8 years ago
  88. ddd8988 MINOR: lua: move class registration facilities by Thierry Fournier · 8 years ago
  89. 9ba1d02 CLEANUP: map: it seems that the map were planed to be chained by Thierry Fournier · 8 years ago
  90. 8ab1043 CLEANUP: chunk: adding NULL check to chunk_dup allocation. by David Carlier · 8 years ago
  91. e2e5bde BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · 8 years ago
  92. 15073a3 MINOR: sample: Moves ARGS underlying type from 32 to 64 bits. by David Carlier · 8 years ago
  93. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  94. cb80912 MEDIUM: stats: support "show info typed" on the CLI by Willy Tarreau · 8 years ago
  95. b47785f MINOR: stats: add functions to emit typed fields into a chunk by Willy Tarreau · 8 years ago
  96. 508a63f MINOR: stats: add ST_SHOWADMIN to pass the admin info in the regular flags by Willy Tarreau · 8 years ago
  97. 8e62c05 MINOR: stats: create fields types suitable for all CSV output data by Willy Tarreau · 8 years ago
  98. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  99. 1777ea6 MINOR: sample: add a new helper to initialize the owner of a sample by Willy Tarreau · 8 years ago
  100. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago