Sergey Lyubka
|
39fd804aeb
|
Using BUFSIZ->16384 buffer size for the headers returned by CGI. BUFSIZ may be too small, e.g. 512
|
2012-06-15 22:38:49 +01:00 |
|
Sergey Lyubka
|
22b430deb2
|
Using ctypes.WinDLL on Windows
|
2012-06-07 22:04:40 +01:00 |
|
Sergey Lyubka
|
7d5eb279a7
|
Added unit test
|
2012-06-07 21:57:40 +01:00 |
|
Sergey Lyubka
|
97392645c4
|
Refactored read_request()
|
2012-06-07 21:36:57 +01:00 |
|
Sergey Lyubka
|
995d7bd1a6
|
Clarified usage of -w option
|
2012-06-07 15:08:35 +01:00 |
|
Sergey Lyubka
|
0ede6a35f4
|
Squashed build warning
|
2012-06-06 07:15:39 +01:00 |
|
Sergey Lyubka
|
4566ca567c
|
Squashed warnings in callback()
|
2012-06-06 07:10:15 +01:00 |
|
Sergey Lyubka
|
2e3e1ba7cd
|
Uncommented unit test in test_should_keep_alive()
|
2012-06-06 06:48:03 +01:00 |
|
Sergey Lyubka
|
9771d184f2
|
Squashed -DNO_SSL build warning
|
2012-06-06 06:45:23 +01:00 |
|
Sergey Lyubka
|
3ca6155add
|
should_keep_alive() nitpick fix
|
2012-06-04 22:56:58 +01:00 |
|
Sergey Lyubka
|
594a37d51d
|
refactored should_keep_alive() for better readability
|
2012-06-04 22:51:22 +01:00 |
|
Sergey Lyubka
|
5071978267
|
Corrected should_keep_alive() per bel2s suggestions
|
2012-06-04 22:49:16 +01:00 |
|
Sergey Lyubka
|
89a61e4968
|
Using gcc, not g++
|
2012-06-04 22:48:37 +01:00 |
|
Sergey Lyubka
|
ef4bd8f758
|
Setting content-length
|
2012-06-04 19:08:43 +01:00 |
|
Sergey Lyubka
|
e6357396ef
|
made readdir() static
|
2012-05-31 15:42:15 +01:00 |
|
Sergey Lyubka
|
bd3b812b82
|
Added index.shtml and index.php to index_files
|
2012-05-27 10:35:51 +01:00 |
|
Sergey Lyubka
|
4c5fee9673
|
Protect from DoS with negative Content-Length
|
2012-05-19 07:38:50 +01:00 |
|
Sergey Lyubka
|
82bcf523f3
|
added
|
2012-05-05 17:32:54 +01:00 |
|
Sergey Lyubka
|
cdd905c0fb
|
Added #include <ws2tcpip.h>
|
2012-03-29 11:09:35 +01:00 |
|
Sergey Lyubka
|
07e76e4918
|
Fixing #327
|
2012-03-23 19:37:32 +00:00 |
|
Sergey Lyubka
|
5a22cb90b9
|
Fixing #327
|
2012-03-23 19:37:21 +00:00 |
|
Sergey Lyubka
|
9d4d48e703
|
Using mg_sleep() instead of sleep()
|
2012-03-13 21:17:03 +00:00 |
|
Sergey Lyubka
|
108a9739f4
|
3.1 -> 3.2
|
2012-03-11 22:54:12 +00:00 |
|
Sergey Lyubka
|
23a40151c8
|
Added tag 3.1 for changeset b7f0feea998b
|
2012-03-11 22:48:06 +00:00 |
|
Sergey Lyubka
|
2824ae345d
|
Added new event, MG_REQUEST_COMPLETE
|
2012-03-11 22:38:28 +00:00 |
|
Sergey Lyubka
|
a6678814af
|
Checking malloc return code in worker_thread()
|
2012-03-11 22:25:27 +00:00 |
|
Sergey Lyubka
|
cda24d94fb
|
Fixed overflow in substitute_index_file()
|
2012-03-11 22:19:12 +00:00 |
|
Sergey Lyubka
|
f085e68baf
|
Added check for the duplicate option
|
2012-03-11 22:14:50 +00:00 |
|
Sergey Lyubka
|
b78110b92e
|
Using MSG_NOSIGNAL in send()
|
2012-03-11 21:58:04 +00:00 |
|
Sergey Lyubka
|
37503c78c8
|
setting conn->must_close = 1; in handle_propfind()
|
2012-03-11 21:52:12 +00:00 |
|
Sergey Lyubka
|
83447fb6e5
|
Fix Windows build
|
2012-03-11 21:32:53 +00:00 |
|
Sergey Lyubka
|
2a3f31f521
|
Using g++ for compilation. Fixed C++ build.
|
2012-03-06 20:19:47 +00:00 |
|
Sergey Lyubka
|
dcecfadbeb
|
Use static initialization for STARTUPINFO and PROCESS_INFORMATION
|
2012-03-04 19:40:25 +00:00 |
|
Sergey Lyubka
|
5faa2de3f5
|
Directory request closes the connection
|
2012-03-04 16:24:18 +00:00 |
|
Sergey Lyubka
|
fbe059acaa
|
test case for CGI status text
|
2012-03-04 16:23:46 +00:00 |
|
Sergey Lyubka
|
6dc1b347a0
|
Various fixes from bel2125, http://code.google.com/r/bel2125-mongoose/source/detail?r=9fe067d34a3f3a7311f86627b8e1ecb7719a663d
|
2012-03-04 16:00:12 +00:00 |
|
Sergey Lyubka
|
d1806370bd
|
few more tests for match_prefix()
|
2012-03-04 14:45:01 +00:00 |
|
Sergey Lyubka
|
c88f736971
|
Removed DEBUG_TRACE from convert_uri_to_file_name()
|
2012-02-22 18:30:59 +00:00 |
|
Sergey Lyubka
|
b10b989865
|
Increasing master thread priority on Windows
|
2012-02-20 23:27:40 +00:00 |
|
Sergey Lyubka
|
ba8b07387c
|
Issue 317: increase priority of the master thread
|
2012-02-20 18:44:02 +00:00 |
|
Sergey Lyubka
|
498f3715a5
|
Better description for -w option
|
2012-02-20 18:43:26 +00:00 |
|
Sergey Lyubka
|
fa22388529
|
PATH_INFO support
|
2012-02-20 18:42:43 +00:00 |
|
Sergey Lyubka
|
d05b7b06aa
|
PATH_INFO support
|
2012-02-20 18:42:32 +00:00 |
|
Sergey Lyubka
|
6576a783da
|
Remove proxy code
|
2012-02-12 08:49:59 +00:00 |
|
lsm
|
86e3cd262b
|
Using IS_DIRSEP_CHAR() in remove_double_dots_and_double_slashes()
|
2012-02-10 22:01:42 +00:00 |
|
Sergey Lyubka
|
9d3af98a5e
|
Remove repeating backslashes only on Windows
|
2012-02-09 22:55:24 +00:00 |
|
Sergey Lyubka
|
84a76fba69
|
Remove repeating backslashes only on Windows
|
2012-02-09 22:53:56 +00:00 |
|
Sergey Lyubka
|
76dd31055e
|
Exporting SystemDrive environment variable for CGIs on Windows
|
2012-02-05 13:04:52 +00:00 |
|
Sergey Lyubka
|
b5ed7ed7d1
|
Changed NO_IPV6 to USE_IPV6. Also, using inet_ntop() everywhere.
|
2012-02-05 12:27:58 +00:00 |
|
Sergey Lyubka
|
7af9df9fab
|
Added preliminary IPv6 support
|
2012-02-01 21:50:22 +00:00 |
|