index
:
WebStat analyser
main
WebStat web site access analyser
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ingestor.cpp
Commit message (
Expand
)
Author
Age
*
Remove the purge time limit
Dan Goodliffe
5 days
*
Switch to std::fstream and std::print for parkLogLines
Dan Goodliffe
2026-05-20
*
Change bytesToHexRange into a transform view variable
Dan Goodliffe
2026-05-20
*
Run the retry uninsertable process batched
Dan Goodliffe
2026-05-19
*
Add job to retry insertion of log lines which had previously failed
Dan Goodliffe
2026-05-18
*
Extract ENTITY_IDS helper
Dan Goodliffe
2026-05-17
*
Add ThreadSafeT helper
Dan Goodliffe
2026-05-17
*
Check terminated flag in jobPurgeOldLogs
webstat-0.5.1
Dan Goodliffe
2026-05-13
*
Fix checking of background job completeness
Dan Goodliffe
2026-05-13
*
Remove maxBatches
Dan Goodliffe
2026-05-13
*
Force use of std::launch::async
webstat-0.5
Dan Goodliffe
2026-05-10
*
Handle completed curl operations in a job
Dan Goodliffe
2026-05-07
*
Add support for conditional job execution
Dan Goodliffe
2026-05-07
*
Only call entity insert handler if detail is null
Dan Goodliffe
2026-05-05
*
Add override of insert helper for tuples
Dan Goodliffe
2026-05-05
*
Start curl operations from any thread
Dan Goodliffe
2026-05-02
*
Ingest log lines in a background thread
Dan Goodliffe
2026-05-02
*
Rename jobIngestParkedLines to jobReadParkedLines
Dan Goodliffe
2026-05-01
*
Append unparked lines to queue in finalise function
Dan Goodliffe
2026-05-01
*
Return a callable from jobs
Dan Goodliffe
2026-05-01
*
Explicitly wait for and finalize any running jobs on exit
Dan Goodliffe
2026-05-01
*
Limit the number lines stored at once
Dan Goodliffe
2026-05-01
*
Add BRIN index to access_log.request_time and improve purge
Dan Goodliffe
2026-04-23
*
Revert "Save point only if there are new entities"
Dan Goodliffe
2026-04-20
*
Save point only if there are new entities
Dan Goodliffe
2026-04-15
*
4 fields is more than enough for Entity to be a fully-fledged type
Dan Goodliffe
2026-04-15
*
Replace use of crc32 for entity id
Dan Goodliffe
2026-04-15
*
Introduce MD5 from libmd, use it for hashing queuedLines for park path
Dan Goodliffe
2026-04-11
*
Return path of parked lines log file from parkQueuedLogLines
Dan Goodliffe
2026-04-10
*
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
*
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
*
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
*
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
*
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
*
Add parked line import job
webstat-0.2
Dan Goodliffe
2025-10-06
[next]