index
:
WebStat analyser
main
WebStat web site access analyser
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Allows handle curl things if there are any
HEAD
webstat-0.2.2
main
Dan Goodliffe
2 days
*
Fix premature remembering of saved entity ids
webstat-0.2.1
Dan Goodliffe
3 days
*
Fix up QuotedString/CLFString parsing
Dan Goodliffe
3 days
*
Add PROPFIND to http_verb list
Dan Goodliffe
3 days
*
Add parked line import job
webstat-0.2
Dan Goodliffe
6 days
*
Add point to execute scheduled jobs when idle
Dan Goodliffe
9 days
*
Switch to PostgreSQL's oid type for entity ids
Dan Goodliffe
12 days
*
Write log lines to files on error
Dan Goodliffe
12 days
*
Create settings structure
Dan Goodliffe
2025-09-24
*
Write unparsable lines to the entity table
Dan Goodliffe
2025-09-23
*
Make DB pool protected for access from unit tests
Dan Goodliffe
2025-09-23
*
Gracefully handle fatal exceptions and display message
Dan Goodliffe
2025-09-19
*
Create and perform UA lookup curl op when new user agent is encountered
Dan Goodliffe
2025-09-13
*
Perform background curl operations when not processing log input
Dan Goodliffe
2025-09-13
*
Always pass API URL to curlGetUserAgentDetail
Dan Goodliffe
2025-09-13
*
Simplify storeEntities with bindMany
Dan Goodliffe
2025-09-10
*
Use curl_multi_poll in main ingestLog loop
Dan Goodliffe
2025-09-10
*
Add test over mocked user agent fetch
Dan Goodliffe
2025-09-09
*
Add test over Ingestor::ingestLog
Dan Goodliffe
2025-09-08
*
Use a TestIngestor as a fixture in tests
Dan Goodliffe
2025-09-08
*
Move fixture log file generator to test util
Dan Goodliffe
2025-09-08
*
Change getUserAgentDetail to return a packaged CURL object
Dan Goodliffe
2025-09-05
*
Replace DeleteWith lambda with a normal type
Dan Goodliffe
2025-09-05
*
Add function to grab UA details from useragentstring.com
Dan Goodliffe
2025-09-04
*
Add libcurl
Dan Goodliffe
2025-09-04
*
Move DeleteWith helper in src/util
Dan Goodliffe
2025-09-04
*
Store utsname details in the host's detail field
Dan Goodliffe
2025-09-02
*
Add bindMany helper
Dan Goodliffe
2025-09-02
*
Add entity detail column
Dan Goodliffe
2025-09-02
*
Tag entities with their type
webstat-0.1.1
Dan Goodliffe
2025-09-01
*
Reuse same insert entity command
Dan Goodliffe
2025-09-01
*
Support configuring the DB pool
Dan Goodliffe
2025-09-01
*
Use a DB connection pool rather than a single connection
Dan Goodliffe
2025-09-01
*
Add MockDBPool
Dan Goodliffe
2025-09-01
*
Add basic boost::program_options support
Dan Goodliffe
2025-09-01
*
Add install rules
webstat-0.1
Dan Goodliffe
2025-08-25
*
Add an ingestor performance test
Dan Goodliffe
2025-08-25
*
Move common test code to its own library
Dan Goodliffe
2025-08-25
*
Use SQL standard identity column
Dan Goodliffe
2025-08-25
*
Insert new entities and log entry in a transaction
Dan Goodliffe
2025-08-25
*
Merge storeEntities into a single thing
Dan Goodliffe
2025-08-25
*
Track existing entities, don't attempt reinsert
Dan Goodliffe
2025-08-25
*
Return count of entities passed to the database
Dan Goodliffe
2025-08-25
*
Store log lines in full using entity ids
Dan Goodliffe
2025-08-25
*
Store the entities for each log line
Dan Goodliffe
2025-08-25
*
Provide hostname to Ingestor
Dan Goodliffe
2025-08-25
*
Add helpers and SQL for storing an entity
Dan Goodliffe
2025-08-25
*
Pass a DB connection to Ingestor
Dan Goodliffe
2025-08-25
*
Setup moveable/non-copyable special members on Ingestor
Dan Goodliffe
2025-08-25
*
Add DB schema and setup a mock of it in testing
Dan Goodliffe
2025-08-25
[next]