-
Notifications
You must be signed in to change notification settings - Fork 187
/
AUTHORS
56 lines (43 loc) · 2.04 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- Primary developer:
Sebastiano Merlino <[email protected]> (maintainer)
- Code contributions also came from:
Dario Mazza <[email protected]>
Andrea Nicotra <[email protected]>
Jeff Waller <[email protected]>
Craig Minihan <[email protected]>
Guo Xiao <[email protected]>
Philipp Claßen <[email protected]>
Vitaut Bajaryn <[email protected]>
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]>
Dean M. Sands, III <[email protected]>
- Support for building on MaxOsX
Jan Klimke <[email protected]>
- Example of SSL usage and operator<< on http_request and http_response
Chris Love <[email protected]>
- Added proper error handling to tcp socket creation and binding
Marcel Pursche <[email protected]>
- Fixed error management and regex handling
Julian Picht <[email protected]>
- Fix string termination when loading files in memory
martamoreton (Github: https://github.com/martamoreton)
- Memory leaks
rdiazmartin <[email protected]>
- Cleanup of multiple parts of the code. Improved testing. Fixed issues with family urls.
bcsgh (Github: https://github.com/bcsgh)
- Management of large uploads
Walter Landry <[email protected]>
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.
Alexander Dahl <[email protected]>
- General cleanup. Use of string_view. Support for handling of multiple arguments with the same name.
stuart-byma (https://github.com/stuart-byma)