Sergey Lyubka
6bc6022aa9
Merge pull request #164 from fredfung/master
...
Fix parameter 1 for select in poll()
2013-05-13 10:05:26 -07:00
ff.feng
b68db66e97
Fix parameter 1 for select in poll()
2013-05-13 23:57:26 +08:00
Sergey Lyubka
94e1c5a41b
Added sanity checking in send_file_data()
2013-05-12 23:17:44 +01:00
Sergey Lyubka
ab16220861
Not leaking socket in set ports option
2013-05-10 15:40:19 +01:00
Sergey Lyubka
c0eb3e56b4
Not using realloc2 in set_ports_option
2013-05-10 15:21:55 +01:00
Sergey Lyubka
5591aa5a0d
Added .ttf mime type, https://github.com/valenok/mongoose/issues/129
2013-05-10 14:45:12 +01:00
Sergey Lyubka
6f946f5eea
websocket code fix, https://github.com/valenok/mongoose/pull/146
2013-05-10 13:41:48 +01:00
Sergey Lyubka
a7f97bf2f2
Fixed leaks, per afs-bb https://github.com/valenok/mongoose/pull/161
2013-05-10 12:22:04 +01:00
Sergey Lyubka
cfbaf7f1ae
Expose mg_url_decode to the API
2013-05-08 11:36:38 +01:00
Pavel
c28dc45d4c
removing warning about _CRT_SECURE_NO_WARNINGS if it is already defined
...
modified: mongoose.c
2013-05-06 09:02:30 -04:00
Thileepan
1d9d1111e1
Environmental variables required for PHP cgi.
...
In few windows machines, the environment variables "ProgramFiles" is required to successfully execute PHP code especially socket functions.
2013-05-06 13:05:37 +05:30
Sergey Lyubka
2a0b55b30b
mg_upload: trigger callback when file is already closed
2013-04-26 21:32:22 +01:00
Sergey Lyubka
c352486abb
Squashed warning in push()
2013-04-11 12:51:07 -07:00
Sergey Lyubka
4120b9bcc0
mg_get_cookie() signature change
2013-04-11 12:49:41 -07:00
Sergey Lyubka
272644e39f
mg_md5 returns char *, not void
2013-03-27 01:31:12 -07:00
Hendrik Polczynski
fdef2b8643
Update mongoose.c
...
when having connections with and without auth would cause double free and then crash
2013-03-19 17:42:21 +01:00
Sergey Lyubka
51ed3efcd1
Style fixes
2013-03-09 13:16:41 +00:00
Sergey Lyubka
8d1f6377c4
Changed websocket_data() handler API. Buffering and passing whole websocket message.
2013-03-08 16:03:23 +00:00
Sergey Lyubka
22dddc2eeb
Merge pull request #124 from abadc0de/lua_err
...
Lua page error handling cleanup
2013-03-08 03:15:04 -08:00
Filipp Kovalev
dd49c0791f
A little bit more warnings suppresed
2013-03-08 14:41:17 +04:00
Sergey Lyubka
4b539d4b95
Suppressed some mingw warnings
2013-03-08 07:18:39 +00:00
Sergey Lyubka
5eabfe5da2
Using pijyoi's patch for connection close.
2013-03-08 07:08:09 +00:00
Sergey Lyubka
36b7c8d60d
Forcing connection close when client disconnects.
2013-03-08 07:03:23 +00:00
abadc0de
aa37b728ad
Merge commit '10234' into lua_err
2013-03-07 03:02:15 -05:00
Sergey Lyubka
fb5e2b8c2f
Setting off IPV6_V6ONLY for USE_IPV6 case
2013-03-05 18:55:33 +00:00
Sergey Lyubka
4505b00733
Removed support for option names
2013-03-05 18:26:10 +00:00
Sergey Lyubka
3892e0199e
Passing user_data to init_ssl()
2013-02-28 09:12:52 +00:00
abadc0de
10234b07c4
Remove dead code
2013-02-27 16:33:05 -05:00
abadc0de
36a83e1452
Merge https://github.com/valenok/mongoose
2013-02-27 15:32:43 -05:00
abadc0de
34df4ec1fd
Fix mg.onerror returns non-zero to stop processing
2013-02-27 15:29:18 -05:00
Sergey Lyubka
7204d71136
Merge pull request #102 from abadc0de/master
...
Better error handling and an include function for lua pages
2013-02-27 03:27:28 -08:00
Sergey Lyubka
283f590349
Merge pull request #106 from BusyJay/feature-2
...
Fix bugs about range request and explorer crashes
2013-02-27 03:21:33 -08:00
abadc0de
ab960df8a9
Lua call stack cleanup
2013-02-25 20:48:36 -05:00
abadc0de
08048bd5bb
Merge https://github.com/valenok/mongoose
2013-02-25 16:23:50 -05:00
abadc0de
800517ac16
Added support for lua error handling and includes
...
- Added mg.onerror, mg.include, mg.redirect
- mg.onerror, if overridden, lets the user trap syntax errors and
other loadbuffer errors, and dump stack traces and debug info
for uncaught runtime errors.
- Log unexpected errors from mg.onerror handlers
- Provide mg.cry so custom handlers can reproduce default behavior
- Call mg.onerror handler before unwinding stack
- If mg.onerror returns non-0, stop loading chunks
- Included pages stop parent page processing if mg.onerror returns non-zero
- Included pages don't sent HTTP errors, they throw lua errors
2013-02-25 16:19:38 -05:00
Jay
690eff4fa2
Fix bugs about range request and explorer crashes
...
1. fix a bug that when header contains "Range: 100-", the range request
support will fail
2. (windows) fix a bug that when explorer.exe crashes due to some
reason, the tray icon will disappear.
2013-02-25 22:17:46 +08:00
Sergey Lyubka
e47b5b775a
Squashed warning
2013-02-24 20:34:32 +00:00
KIU Shueng Chuan
d8536b011c
portable socket type should be SOCKET
2013-02-24 23:41:32 +08:00
KIU Shueng Chuan
a2239c2b4b
squash mingw variable set but not used warning
2013-02-24 23:29:05 +08:00
KIU Shueng Chuan
d3c02331d4
squash mingw printf format warning
2013-02-24 23:22:34 +08:00
KIU Shueng Chuan
08708435a7
avoid defining macros already present on mingw32
2013-02-23 10:37:45 +08:00
Sergey Lyubka
7931929a42
Fix compile of mg_strcasestr() under windows
2013-02-18 10:49:03 +00:00
Sergey Lyubka
3d211d89c5
win32 mmap() must not close file handle, issue 99
2013-02-16 14:37:58 +00:00
Sergey Lyubka
fbf1ccee45
Fix out-of-bounds acces in url_decode()
2013-02-16 14:31:37 +00:00
Sergey Lyubka
0bd43bcae3
Using mg_strcasestr() instead of strstr()
2013-02-16 14:17:38 +00:00
Sergey Lyubka
463b49f1bd
Fixed poll() issue with QNX
2013-02-16 12:54:02 +00:00
Joe Mucchiello
2efc5d9fce
http_error callback
...
Allow user to display status code errors
2013-02-10 15:58:06 -05:00
Joe Mucchiello
1cb094e059
Revert "Add http_error callback"
...
This reverts commit 27fe9c8f01
.
2013-02-10 15:50:20 -05:00
Joe Mucchiello
27fe9c8f01
Add http_error callback
...
Allows user code to display its own error status responses or just log
the errors. Is called even in cases where begin_request is not called.
2013-02-10 15:02:37 -05:00
Sergey Lyubka
1415d187eb
Added comments about auth checks done before begin_request()
2013-02-10 15:32:08 +00:00