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
|
39cd5b8323
|
Signature for mg_get_cookie changed
|
2013-05-10 13:14:04 +01:00 |
|
Sergey Lyubka
|
ca96db714a
|
Updated readme
|
2013-05-10 12:30:30 +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
|
e579355b01
|
url_decode -> mg_url_decode
|
2013-05-08 11:40:13 +01:00 |
|
Sergey Lyubka
|
cfbaf7f1ae
|
Expose mg_url_decode to the API
|
2013-05-08 11:36:38 +01:00 |
|
Sergey Lyubka
|
ce26234ace
|
Merge pull request #159 from aerotech/master
_CRT_SECURE_NO_WARNINGS should not generate a warning if already defined
|
2013-05-07 03:29:03 -07: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 |
|
Sergey Lyubka
|
98b6c5e16a
|
Merge pull request #157 from Thileepan/master
Environment variable required for PHP cgi
|
2013-05-06 01:50:26 -07: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
|
1e3b167208
|
updated readme
|
2013-04-25 16:34:36 +01:00 |
|
Sergey Lyubka
|
f7821b757c
|
Updated README
|
2013-04-19 16:28:39 -07: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
|
f7725f2eeb
|
updated readme
|
2013-04-02 09:17:36 -07:00 |
|
Sergey Lyubka
|
be06c3620c
|
Updated readme
|
2013-03-28 18:46:15 -07:00 |
|
Sergey Lyubka
|
272644e39f
|
mg_md5 returns char *, not void
|
2013-03-27 01:31:12 -07:00 |
|
Sergey Lyubka
|
55ef3afea4
|
Updated README
|
2013-03-24 09:06:52 -07:00 |
|
Sergey Lyubka
|
9e07c742ff
|
Merge pull request #132 from hendrikp/master
Fixed crash and description for digest authentication
|
2013-03-19 10:54:05 -07:00 |
|
Hendrik Polczynski
|
cd2e50c2c4
|
Update UserManual.md
fixed/extended global_auth_file description.
|
2013-03-19 17:52:17 +01: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
|
fbca54bcaf
|
Updated readme
|
2013-03-17 07:53:03 -07:00 |
|
Sergey Lyubka
|
41c25d60d6
|
Updated README
|
2013-03-13 05:07:20 -07:00 |
|
Sergey Lyubka
|
a9b5bb351f
|
Added travis config
|
2013-03-11 07:25:11 -07:00 |
|
Sergey Lyubka
|
51ed3efcd1
|
Style fixes
|
2013-03-09 13:16:41 +00:00 |
|
Sergey Lyubka
|
67cffc8db5
|
Documented struct mg_callbacks
|
2013-03-09 13:12:03 +00:00 |
|
Sergey Lyubka
|
72abaa043b
|
Documented struct mg_callbacks
|
2013-03-09 13:01:02 +00:00 |
|
Sergey Lyubka
|
b3a511f9c5
|
Broken down cocoa target
|
2013-03-08 16:13:29 +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 |
|
Sergey Lyubka
|
daab527743
|
Merge pull request #125 from bakwc/warnings
A little bit more warnings suppresed
|
2013-03-08 02:52:14 -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
|
62085e5215
|
updated user manual
|
2013-03-06 13:37:01 +00:00 |
|
Sergey Lyubka
|
d036f8a3f0
|
Merge pull request #118 from theaccordance/master
Added additional artwork files for Retina Display Support
|
2013-03-05 11:03:18 -08: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
|
c485b8264e
|
Updated readme
|
2013-03-05 08:44:25 +00:00 |
|
Joseph Mainwaring
|
8edd710c00
|
Added additonal icon files to support Retina displays
|
2013-03-03 20:32:08 -06:00 |
|