1. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · 5 years ago
  2. 7c93e88 MINOR: sample: Code factorization "ungrpc" converter. by Frédéric Lécaille · 5 years ago
  3. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · 5 years ago
  4. bf69640 MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values by Willy Tarreau · 5 years ago
  5. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · 5 years ago
  6. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  7. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  8. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · 5 years ago
  9. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · 5 years ago
  10. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · 5 years ago
  11. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · 5 years ago
  12. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · 5 years ago
  13. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · 5 years ago
  14. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · 5 years ago
  15. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  16. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  17. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · 5 years ago
  18. 1efafce MINOR: listener: implement multi-queue accept for threads by Willy Tarreau · 5 years ago
  19. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · 5 years ago
  20. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · 5 years ago
  21. 9e85318 MINOR: listener: maintain a per-thread count of the number of connections on a listener by Willy Tarreau · 5 years ago
  22. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  23. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · 5 years ago
  24. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  25. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · 5 years ago
  26. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · 5 years ago
  27. 1fceee8 MINOR: http_fetch: add "req.ungrpc" sample fetch for gRPC. by Frédéric Lécaille · 5 years ago
  28. 3a463c9 MINOR: arg: Add support for ARGT_PBUF_FNUM arg type. by Frédéric Lécaille · 5 years ago
  29. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · 5 years ago
  30. c6827d5 MINOR: channel/htx: Add function to skips output bytes from an HTX channel by Christopher Faulet · 5 years ago
  31. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · 5 years ago
  32. 729b5b3 BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing data are skipped by Christopher Faulet · 5 years ago
  33. bc9d984 BUG/MAJOR: fd/threads, task/threads: ensure all spin locks are unlocked by Richard Russo · 5 years ago
  34. 2d7f81b MINOR: fd: add a new my_closefrom() function to close all FDs by Willy Tarreau · 5 years ago
  35. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  36. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · 5 years ago
  37. 0b46548 BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled by Christopher Faulet · 5 years ago
  38. 9efa7b8 BUILD/MEDIUM: initcall: Fix build on MacOS. by Olivier Houchard · 5 years ago
  39. 76d2cef BUG/MEDIUM: peers: Missing peer initializations. by Frédéric Lécaille · 5 years ago
  40. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · 5 years ago
  41. 1417f0b BUG/MEDIUM: peers: check that p->srv actually exists before using p->srv->use_ssl by Willy Tarreau · 5 years ago
  42. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  43. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · 5 years ago
  44. 2415727 MINOR: global: add proc_mask() and thread_mask() by Willy Tarreau · 5 years ago
  45. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · 5 years ago
  46. cafa56e MINOR: tools: improve the popcount() operation by Willy Tarreau · 5 years ago
  47. 4ed84c9 OPTIM: listener: optimize cache-line packing for struct listener by Willy Tarreau · 5 years ago
  48. da9e939 CLEANUP: threads: fix misleading comment about all_threads_mask by Willy Tarreau · 5 years ago
  49. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · 5 years ago
  50. ff5dd74 MINOR: xref: Add missing barriers. by Olivier Houchard · 5 years ago
  51. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · 5 years ago
  52. 51d0a7e MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection by Willy Tarreau · 5 years ago
  53. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · 5 years ago
  54. 8788b41 BUG/MEDIUM: connections: Don't forget to remove CO_FL_SESS_IDLE. by Olivier Houchard · 5 years ago
  55. e5fcfbe MINOR: htx: never check for null htx pointer in htx_is_{,not_}empty() by Willy Tarreau · 5 years ago
  56. 245d189 DOC: htx: make it clear that htxbuf() and htx_from_buf() always return valid pointers by Willy Tarreau · 5 years ago
  57. 203d735 BUG/MEDIUM: buffer: Make sure b_is_null handles buffers waiting for allocation. by Olivier Houchard · 5 years ago
  58. 9c84d82 MINOR: h2: add a generic frame checker by Willy Tarreau · 5 years ago
  59. 13afcb7 BUG/MINOR: task: fix possibly missed event in inter-thread wakeups by Willy Tarreau · 5 years ago
  60. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · 5 years ago
  61. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  62. 4790f7c MEDIUM: h2: always parse and deduplicate the content-length header by Willy Tarreau · 5 years ago
  63. bf66bd1 MEDIUM: stream-int: always mark pending outgoing SI_ST_CON by Willy Tarreau · 5 years ago
  64. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  65. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · 5 years ago
  66. 71c3811 MINOR: h2: declare new sets of frame types by Willy Tarreau · 5 years ago
  67. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · 5 years ago
  68. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · 6 years ago
  69. 8b87c01 BUG/MINOR: stick_table: Prevent conn_cur from underflowing by Tim Duesterhus · 5 years ago
  70. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · 5 years ago
  71. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · 5 years ago
  72. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · 5 years ago
  73. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · 5 years ago
  74. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · 5 years ago
  75. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · 5 years ago
  76. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  77. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · 5 years ago
  78. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · 5 years ago
  79. 762475e BUG/MEDIUM: connection: properly unregister the mux on failed initialization by Willy Tarreau · 5 years ago
  80. f7ed195 MINOR: channel/htx: Add the HTX version of channel_truncate/erase by Christopher Faulet · 5 years ago
  81. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · 5 years ago
  82. 5811db0 MINOR: channel/htx: Add HTX version for some helper functions by Christopher Faulet · 5 years ago
  83. 8564c1f MINOR: htx: Add an helper function to get the max space usable for a block by Christopher Faulet · 5 years ago
  84. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · 5 years ago
  85. f1b11e2 MINOR: connections: Remove a stall comment. by Olivier Houchard · 5 years ago
  86. 0f8fb6b MINOR: h1: make the H1 headers block parser able to parse headers only by Willy Tarreau · 5 years ago
  87. 1e1f27c MINOR: h2: add h2_make_htx_trailers to turn H2 headers to HTX trailers by Willy Tarreau · 5 years ago
  88. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · 5 years ago
  89. 9d953e7 MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers by Willy Tarreau · 5 years ago
  90. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · 5 years ago
  91. e645829 MINOR: channel: Add the function channel_add_input by Christopher Faulet · 5 years ago
  92. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 6 years ago
  93. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 6 years ago
  94. 09e498f BUG/MEDIUM: tasks: Decrement tasks_run_queue in tasklet_free(). by Olivier Houchard · 6 years ago
  95. f48919a MINOR: buffers: add a new b_move() function by Willy Tarreau · 6 years ago
  96. deab244 MINOR: h2: add a bit-based frame type representation by Willy Tarreau · 6 years ago
  97. fba74ea [RELEASE] Released version 2.0-dev0 by Willy Tarreau · 6 years ago
  98. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  99. ab28a32 MINOR: ssl: Add ssl_sock_set_alpn(). by Olivier Houchard · 6 years ago
  100. 8ab8a6e BUG/MAJOR: connections: Close the connection before freeing it. by Olivier Houchard · 6 years ago