7d57f6f065
Modified or removed unmaintained parts of the source
2019-05-19 19:40:42 +02:00
260d6dee93
Enhanced documentation and code quality
2016-12-16 15:30:05 +01:00
d317ce3e82
Renamed mg_ to httplib_
2016-12-13 17:32:31 +01:00
0d4df001a2
Removed obsolete example
2016-11-16 04:45:35 +01:00
fbdee7440b
Add ECDH (Elliptic Curve Diffie-Hellman cryptography) to example
...
See https://wiki.openssl.org/index.php/Elliptic_Curve_Cryptography
See also https://github.com/civetweb/civetweb/issues/347
2016-09-25 22:32:50 +02:00
3545edf973
Add SSL parameters to the example
2016-09-17 18:51:59 +02:00
c8b8e9f74d
Add example for parsing uploaded files on the fly
2016-08-20 01:43:14 +02:00
3ca45d6dae
Remove windows specific code from example
2016-06-24 22:23:03 +02:00
ba0c6cc690
Remove superseeded examples
2016-05-26 21:14:41 +02:00
0475d20f68
Use long long instead of int64_t in the public interface for consistency
2016-05-24 22:10:37 +02:00
2475a96f48
Add example for cookie handling in C
2016-04-25 23:01:07 +02:00
f128f4e050
Fix some TODOs in handle_form ( #180 )
2016-04-25 01:27:34 +02:00
3eb145e58c
Update repository for Visual Studio 2015 build
2016-03-26 20:07:45 +01:00
92099ed0da
Add funtion to store body data
2016-02-21 21:36:37 +01:00
9d7e746d03
Test mg_close_connection
2016-02-21 19:57:17 +01:00
58ca276782
Fix use of std::vector in optional C++ interface (see #262 )
2016-02-19 23:12:30 +01:00
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
36d138a820
Update Makefile
2016-01-28 14:57:23 -08:00
98570c0bd3
Compile fix: Adding in -DMG_LEGACY_INTERFACE=1
...
The example wasn't compiling under Linux Ubuntu 14.04, since this example replied upon the legacy interface. The following compile flag was needed to build the example:
-DMG_LEGACY_INTERFACE=1
2016-01-28 14:57:02 -08:00
d511e59dc4
Typo
2016-01-28 13:45:23 -08: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
407e628b0b
Merge #217 with a another (incomplete) implementation of the same issue, and format code
2015-10-30 01:25:19 +01:00
29cb09973b
Format C++ example
2015-10-27 21:52:01 +01:00
64e6264676
Add example how to handle PUT and POST in C++
2015-10-27 21:40:48 +01:00
22877d8f2f
Fix masking method
2015-10-16 16:30:49 +09: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