]> git.ipfire.org Git - people/ms/libloc.git/commit - Makefile.am
Implement filtering for multiple countries in the enumerator
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Nov 2020 15:13:28 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Nov 2020 15:13:28 +0000 (15:13 +0000)
commite646a8f35ec7eff009414b3fd107c9af5cf39a86
tree7ed58cfe774ae956531c621195b1dc502466acc8
parente0b9ff5f38beb0d560b16db881647e5a75127df1
Implement filtering for multiple countries in the enumerator

This will allow us to speed up the export of the database
if only a few countries should be returned.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/country-list.c [new file with mode: 0644]
src/country.c
src/database.c
src/libloc.sym
src/loc/country-list.h [new file with mode: 0644]
src/loc/database.h
src/python/database.c