Sergey Lyubka
|
6dc1b347a0
Various fixes from bel2125, http://code.google.com/r/bel2125-mongoose/source/detail?r=9fe067d34a3f3a7311f86627b8e1ecb7719a663d
|
13 年之前 |
Sergey Lyubka
|
c88f736971
Removed DEBUG_TRACE from convert_uri_to_file_name()
|
13 年之前 |
Sergey Lyubka
|
b10b989865
Increasing master thread priority on Windows
|
13 年之前 |
Sergey Lyubka
|
ba8b07387c
Issue 317: increase priority of the master thread
|
13 年之前 |
Sergey Lyubka
|
d05b7b06aa
PATH_INFO support
|
13 年之前 |
Sergey Lyubka
|
6576a783da
Remove proxy code
|
13 年之前 |
lsm
|
86e3cd262b
Using IS_DIRSEP_CHAR() in remove_double_dots_and_double_slashes()
|
13 年之前 |
Sergey Lyubka
|
84a76fba69
Remove repeating backslashes only on Windows
|
13 年之前 |
Sergey Lyubka
|
76dd31055e
Exporting SystemDrive environment variable for CGIs on Windows
|
13 年之前 |
Sergey Lyubka
|
b5ed7ed7d1
Changed NO_IPV6 to USE_IPV6. Also, using inet_ntop() everywhere.
|
13 年之前 |
Sergey Lyubka
|
7af9df9fab
Added preliminary IPv6 support
|
13 年之前 |
Sergey Lyubka
|
6905a9a0cb
Formatting changes
|
13 年之前 |
Sergey Lyubka
|
f56dcb8989
removed match_extension()
|
13 年之前 |
valenok
|
8ea40bae4b
Introduced $ meta character in glob expressions
|
13 年之前 |
valenok
|
905413b656
Fix issue 300
|
13 年之前 |
valenok
|
ed70793670
Options ssi_extensions, cgi_extensions became cgi_pattern, ssi_pattern
|
13 年之前 |
valenok
|
01c5ee0973
Added -w option
|
13 年之前 |
Sergey Lyubka
|
aa90972a31
Set code 302 automatically if CGI reply has Location: header present
|
13 年之前 |
Sergey Lyubka
|
8601b03ead
Do not set Connection: keep-alive unless -enable_keep_alive is set
|
13 年之前 |
Sergey Lyubka
|
4e551d9a1d
Copyright year changed to 2011. Fixed documentation string for mg_get_cookie()
|
14 年之前 |
Sergey Lyubka
|
5edfe797f1
Using _beginthread() for starting threads on Windows
|
14 年之前 |
Sergey Lyubka
|
8442a9ceea
Fix stuck master thread in produce_socket() by always signalling sq_empty from the worker threads
|
14 年之前 |
Sergey Lyubka
|
5d70ffe878
parse_date_string() interprets time in UTC, as per standrard
|
14 年之前 |
Sergey Lyubka
|
f749eeb795
Style changes: using C++ comments everywhere
|
14 年之前 |
Sergey Lyubka
|
60408deaa8
Fix -DNO_CGI build
|
14 年之前 |
Sergey Lyubka
|
bc900844f1
Added .mp4 and .m4v mime types
|
14 年之前 |
Sergey Lyubka
|
a49c688d48
Fixed directory traversal security issue for windows
|
14 年之前 |
Sergey Lyubka
|
ba714de066
Added directory listing support to the PROPFIND method
|
14 年之前 |
Colin Leitner
|
015ddf8ac1
Basic PROPFIND support. Not capable of listing a directory yet.
|
14 年之前 |
Colin Leitner
|
22754f403d
Fixed bug in handle_directory_request, that used the unintialized path variable instead of dir for an error message.
|
14 年之前 |