]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: 51d: Added dummy libraries for the 51Degrees module for testing.
authorBen51Degrees <Ben@51Degrees.com>
Wed, 12 Jun 2019 14:42:53 +0000 (15:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Jun 2019 16:06:59 +0000 (18:06 +0200)
commit31c3d51a181ec3557409c26e0b0476e6543163f2
treebc60c0dd4083420bf1578998cf67a5da89d396ea
parent31a51f25d634ed70f78fb297b8e49265df5230e3
MINOR: 51d: Added dummy libraries for the 51Degrees module for testing.

These are intended for use by HAProxy developers to ensure any changes
did not affect the 51Degrees implementation. The 51Degrees module can be
enabled and used by using the source in contrib/51d. This will run
without breaking, but will not return any meaningful information.

This is ideal for testing HAProxy core code, and other modules alongside
51Degrees, but should never be used as an actual module as it does
nothing.
contrib/51d/cityhash/city.c [new file with mode: 0644]
contrib/51d/pattern/51Degrees.c [new file with mode: 0644]
contrib/51d/pattern/51Degrees.h [new file with mode: 0644]
contrib/51d/threading.c [new file with mode: 0644]
contrib/51d/trie/51Degrees.c [new file with mode: 0644]
contrib/51d/trie/51Degrees.h [new file with mode: 0644]
doc/51Degrees-device-detection.txt