Embedded Web Server
Go to file
2012-08-27 14:40:32 +02:00
bindings Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info() 2012-08-03 11:15:38 +01:00
examples Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info() 2012-08-03 11:18:31 +01:00
test Removed the test for a directory name with only a backslash, because this causes problems on windows. 2012-08-27 14:40:32 +02:00
win32 removed obsolete stuff 2010-09-12 22:08:44 +01:00
LICENSE license added 2010-09-06 22:04:28 +01:00
main.c Fixed WM_CLOSE handling 2012-08-17 21:19:26 +01:00
Makefile Styling changes plus extra GCC options to suppress certain warnings 2012-08-19 12:22:28 +01:00
mongoose.1 Implemented -x option 2012-08-14 16:06:10 +01:00
mongoose.c Added printf format checking macros. Changed mg_printf() to allocate the buffer on heap if it does not fit the local one. 2012-08-19 12:08:33 +01:00
mongoose.h Added printf format checking macros. Changed mg_printf() to allocate the buffer on heap if it does not fit the local one. 2012-08-19 12:08:33 +01:00