Skip to content

Commit

Permalink
Updated authors and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlino committed Jun 16, 2023
1 parent 60be2d3 commit c130666
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Christian Grothoff <grothoff@gnu.org>
- 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.
Alexander Dahl <post@lespocky.de>

- General cleanup. Use of string_view.
- General cleanup. Use of string_view. Support for handling of multiple arguments with the same name.
stuart-byma (https://github.com/stuart-byma)
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Thu Jun 15 8:55:04 2023 -0800
Considering family_url as part of the priority when selecting a URL to match.
More explicit selection of C++ version.
Ability to handle multiple parameters with the same name on the URL.
Enable error_log to handle params to interpolate in the string.
Reduced memory footprint of requests using of string_view.
Configurable management of upload files that allows to load files on disk only, memory only or both disk and memory.
Fixed error codes.
Method not allowed now returns 'allows' header.
Added method to access the gnutls_session struct.
Code cleanups.
Better use of RAII.
Improved test coverage.

Sun Mar 07 20:02:10 2021 -0800
Cleaned code to support cpplint and extra warnings.
Use pointers in place of non-const references.
Expand Down

0 comments on commit c130666

Please sign in to comment.