1. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  2. 31a841c BUG/MINOR: lua: Add missing string length for lua sticktable lookup by Nathan Neulinger · 4 years, 4 months ago
  3. ad9f9ed BUG/MEDIUM: lua: Fix dumping of stick table entries for STD_T_DICT by Adis Nezirovic · 4 years, 2 months ago
  4. 49bbf52 MINOR: lua: allow changing port with set_addr by Joseph C. Sible · 4 years, 2 months ago
  5. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  6. 26474c4 CLEANUP: lua: fix aliasing issues in the address matching code by Willy Tarreau · 4 years, 4 months ago
  7. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · 4 years, 6 months ago
  8. eaa5537 MINOR: stats: prepare to add a description with each stat/info field by Willy Tarreau · 4 years, 9 months ago
  9. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · 4 years, 9 months ago
  10. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  11. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  12. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  13. b3d92e3 CLEANUP: fix typos in the hlua_fcn subsystem by Joseph Herlant · 6 years ago
  14. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · 6 years ago
  15. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  16. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  17. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  18. 29d6980 BUG/MINOR: lua: ensure large proxy IDs can be represented by Willy Tarreau · 6 years ago
  19. 32d539f MINOR: lua: add get_maxconn and set_maxconn to LUA Server class. by Patrick Hemmer · 6 years ago
  20. a62ae7e MINOR: lua: Add server name & puid to LUA Server class. by Patrick Hemmer · 6 years ago
  21. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  22. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  23. 8c4954c BUG/MINOR: lua: fix missing lock protection on server. by Emeric Brun · 7 years ago
  24. 9f0b458 MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency by Emeric Brun · 7 years ago
  25. ffbad79 MEDIUM: threads/lua: Makes the jmpbuf and some other buffers local to the current thread. by Thierry FOURNIER · 7 years ago
  26. 7c210e6 BUG/MINOR: lua: const attribute of a string is overridden by Thierry FOURNIER · 7 years ago
  27. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · 7 years ago
  28. 46c7255 MINOR: lua: add uuid to the Class Proxy by Baptiste Assmann · 7 years ago
  29. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  30. ceee933 BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions. by Adis Nezirovic · 7 years ago
  31. 9b82a58 MINOR: lua: Add lists of frontends and backends by Thierry FOURNIER · 7 years ago
  32. f2bbe38 MINOR: lua: Add proxy as member of proxy object. by Thierry FOURNIER · 7 years ago
  33. a9f0404 BUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Server.get_addr() by Nenad Merdanovic · 7 years ago
  34. 3849473 BUG/MINOR: lua: Fix Server.get_addr() port values by Nenad Merdanovic · 7 years ago
  35. abd9bb2 BUILD: lua: replace timegm() with my_timegm() to fix build on Solaris 10 by Willy Tarreau · 7 years ago
  36. de6925e BUILD: lua: build failed on FreeBSD. by Thierry FOURNIER · 8 years ago
  37. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · 8 years ago
  38. 8a1027a MINOR: lua: Add tokenize function. by Thierry FOURNIER / OZON.IO · 8 years ago
  39. 7f3aa8b MINOR: lua: add utility function for check boolean argument by Thierry FOURNIER / OZON.IO · 8 years ago
  40. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · 8 years ago
  41. 62fec75 MINOR: lua: add ip addresses and network manipulation function by Thierry FOURNIER / OZON.IO · 8 years ago
  42. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  43. ff48042 MINOR: lua: add class listener by Thierry Fournier · 8 years ago
  44. f2fdc9d MINOR: lua: add class server by Thierry Fournier · 8 years ago
  45. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · 8 years ago
  46. eea77c0 MINOR: lua: dump general info by Thierry Fournier · 8 years ago
  47. 8b0d6e1 MINOR: lua: convert field to lua type by Thierry Fournier · 8 years ago
  48. 94ed1c1 MINOR: lua: Add internal function which strip spaces by Thierry Fournier · 8 years ago
  49. 3d4a675 MINOR: lua: post initialization by Thierry Fournier · 8 years ago
  50. 45e78d7 MINOR: lua: refactor the Lua object registration by Thierry Fournier · 8 years ago
  51. 4f99b27 CLEANUP: lua: Remove two same functions by Thierry Fournier · 8 years ago
  52. 991188d MINOR: lua: remove some useless checks by Thierry Fournier · 8 years ago
  53. ddd8988 MINOR: lua: move class registration facilities by Thierry Fournier · 8 years ago
  54. e726b14 DOC: lua: copyrights by Thierry Fournier · 8 years ago
  55. 49d4842 BUG/MAJOR: lua: segfault using Concat object by Thierry Fournier · 8 years ago
  56. 1de1659 MINOR: lua: Add concat class by Thierry Fournier · 8 years ago
  57. 5351827 MINOR: lua: merge function by Thierry Fournier · 8 years ago
  58. 9e7e3ea MINOR: lua: move common function by Thierry Fournier · 8 years ago
  59. 1550d5d MINOR: lua: Add date functions by Thierry Fournier · 8 years ago
  60. b1f4656 MINOR: lua: add "now" time function by Thierry Fournier · 8 years ago
  61. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · 8 years ago