aboutsummaryrefslogtreecommitdiffstats
path: root/geoip/ip.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and export symbolsOscar Najera30 hours1-20/+30
|
* Parse floatsOscar Najera30 hours1-1/+6
|
* cleanupOscar Najera47 hours1-8/+6
|
* create a system packageOscar Najera47 hours1-49/+10
|
* pointer read length is an argumentOscar Najera47 hours1-14/+12
| | | | | With this I don't need to read again the same byte and keep track of going one byte back
* ip reduceOscar Najera47 hours1-10/+8
|
* lookup testOscar Najera47 hours1-0/+7
|
* close dbOscar Najera47 hours1-0/+3
|
* refactor structuresOscar Najera47 hours1-63/+63
|
* Read pointer valuesOscar Najera2 days1-4/+33
| | | | | Horrible debugging because I didn't correctly consider that reading a pointer did not advance the reader pointer. I must set it thus back.
* read nodeOscar Najera2 days1-5/+48
|
* read some more typesOscar Najera2 days1-1/+11
|
* reading db pointer as streamOscar Najera2 days1-14/+32
|
* cleanupsOscar Najera14 days1-49/+54
|
* just enough to read maxminddb metadataOscar Najera14 days1-0/+175