libmaxminddb icon indicating copy to clipboard operation
libmaxminddb copied to clipboard

C library for the MaxMind DB file format

Results 5 libmaxminddb issues
Sort by recently updated
recently updated
newest added

It would be good if there were other methods available to open besides mmap'ing a file. We have integrated this into apache trafficserver (and I know other projects use it)...

enhancement

I am working with the example data from the library's documentation: ```JSON { "names": { "en": "Germany", "de": "Deutschland" }, "cities": [ "Berlin", "Frankfurt" ] } ``` Say I call...

enhancement

Tried this whole `./configure` and `make` thing. Many issues on CentOS when actually installing the GeopIP2. The official nginx suggests we build nginx from source, which is not for the...

enhancement

I notice that MMDB_get_entry_data_list has a *start parameter but this is not covered in the docs. Is this the node value in the search tree? Or is it the file...

enhancement

I'm using the MMDB python library to host a WSGI server with multiple workers that will perform lookups from the MMDB database. I'd like for each worker process to be...