-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Merlino
committed
Jun 16, 2023
1 parent
57bbb3c
commit 60be2d3
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ Felipe Zipitría <[email protected]> | |
Steven 'Steve' Kendall <[email protected]> | ||
G. Mercat <[email protected]> | ||
Thomas Schätzlein <[email protected]> | ||
Matt van Niekerk <[email protected]> | ||
Jim Phillips (https://github.com/jcphill) | ||
Ilya Brin (https://github.com/ilyabrin) | ||
|
||
- Support for building on MinGW/Cygwin systems | ||
Shane Peelar <[email protected]> | ||
|
@@ -36,7 +39,7 @@ martamoreton (Github: https://github.com/martamoreton) | |
- Memory leaks | ||
rdiazmartin <[email protected]> | ||
|
||
- Cleanup of multiple parts of the code | ||
- Cleanup of multiple parts of the code. Improved testing. Fixed issues with family urls. | ||
bcsgh (Github: https://github.com/bcsgh) | ||
|
||
- Management of large uploads | ||
|
@@ -46,7 +49,8 @@ Jagat <[email protected]> | |
- Simplification of microhttpd dependency management | ||
Christian Grothoff <[email protected]> | ||
|
||
- 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. | ||
- 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 <[email protected]> | ||
|
||
- General cleanup. Use of string_view. | ||
stuart-byma (https://github.com/stuart-byma) |