Quantcast
Channel: Serverphorums.com - HAProxy
Viewing all articles
Browse latest Browse all 5112

[PATCH 0/3] 51Degrees code refactoring and improvements (4 replies)

$
0
0
Hi,

I'm sending you three patches for 51Degrees converter.

Dragan Dosen (3):
MEDIUM: 51Degrees code refactoring and cleanup
MEDIUM: 51d: add LRU-based cache on User-Agent string detection
DOC: add notes about the "51degrees-cache-size" parameter

Makefile | 10 +-
README | 8 +-
doc/configuration.txt | 19 ++-
include/import/51d.h | 9 ++
include/types/global.h | 22 ++--
src/51d.c | 321 ++++++++++++++++++++++++++++++++++++++++++++++++
src/cfgparse.c | 42 -------
src/haproxy.c | 95 +++-----------
src/sample.c | 123 -------------------
9 files changed, 375 insertions(+), 274 deletions(-)
create mode 100644 include/import/51d.h
create mode 100644 src/51d.c

--
1.7.9.5

Viewing all articles
Browse latest Browse all 5112

Trending Articles