Embedded Web Server
Go to file
2012-08-16 11:33:16 +01: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 Implemented -x option 2012-08-14 16:06:10 +01: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 Showing build date in help message 2012-08-14 21:16:20 +01:00
Makefile Using gcc, not g++ 2012-06-04 22:48:37 +01:00
mongoose.1 Implemented -x option 2012-08-14 16:06:10 +01:00
mongoose.c %zu printf spec is not understood by MS compiler, changing it to %lu 2012-08-16 11:33:16 +01:00
mongoose.h #include <stdio.h> in mongoose.h, since FILE is used 2012-08-14 21:26:49 +01:00