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 Updated due to ssl_wrapper.h refactoring
Makefile Make mongoose compile on mingw environment
auth.c Updated examples to conform to the evented API
big_upload.c Added MG_RECV event and mg_send_file_data() func
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 Loading commit data...
websocket.html Loading commit data...
websocket2.c Loading commit data...