Releases: testomato/minicrawler
Releases · testomato/minicrawler
v2.6.2
- fix parsing URL with an empty port
v2.6.1
- fix segfault
- more memory for cookies
v2.6.0
- 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
- reset status to 0 before redirect
v2.5.1
- maximum redirects set to 20 (from infinity)
v2.5.0
- 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
- error message on 'Failed to connect to host'
v2.4.2
- after ssl handshake error try to reconnect with protocol SSLv3
v2.4.1
- fix parsing cookie header