Commit Graph

5784 Commits

Author SHA1 Message Date
Sergey Lyubka
ac09360430 Accept * URI 2010-11-29 18:27:25 +01:00
Sergey Lyubka
9bda69f573 Fix issue 180 - make mg_read() handle PUT requests, too. Stop checking for request method in mg_read(). 2010-11-29 17:56:26 +01:00
Arnout Vandecappelle (Essensium/Mind)
fb9493a090 Bugfix of Issue #180: mg_read() should accept PUT requests. 2010-11-29 16:27:30 +01:00
Sergey Lyubka
0db96c5ba5 make it possible to set SSL_LIB and CRYPTO_LIB during build 2010-11-29 14:46:42 +01:00
Sergey Lyubka
e97762879d reduced select() timeout from 1 second to 0.2 second to make mongoose snappier 2010-11-29 14:39:04 +01:00
Sergey Lyubka
db1c0806ef Parsing auth header - fix issue 206, IE case 2010-11-29 14:28:52 +01:00
Sergey Lyubka
d31ac3f021 do not exclude win32 from the release tarball, as it breaks mingw build 2010-11-29 14:03:29 +01:00
Sergey Lyubka
1de7fef760 fix blocked CGI read 2010-11-15 10:41:17 +01:00
Sergey Lyubka
f23d9ff3b0 drop -fomit-frame-pointer from UNIX compilation 2010-11-13 17:50:26 +01:00
valenok
d44f4e4abb import 2010-11-13 16:47:25 +00:00
valenok
3cd16d7266 test for immediate CGI output forward 2010-11-12 21:15:30 +00:00
valenok
da21192b10 squashed a warning 2010-11-03 07:46:59 +00:00
valenok
073890215d RTEMS fixes: removed mman.h include, and introduced NO_POPEN conditional 2010-11-03 07:37:59 +00:00
Arnout Vandecappelle (Essensium/Mind)
bdb396cc5d Bugfix of Issue #200: Multiple calls to mg_read always return the same data.
The buffer must skip over consumed_content.
2010-11-02 11:14:43 +01:00
Arnout Vandecappelle (Essensium/Mind)
de934641be Test for Issue#200: Multiple calls to mg_read always return same data. 2010-11-02 11:13:54 +01:00
valenok
b452eb1eae mg_start() has changed 2010-10-31 16:33:04 +00:00
Matt Healy
c1e24ac7f9 Resolved various compile-time warnings when building code. (This is due to
requirements on some projects I work on, where warning levels must be kept
to a minimum.)
2010-10-30 15:49:12 -04:00
valenok
11951a57ff API change: added void *user_data to mg_start(). Bumped version to 3.0 2010-10-26 23:37:44 +01:00
valenok
7034f49276 should_keep_alive(): using mg_strcasecmp() instead of strcmp() to compare header value 2010-10-05 07:08:51 +01:00
valenok
6240455779 2.11 -> 2.12 2010-10-05 07:06:53 +01:00
valenok
5a84efa89f Added tag 2.11 for changeset 95e60bbbea5c 2010-10-05 07:06:08 +01:00
valenok
1aae5bbef9 fixed service handling code 2010-09-27 01:06:05 +01:00
valenok
9390b00166 squash warning under win32 2010-09-26 22:27:41 +01:00
valenok
51b1f3a021 Under Linux, reap CGI zombies reliably 2010-09-26 22:20:20 +01:00
valenok
66ba1259f2 CGI script execution fixed for windows 2010-09-20 19:23:40 +01:00
valenok
7865ed7bad SCRIPT_FILENAME should be relative to document root, and begin with slash. 2010-09-19 21:57:34 +01:00
valenok
fb87fd5343 Windows: close popup window when clicked outside it. 2010-09-19 15:19:16 +01:00
valenok
3f45febeb3 Fixing config file editing on Windows 2010-09-19 13:40:16 +01:00
valenok
1811240587 exporting correct SCRIPT_FILENAME for CGI 2010-09-19 13:00:49 +01:00
valenok
3e5d2bd3ac extra check in mg_start(): options may be NULL 2010-09-18 04:20:10 +01:00
valenok
1d490f9d6c mingw build fix 2010-09-17 22:40:19 +01:00
valenok
647719861b honoring command line flags when using config file, command line flags take preference 2010-09-14 11:17:09 +01:00
valenok
d475188a3d protected free(ssl_mutexes) with ifndef NO_SSL 2010-09-14 11:16:30 +01:00
valenok
9b5de49437 free-ing allocated SSL mutexes 2010-09-12 22:44:02 +01:00
valenok
ea71faf71d 2.10 -> 2.11 2010-09-12 22:26:12 +01:00
valenok
035a30dfed Added tag 2.10 for changeset 47c8f85f52d3 2010-09-12 22:13:15 +01:00
valenok
7291b6d7d6 added res.rc to win32 compilation 2010-09-12 22:10:03 +01:00
valenok
8853d320fe removed obsolete stuff 2010-09-12 22:08:44 +01:00
valenok
c20a36ccc5 added -max_request_size description 2010-09-12 22:03:31 +01:00
valenok
1a9b36e842 win32 systray functionality 2010-09-12 21:59:31 +01:00
valenok
2b732a8067 implemented pthread_cond_broadcast() better to avoid mg_stop() deadlock on Win32 2010-09-12 21:58:22 +01:00
valenok
bd152b0923 introduced max_request_size 2010-09-11 16:53:23 +01:00
valenok
9d01d9f21d win32: stdcall by default. 2010-09-10 23:44:56 +01:00
valenok
3d43451b36 reporting error if request size is too big 2010-09-10 23:44:23 +01:00
valenok
d8c12e449d refactored set_port_option 2010-09-09 13:46:05 +01:00
valenok
4c1451bab1 refactored SSL initialization. implemented mg_connect() 2010-09-08 22:53:25 +01:00
valenok
6a05abad4d fixed config file loading 2010-09-08 07:56:15 +01:00
valenok
53dde04b8f windows build: removed gui libs from DLL build 2010-09-07 21:12:05 +01:00
valenok
e728c85863 added __cdecl to main() 2010-09-07 21:11:43 +01:00
valenok
49065f2165 Windows build: /Gz - stdcall convention by default 2010-09-07 21:07:55 +01:00