20f3965f2c
Alternative to mg_upload (Step 50/?)
2016-02-14 21:39:56 +01:00
25193ba1e2
Alternative to mg_upload (Step 49/?)
2016-02-14 21:07:22 +01:00
03047808a0
Alternative to mg_upload (Step 48/?)
2016-02-12 23:03:35 +01:00
76e5ead243
Alternative to mg_upload (Step 47/?)
2016-02-12 02:05:33 +01:00
30b7abbd20
Alternative to mg_upload (Step 46/?)
2016-02-12 01:40:44 +01:00
5facf29f71
Alternative to mg_upload (Step 39/?)
2016-02-07 22:57:37 +01:00
b151ecc9bc
Alternative to mg_upload (Step 38/?)
2016-02-07 21:34:55 +01:00
bef7a76451
Alternative to mg_upload (Step 28/?)
2016-01-19 20:48:19 +01:00
18aaa35145
Alternative to mg_upload (Step 27/?)
2016-01-18 21:29:14 +01:00
5684a70140
Alternative to mg_upload (Step 24/?)
2016-01-17 23:24:08 +01:00
9e526697fd
Alternative to mg_upload (Step 20/?)
2016-01-17 19:09:04 +01:00
0d433b9f23
Alternative to mg_upload (Step 17/?)
2016-01-16 00:42:11 +01:00
233e726fe3
Alternative to mg_upload (Step 15/?)
2016-01-15 21:29:25 +01:00
4e960e5fa4
Alternative to mg_upload (Step 14/?)
2016-01-15 00:00:08 +01:00
fee3db104b
Alternative to mg_upload (Step 12/?)
2016-01-14 21:30:27 +01:00
76b327b1d0
Alternative to mg_upload (Step 8/?)
2016-01-11 21:41:47 +01:00
b08b61d0d2
Alternative to mg_upload (Step 7/?)
2016-01-11 20:28:50 +01:00
6725df7b1c
Alternative to mg_upload (Step 6/?)
2016-01-10 23:59:13 +01:00
ff73f34ca6
Alternative to mg_upload (Step 5/?)
2016-01-10 22:17:27 +01:00
2a676b114c
Alternative to mg_upload (Step 4/?)
2016-01-10 21:58:04 +01:00
59fd2a7dfd
Add needed build options when building civetweb lib from embedded_c example
2016-01-06 11:29:21 +01:00
37b9aabedb
Correct misleading error message
2016-01-06 11:18:33 +01:00
851a4cda6b
Add HTTPS support to embedded example
2015-11-17 22:03:19 +01:00
4de9090577
Apply revised clang-format ( #207 ) to all actively maintained source files
2015-10-05 20:58:14 +02:00
de214bf8fa
Add more comments to embedded_c example
2015-10-02 21:02:01 +02:00
0b1ce03d0c
Add some comments to embedded_c example
2015-10-02 20:53:06 +02:00
0900edbe36
Embedded_c example should raise an error, if it is build with defines not supported by the civetweb library
2015-10-02 19:45:25 +02:00
73155eea3e
Documentation: IPv6 ports will listen for both, IPv4 and IPv6
...
- Add this to the user documentation
- Make it more clear in the interface documentation
- Change the embedding_c example accordingly (and auto-format the code)
2015-09-29 20:43:16 +02:00
63ef9cbd35
Small fixes in Makefile
2015-09-26 23:33:30 +02:00
ebc667a121
Test for bug report #205
2015-09-26 22:36:19 +02:00
ac3e0d8292
Add new interface to get listening ports (deprecate old interface)
2015-09-26 22:34:55 +02:00
3716b3faaa
Update embedded_c example
2015-09-11 22:12:10 +02:00
dbc89c9ddc
Bind to all IPv6 addresses in the example
2015-05-31 23:23:53 +02:00
f2a9354b18
Test separated timeout for websocket and other requests
2015-05-30 01:25:39 +02:00
e33d4bc263
Update embedded_c websocket example
2015-05-28 23:02:03 +02:00
034274b309
Add some pattern matching to the embedding examples
...
See also #116
2015-05-22 21:44:58 +02:00
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
...
The API had an inconsistant usage of `const mg_connection *` and `mg_connection *`,
that may cause warnings (e.g., #109 ). Now all non-const `mg_connection *` is only
required to read/write the connection.
2015-04-29 00:13:25 +02:00
121ae6c7f6
Handler for websocket connection (Step 6/7)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 22:09:09 +02:00
d64d507eaa
Handler for websocket connection (Step 3/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 10:54:46 +02:00
436bc39555
Handler for websocket connection (Step 2/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 00:43:11 +02:00
0016b36204
Handler for websocket connection (Step 1/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-18 18:14:20 +02:00
fa73c09d92
Example for C: stop the server when the application exits
2014-09-23 21:24:23 +02:00
c471b9bdc9
C++ embedding example should do the same as the C embedding example
2014-01-10 22:22:26 +01:00
2b706509f7
Show the usage of mg_get_request_info in the example
2014-01-09 20:14:17 +01:00
fc6c81c417
Test mg_set_request_handler() for patterns
2014-01-08 20:09:56 +01:00
b745f22107
Normallized coding style in a predictable way.
...
Uses astyle program which is freely avaiable on all platforms.
2013-10-07 14:22:22 -04:00
e551b74564
Updated comments
2013-10-07 14:22:22 -04:00
c67fbc7caf
Added new C embedding example
2013-10-07 14:22:22 -04:00