Sergey Lyubka
|
8442a9ceea
Fix stuck master thread in produce_socket() by always signalling sq_empty from the worker threads
|
14 years ago |
Sergey Lyubka
|
5d70ffe878
parse_date_string() interprets time in UTC, as per standrard
|
14 years ago |
Sergey Lyubka
|
f749eeb795
Style changes: using C++ comments everywhere
|
14 years ago |
Sergey Lyubka
|
60408deaa8
Fix -DNO_CGI build
|
14 years ago |
Sergey Lyubka
|
bc900844f1
Added .mp4 and .m4v mime types
|
14 years ago |
Sergey Lyubka
|
a49c688d48
Fixed directory traversal security issue for windows
|
14 years ago |
Sergey Lyubka
|
ba714de066
Added directory listing support to the PROPFIND method
|
14 years ago |
Colin Leitner
|
015ddf8ac1
Basic PROPFIND support. Not capable of listing a directory yet.
|
14 years ago |
Colin Leitner
|
22754f403d
Fixed bug in handle_directory_request, that used the unintialized path variable instead of dir for an error message.
|
14 years ago |
Colin Leitner
|
a021ebf4c4
Added OPTIONS method
|
14 years ago |
Sergey Lyubka
|
025b11b176
Fixed buffer overflow in put_dir()
|
14 years ago |
valenok
|
27983c535d
All dates in headers must be in UTC
|
14 years ago |
valenok
|
0cea7cb0c8
cleanup
|
14 years ago |
valenok
|
9f7a0de0e4
Adopt to cyassl-2.0.0rc2
|
14 years ago |
valenok
|
9be6774197
Breaking process_new_connection() loop when mg_stop() is called
|
14 years ago |
valenok
|
99f5f11612
Fix SEGV in handle_proxy_request
|
14 years ago |
valenok
|
a844115043
close_socket_gracefully(): set linger option to prevent port exhaustion
|
14 years ago |
valenok
|
71b6a53617
spawn_process(): reading hashbang string correctly on Windows
|
14 years ago |
valenok
|
5303e37702
Allow NULL passwords in mg_modify_passwords_file
|
14 years ago |
valenok
|
ff28c04b60
Corrected errror message in set_ports_option()
|
14 years ago |
valenok
|
a77519def3
Uninitializing SSL on mg_stop()
|
14 years ago |
valenok
|
8942a4cdad
Ignoring SIGCHLD to let OS reap the zombies.
|
14 years ago |
valenok
|
9e524a2fce
Changed backlog length, listen(20) -> listen(100)
|
14 years ago |
valenok
|
5cf7e899c4
Allow config file to be specified as the first command line argument. Allow cmd line options be specified together with the config file.
|
14 years ago |
valenok
|
81a5e3f342
Added mg_send_file() to python binding
|
14 years ago |
valenok
|
29a38875ff
Corrected description of mg_send_file()
|
14 years ago |
valenok
|
5bbb6fbbd5
Added mg_send_file()
|
14 years ago |
valenok
|
23a3cc6472
Added "Content-Length: 0" to the authorization reply to make it keep-alive friendly
|
14 years ago |
valenok
|
9bd2812fac
Added examples/hello.c - a minimalistic embedding example
|
14 years ago |
valenok
|
377cece9c0
Better comments for TCP keep-alive change
|
14 years ago |