Skip to content

Releases: testomato/minicrawler

v2.6.2

17 Oct 22:46
Compare
Choose a tag to compare
  • fix parsing URL with an empty port

v2.6.1

17 Oct 22:46
Compare
Choose a tag to compare
  • fix segfault
  • more memory for cookies

v2.6.0

17 Oct 22:47
Compare
Choose a tag to compare
  • cookies domain management according to rfc6265
  • cokies are outputed in headers in netscape file format
  • accept cookies in netscape file format
  • less memory consumption (memory for 100 URLs is preallocated no more)
  • more memory for output (segfaults)

v2.5.2

17 Oct 22:47
Compare
Choose a tag to compare
  • reset status to 0 before redirect

v2.5.1

17 Oct 22:48
Compare
Choose a tag to compare
  • maximum redirects set to 20 (from infinity)

v2.5.0

17 Oct 22:48
Compare
Choose a tag to compare
  • switch -p now enables output of all timed out urls and a reason of it in a
    new header "Timeout"
  • minicrawler error codes are negative to be distinguishable from http
    status codes
  • no delay before redirect

v2.4.4

17 Oct 22:49
Compare
Choose a tag to compare
  • error message on 'Failed to connect to host'

v2.4.3

17 Oct 22:49
Compare
Choose a tag to compare
  • better url parsing

v2.4.2

17 Oct 22:49
Compare
Choose a tag to compare
  • after ssl handshake error try to reconnect with protocol SSLv3

v2.4.1

17 Oct 22:50
Compare
Choose a tag to compare
  • fix parsing cookie header