Sergey Lyubka
de7745370c
Merge pull request #200 from ejohnstown/master
...
Allow no SSL_CERTIFICATE when using init_ssl callback.
2013-07-18 23:35:16 -07:00
Sergey Lyubka
21786eec8e
Changed int -> SOCKET where appropriate, per Ben Currie
2013-07-18 18:17:48 +01:00
John Safranek
61f5f0b725
Allow no SSL_CERTIFICATE when using init_ssl callback.
2013-07-17 16:37:28 -07:00
Sergey Lyubka
d864d72470
On windows, enclosing path to CGI script in quotes to allow paths with spaces
2013-07-17 08:24:52 +01:00
Sergey Lyubka
7ca5962d2d
in pull_all() and read_request(), respect ctx->stop_flag()
2013-07-16 17:17:36 +01:00
Sergey Lyubka
8ce1562f0d
Using SetHandleInformation() to make socket handles on Windows non-inheritable
2013-07-16 15:52:40 +01:00
Sergey Lyubka
cdc7380d00
3.8 -> 3.9
2013-07-16 08:13:00 +01:00
Sergey Lyubka
faa030385c
Removing extra SSL_shutdown() call.
2013-07-15 18:20:16 +01:00
Sergey Lyubka
bc40aa5442
fixed strtoll() for win32: using _atoi64
2013-07-14 12:49:24 +01:00
Sergey Lyubka
c68df310b8
Added mg_websocket_write(), per morgan3d pull request
2013-07-12 12:25:25 +01:00
Sergey Lyubka
70ce6c5ad3
Added comments to read_websocket(), per morgan3d pull request
2013-07-12 11:55:52 +01:00
Sergey Lyubka
348db16245
NOT redirecting stderr to stdout for UNIX CGI, to avoid output being littered with error messages.
2013-07-11 08:44:51 +01:00
Sergey Lyubka
bcb294620f
increased buffer for the ip address string from 20 to 50, to allow ipv6 addresses
2013-07-10 07:48:06 +01:00
Sergey Lyubka
fa160cb9a3
Merge pull request #191 from kblinova/master
...
Detect Window's style slashes in mg_upload file names
2013-07-01 00:47:21 -07:00
Sergey Lyubka
137d6484e2
Removed bogus comment
2013-07-01 08:46:20 +01:00
Sergey Lyubka
e7c34c26cb
mg_read() with no Content-Length would read until socket is closed
2013-07-01 08:45:07 +01:00
Katerina Blinova
dfb7d928c2
Review revision for windows path separator detection in mg_upload
2013-06-28 11:05:33 -07:00
Katerina Blinova
4bb9faaf50
Detect Window's style slashes in mg_upload file names
2013-06-27 11:46:52 -07:00
Stefan Doehla
17ecb0a459
MKCOL and recursive DELETE
2013-06-12 00:04:07 +02:00
Sergey Lyubka
a0e5494569
Merge pull request #177 from arvidn/master
...
support serving pre-gzipped files
2013-05-30 10:14:45 -07:00
arvidn
d283e3167f
support serving pre-gzipped files transparently provided the user agent accepts gzip content-encoding. The feature breaks if the user agent makes a range request within a gzipped file, and returns 501 in this case
2013-05-30 09:59:11 -07:00
Cody Hanson
94050d44e4
Added bounds checking for listening_ports.
...
Needs to be a valid TCP port number, and not less than 1 or greater than 65535
2013-05-30 10:54:59 -06:00
Sergey Lyubka
33b920ed2c
Exported mg_url_encode()
2013-05-19 08:00:42 +01:00
jwang
063b26fece
Securely close SSL conection
...
For SSL in close_connection, current implementation use close_socket_gracefully to close socket firstly, then SSL_free. In my
testing, this approach may cause some pending write data missing. I'd suggest use standard SSL_shutdown in SSL conection. It
need call twice according to openSSL manual - one call sends the close_notify alert and one call receives the response from
the peer
2013-05-19 10:40:10 +08:00
Sergey Lyubka
add079a949
Added socket functions to lua environment
2013-05-19 01:25:54 +01:00
Sergey Lyubka
5e78711467
Fixed masking in websocket code
2013-05-18 10:29:03 +01:00
Erik Oomen
3a186976d7
Added .mov (quicktime) to builtin_mimes_types
2013-05-16 14:33:58 +02:00
Sergey Lyubka
2e232b3304
Lua functionality change: print renamed to mg.write, read renamed to mg.read. Expanded user manual, fixed example pages.
2013-05-15 17:42:34 +01:00
Sergey Lyubka
d72645bf91
Using local var in open_auth_file
2013-05-15 09:43:38 +01:00
Sergey Lyubka
7d5bcec92d
Better cleanup in close_connection()
2013-05-15 08:28:56 +01:00
Sergey Lyubka
9b76d60b38
Merge pull request #131 from abadc0de/lua_read_fixup
...
lsp_mg_read: remove dead code, return nil on empty read
2013-05-13 10:15:34 -07:00
Sergey Lyubka
63ccf8199f
Style changes in poll()
2013-05-13 18:07:38 +01:00
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
abadc0de
ce55924a02
lsp_mg_read: remove dead code, return nil on empty read
2013-03-17 23:33:02 -04:00
Sergey Lyubka
51ed3efcd1
Style fixes
2013-03-09 13:16:41 +00:00