-
Notifications
You must be signed in to change notification settings - Fork 188
/
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 <electrictwister2000@gmail.com> (maintainer)
- Code contributions also came from:
Dario Mazza <dariomzz@gmail.com>
Andrea Nicotra <nicotra.andrea@gmail.com>
Jeff Waller <truthset@gmail.com>
Craig Minihan <craig@ripcordsoftware.com>
Guo Xiao <guoxiao08@gmail.com>
Philipp Claßen <philipp.classen@gmx.net>
Vitaut Bajaryn <vitaut.bayaryn@gmail.com>
Felipe Zipitría <fzipi@fing.edu.uy>
Steven 'Steve' Kendall <skendall@neverware.com>
G. Mercat <guillaume.mercat@gmail.com>
Thomas Schätzlein <schaetzleinT@minimax.de>
Matt van Niekerk <mail@mattvanniekerk.com>
Jim Phillips (https://github.com/jcphill)
Ilya Brin (https://github.com/ilyabrin)
- Support for building on MinGW/Cygwin systems
Shane Peelar <lookatyouhacker@gmail.com>
Dean M. Sands, III <dsands@taloncontrols.com>
- Support for building on MaxOsX
Jan Klimke <jan.klimke@hpi.uni-potsdam.de>
- Example of SSL usage and operator<< on http_request and http_response
Chris Love <cjlove@san.rr.com>
- Added proper error handling to tcp socket creation and binding
Marcel Pursche <marcel.pursche@3dcontentlogistics.com>
- Fixed error management and regex handling
Julian Picht <julian.picht@4Com.de>
- Fix string termination when loading files in memory
martamoreton (Github: https://github.com/martamoreton)
- Memory leaks
rdiazmartin <rdiazmartin@gmail.com>
- 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 <wlandry@caltech.edu>
Jagat <pellucide@yahoo.com>
- Simplification of microhttpd dependency management
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. Support for handling of multiple arguments with the same name.
stuart-byma (https://github.com/stuart-byma)