1. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  2. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  3. 55f3ce1 MINOR: buffer: make b_getblk_nc() take size_t for the block sizes by Willy Tarreau · 6 years ago
  4. 206ba83 MINOR: buffer: make b_getblk_nc() take const pointers by Willy Tarreau · 6 years ago
  5. 5d7d1bb MINOR: buffer: get rid of b_end() and b_to_end() by Willy Tarreau · 6 years ago
  6. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · 6 years ago
  7. 84d6b7a MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore by Willy Tarreau · 6 years ago
  8. c0973c6 MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore by Willy Tarreau · 6 years ago
  9. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · 6 years ago
  10. e5f12ce MINOR: buffer: replace bi_del() and bo_del() with b_del() by Willy Tarreau · 6 years ago
  11. a1f78fb MINOR: buffer: replace bo_getblk_nc() with b_getblk_nc() which takes an offset by Willy Tarreau · 6 years ago
  12. 90ed383 MINOR: buffer: replace bo_getblk() with direction agnostic b_getblk() by Willy Tarreau · 6 years ago
  13. e4d5a03 MINOR: buffer: merge b{i,o}_contig_space() by Willy Tarreau · 6 years ago
  14. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · 6 years ago
  15. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  16. 41e38ac MINOR: buffer: remove bo_end() by Willy Tarreau · 6 years ago
  17. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  18. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  19. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  20. d55fe39 MINOR: buffer: remove bi_getblk() and bi_getblk_nc() by Willy Tarreau · 6 years ago
  21. aa7af72 MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps() by Willy Tarreau · 6 years ago
  22. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  23. c0a51c5 MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code by Willy Tarreau · 6 years ago
  24. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · 6 years ago
  25. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · 6 years ago
  26. d5b343b MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign() by Willy Tarreau · 6 years ago
  27. 08d5ac8 MINOR: channel: add a few basic functions for the new buffer API by Willy Tarreau · 6 years ago
  28. f17f19f MINOR: buffer: introduce b_realign_if_empty() by Willy Tarreau · 6 years ago
  29. a04e40d MINOR: buffer: Add b_set_data(). by Olivier Houchard · 6 years ago
  30. 09138ec MINOR: buffer: Introduce b_sub(), b_add(), and bo_add() by Olivier Houchard · 6 years ago
  31. bbc68df MINOR: buffer: add a few basic functions for the new API by Willy Tarreau · 6 years ago
  32. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  33. 41806d1 MINOR: buffer: implement a new file for low-level buffer manipulation functions by Willy Tarreau · 6 years ago
  34. 9ddaf79 MINOR: tasklet: Set process to NULL. by Olivier Houchard · 6 years ago
  35. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · 6 years ago
  36. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  37. 8618a6a MINOR: Some spelling cleanup in the comments. by Dave Chiluk · 6 years ago
  38. dcd6f3a MINOR: tasks: Make sure we correctly init and deinit a tasklet. by Olivier Houchard · 6 years ago
  39. 6e1796e BUG/MINOR: signals: ha_sigmask macro for multithreading by William Lallemand · 6 years ago
  40. b1ca58b MINOR: tasks: Don't define rqueue if we're building without threads. by Olivier Houchard · 6 years ago
  41. e13ab8b BUG/MEDIUM: tasks: Use the local runqueue when building without threads. by Olivier Houchard · 6 years ago
  42. 10d81b8 MINOR: applet: assign the same nice value to a new appctx as its owner task by Willy Tarreau · 6 years ago
  43. caa8a37 MINOR: task: Fix a compiler warning by adding a cast. by David Carlier · 6 years ago
  44. 9d5422a MINOR: task/notification: Is notifications registered ? by Thierry FOURNIER · 6 years ago
  45. 09eeb76 BUG/MEDIUM: tasks: Don't forget to increase/decrease tasks_run_queue. by Olivier Houchard · 6 years ago
  46. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  47. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  48. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  49. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · 6 years ago
  50. f6e6dc1 MAJOR: tasks: Create a per-thread runqueue. by Olivier Houchard · 6 years ago
  51. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  52. 0cd82e8 BUG/BUILD: threads: unbreak build without threads by Willy Tarreau · 6 years ago
  53. d5b073c MINOR: lua: Improve error message by Thierry Fournier · 6 years ago
  54. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · 6 years ago
  55. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · 6 years ago
  56. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 6 years ago
  57. 6a2cf87 MINOR: fd: Make the lockless fd list work with multiple lists. by Olivier Houchard · 6 years ago
  58. 9b36cb4 BUG/MEDIUM: task: Don't free a task that is about to be run. by Olivier Houchard · 6 years ago
  59. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · 6 years ago
  60. e2b10bf MINOR: http: Add support for 421 Misdirected Request by Tim Duesterhus · 6 years ago
  61. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  62. 174b06a MINOR: h2: detect presence of CONNECT and/or content-length by Willy Tarreau · 6 years ago
  63. 302f9ef BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). by Olivier Houchard · 6 years ago
  64. 48aa13f BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes by Christopher Faulet · 6 years ago
  65. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · 6 years ago
  66. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · 6 years ago
  67. 28ac099 MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries by Christopher Faulet · 6 years ago
  68. 4b0b79d MINOR: log: move 'log' keyword parsing in dedicated function by Christopher Faulet · 6 years ago
  69. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · 6 years ago
  70. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · 6 years ago
  71. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · 6 years ago
  72. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · 6 years ago
  73. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  74. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · 6 years ago
  75. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  76. 6afd898 MINOR: hash: add new function hash_crc32c by Emmanuel Hocdet · 6 years ago
  77. 26fb5d8 BUG/MEDIUM: fd/threads: ensure the fdcache_mask always reflects the cache contents by Willy Tarreau · 6 years ago
  78. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · 6 years ago
  79. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · 6 years ago
  80. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · 6 years ago
  81. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  82. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  83. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · 7 years ago
  84. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · 7 years ago
  85. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · 7 years ago
  86. ca6ef50 BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk by Christopher Faulet · 6 years ago
  87. b2b2794 BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk by Christopher Faulet · 6 years ago
  88. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  89. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · 6 years ago
  90. 5a9cce4 BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF by Willy Tarreau · 6 years ago
  91. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · 6 years ago
  92. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · 6 years ago
  93. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · 6 years ago
  94. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · 6 years ago
  95. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · 6 years ago
  96. 41ccb19 BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7 by Willy Tarreau · 6 years ago
  97. 4cc67a2 MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c by Willy Tarreau · 6 years ago
  98. 4d84186 MEDIUM: fd: make updt_fd_polling() use atomics by Willy Tarreau · 6 years ago
  99. 1b76a6d CLEANUP: fd: remove the now unused fd_compute_new_polled_status() function by Willy Tarreau · 6 years ago
  100. 7ac0e35 MAJOR: fd: compute the new fd polling state out of the fd lock by Willy Tarreau · 6 years ago