summaryrefslogtreecommitdiff
path: root/src/uaLookup.hpp
Commit message (Collapse)AuthorAge
* Replace use of crc32 for entity idDan Goodliffe8 days
| | | | | Entity value is MD5 hashed same as DB unique key, but the id itself is now taken from the DB primary key which is sequence generated.
* Create and perform UA lookup curl op when new user agent is encounteredDan Goodliffe2025-09-13
|
* Always pass API URL to curlGetUserAgentDetailDan Goodliffe2025-09-13
|
* Use curl_multi_poll in main ingestLog loopDan Goodliffe2025-09-10
| | | | Preparation step for having background curl operations.
* Change getUserAgentDetail to return a packaged CURL objectDan Goodliffe2025-09-05
| | | | | This will be usable with curl_multi_* instead of being a single synchronous request.
* Add function to grab UA details from useragentstring.comDan Goodliffe2025-09-04