Skip to content

Releases: zhaojh329/libuhttpd

v3.7.0

26 Dec 17:23
Compare
Choose a tag to compare

943eb35 fix bug: The Handler function is not set correctly
06e3d76 handler: add new event: UH_EV_HEAD_COMPLETE
0a7a38a Improve code

v3.6.0

20 Dec 10:08
Compare
Choose a tag to compare

bdd7727 Support IPv6

v3.5.0

17 Dec 15:47
Compare
Choose a tag to compare

e571a34 new features: path handler and upload large file
4c75690 fix memory leak
ee4dbb3 canonical header files
0b2c2f4 Optimizing source tree
0c2d854 src/CMakeLists.txt: fix static build with a zlib and mbedtls

v3.4.2

28 Oct 06:37
Compare
Choose a tag to compare

e9013e8 fix compile fail on riscv64

v3.4.1

27 Oct 13:59
Compare
Choose a tag to compare

0b2058e src/uhttpd.c: fix build without dlopen

v3.4.0

14 Oct 14:20
Compare
Choose a tag to compare

f621c51 struct uh_connection: New api: get_addr
d4b3404 plugins/test.c: Fix usage of get_path
28c7e74 Fix memory leak

v3.3.1

04 Oct 05:21
Compare
Choose a tag to compare

9c821c1 Fix bug: typo

v3.3.0

14 Sep 02:04
Compare
Choose a tag to compare

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

24 Aug 15:48
Compare
Choose a tag to compare

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

v3.1.4

07 Apr 04:51
Compare
Choose a tag to compare

4d0f435 fix static build