1. 20adfde MINOR: activity: get the run_time from the clock updates by Willy Tarreau · 3 years, 2 months ago
  2. f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · 3 years, 2 months ago
  3. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  4. 28345c6 BUILD: init: avoid a build warning on FreeBSD with USE_PROCCTL by Willy Tarreau · 3 years, 2 months ago
  5. eb01f59 BUG/MINOR: quic: fix includes for compilation by Amaury Denoyelle · 3 years, 2 months ago
  6. 769e9ff CLEANUP: mux-quic: remove unused code by Amaury Denoyelle · 3 years, 2 months ago
  7. 9c8c4fa MINOR: qpack: fix memory leak on huffman decoding by Amaury Denoyelle · 3 years, 2 months ago
  8. 3a590c7 MINOR: qpack: support non-indexed http status code encoding by Amaury Denoyelle · 3 years, 2 months ago
  9. fccffe0 MINOR: qpack: do not encode invalid http status code by Amaury Denoyelle · 3 years, 2 months ago
  10. 485da0b BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames by Christopher Faulet · 3 years, 2 months ago
  11. 2af1985 BUG/MAJOR: quic: remove qc from receiver cids tree on free by Amaury Denoyelle · 3 years, 2 months ago
  12. d595f10 MINOR: mux-quic: release connection if no more bidir streams by Amaury Denoyelle · 3 years, 2 months ago
  13. 336f6fd BUG/MAJOR: xprt-quic: do not queue qc timer if not set by Amaury Denoyelle · 3 years, 2 months ago
  14. 139814a BUG/MEDIUM: mux-quic: reinsert all streams in by_id tree by Amaury Denoyelle · 3 years, 2 months ago
  15. 75dd2b7 MINOR: quic: Fix SSL error issues (do not use ssl_bio_and_sess_init()) by Frédéric Lécaille · 3 years, 2 months ago
  16. 7c881bd MINOR: quic: BUG_ON() SSL errors. by Frédéric Lécaille · 3 years, 2 months ago
  17. 6f0fadb MINOR: quic: Add a function to dump SSL stack errors by Frédéric Lécaille · 3 years, 2 months ago
  18. 57e6e9e MINOR: quic: Distinguish packet and SSL read enc. level in traces by Frédéric Lécaille · 3 years, 2 months ago
  19. 1b4a714 MINOR: pools: report the amount used by thread caches in "show pools" by Willy Tarreau · 3 years, 2 months ago
  20. aa99276 CLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_relax() by Willy Tarreau · 3 years, 2 months ago
  21. 5e03dfa MINOR: thread: use a dedicated static pthread_t array in thread.c by Willy Tarreau · 3 years, 2 months ago
  22. 4eeb883 REORG: thread: move ha_get_pthread_id() to thread.c by Willy Tarreau · 3 years, 2 months ago
  23. d10385a REORG: thread: move the thread init/affinity/stop to thread.c by Willy Tarreau · 3 years, 2 months ago
  24. 19b18ad CLENAUP: wdt: use ha_tkill() instead of accessing pthread directly by Willy Tarreau · 3 years, 2 months ago
  25. b63888c REORG: fd: uninline compute_poll_timeout() by Willy Tarreau · 3 years, 2 months ago
  26. d8b325c REORG: task: uninline the loop time measurement code by Willy Tarreau · 3 years, 2 months ago
  27. 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · 3 years, 2 months ago
  28. aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · 3 years, 2 months ago
  29. 260f324 REORG: server: uninline the idle conns management functions by Willy Tarreau · 3 years, 2 months ago
  30. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · 3 years, 2 months ago
  31. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · 3 years, 2 months ago
  32. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · 3 years, 2 months ago
  33. a26be37 REORG: acitvity: uninline sched_activity_entry() by Willy Tarreau · 3 years, 2 months ago
  34. e065022 REORG: activity: uninline activity_count_runtime() by Willy Tarreau · 3 years, 2 months ago
  35. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
  36. 078c257 REORG: sched: moved samp_time and idle_time to task.c as well by Willy Tarreau · 3 years, 2 months ago
  37. 99ea188 REORG: sample: move the crypto samples to ssl_sample.c by Willy Tarreau · 3 years, 2 months ago
  38. 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · 3 years, 2 months ago
  39. a8a72c6 CLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set_ssl() in server.c by Willy Tarreau · 3 years, 2 months ago
  40. d2ae385 CLEANUP: mux_fcgi: remove dependency on ssl_sock by Willy Tarreau · 3 years, 2 months ago
  41. 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · 3 years, 2 months ago
  42. dbf7802 REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c by Willy Tarreau · 3 years, 2 months ago
  43. dced3eb MINOR: thread/debug: replace nsec_now() with now_mono_time() by Willy Tarreau · 3 years, 2 months ago
  44. 407ef89 REORG: thread: uninline the lock-debugging code by Willy Tarreau · 3 years, 2 months ago
  45. f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · 3 years, 2 months ago
  46. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  47. 410e259 BUILD: mworker: mworker-prog needs time.h for the 'now' variable by Willy Tarreau · 3 years, 2 months ago
  48. 6cd007d BUILD: tcp_sample: include missing errors.h and session-t.h by Willy Tarreau · 3 years, 2 months ago
  49. 0d1dd0e BUILD: cfgparse-ssl: add missing errors.h by Willy Tarreau · 3 years, 2 months ago
  50. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · 3 years, 2 months ago
  51. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · 3 years, 2 months ago
  52. 74f2456 BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c by Willy Tarreau · 3 years, 2 months ago
  53. 8db34cc BUILD: peers: need to include eb{32/mb/pt}tree.h by Willy Tarreau · 3 years, 2 months ago
  54. b555eb1 BUILD: vars: need to include xxhash by Willy Tarreau · 3 years, 2 months ago
  55. 0ce6dc0 BUILD: http_rules: requires http_ana-t.h for REDIRECT_* by Willy Tarreau · 3 years, 2 months ago
  56. 286631a BUILD: sample: include openssl-compat by Willy Tarreau · 3 years, 2 months ago
  57. 1df2042 BUILD: httpclient: include missing ssl_sock-t by Willy Tarreau · 3 years, 2 months ago
  58. 2753940 BUILD: hlua: needs to include stream-t.h by Willy Tarreau · 3 years, 2 months ago
  59. 397ad41 BUILD: extcheck: needs to include stream-t.h by Willy Tarreau · 3 years, 2 months ago
  60. 2476ff1 BUG/MEDIUM: sample: properly verify that variables cast to sample by Willy Tarreau · 3 years, 2 months ago
  61. 168e8de MINOR: sample: provide a generic var-to-sample conversion function by Willy Tarreau · 3 years, 2 months ago
  62. 4034e2c CLEANUP: sample: uninline sample_conv_var2smp_str() by Willy Tarreau · 3 years, 2 months ago
  63. d9be599 CLEANUP: sample: rename sample_conv_var2smp() to *_sint by Willy Tarreau · 3 years, 2 months ago
  64. 80527bc CLEANUP: server: always include the storage for SSL settings by Willy Tarreau · 3 years, 2 months ago
  65. 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · 3 years, 2 months ago
  66. ef574b2 BUG/MINOR: httpclient/lua: does not process headers when failed by William Lallemand · 3 years, 2 months ago
  67. 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · 3 years, 2 months ago
  68. 4d60184 BUG/MEDIUM: httpclient/lua: crash because of b_xfer and get_trash_chunk() by William Lallemand · 3 years, 2 months ago
  69. f77f1de MINOR: httpclient/lua: implement garbage collection by William Lallemand · 3 years, 2 months ago
  70. b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · 3 years, 2 months ago
  71. ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · 3 years, 2 months ago
  72. 739f90a MINOR: httpclient: set HTTPCLIENT_F_ENDED only in release by William Lallemand · 3 years, 2 months ago
  73. 03f5a1c MINOR: httpclient: destroy() must free the headers and the ists by William Lallemand · 3 years, 2 months ago
  74. d347588 BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule by Christopher Faulet · 3 years, 2 months ago
  75. d28b2b2 BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release by Christopher Faulet · 3 years, 2 months ago
  76. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · 3 years, 2 months ago
  77. 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · 3 years, 2 months ago
  78. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  79. 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · 3 years, 2 months ago
  80. 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · 3 years, 2 months ago
  81. cb59e0b BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input by Christopher Faulet · 3 years, 2 months ago
  82. eaba25d BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · 3 years, 2 months ago
  83. 35926a1 MINOR: arg: Be able to forbid unresolved args when building an argument list by Christopher Faulet · 3 years, 2 months ago
  84. e3957f8 BUG/MAJOR: lua: use task_wakeup() to properly run a task once by Willy Tarreau · 3 years, 2 months ago
  85. 12c0270 BUG/MEDIUM: lua: fix wakeup condition from sleep() by Willy Tarreau · 3 years, 2 months ago
  86. 9543d5a MINOR: ssl: Store the last SSL error code in case of read or write failure by Remi Tricot-Le Breton · 3 years, 2 months ago
  87. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · 3 years, 2 months ago
  88. 61944f7 MINOR: ssl: Set connection error code in case of SSL read or write fatal failure by Remi Tricot-Le Breton · 3 years, 2 months ago
  89. da3adeb BUG/MEDIUM: mux-h1/mux-fcgi: Reject messages with unknown transfer encoding by Christopher Faulet · 3 years, 2 months ago
  90. 545fbba MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice by Christopher Faulet · 3 years, 2 months ago
  91. 92cafb3 MINOR: http: Add 422-Unprocessable-Content error message by Christopher Faulet · 3 years, 2 months ago
  92. f56e846 BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" by Christopher Faulet · 3 years, 2 months ago
  93. 631c7e8 MEDIUM: h1: Force close mode for invalid uses of T-E header by Christopher Faulet · 3 years, 2 months ago
  94. e136bd1 MEDIUM: mux-h1: Reject HTTP/1.0 GET/HEAD/DELETE requests with a payload by Christopher Faulet · 3 years, 2 months ago
  95. b3230f7 MINOR: mux-h1: Be able to set custom status code on parsing error by Christopher Faulet · 3 years, 2 months ago
  96. 36e46aa MINOR: mux-h1: Set error code if possible when MUX_EXIT_STATUS is returned by Christopher Faulet · 3 years, 2 months ago
  97. a015b3e MINOR: log: Try to get the status code when MUX_EXIT_STATUS is retrieved by Christopher Faulet · 3 years, 2 months ago
  98. 2d5d4e0 MINOR: init: extract the setup and end of threads to their own functions by Willy Tarreau · 3 years, 2 months ago
  99. fb641d7 MEDIUM: init: de-uglify the per-thread affinity setting by Willy Tarreau · 3 years, 2 months ago
  100. 2a30f4d CLEANUP: init: remove useless test against MAX_THREADS in affinity loop by Willy Tarreau · 3 years, 2 months ago