Name
Last commit
Last update
..
c# Fixed C# example to work with 5.3
chat_server/web_root chat server is going to be in its own dir
http_client Added http client example
jni Restored jni build dir for Android
proxy_web_root proxy unit test reference implementation
ws_ssl ws_ssl example
Makefile Make mongoose compile on mingw environment
auth.c Updated examples to conform to the evented API
big_upload.c more comments in big_upload.c
chat.c Starting to rebuild chat example on Lua
file.c Amended file sending example
form.c Added form.c
hello.c MG_REQ_BEGIN -> MG_REQUEST, killed MG_REQ_END, add MG_REPLY. Restored server test
hello.lp Added hello world for Lua
lua_dll.c typo fixed
mjpg.c Change printf mask %zu -> %lu
mkdata.pl Fixed websocket example, and websocket callback calling logic.
multi_threaded.c MG_REQ_BEGIN -> MG_REQUEST, killed MG_REQ_END, add MG_REPLY. Restored server test
post.c MG_REQ_BEGIN -> MG_REQUEST, killed MG_REQ_END, add MG_REPLY. Restored server test
proxy.c Added comment for mg_terminate_ssl() call
pubsub.html Added pubsub example
server.c Added guard for MONGOOSE_NO_FILESYSTEM
ssl_cert.pem added ssl_cert.pem
unit_test.c mg_set_option(): always set correct actual listening port
upload.c Using Multiple inputs for upload example
websocket.c Restored void * parameter for iterate_over_connections()
websocket.html websocket example responses: 15 times -> 3 times
websocket2.c Removed dead code in websocket2.c