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
*
Revise stats and add signal handlers to log them and reset them
webstat-0.3
Dan Goodliffe
2026-03-25
*
Employ temporary/short files to handle errors reading/writing park logs
Dan Goodliffe
2026-03-22
*
Add missing -Wshadow
Dan Goodliffe
2026-03-22
*
Add logging :-o
Dan Goodliffe
2026-03-20
*
Insert log entries in batches
Dan Goodliffe
2026-03-20
*
Gracefully handle SIGTERM
Dan Goodliffe
2026-03-19
*
Count and return the number of parked lines ingested
Dan Goodliffe
2026-03-18
*
Replace unique constraint on entity value with index on hash
Dan Goodliffe
2026-03-18
*
Fix typo in access_log_view definition
Dan Goodliffe
2026-03-18
*
Use std::future over std::thread for background jobs
Dan Goodliffe
2026-03-17
*
Don't start new curl operations outside the main thread
Dan Goodliffe
2026-03-17
*
Execute jobs even when processing incoming logs
Dan Goodliffe
2026-03-17
*
Run jobs on a background thread
Dan Goodliffe
2026-03-17
*
Process new field, content-type, in input stream
Dan Goodliffe
2026-01-18
*
Attempt to save uninsertable log lines to the entities table
Dan Goodliffe
2026-01-17
*
pg_format schema.sql and sql/*.sql
Dan Goodliffe
2026-01-17
*
Add job for puring old access log entries from the database
Dan Goodliffe
2025-12-20
*
Add a few no lint comments
Dan Goodliffe
2025-12-20
*
Add support for configuring frequency of parked line job
Dan Goodliffe
2025-12-20
*
Add utility for parsing an ISO like duration
Dan Goodliffe
2025-12-20
*
Rename test utilities to avoid name conflict.
Dan Goodliffe
2025-12-20
*
Replace that awful magic number heavy mapping function
Dan Goodliffe
2025-10-16
*
Refactor handling of new entity insert
Dan Goodliffe
2025-10-15
*
Update comments on custom_log format
Dan Goodliffe
2025-10-15
*
Add access_log_view
Dan Goodliffe
2025-10-15
*
Allows handle curl things if there are any
webstat-0.2.2
Dan Goodliffe
2025-10-10
*
Fix premature remembering of saved entity ids
webstat-0.2.1
Dan Goodliffe
2025-10-09
*
Fix up QuotedString/CLFString parsing
Dan Goodliffe
2025-10-09
*
Add PROPFIND to http_verb list
Dan Goodliffe
2025-10-09
*
Add parked line import job
webstat-0.2
Dan Goodliffe
2025-10-06
*
Add point to execute scheduled jobs when idle
Dan Goodliffe
2025-10-02
*
Switch to PostgreSQL's oid type for entity ids
Dan Goodliffe
2025-09-30
*
Write log lines to files on error
Dan Goodliffe
2025-09-30
*
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
[next]