arkiver

Results 12 comments of arkiver

This is a great idea, I think size is not a problem here. I'm not sure what is exactly stored in the DB, any sensitive information? If not, we should...

It's pretty difficult (and would have to process a ton of data) to reconstruct this. Size is not a problem (relative to total WARC size). Since there's nothing sensitive in...

Thank you for looking into this and the detailed report! I'll push a fix today or tomorrow for this and do a check if there are other cases like this.

Thank you! It looks like ```warc_date = cdx_to_warc_timestamp(date);``` is not `xfree`d after use. I will need to check this PR closer before merging it.

There is some renewed activity at https://github.com/c-ares/c-ares/issues/612 over this.

Great to see activity on this issue! A small note, RFC 8484 section 5.2 notes that HTTP/2 is "the minimum RECOMMENDED version of HTTP for use with DoH", so it...

The bug report notes ``` HTTP/1.1 301 Redirect Location: http://127.0.0.1:5557/what%2Ewhat.html Content-Length: 3 eee ``` should be run, however later examples seem to have used `%7E` instead of `%2E`. Assuming `%7E`...

The new release of Wget-AT at https://github.com/ArchiveTeam/wget-lua/releases/tag/v1.21.3-at.20231213.01 now implements this WARC header. The decision was made to use `WARC-Cipher-Suite`, instead of `WARC-TLS-Cipher-Suite` for details outlined in the release notes. The...

A first step was implemented at https://github.com/ArchiveTeam/wget-lua/commit/d7855b0a875a87fbe90f9757064f7c28dae38c0d with writing of `WARC-Protocol` and `WARC-Cipher-Suite` WARC headers for archiving minimal SSL/TLS information.

We are likely going to want to record the entire handshake conversation.