1. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  2. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  3. e312802 MINOR: buffer: replace buffer_replace2() with b_rep_blk() by Willy Tarreau · 6 years ago
  4. 4d893d4 MINOR: buffers/channel: replace buffer_insert_line2() with ci_insert_line2() by Willy Tarreau · 6 years ago
  5. a094fde MINOR: checks: use b_putist() instead of b_putstr() by Willy Tarreau · 6 years ago
  6. ea1b06d MINOR: buffer: add a new file for ist + buffer manipulation functions by Willy Tarreau · 6 years ago
  7. 55372f6 MINOR: buffer: replace b{i,o}_put* with b_put* by Willy Tarreau · 6 years ago
  8. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · 6 years ago
  9. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · 6 years ago
  10. 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · 6 years ago
  11. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · 6 years ago
  12. 81521ed MINOR: buffer: adapt buffer_slow_realign() and buffer_dump() to the new API by Willy Tarreau · 6 years ago
  13. a79021a MINOR: lua: use the wrappers instead of directly manipulating buffer states by Willy Tarreau · 6 years ago
  14. 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · 6 years ago
  15. f158937 MINOR: flt_trace: adapt to the new buffer API by Willy Tarreau · 6 years ago
  16. 5e74b0b MEDIUM: h1: port to new buffer API. by Willy Tarreau · 6 years ago
  17. fc0785d MINOR: payload: convert to the new buffer API by Willy Tarreau · 6 years ago
  18. 44a41a8 MINOR: filters: convert to the new buffer API by Willy Tarreau · 6 years ago
  19. f37954d MEDIUM: http: use wrappers instead of directly manipulating buffers states by Willy Tarreau · 6 years ago
  20. 6a445eb MINOR: backend: use new buffer API by Willy Tarreau · 6 years ago
  21. 7e9c30a MINOR: stream: use wrappers instead of directly manipulating buffers by Willy Tarreau · 6 years ago
  22. 77e478c MINOR: stream-int: use the new buffer API by Willy Tarreau · 6 years ago
  23. 178b987 MINOR: cache: use the new buffer API by Willy Tarreau · 6 years ago
  24. 851d12c MINOR: cli: use the new buffer API by Willy Tarreau · 6 years ago
  25. 97f538b MINOR: stats: adapt to the new buffers API by Willy Tarreau · 6 years ago
  26. 4fca5a9 MEDIUM: spoe: use the new buffer API for the SPOE buffer by Willy Tarreau · 6 years ago
  27. b7b5fe1 MEDIUM: h2: update to the new buffer API by Willy Tarreau · 6 years ago
  28. 876171e MINOR: checks: adapt to the new buffer API by Willy Tarreau · 6 years ago
  29. cd9e60d MEDIUM: channel: adapt to the new buffer API by Willy Tarreau · 6 years ago
  30. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · 6 years ago
  31. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · 6 years ago
  32. 144c5c4 MINOR: buffer: replace buffer_flush() with c_adv(chn, ci_data(chn)) by Willy Tarreau · 6 years ago
  33. 5ba6552 MINOR: buffer: replace buffer_pending() with ci_data() by Willy Tarreau · 6 years ago
  34. 3f67999 MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace() by Willy Tarreau · 6 years ago
  35. 2375233 MINOR: buffer: replace buffer_full() with channel_full() by Willy Tarreau · 6 years ago
  36. 0c7ed5d MINOR: buffer: replace buffer_empty() with b_empty() or c_empty() by Willy Tarreau · 6 years ago
  37. d760eec MINOR: buffer: replace buffer_not_empty() with b_data() or c_data() by Willy Tarreau · 6 years ago
  38. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · 6 years ago
  39. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · 6 years ago
  40. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · 6 years ago
  41. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · 6 years ago
  42. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · 6 years ago
  43. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  44. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  45. 55f3ce1 MINOR: buffer: make b_getblk_nc() take size_t for the block sizes by Willy Tarreau · 6 years ago
  46. 206ba83 MINOR: buffer: make b_getblk_nc() take const pointers by Willy Tarreau · 6 years ago
  47. 9c7f2d1 MEDIUM: h2: don't use b_ptr() nor b_end() anymore by Willy Tarreau · 6 years ago
  48. 0bad043 MEDIUM: h2: do not use buf->o anymore inside h2_snd_buf's loop by Willy Tarreau · 6 years ago
  49. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · 6 years ago
  50. 84d6b7a MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore by Willy Tarreau · 6 years ago
  51. c0973c6 MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore by Willy Tarreau · 6 years ago
  52. 5dd1735 MEDIUM: h2: prevent the various mux encoders from modifying the buffer by Willy Tarreau · 6 years ago
  53. 1dc41e7 MINOR: h2: clarify the fact that the send functions are unsigned by Willy Tarreau · 6 years ago
  54. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · 6 years ago
  55. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · 6 years ago
  56. e5f12ce MINOR: buffer: replace bi_del() and bo_del() with b_del() by Willy Tarreau · 6 years ago
  57. a1f78fb MINOR: buffer: replace bo_getblk_nc() with b_getblk_nc() which takes an offset by Willy Tarreau · 6 years ago
  58. 90ed383 MINOR: buffer: replace bo_getblk() with direction agnostic b_getblk() by Willy Tarreau · 6 years ago
  59. e4d5a03 MINOR: buffer: merge b{i,o}_contig_space() by Willy Tarreau · 6 years ago
  60. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · 6 years ago
  61. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  62. 41e38ac MINOR: buffer: remove bo_end() by Willy Tarreau · 6 years ago
  63. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  64. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  65. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  66. aa7af72 MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps() by Willy Tarreau · 6 years ago
  67. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  68. c0a51c5 MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code by Willy Tarreau · 6 years ago
  69. 0db4d10 MINOR: h2: use b_slow_realign() with the trash as a swap buffer by Willy Tarreau · 6 years ago
  70. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · 6 years ago
  71. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · 6 years ago
  72. d5b343b MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign() by Willy Tarreau · 6 years ago
  73. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · 6 years ago
  74. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  75. 42d55b9 BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout by Willy Tarreau · 6 years ago
  76. 0061096 BUG/MEDIUM: h2: never leave pending data in the output buffer on close by Willy Tarreau · 6 years ago
  77. c65edac MINOR: h2: add the mux and demux buffer lengths on "show fd" by Willy Tarreau · 6 years ago
  78. f210191 BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess by Willy Tarreau · 6 years ago
  79. 7ac60e8 MINOR: h2: keep a count of the number of conn_streams attached to the mux by Willy Tarreau · 6 years ago
  80. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · 6 years ago
  81. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  82. 84221b4 MINOR: dns: fix wrong score computation in dns_get_ip_from_response by Baptiste Assmann · 6 years ago
  83. 741e00a CLEANUP: dns: inacurate comment about prefered IP score by Baptiste Assmann · 6 years ago
  84. e56fffd CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC by Baptiste Assmann · 6 years ago
  85. bfd8eb5 MINOR: startup: change session/process group settings by William Lallemand · 6 years ago
  86. 70d318c BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers by Thierry FOURNIER · 6 years ago
  87. 43e9035 MINOR: stick-tables: make stktable_release() do nothing on NULL by Willy Tarreau · 6 years ago
  88. 65189c1 BUG/MAJOR: stick_table: Complete incomplete SEGV fix by Tim Duesterhus · 6 years ago
  89. 091d827 BUG/BUILD: threads: unbreak build without threads by William Lallemand · 6 years ago
  90. ac1f3ed BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table by Thierry FOURNIER · 6 years ago
  91. ba86c6c MINOR: threads: Be sure to remove threads from all_threads_mask on exit by Christopher Faulet · 6 years ago
  92. d8fd2af BUG/MEDIUM: threads: Use the sync point to check active jobs and exit by Christopher Faulet · 6 years ago
  93. 8618a6a MINOR: Some spelling cleanup in the comments. by Dave Chiluk · 6 years ago
  94. d0e60d8 BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete(). by Olivier Houchard · 6 years ago
  95. 3448c49 BUG/MEDIUM: ssl: do not store pkinfo with SSL_set_ex_data by Emmanuel Hocdet · 6 years ago
  96. 28962c9 BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot by Thierry FOURNIER · 6 years ago
  97. 16ff050 BUG/MAJOR: ssl: Random crash with cipherlist capture by Thierry FOURNIER · 6 years ago
  98. f874a83 BUG/MINOR: lua: Segfaults with wrong usage of types. by Frédéric Lécaille · 6 years ago
  99. 9db0fed BUG/MINOR: tasklets: Just make sure we don't pass a tasklet to the handler. by Olivier Houchard · 6 years ago
  100. 579fb25 BUG/MAJOR: map: fix a segfault when using http-request set-map by William Lallemand · 6 years ago