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
|
49d9016275
|
For lua, let mg.read() read only if the data is there.
|
2013-07-16 13:56:00 +01:00 |
|
Sergey Lyubka
|
cdc7380d00
|
3.8 -> 3.9
|
2013-07-16 08:13:00 +01:00 |
|
Sergey Lyubka
|
e645b33b6c
|
using mg.read() only for POST requests
|
2013-07-16 07:53:08 +01:00 |
|
Sergey Lyubka
|
30f71a8bc4
|
Added description for the connect() socket interface
|
2013-07-16 07:24:39 +01:00 |
|
Sergey Lyubka
|
faa030385c
|
Removing extra SSL_shutdown() call.
|
2013-07-15 18:20:16 +01:00 |
|
Sergey Lyubka
|
feb3b5db96
|
Using $(FLAGS) for cocoa target
|
2013-07-15 10:52:27 +01:00 |
|
Sergey Lyubka
|
508b67d6f5
|
Removed /Gd from windows compilation flags, cause that breaks sqlite3 + fts (qsort callback is __cdecl, not __stdcall)
|
2013-07-15 10:41:47 +01:00 |
|
Sergey Lyubka
|
133aec777d
|
Added enable_keep_alive description
|
2013-07-15 10:32:52 +01:00 |
|
Sergey Lyubka
|
389ed4e099
|
Enabling FTS in sqlite
|
2013-07-15 10:28:52 +01:00 |
|
Sergey Lyubka
|
bc40aa5442
|
fixed strtoll() for win32: using _atoi64
|
2013-07-14 12:49:24 +01:00 |
|
Sergey Lyubka
|
5fb9aca2e1
|
Added -mmacosx-version-min for macos build
|
2013-07-12 12:39:19 +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
|
460738f11b
|
Corrected link to Android NDK
|
2013-07-11 14:41:04 +01:00 |
|
Sergey Lyubka
|
a09ec8988e
|
Added lua.lib target
|
2013-07-11 14:24:24 +01:00 |
|
Sergey Lyubka
|
c46aa050ae
|
MAX_OPTIONS 40 -> 100
|
2013-07-11 11:37:39 +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
|
c0ca6a53be
|
put_delete_auth_file is the correct option name
|
2013-07-10 19:08:21 +01:00 |
|
Sergey Lyubka
|
e58d622d5f
|
Added note about /Gz for OpenSSL & Windows
|
2013-07-10 07:57:20 +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
|
15937a9c5c
|
readme updated
|
2013-07-10 07:37:56 +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 |
|
Sergey Lyubka
|
a856971b6d
|
Update README.md
|
2013-06-27 13:07:34 +01:00 |
|
Sergey Lyubka
|
4a88ad5ca9
|
Merge pull request #184 from unrzn0/master
MKCOL and DELETE
|
2013-06-11 15:30:39 -07:00 |
|
Stefan Doehla
|
17ecb0a459
|
MKCOL and recursive DELETE
|
2013-06-12 00:04:07 +02:00 |
|
Sergey Lyubka
|
afd39abc6f
|
Update README.md
|
2013-06-06 05:28:46 +02:00 |
|
Sergey Lyubka
|
4babcff8de
|
Update UserManual.md
|
2013-06-03 08:18:41 +02:00 |
|
Sergey Lyubka
|
17d48b1d04
|
Update README.md
|
2013-06-01 12:23:16 +02:00 |
|
Sergey Lyubka
|
6ab20ed9a3
|
Update README.md
|
2013-06-01 12:21:02 +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 |
|
Sergey Lyubka
|
f62c733990
|
Merge pull request #176 from codyhanson/portRangeFix
Added bounds checking for listening_ports.
|
2013-05-30 10:05:21 -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
|
dee97cbf22
|
Update README.md
|
2013-05-30 18:24:41 +02:00 |
|
Sergey Lyubka
|
be01471968
|
Update README.md
|
2013-05-29 13:40:57 +02:00 |
|
Sergey Lyubka
|
a74c44c463
|
Update README.md
|
2013-05-29 13:37:31 +02:00 |
|
Sergey Lyubka
|
81e53d8375
|
Update README.md
|
2013-05-26 19:12:12 +02:00 |
|
Sergey Lyubka
|
ca626abcac
|
Update README.md
|
2013-05-23 18:50:49 +02:00 |
|
Sergey Lyubka
|
b5e7730ac7
|
Update README.md
|
2013-05-22 23:56:07 +02:00 |
|
Sergey Lyubka
|
33b920ed2c
|
Exported mg_url_encode()
|
2013-05-19 08:00:42 +01:00 |
|
Sergey Lyubka
|
b5b234fab2
|
Improved docstring for mg_read()
|
2013-05-19 08:00:12 +01:00 |
|
Sergey Lyubka
|
af89d2446b
|
Squashed warnings on win32 in Lua code
|
2013-05-19 07:46:15 +01:00 |
|