summaryrefslogtreecommitdiff
path: root/src/uaLookup.cpp
Commit message (Collapse)AuthorAge
* Replace use of crc32 for entity idDan Goodliffe7 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.
* Add missing -WshadowDan Goodliffe2026-03-22
|
* Create and perform UA lookup curl op when new user agent is encounteredDan Goodliffe2025-09-13
|
* 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