- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 7 months ago[Renamed from src/wurfl.c]
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 8 months ago
- 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · 3 years, 8 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 4 years ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 5 months ago
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 5 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · 4 years, 5 months ago
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 5 months ago
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 5 months ago
- 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 5 months ago
- c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 6 months ago
- b565e72 BUG/MINOR: wurfl: Fix HTX message prefetch by Christopher Faulet · 4 years, 6 months ago
- f0eb373 BUG/MINOR: WURFL: fix send_log() function arguments by Miroslav Zagorac · 5 years ago
- fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
- 6d1dd46 MEDIUM: http_fetch: Remove code relying on HTTP legacy mode by Christopher Faulet · 5 years ago
- aabbe6a MINOR: WURFL: do not emit warnings when not configured by Willy Tarreau · 5 years ago
- ae4fcf1 MINOR: WURFL: module version bump to 2.0 by mbellomi · 5 years ago
- 2c07700 MEDIUM: WURFL: HTX awareness. by mbellomi · 5 years ago
- 9896981 MINOR: WURFL: wurfl_get() and wurfl_get_all() now return an empty string if device detection fails by mbellomi · 5 years ago
- e9fedf5 MINOR: WURFL: removes heading wurfl-information-separator from wurfl-get-all() and wurfl-get() results by mbellomi · 5 years ago
- 4304e30 MINOR: WURFL: shows log messages during module initialization by mbellomi · 5 years ago
- f9ea1e2 MINOR: WURFL: fixed Engine load failed error when wurfl-information-list contains wurfl_root_id by mbellomi · 5 years ago
- d173e93 BUG/MEDIUM: WURFL: segfault in wurfl-get() with missing info. by mbellomi · 5 years ago
- 7714b12 MINOR: wurfl: enabled multithreading mode by paulborile · 6 years ago
- bad132c CLEANUP: wurfl: removed deprecated methods by paulborile · 6 years ago
- 59d5014 BUILD: wurfl: build fix for 1.9/2.0 code base by paulborile · 6 years ago
- b518823 MINOR: wurfl: indicate in haproxy -vv the wurfl version in use by Willy Tarreau · 6 years ago
- b3cc9f2 Revert "CLEANUP: wurfl: remove dead, broken and unmaintained code" by Willy Tarreau · 6 years ago
- 8e5e1e7 CLEANUP: wurfl: remove dead, broken and unmaintained code by Willy Tarreau · 6 years ago
- 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
- 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
- 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
- 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
- 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
- e8ca434 MINOR: threads: Don't start when device a detection module is used by Christopher Faulet · 7 years ago
- 350c1c6 CLEANUP: wurfl: move global settings out of the global section by Willy Tarreau · 8 years ago
- 800f93f CLEANUP: wurfl: register the deinit function via the dedicated list by Willy Tarreau · 8 years ago
- dc2ed47 CLEANUP: wurfl: make use of the late init registration by Willy Tarreau · 8 years ago
- 770042d CLEANUP: wurfl: use the build options list to report it by Willy Tarreau · 8 years ago
- e5d3169 CLEANUP: wurfl: reduce exposure in the rest of the code by Willy Tarreau · 8 years ago
- d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago