Releases: zhaojh329/libuhttpd
v3.8.0
293a39f fix compile error for 32bit os
d53a954 check the arguments like printf
e7f5ca1 fix bug: format number abnormal on some platform
b0bed67 Add some api
db85c13 Use SO_REUSEPORT
55a9b04 fix bug: response large(> 4294967295) file fail
0755e54 file: support range requests
805b158 Improve the file response performance
01bfeb6 OOP: Only expose APIs
2fd658c configure the docroot and index page globally.
1e20eca Fix bug: handle fail when multi requests sent at a time
v3.7.0
v3.6.0
v3.5.0
v3.4.2
v3.4.1
v3.4.0
v3.3.1
v3.3.0
b77d83c uh_connection: remove api: free
15c2b53 example: ignore SIGPIPE
9410e7e Support reply data defered
17f7ccf Fix bug: parse error while buffer realloced
96ef9bc Don't const for 'struct uh_str'
9570dda Support 'Connection: close'
28c8146 Optimize code and fix gzip encoding
87a209c conn_get_header: ignoring case
e02e9b0 Set UHTTPD_MAX_HEADER_NUM to 50
30729cf Fix bug: Parsing error for fragment data
fbcf45a Merge pull request #10 from neheb/patch-1
e5021c6 file: define _FILE_OFFSET_BITS to 64
f8d348d Fix bug: Parsing error for fragment data
v3.2.0
fee3f26 Fix build fail on openwrt
2b8fcfe serve_file: Support 'Content-Encoding: gzip'
e9666e8 conn_get_header: Fix bug
97ab987 Fix variable name
162b8fe conn_get_header: return NULL if not found
2844706 connection: New api: serve_file
2c1b284 example.c: Fix parse argument error
758b587 connection: New api: get_method and get_method_str
0eaa539 connection: Add api: send_file
43b7160 Fix install path of http_parser.h