1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix X509_get_ext_count() usage
tb
More... about 1 year ago
Refactor handling of stale manifests
job
More... about 1 year ago
proc_parser_mft: simplify logic slightly
tb
More... about 1 year ago
Rework proc_parser_mft() further
tb
More... about 1 year ago
Update the comment
job
More... about 1 year ago
Remove old comment
job
More... about 1 year ago
no longer check staleness in proc_parser_mft
job
More... about 1 year ago
parser: inline last call to proc_parser_mft_post()
tb
More... about 1 year ago
fix previous: a *mp = mft1 got lost
tb
More... about 1 year ago
refactor: don't call proc_parser_mft_post for the first mft
job
More... about 1 year ago
parser: no need to overload err1 twice.
tb
More... about 1 year ago
refactor: populate mft->path in the pre parser
job
More... about 1 year ago
refactor: no longer needed to pass loc to the mft preparser
job
More... about 1 year ago
refactor: move parse_filepath() to avoid pointer indirection
job
More... about 1 year ago
refactoring: move time validity window checks out of proc_parser_mft_post()
job
More... about 1 year ago
Rework error messages a bit
job
More... about 1 year ago
Normalize the nid printing
tb
More... about 1 year ago
proc_parser_mft_pre: tweak a warning message
tb
More... about 1 year ago
Add reference to RRDP Session Desynchronization draft
job
More... about 1 year ago
Make the error a bit easier to read
job
More... about 1 year ago
Introduce and use mft_compare_issued()
tb
More... about 1 year ago
Rename mft_compare() to mft_compare_seqnum()
tb
More... about 1 year ago
Pull mft comparison into proc_parser_mft_pre()
tb
More... about 1 year ago
proc_parser_mft_pre: move freeing into an error path
tb
More... about 1 year ago
proc_parser_mft: fix overloading of error
tb
More... about 1 year ago
In the previous commit idle connections are reinserted onto the active list when the connection is closed. Since active connections are processed after idle ones this will trigger a "timeout, connection closed" warning. Work around this by clearing io_time in the close case of idle connections and checking for this in the active connection case. Problem noticed and OK job@ More... about 1 year ago
Fix a race between scheduling a new request onto an idle connection and closing the same connection. More... about 1 year ago