Skip to content

Releases: zhaojh329/libuhttpd

v2.1.1

19 Jul 02:32
Compare
Choose a tag to compare

356c988 Lua API: Fix compile warning when ssl disabled.
d0c983f Lua API: Fix compile error when ssl disabled.

v2.1.0

18 Jul 14:04
Compare
Choose a tag to compare

34f55fa Lua API: Check whether the ssl is initialized successfully
90fad37 example:helloworld.c: Fix bug: May be reference a NULL pointer.
f03acc8 Lua API: Add function: ssl_init
64d3036 Lua API: example: Check whether the query is nil
87c00d2 Lua API: Add path field
365e84f Lua api: Support

v2.0.3

18 Mar 02:51
Compare
Choose a tag to compare

ecb3ea9 Fix compile error on openwrt-x64
d9ef540 mention some code in lua_template.c copied from.

v2.0.2

12 Mar 02:59
Compare
Choose a tag to compare

2210378 Fix compile errr when not enable Lua.
d2439b6 Resolve compilation warnings: pointer-to-int-cast and int-to-pointer-cast

v2.0.1

11 Mar 14:25
Compare
Choose a tag to compare

2a204e7 Fix compile warnings for some targets

v2.0.0

03 Mar 14:55
Compare
Choose a tag to compare

Change license to LGPL2

v1.1.1

25 Feb 01:29
Compare
Choose a tag to compare

f883870 Remove some debug code

v1.1.0

13 Feb 13:46
Compare
Choose a tag to compare

81de054 Support Lua template

v1.0.5

14 Jan 13:19
Compare
Choose a tag to compare

f405762 Bump version 1.0.5
5bd6886 Fix compile error on old libubox
33e2f8e Optimize code
769b6d2 example/helloworld.c: Fix segment fault
ad46c05 Optimize code
1369676 unify header file style
c9252d7 Optimize build for example

v1.0.4

01 Jan 03:48
Compare
Choose a tag to compare

a67add9 Bump version to 1.0.4
cbe7173 New member function for struct uh_client
89851e3 Optimize code
4fc1826 Optimize example
78f0607 Optimize code