Skip to content

Releases: zhaojh329/libuhttpd

v3.14.2

26 Oct 03:13
Compare
Choose a tag to compare

Features

Performance Improvements

Continuous Integration

Chores

Commits

  • c0f2260: CMakeLists.txt: add BUILD_WERROR option (Fabrice Fontaine) #24

v3.14.1

22 Sep 08:44
Compare
Choose a tag to compare

Features

  • https_redirect can be called per connection (Jianhui Zhao)
  • add an api to judge whether the conn was closed (Jianhui Zhao)

Chores

v3.14.0

15 Sep 04:15
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

v3.13.0

30 Aug 08:26
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

Performance Improvements

Chores

v3.12.1

07 Jun 02:17
Compare
Choose a tag to compare

Bug Fixes

Chores

v3.12.0

04 Jun 11:59
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

Performance Improvements

v3.11.0

08 Apr 06:30
Compare
Choose a tag to compare

Bug Fixes

New Features

  • Support reference counting for connection (25a0a6b3)
  • connection: new api: traverse_headers (7f5b4131)

v3.10.1

01 Mar 09:16
Compare
Choose a tag to compare

Bug Fixes

  • Misuse of sendfile when SSL is enabled (c35cee77)

v3.10.0

26 Feb 16:35
Compare
Choose a tag to compare

New Features

v3.9.0

27 Jan 05:27
Compare
Choose a tag to compare

6e84f2a connection: add api: close
2f951e5 send_head: use int64_t for content_length
81db1fa file: support handle large file
f2c55af file: fix bug: send "Content-Range" error
117ae81 src/uhttpd.c: fix build without dlopen
2f12b7d connection: New API: get_content_length
fa6248b uh_log_xx: check the arguments like printf
afeee7e Support set a callback for connection closed
6cf45fb uh_connection: Add a pointer to save context for user
971602f use url decode while handle file