1. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  2. 2d3c2db MINOR: poll: more accurately compute the new maxfd in the loop by Willy Tarreau · 6 years ago
  3. f2b5c99 CLEANUP: fd/threads: remove the now unused fdtab_lock by Willy Tarreau · 6 years ago
  4. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  5. c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · 6 years ago
  6. ce036bc MINOR: polling: make epoll and kqueue not depend on maxfd anymore by Willy Tarreau · 6 years ago
  7. ccea35c BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs by Willy Tarreau · 6 years ago
  8. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · 6 years ago
  9. 1478aa7 MEDIUM: sample: Add IPv6 support to the ipmask converter by Tim Duesterhus · 6 years ago
  10. b814da6 MINOR: config: Add support for ARGT_MSK6 by Tim Duesterhus · 6 years ago
  11. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · 6 years ago
  12. 8575f72 CLEANUP: standard: Use len2mask4 in str2mask by Tim Duesterhus · 6 years ago
  13. 92bb034 CLEANUP: Fix typo in ARGT_MSK6 comment by Tim Duesterhus · 6 years ago
  14. bf5ce02 BUG/MINOR: sample: Fix output type of c_ipv62ip by Tim Duesterhus · 6 years ago
  15. ec6b0a2 CLEANUP: sample: Fix outdated comment about sample casts functions by Tim Duesterhus · 6 years ago
  16. c555ee0 CLEANUP: sample: Fix comment encoding of sample.c by Tim Duesterhus · 6 years ago
  17. 727c89b BUILD: kqueue/threads: Add test on MAX_THREADS to avoid warnings when complied without threads by Christopher Faulet · 6 years ago
  18. 3e805ed BUILD: epoll/threads: Add test on MAX_THREADS to avoid warnings when complied without threads by Christopher Faulet · 6 years ago
  19. da18b9d MINOR: threads: Use __decl_hathreads instead of #ifdef/#endif by Christopher Faulet · 6 years ago
  20. 13b007d BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread by Christopher Faulet · 6 years ago
  21. 23d86d1 BUG/MEDIUM: checks: Don't try to release undefined conn_stream when a check is freed by Christopher Faulet · 6 years ago
  22. 8d01fd6 BUG/MEDIUM: threads/server: Fix deadlock in srv_set_stopping/srv_set_admin_flag by Christopher Faulet · 6 years ago
  23. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · 6 years ago
  24. 0048dd0 MINOR: threads: Fix build when we're not compiling with threads. by Olivier Houchard · 6 years ago
  25. 46ec48b BUG/MINOR: mworker: only write to pidfile if it exists by Willy Tarreau · 6 years ago
  26. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · 6 years ago
  27. 7a2364d BUG/MEDIUM: kqueue/threads: use one kqueue_fd per thread by Willy Tarreau · 6 years ago
  28. d9e7e36 BUG/MEDIUM: epoll/threads: use one epoll_fd per thread by Willy Tarreau · 6 years ago
  29. c9c8378 MINOR: fd: add a bitmask to indicate that an FD is known by the poller by Willy Tarreau · 6 years ago
  30. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  31. 32467fe BUG/MEDIUM: threads/polling: Use fd_cache_mask instead of fd_cache_num by Christopher Faulet · 6 years ago
  32. 69553fe MINOR: threads/fd: Use a bitfield to know if there are FDs for a thread in the FD cache by Christopher Faulet · 6 years ago
  33. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  34. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  35. f4571a0 MINOR: global/threads: move cpu_map at the end of the global struct by Willy Tarreau · 6 years ago
  36. e9bad0a MINOR: servers: Don't report duplicate dyncookies for disabled servers. by Olivier Houchard · 6 years ago
  37. 5548291 BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely. by Emeric Brun · 6 years ago
  38. a792a0a MINOR: sample: add date_us sample by Etienne Carriere · 6 years ago
  39. cc35923 BUG/MINOR: poll: too large size allocation for FD events by Willy Tarreau · 6 years ago
  40. 260bf5c CONTRIB: debug: fix a few flags definitions by Willy Tarreau · 6 years ago
  41. 4a326cb DOC: clarify the scope of ssl_fc_is_resumed by Jérôme Magnin · 6 years ago
  42. 333694d MINOR: spoe: Don't queue a SPOE context if nothing is sent by Christopher Faulet · 6 years ago
  43. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · 7 years ago
  44. d651ba1 BUG/MEDIUM: stream: properly handle client aborts during redispatch by Willy Tarreau · 6 years ago
  45. ec5e845 BUILD/MINOR: ancient gcc versions atomic fix by David Carlier · 6 years ago
  46. 1a69af6 MINOR: hathreads: add support for gcc < 4.7 by Willy Tarreau · 6 years ago
  47. 29f690c BUG/MEDIUM: mworker: execvp failure depending on argv[0] by William Lallemand · 6 years ago
  48. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · 6 years ago
  49. 119a5f1 BUG/MINOR: lua: Fix return value of Socket.settimeout by Tim Duesterhus · 6 years ago
  50. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · 6 years ago
  51. b33754c DOC: lua: Fix typos in comments of hlua_socket_receive by Tim Duesterhus · 6 years ago
  52. c6e377e BUG/MINOR: lua: Fix default value for pattern in Socket.receive by Tim Duesterhus · 6 years ago
  53. 99b90af BUG/MEDIUM: ssl: cache doesn't release shctx blocks by William Lallemand · 6 years ago
  54. e2a3496 CLEANUP: rbtree: remove by Olivier Houchard · 6 years ago
  55. 5d4cafb BUILD: ssl: silence a warning when building without NPN nor ALPN support by Willy Tarreau · 6 years ago
  56. 4a28da1 BUG/MEDIUM: h2: properly handle the END_STREAM flag on empty DATA frames by Willy Tarreau · 6 years ago
  57. 8ec1406 MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped by Willy Tarreau · 7 years ago
  58. 4576424 CONTRIB: hpack: add an hpack decoder by Willy Tarreau · 7 years ago
  59. c775f83 DEBUG: hpack: add more traces to the hpack decoder by Willy Tarreau · 7 years ago
  60. 4f03436 DEBUG: hpack: make hpack_dht_dump() expose the output file by Willy Tarreau · 7 years ago
  61. 3083276 MINOR: h2: add a function to report pseudo-header names by Willy Tarreau · 7 years ago
  62. bb39b49 BUG/MAJOR: hpack: don't return direct references to the dynamic headers table by Willy Tarreau · 7 years ago
  63. ff47b3f BUG/MEDIUM: http: don't automatically forward request close by Willy Tarreau · 7 years ago
  64. e134041 MINOR: don't close stdio anymore by William Lallemand · 7 years ago
  65. 149a81a BUG/MEDIUM: mworker: don't close stdio several time by PiBa-NL · 7 years ago
  66. d790143 BUG/MEDIUM: h2: ensure we always know the stream before sending a reset by Willy Tarreau · 7 years ago
  67. e9ed281 DOC/MINOR: configuration: typo, formatting fixes by Davor Ocelic · 7 years ago
  68. ab83750 BUG/MEDIUM: h2: improve handling of frames received on closed streams by Willy Tarreau · 7 years ago
  69. a20a519 BUG/MEDIUM: h2: properly handle and report some stream errors by Willy Tarreau · 7 years ago
  70. b26881a BUG/MEDIUM: checks: properly set servers to stopping state on 404 by Willy Tarreau · 7 years ago
  71. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · 7 years ago
  72. d4569d1 BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie" by Willy Tarreau · 7 years ago
  73. 504455c BUG/MEDIUM: cache: respect the request cache-control header by Willy Tarreau · 7 years ago
  74. c9bd34c BUG/MEDIUM: cache: replace old object on store by Willy Tarreau · 7 years ago
  75. 7704b1e BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache by Willy Tarreau · 7 years ago
  76. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · 7 years ago
  77. faf2909 BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability by Willy Tarreau · 7 years ago
  78. d3900cc BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses by Willy Tarreau · 7 years ago
  79. 12b32f2 BUG/MINOR: http: do not ignore cache-control: public by Willy Tarreau · 7 years ago
  80. 83ece46 MINOR: http: start to compute the transaction's cacheability from the request by Willy Tarreau · 7 years ago
  81. c55ddce MINOR: http: update the list of cacheable status codes as per RFC7231 by Willy Tarreau · 7 years ago
  82. 24ea0bc MINOR: http: adjust the list of supposedly cacheable methods by Willy Tarreau · 7 years ago
  83. fe7456f BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() by Eric Salama · 7 years ago
  84. e311480 BUG/MEDIUM: checks: a server passed in maint state was not forced down. by Emeric Brun · 7 years ago
  85. 7aa15b0 BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly by Willy Tarreau · 7 years ago
  86. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · 7 years ago
  87. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · 7 years ago
  88. 2153d3c BUG/MINOR: h2: properly report a stream error on RST_STREAM by Willy Tarreau · 7 years ago
  89. 8cb9993 CONTRIB: halog: Fix compiler warnings in halog.c by Ryan O'Hara · 7 years ago
  90. 957d120 CONTRIB: iprange: Fix compiler warning in iprange.c by Ryan O'Hara · 7 years ago
  91. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · 7 years ago
  92. 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · 7 years ago
  93. a341a2f MEDIUM: netscaler: do not analyze original IP packet size by Bertrand Jacquin · 7 years ago
  94. 67de5a2 MINOR: netscaler: check in one-shot if buffer is large enough for IP and TCP header by Bertrand Jacquin · 7 years ago
  95. 43a66a9 BUG/MAJOR: netscaler: address truncated CIP header detection by Bertrand Jacquin · 7 years ago
  96. c7cc69a BUG/MEDIUM: netscaler: use the appropriate IPv6 header size by Bertrand Jacquin · 7 years ago
  97. 7d668f9 MINOR: netscaler: rename cip_len to clarify its uage by Bertrand Jacquin · 7 years ago
  98. 4b4c286 MINOR: netscaler: remove the use of cip_magic only used once by Bertrand Jacquin · 7 years ago
  99. b387591 MINOR: netscaler: respect syntax by Bertrand Jacquin · 7 years ago
  100. 4094ce1 DOC/MINOR: intro: typo, wording, formatting fixes by Davor Ocelic · 7 years ago