Skip to content

Releases: testomato/minicrawler

v5.1.1

04 Jun 14:28
Compare
Choose a tag to compare
  • allocate bigger buffer for gunzip output
  • configure: support debian buster

v5.1.0

09 Dec 23:41
Compare
Choose a tag to compare
  • added support for ALPN
  • fixed test runners

v5.0.6

09 Dec 23:40
Compare
Choose a tag to compare
  • fix: HTTP/2 error callback was called only in case of verbose output

v5.0.5

09 Dec 23:39
Compare
Choose a tag to compare
  • fix: final state is error in case of HTTP/2 protocol error

v5.0.4

21 Dec 13:55
Compare
Choose a tag to compare
  • reuse open connection only if the host is the same

v5.0.3

07 Nov 14:27
Compare
Choose a tag to compare
  • fix storing of HTTP/2 headers (wrong delimiter \r\n\r)
  • show correct status if an error happens during resolving URL of redirect location

v5.0.2

31 Oct 14:25
Compare
Choose a tag to compare
  • fix redirection http/2 -> http/1.1

v5.0.1

21 Oct 13:26
Compare
Choose a tag to compare
  • handle if allocation of buffer fails

v5.0.0

21 Oct 13:08
Compare
Choose a tag to compare
  • configurable size of buffer for reading server response (BC breaks in struct mcrawler_url) – option -m
  • new library functions mcrawler_url_header and mcrawler_url_body for reading response
  • fixes for HTTP/2 protocol

v4.1.0

17 Oct 11:26
Compare
Choose a tag to compare
  • possible to disable HTTP/2 runtime (not only in compile time)