Skip to content

Commit c130666

Browse files
author
Merlino
committed
Updated authors and changelog
1 parent 60be2d3 commit c130666

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ Christian Grothoff <[email protected]>
5252
- Fixes to the behavior of "Method Not Allowed" and other cleanups. Fixed the behavior of the server when receiving invalid responses from libmicrohttpd. Fixed the file_response to handle not existing files and directories.
5353
Alexander Dahl <[email protected]>
5454

55-
- General cleanup. Use of string_view.
55+
- General cleanup. Use of string_view. Support for handling of multiple arguments with the same name.
5656
stuart-byma (https://github.com/stuart-byma)

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Thu Jun 15 8:55:04 2023 -0800
2+
Considering family_url as part of the priority when selecting a URL to match.
3+
More explicit selection of C++ version.
4+
Ability to handle multiple parameters with the same name on the URL.
5+
Enable error_log to handle params to interpolate in the string.
6+
Reduced memory footprint of requests using of string_view.
7+
Configurable management of upload files that allows to load files on disk only, memory only or both disk and memory.
8+
Fixed error codes.
9+
Method not allowed now returns 'allows' header.
10+
Added method to access the gnutls_session struct.
11+
Code cleanups.
12+
Better use of RAII.
13+
Improved test coverage.
14+
115
Sun Mar 07 20:02:10 2021 -0800
216
Cleaned code to support cpplint and extra warnings.
317
Use pointers in place of non-const references.

0 commit comments

Comments
 (0)