eed199 libmaxminddb-1.2.0 base

Merged and Committed by Packit 3 years ago
178 files changed. 123298 lines added. 0 lines removed.
AUTHORS
file added
+0
Changes.md
file added
+223
LICENSE
file added
+202
Makefile.am
file added
+37
Makefile.in
file added
+1020
NOTICE
file added
+13
README.md
file added
+122
aclocal.m4
file added
+9969
bin/Makefile.am
file added
+5
bin/Makefile.in
file added
+630
bin/mmdblookup.c
file added
+397
common.mk
file added
+7
compile
file added
+347
config.guess
file added
+1420
config.h.in
file added
+179
config.sub
file added
+1799
configure
file added
+14961
configure.ac
file added
+122
depcomp
file added
+791
doc/libmaxminddb.md
file added
+872
doc/mmdblookup.md
file added
+103
include/maxminddb.h
file added
+232
include/maxminddb_config.h.in
file added
+14
install-sh
file added
+501
ltmain.sh
file added
+9661
man/man1/mmdblookup.1
file added
+116
man/man3/MMDB_aget_value.3
file added
+1
man/man3/MMDB_close.3
file added
+1
man/man3/MMDB_dump_entry_data_list.3
file added
+1
man/man3/MMDB_free_entry_data_list.3
file added
+1
man/man3/MMDB_get_entry_data_list.3
file added
+1
man/man3/MMDB_get_metadata_as_entry_data_list.3
file added
+1
man/man3/MMDB_get_value.3
file added
+1
man/man3/MMDB_lib_version.3
file added
+1
man/man3/MMDB_lookup_sockaddr.3
file added
+1
man/man3/MMDB_lookup_string.3
file added
+1
man/man3/MMDB_open.3
file added
+1
man/man3/MMDB_read_node.3
file added
+1
man/man3/MMDB_strerror.3
file added
+1
man/man3/MMDB_vget_value.3
file added
+1
man/man3/libmaxminddb.3
file added
+1023
missing
file added
+215
projects/VS12-tests/bad_pointers.vcxproj
file added
+105
projects/VS12-tests/basic_lookup.vcxproj
file added
+105
projects/VS12-tests/data_entry_list.vcxproj
file added
+105
projects/VS12-tests/data_types.vcxproj
file added
+105
projects/VS12-tests/dump.vcxproj
file added
+105
projects/VS12-tests/get_value.vcxproj
file added
+105
projects/VS12-tests/get_value_pointer_bug.vcxproj
file added
+105
projects/VS12-tests/ipv4_start_cache.vcxproj
file added
+105
projects/VS12-tests/ipv6_lookup_in_ipv4.vcxproj
file added
+105
projects/VS12-tests/libtap.vcxproj
file added
+85
projects/VS12-tests/maxminddb_test_helper.vcxproj
file added
+107
projects/VS12-tests/metadata.vcxproj
file added
+105
projects/VS12-tests/no_map_get_value.vcxproj
file added
+105
projects/VS12-tests/read_node.vcxproj
file added
+105
projects/VS12-tests/shared.vcxproj
file added
+104
projects/VS12-tests/threads.vcxproj
file added
+103
projects/VS12-tests/version.vcxproj
file added
+105
projects/VS12/README.md
file added
+59
projects/VS12/libmaxminddb-release.props
file added
+32
projects/VS12/libmaxminddb-x64.props
file added
+14
projects/VS12/libmaxminddb.props
file added
+32
projects/VS12/libmaxminddb.sln
file added
+148
projects/VS12/libmaxminddb.vcxproj
file added
+141
projects/VS12/libmaxminddb.vcxproj.filters
file added
+26
projects/VS12/maxminddb_config.h
file added
+14
src/Makefile.am
file added
+9
src/Makefile.in
file added
+703
src/libmaxminddb.pc.in
file added
+11
src/maxminddb-compat-util.h
file added
+167
src/maxminddb.c
file added
+2144
t/.deps/bad_pointers_t.Po
file added
+226
t/.deps/basic_lookup_t.Po
file added
+226
t/.deps/data_entry_list_t.Po
file added
+226
t/.deps/data_types_t.Po
file added
+226
t/.deps/dump_t.Po
file added
+255
t/.deps/get_value_pointer_bug_t.Po
file added
+227
t/.deps/get_value_t.Po
file added
+226
t/.deps/ipv4_start_cache_t.Po
file added
+226
t/.deps/ipv6_lookup_in_ipv4_t.Po
file added
+227
t/.deps/maxminddb_test_helper.Plo
file added
+230
t/.deps/metadata_pointers_t.Po
file added
+226
t/.deps/metadata_t.Po
file added
+226
t/.deps/no_map_get_value_t.Po
file added
+226
t/.deps/read_node_t.Po
file added
+226
t/.deps/tap.Plo
file added
+208
t/.deps/threads_t-threads_t.Po
file added
+208
t/.deps/version_t.Po
file added
+226
t/Makefile
file added
+893
t/Makefile.am
file added
+18
t/Makefile.in
file added
+893
t/bad_pointers_t.c
file added
+53
t/basic_lookup_t.c
file added
+172
t/compile_c++_t.pl
file added
+107
t/data_entry_list_t.c
file added
+353
t/data_types_t.c
file added
+439
t/dump_t.c
file added
+103
t/get_value_pointer_bug_t.c
file added
+66
t/get_value_t.c
file added
+245
t/ipv4_start_cache_t.c
file added
+36
t/ipv6_lookup_in_ipv4_t.c
file added
+48
t/libtap/.deps/tap.Plo
file added
+1
t/libtap/.travis.yml
file added
+13
t/libtap/COPYING
file added
+339
t/libtap/INSTALL
file added
+44
t/libtap/Makefile
file added
+53
t/libtap/Makefile.win
file added
+37
t/libtap/README.md
file added
+274
t/libtap/libtap.vcxproj
file added
+80
t/libtap/t/cmp_mem.c
file added
+21
t/libtap/t/cmpok.c
file added
+17
t/libtap/t/diesok.c
file added
+15
t/libtap/t/is.c
file added
+25
t/libtap/t/like.c
file added
+11
t/libtap/t/notediag.c
file added
+15
t/libtap/t/simple.c
file added
+32
t/libtap/t/skip.c
file added
+24
t/libtap/t/synopsis.c
file added
+13
t/libtap/t/test.t
file added
+248
t/libtap/t/todo.c
file added
+18
t/libtap/tap.c
file added
+372
t/libtap/tap.h
file added
+117
t/maxmind-db/.perltidyallrc
file added
+11
t/maxmind-db/.tidyallrc
file added
+7
t/maxmind-db/LICENSE
file added
+4
t/maxmind-db/MaxMind-DB-spec.md
file added
+558
t/maxmind-db/README.md
file added
+4
t/maxmind-db/perltidyrc
file added
+12
t/maxmind-db/source-data/GeoIP2-Anonymous-IP-Test.json
file added
+32
t/maxmind-db/source-data/GeoIP2-City-Test.json
file added
+12376
t/maxmind-db/source-data/GeoIP2-Connection-Type-Test.json
file added
+102
t/maxmind-db/source-data/GeoIP2-Country-Test.json
file added
+10975
t/maxmind-db/source-data/GeoIP2-Domain-Test.json
file added
+452
t/maxmind-db/source-data/GeoIP2-Enterprise-Test.json
file added
+96
t/maxmind-db/source-data/GeoIP2-ISP-Test.json
file added
+12585
t/maxmind-db/source-data/GeoIP2-Precision-City-Test.json
file added
+12456
t/maxmind-db/source-data/GeoIP2-Precision-ISP-Test.json
file added
+12593
t/maxmind-db/source-data/README
file added
+13
t/maxmind-db/test-data/GeoIP2-Anonymous-IP-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-City-Test-Broken-Double-Format.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-City-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-Connection-Type-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-Country-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-Domain-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-Enterprise-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-ISP-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-Precision-City-Test.mmdb
file added
+0
t/maxmind-db/test-data/GeoIP2-Precision-ISP-Test.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-string-value-entries.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-broken-pointers-24.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-broken-search-tree-24.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-ipv4-32.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-ipv6-24.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-ipv6-28.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-ipv6-32.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-metadata-pointers.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb
file added
+0
t/maxmind-db/test-data/MaxMind-DB-test-nested.mmdb
file added
+0
t/maxmind-db/test-data/README.md
file added
+26
t/maxmind-db/test-data/maps-with-pointers.raw
file added
+0
t/maxmind-db/test-data/write-test-data.pl
file added
+562
t/maxmind-db/tidyall.ini
file added
+5
t/maxminddb_test_helper.c
file added
+254
t/maxminddb_test_helper.h
file added
+69
t/metadata_pointers_t.c
file added
+32
t/metadata_t.c
file added
+226
t/mmdblookup_t.pl
file added
+158
t/no_map_get_value_t.c
file added
+32
t/read_node_t.c
file added
+157
t/threads_t.c
file added
+196
t/version_t.c
file added
+10
    libmaxminddb-1.2.0 base
    
        
file added
+0
empty file added
file added
+223
file added
+202
file added
+37
file added
+1020
file added
+13
file added
+122
file added
+9969
file added
+5
file added
+630
file added
+397
file added
+7
file added
+347
file added
+1420
file added
+179
file added
+1799
file added
+14961
file added
+122
file added
+791
file added
+872
file added
+103
file added
+232
file added
+501
file added
+9661
file added
+116
file added
+1023
file added
+215
file added
+9
file added
+703
file added
+2144
file added
+255
file added
+226
file added
+226
file added
+226
file added
+208
file added
+226
file added
+893
file added
+18
file added
+893
file added
+53
file added
+172
file added
+107
file added
+353
file added
+439
file added
+103
file added
+245
file added
+13
file added
+339
file added
+44
file added
+53
file added
+274
file added
+21
file added
+17
file added
+15
file added
+25
file added
+11
file added
+32
file added
+24
file added
+248
file added
+18
file added
+372
file added
+117
empty file added
empty file added
empty file added
empty file added
empty file added
file added
+226
file added
+158
file added
+157
file added
+196
file added
+10