1. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · 6 years ago
  2. e5f12ce MINOR: buffer: replace bi_del() and bo_del() with b_del() by Willy Tarreau · 6 years ago
  3. a1f78fb MINOR: buffer: replace bo_getblk_nc() with b_getblk_nc() which takes an offset by Willy Tarreau · 6 years ago
  4. 90ed383 MINOR: buffer: replace bo_getblk() with direction agnostic b_getblk() by Willy Tarreau · 6 years ago
  5. e4d5a03 MINOR: buffer: merge b{i,o}_contig_space() by Willy Tarreau · 6 years ago
  6. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · 6 years ago
  7. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  8. 41e38ac MINOR: buffer: remove bo_end() by Willy Tarreau · 6 years ago
  9. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  10. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  11. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  12. d55fe39 MINOR: buffer: remove bi_getblk() and bi_getblk_nc() by Willy Tarreau · 6 years ago
  13. aa7af72 MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps() by Willy Tarreau · 6 years ago
  14. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  15. c0a51c5 MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code by Willy Tarreau · 6 years ago
  16. 0db4d10 MINOR: h2: use b_slow_realign() with the trash as a swap buffer by Willy Tarreau · 6 years ago
  17. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · 6 years ago
  18. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · 6 years ago
  19. d5b343b MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign() by Willy Tarreau · 6 years ago
  20. 08d5ac8 MINOR: channel: add a few basic functions for the new buffer API by Willy Tarreau · 6 years ago
  21. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · 6 years ago
  22. f17f19f MINOR: buffer: introduce b_realign_if_empty() by Willy Tarreau · 6 years ago
  23. a04e40d MINOR: buffer: Add b_set_data(). by Olivier Houchard · 6 years ago
  24. 09138ec MINOR: buffer: Introduce b_sub(), b_add(), and bo_add() by Olivier Houchard · 6 years ago
  25. bbc68df MINOR: buffer: add a few basic functions for the new API by Willy Tarreau · 6 years ago
  26. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  27. 41806d1 MINOR: buffer: implement a new file for low-level buffer manipulation functions by Willy Tarreau · 6 years ago
  28. 9ddaf79 MINOR: tasklet: Set process to NULL. by Olivier Houchard · 6 years ago
  29. 42d55b9 BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout by Willy Tarreau · 6 years ago
  30. 0061096 BUG/MEDIUM: h2: never leave pending data in the output buffer on close by Willy Tarreau · 6 years ago
  31. c65edac MINOR: h2: add the mux and demux buffer lengths on "show fd" by Willy Tarreau · 6 years ago
  32. f210191 BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess by Willy Tarreau · 6 years ago
  33. 7ac60e8 MINOR: h2: keep a count of the number of conn_streams attached to the mux by Willy Tarreau · 6 years ago
  34. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · 6 years ago
  35. faf4aac REGTEST/MINOR: Unexpected curl URL globling. by Frédéric Lécaille · 6 years ago
  36. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  37. 84221b4 MINOR: dns: fix wrong score computation in dns_get_ip_from_response by Baptiste Assmann · 6 years ago
  38. 741e00a CLEANUP: dns: inacurate comment about prefered IP score by Baptiste Assmann · 6 years ago
  39. e56fffd CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC by Baptiste Assmann · 6 years ago
  40. 49076c3 REGTEST/MINOR: Wrong URI syntax. by Frédéric Lécaille · 6 years ago
  41. 3b479bd MINOR: systemd: consider exit status 143 as successful by Vincent Bernat · 6 years ago
  42. bfd8eb5 MINOR: startup: change session/process group settings by William Lallemand · 6 years ago
  43. 70d318c BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers by Thierry FOURNIER · 6 years ago
  44. 43e9035 MINOR: stick-tables: make stktable_release() do nothing on NULL by Willy Tarreau · 6 years ago
  45. 65189c1 BUG/MAJOR: stick_table: Complete incomplete SEGV fix by Tim Duesterhus · 6 years ago
  46. 091d827 BUG/BUILD: threads: unbreak build without threads by William Lallemand · 6 years ago
  47. ac1f3ed BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table by Thierry FOURNIER · 6 years ago
  48. 26ac8a6 REGTEST/MINOR: Add levels to reg-tests target. by Frédéric Lécaille · 6 years ago
  49. bca3a98 REGTEST/MINOR: Set HAPROXY_PROGRAM default value. by Frédéric Lécaille · 6 years ago
  50. 6983be3 REGTEST/MINOR: Wrong URI in a reg test for SSL/TLS. by Frédéric Lécaille · 6 years ago
  51. ba86c6c MINOR: threads: Be sure to remove threads from all_threads_mask on exit by Christopher Faulet · 6 years ago
  52. d8fd2af BUG/MEDIUM: threads: Use the sync point to check active jobs and exit by Christopher Faulet · 6 years ago
  53. 8618a6a MINOR: Some spelling cleanup in the comments. by Dave Chiluk · 6 years ago
  54. d0e60d8 BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete(). by Olivier Houchard · 6 years ago
  55. a8cf95d DOC: Add new REGTEST tag info about reg testing. by Frédéric Lécaille · 6 years ago
  56. 9b53b4c MINOR: reg-tests: Add a few regression testing files. by Frédéric Lécaille · 6 years ago
  57. 4891e40 MINOR: reg-tests: Add reg-tests/README file. by Frédéric Lécaille · 6 years ago
  58. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · 6 years ago
  59. 3448c49 BUG/MEDIUM: ssl: do not store pkinfo with SSL_set_ex_data by Emmanuel Hocdet · 6 years ago
  60. 28962c9 BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot by Thierry FOURNIER · 6 years ago
  61. 16ff050 BUG/MAJOR: ssl: Random crash with cipherlist capture by Thierry FOURNIER · 6 years ago
  62. f874a83 BUG/MINOR: lua: Segfaults with wrong usage of types. by Frédéric Lécaille · 6 years ago
  63. 9db0fed BUG/MINOR: tasklets: Just make sure we don't pass a tasklet to the handler. by Olivier Houchard · 6 years ago
  64. dcd6f3a MINOR: tasks: Make sure we correctly init and deinit a tasklet. by Olivier Houchard · 6 years ago
  65. fd9655c DOC: regression testing: Add a short starting guide. by Frédéric Lécaille · 6 years ago
  66. 579fb25 BUG/MAJOR: map: fix a segfault when using http-request set-map by William Lallemand · 6 years ago
  67. 6e1796e BUG/MINOR: signals: ha_sigmask macro for multithreading by William Lallemand · 6 years ago
  68. 933642c BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing by William Lallemand · 6 years ago
  69. 1aab50b BUG/MEDIUM: threads: handle signal queue only in thread 0 by William Lallemand · 6 years ago
  70. fc044c9 MINOR: lua: Increase debug information by Thierry FOURNIER · 6 years ago
  71. b4dd15b BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. by Olivier Houchard · 6 years ago
  72. b1ca58b MINOR: tasks: Don't define rqueue if we're building without threads. by Olivier Houchard · 6 years ago
  73. e13ab8b BUG/MEDIUM: tasks: Use the local runqueue when building without threads. by Olivier Houchard · 6 years ago
  74. cc0a957 MINOR: task: Fix compiler warning. by David Carlier · 6 years ago
  75. 10d81b8 MINOR: applet: assign the same nice value to a new appctx as its owner task by Willy Tarreau · 6 years ago
  76. 34b1fac MINOR: stats: also report the nice and number of calls for applets by Willy Tarreau · 6 years ago
  77. caa8a37 MINOR: task: Fix a compiler warning by adding a cast. by David Carlier · 6 years ago
  78. ee07dbe BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  79. f21185f BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  80. 58b8e49 BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  81. 72de8eb BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  82. b47e438 BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  83. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · 6 years ago
  84. 730323e DOC: SPOE.txt: fix a typo by Kevin Zhu · 6 years ago
  85. 53d3159 DOC: contrib/modsecurity: few typo fixes by David Carlier · 6 years ago
  86. 66b8919 BUG/MEDIUM: lua/socket: Buffer error, may segfault by Thierry FOURNIER · 6 years ago
  87. 101b976 BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock by Thierry FOURNIER · 6 years ago
  88. ba42fcd BUG/MEDIUM: lua/socket: Notification error by Thierry FOURNIER · 6 years ago
  89. 7e4ee47 BUG/MAJOR: lua: Dead lock with sockets by Thierry FOURNIER · 6 years ago
  90. af4bd08 BUG/MEDIUM: lua/socket: wrong scheduling for sockets by Thierry FOURNIER · 6 years ago
  91. 9d5422a MINOR: task/notification: Is notifications registered ? by Thierry FOURNIER · 6 years ago
  92. 3a47e5e BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode by Christopher Faulet · 6 years ago
  93. 44e609b MINOR: dns: Implement `parse-resolv-conf` directive by Ben Draut · 6 years ago
  94. 082627a MINOR: task: Also consider the task list size when getting global tasks. by Olivier Houchard · 6 years ago
  95. 736ea41 BUG/MEDIUM: task: Don't forget to decrement max_processed after each task. by Olivier Houchard · 6 years ago
  96. 09eeb76 BUG/MEDIUM: tasks: Don't forget to increase/decrease tasks_run_queue. by Olivier Houchard · 6 years ago
  97. 1b0f85e MINOR: stats: also report the failed header rewrites warnings on the stats page by Willy Tarreau · 6 years ago
  98. ea96a82 DOC: management: add the new wrew stats column by Willy Tarreau · 6 years ago
  99. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  100. 3e60b11 BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters by Daniel Corbett · 6 years ago