1. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  2. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  3. f4571a0 MINOR: global/threads: move cpu_map at the end of the global struct by Willy Tarreau · 6 years ago
  4. e9bad0a MINOR: servers: Don't report duplicate dyncookies for disabled servers. by Olivier Houchard · 6 years ago
  5. 5548291 BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely. by Emeric Brun · 6 years ago
  6. a792a0a MINOR: sample: add date_us sample by Etienne Carriere · 6 years ago
  7. cc35923 BUG/MINOR: poll: too large size allocation for FD events by Willy Tarreau · 6 years ago
  8. 260bf5c CONTRIB: debug: fix a few flags definitions by Willy Tarreau · 6 years ago
  9. 4a326cb DOC: clarify the scope of ssl_fc_is_resumed by Jérôme Magnin · 6 years ago
  10. 333694d MINOR: spoe: Don't queue a SPOE context if nothing is sent by Christopher Faulet · 6 years ago
  11. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · 7 years ago
  12. d651ba1 BUG/MEDIUM: stream: properly handle client aborts during redispatch by Willy Tarreau · 6 years ago
  13. ec5e845 BUILD/MINOR: ancient gcc versions atomic fix by David Carlier · 6 years ago
  14. 1a69af6 MINOR: hathreads: add support for gcc < 4.7 by Willy Tarreau · 6 years ago
  15. 29f690c BUG/MEDIUM: mworker: execvp failure depending on argv[0] by William Lallemand · 6 years ago
  16. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · 6 years ago
  17. 119a5f1 BUG/MINOR: lua: Fix return value of Socket.settimeout by Tim Duesterhus · 6 years ago
  18. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · 6 years ago
  19. b33754c DOC: lua: Fix typos in comments of hlua_socket_receive by Tim Duesterhus · 6 years ago
  20. c6e377e BUG/MINOR: lua: Fix default value for pattern in Socket.receive by Tim Duesterhus · 6 years ago
  21. 99b90af BUG/MEDIUM: ssl: cache doesn't release shctx blocks by William Lallemand · 6 years ago
  22. e2a3496 CLEANUP: rbtree: remove by Olivier Houchard · 6 years ago
  23. 5d4cafb BUILD: ssl: silence a warning when building without NPN nor ALPN support by Willy Tarreau · 6 years ago
  24. 4a28da1 BUG/MEDIUM: h2: properly handle the END_STREAM flag on empty DATA frames by Willy Tarreau · 6 years ago
  25. 8ec1406 MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped by Willy Tarreau · 7 years ago
  26. 4576424 CONTRIB: hpack: add an hpack decoder by Willy Tarreau · 7 years ago
  27. c775f83 DEBUG: hpack: add more traces to the hpack decoder by Willy Tarreau · 7 years ago
  28. 4f03436 DEBUG: hpack: make hpack_dht_dump() expose the output file by Willy Tarreau · 7 years ago
  29. 3083276 MINOR: h2: add a function to report pseudo-header names by Willy Tarreau · 7 years ago
  30. bb39b49 BUG/MAJOR: hpack: don't return direct references to the dynamic headers table by Willy Tarreau · 7 years ago
  31. ff47b3f BUG/MEDIUM: http: don't automatically forward request close by Willy Tarreau · 7 years ago
  32. e134041 MINOR: don't close stdio anymore by William Lallemand · 7 years ago
  33. 149a81a BUG/MEDIUM: mworker: don't close stdio several time by PiBa-NL · 7 years ago
  34. d790143 BUG/MEDIUM: h2: ensure we always know the stream before sending a reset by Willy Tarreau · 7 years ago
  35. e9ed281 DOC/MINOR: configuration: typo, formatting fixes by Davor Ocelic · 7 years ago
  36. ab83750 BUG/MEDIUM: h2: improve handling of frames received on closed streams by Willy Tarreau · 7 years ago
  37. a20a519 BUG/MEDIUM: h2: properly handle and report some stream errors by Willy Tarreau · 7 years ago
  38. b26881a BUG/MEDIUM: checks: properly set servers to stopping state on 404 by Willy Tarreau · 7 years ago
  39. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · 7 years ago
  40. d4569d1 BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie" by Willy Tarreau · 7 years ago
  41. 504455c BUG/MEDIUM: cache: respect the request cache-control header by Willy Tarreau · 7 years ago
  42. c9bd34c BUG/MEDIUM: cache: replace old object on store by Willy Tarreau · 7 years ago
  43. 7704b1e BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache by Willy Tarreau · 7 years ago
  44. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · 7 years ago
  45. faf2909 BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability by Willy Tarreau · 7 years ago
  46. d3900cc BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses by Willy Tarreau · 7 years ago
  47. 12b32f2 BUG/MINOR: http: do not ignore cache-control: public by Willy Tarreau · 7 years ago
  48. 83ece46 MINOR: http: start to compute the transaction's cacheability from the request by Willy Tarreau · 7 years ago
  49. c55ddce MINOR: http: update the list of cacheable status codes as per RFC7231 by Willy Tarreau · 7 years ago
  50. 24ea0bc MINOR: http: adjust the list of supposedly cacheable methods by Willy Tarreau · 7 years ago
  51. fe7456f BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() by Eric Salama · 7 years ago
  52. e311480 BUG/MEDIUM: checks: a server passed in maint state was not forced down. by Emeric Brun · 7 years ago
  53. 7aa15b0 BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly by Willy Tarreau · 7 years ago
  54. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · 7 years ago
  55. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · 7 years ago
  56. 2153d3c BUG/MINOR: h2: properly report a stream error on RST_STREAM by Willy Tarreau · 7 years ago
  57. 8cb9993 CONTRIB: halog: Fix compiler warnings in halog.c by Ryan O'Hara · 7 years ago
  58. 957d120 CONTRIB: iprange: Fix compiler warning in iprange.c by Ryan O'Hara · 7 years ago
  59. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · 7 years ago
  60. 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · 7 years ago
  61. a341a2f MEDIUM: netscaler: do not analyze original IP packet size by Bertrand Jacquin · 7 years ago
  62. 67de5a2 MINOR: netscaler: check in one-shot if buffer is large enough for IP and TCP header by Bertrand Jacquin · 7 years ago
  63. 43a66a9 BUG/MAJOR: netscaler: address truncated CIP header detection by Bertrand Jacquin · 7 years ago
  64. c7cc69a BUG/MEDIUM: netscaler: use the appropriate IPv6 header size by Bertrand Jacquin · 7 years ago
  65. 7d668f9 MINOR: netscaler: rename cip_len to clarify its uage by Bertrand Jacquin · 7 years ago
  66. 4b4c286 MINOR: netscaler: remove the use of cip_magic only used once by Bertrand Jacquin · 7 years ago
  67. b387591 MINOR: netscaler: respect syntax by Bertrand Jacquin · 7 years ago
  68. 4094ce1 DOC/MINOR: intro: typo, wording, formatting fixes by Davor Ocelic · 7 years ago
  69. 7896917 BUG/MEDIUM: mworker: Set FD_CLOEXEC flag on log fd by Christopher Faulet · 7 years ago
  70. 60a2ee7 MINOR: sample: rename the "len" converter to "length" by Willy Tarreau · 7 years ago
  71. 9fc9e53 BUG: MINOR: http: don't check http-request capture id when len is provided by Cyril Bonté · 7 years ago
  72. 3906d57 BUG: MAJOR: lb_map: server map calculation broken by Cyril Bonté · 7 years ago
  73. ed0d24e MINOR: sample: add len converter by Etienne Carriere · 7 years ago
  74. b78b80e BUG/MINOR: stream-int: don't try to receive again after receiving an EOS by Willy Tarreau · 7 years ago
  75. 91bfdd7 BUG/MEDIUM: h2: fix stream limit enforcement by Willy Tarreau · 7 years ago
  76. 8059351 BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses by Willy Tarreau · 7 years ago
  77. 13e4e94 BUG/MEDIUM: h2: don't close after the first DATA frame on tunnelled responses by Willy Tarreau · 7 years ago
  78. c4134ba BUG/MEDIUM: h2: don't switch the state to HREM before end of DATA frame by Willy Tarreau · 7 years ago
  79. 6847262 MINOR: h2: don't demand that a DATA frame is complete before processing it by Willy Tarreau · 7 years ago
  80. 8fc016d BUG/MEDIUM: h2: support uploading partial DATA frames by Willy Tarreau · 7 years ago
  81. 05e5daf MINOR: h2: store the demux padding length in the h2c struct by Willy Tarreau · 7 years ago
  82. d13bf27 BUG/MEDIUM: h2: debug incoming traffic in h2_wake() by Willy Tarreau · 7 years ago
  83. 6042aeb BUG/MEDIUM: h2: work around a connection API limitation by Willy Tarreau · 7 years ago
  84. 315d807 BUG/MEDIUM: h2: enable recv polling whenever demuxing is possible by Willy Tarreau · 7 years ago
  85. c9ede6c BUG/MEDIUM: h2: automatically set CS_FL_RCV_MORE when the output buffer is full by Willy Tarreau · 7 years ago
  86. 6577b48 BUG/MEDIUM: stream-int: always set SI_FL_WAIT_ROOM on CS_FL_RCV_MORE by Willy Tarreau · 7 years ago
  87. 3c8294b MINOR: conn_stream: add new flag CS_FL_RCV_MORE to indicate pending data by Willy Tarreau · 7 years ago
  88. cb14688 BUG/MEDIUM: lua/notification: memory leak by Thierry FOURNIER · 7 years ago
  89. d5b7983 DOC: notifications: add precisions about thread usage by Thierry FOURNIER · 7 years ago
  90. 190bbb8 MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET by Vincent Bernat · 7 years ago
  91. eb3e276 BUG/MEDIUM: threads/vars: Fix deadlock in register_name by Christopher Faulet · 7 years ago
  92. 1714b9f BUG/MEDIUM: email-alert: don't set server check status from a email-alert task by PiBa-NL · 7 years ago
  93. f2b5d75 CONTRIB: halog: Add help text for -s switch in halog program by Aleksandar Lazic · 7 years ago
  94. d16f450 MINOR: mworker: Improve wording in `void mworker_wait()` by Tim Duesterhus · 7 years ago
  95. c578d9a MINOR: mworker: Update messages referencing exit-on-failure by Tim Duesterhus · 7 years ago
  96. 0249219 BUG/MEDIUM: h2: fix handling of end of stream again by Willy Tarreau · 7 years ago
  97. dbd0267 BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface by Willy Tarreau · 7 years ago
  98. 8f29829 BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state. by Emeric Brun · 7 years ago
  99. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · 7 years ago
  100. 473cf5d BUG/MEDIUM: mworker: also close peers sockets in the master by Willy Tarreau · 7 years ago