summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Switch to PostgreSQL's oid type for entity idsDan Goodliffe12 days
* Write log lines to files on errorDan Goodliffe12 days
* Create settings structureDan Goodliffe2025-09-24
* Write unparsable lines to the entity tableDan Goodliffe2025-09-23
* Make DB pool protected for access from unit testsDan Goodliffe2025-09-23
* Gracefully handle fatal exceptions and display messageDan Goodliffe2025-09-19
* Create and perform UA lookup curl op when new user agent is encounteredDan Goodliffe2025-09-13
* Perform background curl operations when not processing log inputDan Goodliffe2025-09-13
* Always pass API URL to curlGetUserAgentDetailDan Goodliffe2025-09-13
* Simplify storeEntities with bindManyDan Goodliffe2025-09-10
* Use curl_multi_poll in main ingestLog loopDan Goodliffe2025-09-10
* Add test over mocked user agent fetchDan Goodliffe2025-09-09
* Add test over Ingestor::ingestLogDan Goodliffe2025-09-08
* Use a TestIngestor as a fixture in testsDan Goodliffe2025-09-08
* Move fixture log file generator to test utilDan Goodliffe2025-09-08
* Change getUserAgentDetail to return a packaged CURL objectDan Goodliffe2025-09-05
* Replace DeleteWith lambda with a normal typeDan Goodliffe2025-09-05
* Add function to grab UA details from useragentstring.comDan Goodliffe2025-09-04
* Add libcurlDan Goodliffe2025-09-04
* Move DeleteWith helper in src/utilDan Goodliffe2025-09-04
* Store utsname details in the host's detail fieldDan Goodliffe2025-09-02
* Add bindMany helperDan Goodliffe2025-09-02
* Add entity detail columnDan Goodliffe2025-09-02
* Tag entities with their typewebstat-0.1.1Dan Goodliffe2025-09-01
* Reuse same insert entity commandDan Goodliffe2025-09-01
* Support configuring the DB poolDan Goodliffe2025-09-01
* Use a DB connection pool rather than a single connectionDan Goodliffe2025-09-01
* Add MockDBPoolDan Goodliffe2025-09-01
* Add basic boost::program_options supportDan Goodliffe2025-09-01
* Add install ruleswebstat-0.1Dan Goodliffe2025-08-25
* Add an ingestor performance testDan Goodliffe2025-08-25
* Move common test code to its own libraryDan Goodliffe2025-08-25
* Use SQL standard identity columnDan Goodliffe2025-08-25
* Insert new entities and log entry in a transactionDan Goodliffe2025-08-25
* Merge storeEntities into a single thingDan Goodliffe2025-08-25
* Track existing entities, don't attempt reinsertDan Goodliffe2025-08-25
* Return count of entities passed to the databaseDan Goodliffe2025-08-25
* Store log lines in full using entity idsDan Goodliffe2025-08-25
* Store the entities for each log lineDan Goodliffe2025-08-25
* Provide hostname to IngestorDan Goodliffe2025-08-25
* 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 DB schema and setup a mock of it in testingDan Goodliffe2025-08-25
* Pull fixture log lines into shared global varsDan Goodliffe2025-08-25
* Add helpers for hashing values extracted from log inputDan Goodliffe2025-08-25
* Initial commit; basic Apache log parsingDan Goodliffe2025-08-25