- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
- 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · Fri Apr 02 16:12:32 2021 +0200[Renamed from src/51d.c]
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
- 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · Sun Feb 28 16:11:36 2021 +0100
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
- 967e7e7 MEDIUM: xxhash: use the XXH3 functions to generate 64-bit hashes by Dragan Dosen · Tue Dec 22 13:22:34 2020 +0100
- fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · Fri Nov 06 15:24:23 2020 +0100
- e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
- d1ba552 MINOR: 51d: silence a warning about null pointer dereference by Dragan Dosen · Wed Jul 01 19:58:32 2020 +0200
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
- c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
- 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · Thu Jun 04 18:26:43 2020 +0200
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
- e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
- aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
- 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
- c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
- 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- f11b1fb BUG/MINOR: 51d: Fix HTX message prefetch by Christopher Faulet · Tue May 05 11:53:43 2020 +0200
- 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
- 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
- 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
- 6bf0672 BUG/MINOR: 51d: Fix bug when HTX is enabled by Ben51Degrees · Mon Jan 20 11:25:11 2020 +0000
- fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
- 6d1dd46 MEDIUM: http_fetch: Remove code relying on HTTP legacy mode by Christopher Faulet · Mon Jul 15 14:36:03 2019 +0200
- f4a82fb BUILD/MINOR: 51d: Updated build registration output to indicate thatif the library is a dummy one or not. by Ben51Degrees · Thu Jun 13 16:51:59 2019 +0100
- 31a51f2 BUG/MINOR: 51d/htx: The _51d_fetch method, and the methods it calls are now HTX aware. by Ben51Degrees · Wed Jun 12 15:19:12 2019 +0100
- 2db9dac BUG/MINOR: 51d: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST() by Christopher Faulet · Fri Apr 19 15:22:29 2019 +0200
- bc6218e BUG/MEDIUM: 51d: fix possible segfault on deinit_51degrees() by Dragan Dosen · Thu Mar 07 15:24:23 2019 +0100
- 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · Tue Feb 05 13:24:00 2019 +0000
- e0f6a2a BUG: 51d: In Hash Trie, multi header matching was affected by the header names stored globaly. by Ben51Degrees · Tue Feb 05 13:23:06 2019 +0000
- daa356b BUG: 51d: Changes to the buffer API in 1.9 were not applied to the 51Degrees code. by Ben51Degrees · Wed Jan 16 10:19:15 2019 +0000
- 31019ee CLEANUP: Fix typo in the 51d subsystem by Joseph Herlant · Sun Nov 25 13:15:13 2018 -0800
- 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · Mon Nov 26 11:21:50 2018 +0100
- 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · Mon Nov 26 10:19:54 2018 +0100
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
- 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
- 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
- 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
- 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
- e8ca434 MINOR: threads: Don't start when device a detection module is used by Christopher Faulet · Wed Oct 25 17:23:02 2017 +0200
- 483b93c BUILD/MINOR: 51d: fix warning when building with 51Degrees release version 3.2.12.12 by Dragan Dosen · Wed Sep 27 12:46:44 2017 +0200
- b7a6714 CLEANUP: 51d: move global settings out of the global section by Willy Tarreau · Wed Dec 21 21:18:44 2016 +0100
- 7ac4c20 CLEANUP: 51d: register the deinitialization function by Willy Tarreau · Wed Dec 21 20:59:01 2016 +0100
- 9f3f254 CLEANUP: 51d: make use of the late init registration by Willy Tarreau · Wed Dec 21 20:30:05 2016 +0100
- b5e58d6 CLEANUP: 51d: use the build options list to report it by Willy Tarreau · Wed Dec 21 18:49:29 2016 +0100
- 1f077eb BUILD/MAJOR:updated 51d Trie implementation to incorperate latest update to 51Degrees.c by ben51degrees · Wed Jul 06 12:07:21 2016 +0100
- 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
- 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
- d384252 CLEANUP: 51d: Aligned if statements with HAProxy best practices and removed casts from malloc. by ben@51degrees.com · Fri Jan 08 13:52:32 2016 +0000
- 496299a BUG/MINOR: 51d: Aligned const pointers to changes in 51Degrees. by ben@51degrees.com · Fri Jan 08 13:49:32 2016 +0000
- 6baceb9 BUG/MINOR: 51d: Releases workset back to pool. by ben@51degrees.com · Fri Jan 08 13:48:37 2016 +0000
- c9dfa24 BUG/MINOR: 51d: Aligns Pattern cache implementation with HAProxy best practices. by ben@51degrees.com · Fri Jan 08 13:47:46 2016 +0000
- 82a9d76 BUG/MINOR: 51d: Ensures a unique domain for each configuration by ben@51degrees.com · Fri Jan 08 13:42:41 2016 +0000
- 63426cb MINOR: 51d: Improved string handling for LRU cache by James Rosewell · Fri Sep 18 19:53:05 2015 +0100
- a28bbd5 MAJOR: 51d: Upgraded to support 51Degrees V3.2 and new features by James Rosewell · Fri Sep 18 18:28:52 2015 +0100
- 2046c46 MEDIUM: 51degrees: Adapt the 51Degrees library by Thierry FOURNIER · Thu Aug 20 13:42:12 2015 +0200
- 9373fc5 MINOR: 51d: unable to start haproxy without "51degrees-data-file" by Dragan Dosen · Fri Aug 07 16:41:23 2015 +0200
- 96a0be7 BUG/MEDIUM: 51d: possible incorrect operations on smp->data.str.str by Dragan Dosen · Tue Jul 07 16:10:43 2015 +0200
- 105c8e6 MEDIUM: 51d: add LRU-based cache on User-Agent string detection by Dragan Dosen · Mon Jun 29 16:43:26 2015 +0200
- 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · Mon Jun 29 16:43:25 2015 +0200