forked from etr/libhttpserver
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAUTHORS
More file actions
52 lines (40 loc) · 1.73 KB
/
Copy pathAUTHORS
File metadata and controls
52 lines (40 loc) · 1.73 KB
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
- 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]>
- 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
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]>