Alexander Alashkin
df311203dc
Fix mongoose/examples compilation with mingw
...
PUBLISHED_FROM=46800f43ba03082cc589d70e6118d754f4cdc9d0
2016-03-10 13:11:22 +01:00
Marko Mikulicic
8927c9d22b
Merge dev branch code named Fossa as next stable Mongoose
2015-09-08 14:34:30 +02:00
Sebastian Godelet
8082501b9c
Enable building of example/Makefile on Win32
...
Adding example/.gitignore to ignore *.exe
Appending -lws2_32 at the end of CFLAGS_EXTRA if running make on
Windows to enable easy compiling under that platform.
Obsoletes pull request #454
2015-01-10 16:41:58 +08:00
Sergey Lyubka
4c10d1f356
mongoose_server -> web_server
2014-10-10 13:58:45 +01:00
Sergey Lyubka
2d880c4f5c
Moved auth.c to separate dir
2014-10-09 09:42:07 +01:00
Sergey Lyubka
4ca4c862a5
Updated net_skeleton, added extra_headers param to mg_send_file()
2014-10-09 09:26:45 +01:00
Miodrag Milanovic
3721efe1e9
Make mongoose compile on mingw environment
2014-08-11 15:27:23 +02:00
Sergey Lyubka
b4c25fc7ba
Added ALL_PROGS
2014-08-05 16:40:51 +01:00
Sergey Lyubka
5e57031724
Added pubsub example
2014-06-09 17:26:22 +01:00
Sergey Lyubka
464c77314d
Amended file sending example
2014-06-03 18:03:13 +01:00
Daniel O'Connell
1bff6df2a7
Enabled SSL for proxy example
2014-05-13 12:33:27 +01:00
Daniel O'Connell
4a076c7ea4
Added proxy to the clean target
2014-05-13 10:56:32 +01:00
Sergey Lyubka
ccff4abf13
Added proxy target
2014-05-12 10:47:08 +01:00
Sergey Lyubka
35bd2b6032
Added form.c
2014-04-10 22:18:01 +01:00
Sergey Lyubka
3a60c5764d
Unit test target corrected
2014-04-07 19:07:41 +01:00
Sergey Lyubka
40f257ef2b
lua build instructions fixed
2014-03-09 13:12:49 +00:00
Sergey Lyubka
b77532ea3f
Added mjpg example
2014-03-04 20:22:46 +00:00
Sergey Lyubka
e41df3cf9c
MG_REQ_BEGIN -> MG_REQUEST, killed MG_REQ_END, add MG_REPLY. Restored server test
2014-03-03 10:26:27 +00:00
Niels Egberts
11640cc3c6
Also clean up multi_threaded and websocket_html.c on make clean
2014-03-02 14:55:34 +00:00
Sergey Lyubka
e0aceb4f3a
Fixed windows build for examples
2014-03-02 12:23:53 +00:00
Sergey Lyubka
ea9a60a59a
Updated examples to conform to the evented API
2014-03-02 12:16:09 +00:00
Sergey Lyubka
8865dd5e84
Moved unit_test.c to examples
2014-02-20 12:13:59 +00:00
Sergey Lyubka
2dfc79129a
better lua build
2014-02-07 13:03:11 +00:00
Sergey Lyubka
eaa0e26a85
Starting to rebuild chat example on Lua
2014-02-06 10:18:30 +00:00
Sergey Lyubka
14526a2109
mg_add_uri_handler -> mg_set_request_handler()
2014-01-28 12:42:13 +00:00
Sergey Lyubka
2ea17e8c6d
Adjusted docs and makefile to use correct preproc flags
2014-01-20 11:17:09 +00:00
Sergey Lyubka
7690f9e34b
Fixed websocket example, and websocket callback calling logic.
2014-01-17 10:17:15 +00:00
Sergey Lyubka
05e1135940
Added stand-alone console executable
2014-01-16 13:53:18 +00:00
Sergey Lyubka
cc636197bc
Added auth example
2014-01-13 17:58:14 +00:00
Sergey Lyubka
6b4f7e785d
Added upload example
2014-01-13 17:01:11 +00:00
Sergey Lyubka
fa4179ee53
Made clean silent
2014-01-11 16:18:29 +00:00
Sergey Lyubka
d29f849602
Fixed optional build test
2014-01-11 09:48:13 +00:00
Sergey Lyubka
f7a705c40a
Added multi-threaded example
2013-12-26 10:13:04 +00:00
Sergey Lyubka
a5aa08e408
Restored post.c in windows example build
2013-12-23 08:09:59 +00:00
Sergey Lyubka
12d98a1732
Restores post.c example
2013-12-23 08:06:35 +00:00
Sergey Lyubka
b6d968f00c
Added qcomm example to the build
2013-12-18 09:33:59 +00:00
Sergey Lyubka
492328474d
Only hello example left, adopted to the new API
2013-12-16 13:33:50 +00:00
Sergey Lyubka
0fb5db59d3
Putting CFLAGS at the end of the compilation flags for Linux
2013-08-27 00:02:40 +01:00
Sergey Lyubka
53bedd1eb5
made separate targets for each example
2013-08-16 11:17:15 +01:00
Sergey Lyubka
08afdfa8b6
better cleanup
2013-01-18 10:43:52 +00:00
Sergey Lyubka
d8424726bb
Using O_BINARY on win32 for uploaded files
2012-11-30 10:09:39 +00:00
Sergey Lyubka
9f9a1638f7
clean target added
2012-10-14 15:00:04 +01:00
Sergey Lyubka
78ea04556f
Windows build for examples added
2012-09-24 21:25:06 +01:00
Sergey Lyubka
f9873eb87a
Experimentl websocket support
2012-09-19 12:23:54 +01:00
Sergey Lyubka
93b4562515
Added make target for upload example
2012-09-15 10:52:52 +01:00
Sergey Lyubka
8428f362c1
Added example for handling POST requests.
2012-08-31 09:24:34 +01:00
valenok
9bd2812fac
Added examples/hello.c - a minimalistic embedding example
2011-06-18 00:29:46 +01:00
Sergey Lyubka
f65d3ca67c
$(LIBS) -> $$LIBS
2010-05-10 09:50:38 +02:00
Sergey Lyubka
a69a2da39d
Initial import - converting from Subversion.
2010-05-03 21:46:42 +01:00