Skip to content

Releases: kamchatka-volcano/fcgi_responder

v1.2.0

19 Jun 14:37
Compare
Choose a tag to compare
  • Improved error handling by establishing the following logic: if something wrong with the record's header, clean the buffer and discard received data; if the header is fine, but the message can't be read - skip the record using the record size from the header.
  • Added configs and utilities for fuzzing testing with AFL++
  • Fixed a bug with creation of strings with unchecked size, found using AFL++.

v1.1.0

29 May 22:42
Compare
Choose a tag to compare
  • Added fcgi::Requester - a class for making FastCGI requests, using it you can communicate with FastCGI applications, including the ones based on fcgi::Responder
  • Added fcgi::Request::params() method returning a list of parameter name-value pairs.
  • DEPRECATED fcgi::Request::paramList() method returning a list of parameters names.

v1.0.0

23 Jan 16:54
Compare
Choose a tag to compare

Initial version