Sergey Lyubka
|
e556a487e0
|
Fix for the SCRIPT_NAME in the presence of PATH_INFO, https://code.google.com/p/mongoose/issues/detail?id=403
|
2013-09-07 18:49:24 +01:00 |
|
Sergey Lyubka
|
b461edabd9
|
Squashed warnings
|
2013-09-07 18:46:50 +01:00 |
|
Sergey Lyubka
|
18e64397fc
|
Fixed tests
|
2013-09-07 07:07:18 +01:00 |
|
Sergey Lyubka
|
d8596fae27
|
Fixed unit test
|
2013-08-19 19:10:17 +01:00 |
|
Sergey Lyubka
|
2055d41a9f
|
Corrected misplaced brackets in parse_http_message()
|
2013-08-14 10:55:36 +01:00 |
|
Sergey Lyubka
|
743f48b8e0
|
Added mg_exec_lua_script, mg_prepare_lua_environment -> prepare_lua_environment
|
2013-08-08 13:11:05 +01:00 |
|
Sergey Lyubka
|
e53d05637a
|
Binding to IPv6 addresses
|
2013-07-28 12:15:16 +01:00 |
|
Sergey Lyubka
|
62d66201c9
|
make match_prefix() case-insensitive
|
2013-07-25 07:07:25 +01:00 |
|
Sergey Lyubka
|
c80a88a407
|
Added test for uploading 2 files
|
2013-07-23 08:17:00 +01:00 |
|
Sergey Lyubka
|
35cb27dbe6
|
Always use absolute path for document_root. If relative path is used, it is relative to mongoose.exe directory. See https://github.com/valenok/mongoose/issues/181
|
2013-07-20 14:11:05 +01:00 |
|
Sergey Lyubka
|
e003236a03
|
Made SSI #include file= relative to the current doc, as per spec
|
2013-07-19 07:57:47 +01: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
|
bc40aa5442
|
fixed strtoll() for win32: using _atoi64
|
2013-07-14 12:49:24 +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 |
|
Sergey Lyubka
|
6e59ad8a0d
|
Fix for prepare_lua_environment
|
2013-05-19 01:25:10 +01: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
|
e579355b01
|
url_decode -> mg_url_decode
|
2013-05-08 11:40:13 +01:00 |
|
Sergey Lyubka
|
4120b9bcc0
|
mg_get_cookie() signature change
|
2013-04-11 12:49:41 -07:00 |
|
Sergey Lyubka
|
4505b00733
|
Removed support for option names
|
2013-03-05 18:26:10 +00:00 |
|
Sergey Lyubka
|
69cb94f3fb
|
Removed header printing from page.lp
|
2013-02-27 18:06:35 +00:00 |
|
Sergey Lyubka
|
a58bb71c19
|
Added Lua section to the user manual
|
2013-02-27 10:44:59 +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
|
b809665cad
|
Squashed warning
|
2013-02-16 12:54:16 +00:00 |
|
Sergey Lyubka
|
9baf2d4ba4
|
Using keep alive in unit test
|
2013-02-08 08:19:01 +00:00 |
|
Sergey Lyubka
|
cde25a8b82
|
Removed embedded test
|
2013-02-03 19:56:24 +00:00 |
|
Sergey Lyubka
|
1b7f036199
|
Removed embedded test
|
2013-02-03 19:56:16 +00:00 |
|
Sergey Lyubka
|
b80157b7ea
|
Setting user data pointer properly
|
2013-02-03 19:15:27 +00:00 |
|
Sergey Lyubka
|
ee55d38b55
|
API CHANGE: using struct mg_callbacks
|
2013-02-01 16:48:30 +00:00 |
|
Sergey Lyubka
|
d73aa1ad09
|
Added skeleton for regex checks
|
2013-01-31 18:06:05 +00:00 |
|
Sergey Lyubka
|
d5bc58c38d
|
Using sqlite as an example
|
2013-01-31 15:17:40 +00:00 |
|
Sergey Lyubka
|
7ed94d1918
|
Unit test call fixed
|
2013-01-27 20:49:30 +00:00 |
|
Sergey Lyubka
|
ec7d0b1abd
|
Added test_mg_upload()
|
2013-01-25 20:27:08 +00:00 |
|
Sergey Lyubka
|
75d9a6c844
|
Removed mg_connect() and mg_fetch(). Added mg_download()
|
2013-01-23 21:54:27 +00:00 |
|
Sergey Lyubka
|
4b29689a42
|
Binding to 127.0.0.1 to prevent popup windows on mac
|
2013-01-22 12:26:56 +00:00 |
|
Sergey Lyubka
|
9c4853471c
|
Added stub for test_mg_upload()
|
2013-01-22 09:08:00 +00:00 |
|
Sergey Lyubka
|
bec6ea00ea
|
Using unit test targets
|
2013-01-22 08:59:42 +00:00 |
|
Sergey Lyubka
|
83fae879bf
|
Binding to 127.0.0.1 to prevent annoying popups on mac
|
2013-01-21 22:29:31 +00:00 |
|
Sergey Lyubka
|
dbb8a5bbf4
|
put_delete_passwords_file -> put_delete_auth_file
|
2013-01-18 09:45:36 +00:00 |
|
Sergey Lyubka
|
05fa677382
|
Fixed unit test to accomodate mg_get_var() API change
|
2012-12-24 10:43:15 +00:00 |
|
Sergey Lyubka
|
1ef31461bc
|
Added test_skip_quoted()
|
2012-12-07 01:50:12 +00:00 |
|
Sergey Lyubka
|
080cb2dd4b
|
Changed signature of url_decode(): signalling on destination buffer overflow. mg_get_var() now does not require extra space for variable buffer
|
2012-11-14 09:26:02 -08:00 |
|
Sergey Lyubka
|
e251375c0c
|
Using .lp extension for Lua server pages
|
2012-10-23 20:21:24 +01:00 |
|
Sergey Lyubka
|
038f8823f1
|
Added test to mg_stat(). Fixed set_gpass()
|
2012-10-05 08:58:13 +01:00 |
|
Sergey Lyubka
|
b597da34da
|
Pass user_data to the callback
|
2012-10-05 02:10:35 +01:00 |
|
Sergey Lyubka
|
557d1f4c49
|
Added MG_OPEN_FILE message
|
2012-09-29 18:56:41 +01:00 |
|
Sergey Lyubka
|
2539a473fe
|
Added test for byte range past EOF
|
2012-09-29 18:56:23 +01:00 |
|
Sergey Lyubka
|
3ffdf5459a
|
API change: folded user_data into request_info, and introduced event-specific ev_data
|
2012-09-27 22:20:02 +01:00 |
|
Sergey Lyubka
|
8c1866a4af
|
Lua server pages support
|
2012-09-26 23:37:03 +01:00 |
|
Sergey Lyubka
|
dfc0f00478
|
Implement -T option, throttling functionality
|
2012-09-23 13:28:27 +01:00 |
|