Skip to content

Releases: cmouse/yahttp

Version 0.2.1

18 May 10:27
v0.2.1
7140335
Compare
Choose a tag to compare
  • Code quality release
    • Improved code coverage via tests
  • Fixed
    • multipart POST handling was broken
    • Cookie handling was broken
    • Off by one in username parsing
    • Remove headers from HTTP/0.9 responses
    • Fix boolean misuse

Version 0.2.0

18 Sep 11:25
v0.2.0
0319685
Compare
Choose a tag to compare
  • Add text for 422 code
  • Add missing "request-chunked.txt" file
  • Do not send chunked when Content-Length present

Version 0.1.9

10 Mar 16:44
v0.1.9
Compare
Choose a tag to compare

Bug fix release

Version v0.1.8

10 Mar 15:52
Compare
Choose a tag to compare

This is a bug fix release addressing following bugs

  • Minbody was not always initialized, it is done now (254260b)
  • In ASCIINullSafeComparator change substraction type to int due to ARM platform features, by @rgacogne (ed060e2)
  • Detect chunked transfer encoding in requests (9179167)

Version 0.1.7

31 Jul 20:12
v0.1.7
Compare
Choose a tag to compare

Fix HTTPBase#write (misuse of ostringstream#str)

Version 0.1.6

18 Jun 14:29
v0.1.6
Compare
Choose a tag to compare

This is a code quality and bug fix

  • Do not use chunked encoding with empty response
  • Update boost detection
  • Allow partial initialization
  • Reduce code duplication

Version 0.1.5

27 Dec 13:39
Compare
Choose a tag to compare
  • Produce a working distribution.

Version 0.1.4

27 Dec 11:29
Compare
Choose a tag to compare
  • Added missing directory to Makefile.am, as it broke previous release

Version 0.1.3

27 Dec 11:20
Compare
Choose a tag to compare
  • Support for HTTP/0.9 and HTTP/1.0
  • Some cleanup for code
  • First release with actual distributable file