Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
Some updates
02 Aug 23:48
Compare
Sorry, something went wrong.
No results found
Issue 49512: cpp-httplib:server_fuzzer: Timeout in server_fuzzer
Add socket method to Client (#1341 )
UNIX domain socket support (#1346 )
Some breaking changes
30 Jul 00:51
Compare
Sorry, something went wrong.
No results found
No longer support VS 2013 and older
Changed to use std::exception_ptr in exception handler
Changed to use const std::string & as much as possible instead of const char *
Fix problem with multipart/form-data parsing
08 Jul 21:47
Compare
Sorry, something went wrong.
No results found
Skip preamble and epilogue in multipart/form-data (Fix #1317 )
Bug fixes
07 Jun 15:05
Compare
Sorry, something went wrong.
No results found
Http server can't send file large than 2GB (#1290 )
LeakSanitizer: Memory leak in hosted_at (#1303 )
Accept large data transfer over SSL (#1261)
28 Apr 14:23
Compare
Sorry, something went wrong.
No results found
Accept large data transfer over SSL (#1261 )
CPPHTTPLIB_VERSION support
17 Apr 21:38
Compare
Sorry, something went wrong.
No results found
Fix IPV6 problem
17 Apr 01:07
Compare
Sorry, something went wrong.
No results found
BindIPAddress when force address family to IPV6 and set outbound interface (#1235 )
Bug fixes
17 Mar 12:42
Compare
Sorry, something went wrong.
No results found
Add optional private key password to SSLServer ctor (#1205 )
Upload unicode file name bug (#1212 )
Skipping fragment string on server (#1214 , #1215 )
Add CPPHTTPLIB_NO_DEFAULT_USER_AGENT
23 Feb 18:32
Compare
Sorry, something went wrong.
No results found
CPPHTTPLIB_NO_DEFAULT_USER_AGENT skips default user agent (#1201 )
Fix various problems
27 Jan 03:37
Compare
Sorry, something went wrong.
No results found
Fix is_file problem on Windows (#1153 )
fix socket option setting for windows (#1154 )
Fix #1166
Report connection timeout as separate event (#1171 )