summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
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.
* Introduce MD5 from libmd, use it for hashing queuedLines for park pathDan Goodliffe11 days
|
* Add function to grab UA details from useragentstring.comDan Goodliffe2025-09-04
|
* Add libcurlDan Goodliffe2025-09-04
|
* Add basic boost::program_options supportDan Goodliffe2025-09-01
|
* Add helpers and SQL for storing an entityDan Goodliffe2025-08-25
|
* Pass a DB connection to IngestorDan Goodliffe2025-08-25
|
* Setup moveable/non-copyable special members on IngestorDan Goodliffe2025-08-25
|
* Add helpers for hashing values extracted from log inputDan Goodliffe2025-08-25
| | | | | zlib's crc32 used here, the interface is a bit C and as a result a bit casty, but it'll work.
* Initial commit; basic Apache log parsingDan Goodliffe2025-08-25