1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-17 22:21:06 +03:00
Commit Graph

90 Commits

Author SHA1 Message Date
bel
3cadffc42a Consistent policy of empty lines 2016-02-02 16:53:04 +01:00
bel2125
fff00cb1ec Merge pull request #252 from oldmancoyote/master
Correcting minor typo
2016-01-27 23:46:44 +01:00
Christopher Galas
7c3fb31ee6 Correcting minor typo 2016-01-27 13:57:10 -08:00
bel
9182a4b09d Improve documentation on how to use SSL certificates (see #248) 2016-01-27 21:57:59 +01:00
Mateusz Gralka
3f7a710d7e Removed description of no longer used ssl_single_dh_use. 2015-12-10 08:24:21 +01:00
Mateusz Gralka
d4a3902f02 Merge branch 'master' of https://github.com/civetweb/civetweb into cipher_list 2015-12-10 08:15:48 +01:00
bel
daf2c2e5f4 Update documentation 2015-12-08 22:16:40 +01:00
bel
896aebdc7c Add draft for contribution guidelines 2015-12-08 21:36:13 +01:00
bel
e5c4a37b77 Update Embedding.md 2015-12-08 20:18:38 +01:00
bel
71f2ef9068 Add a comment in Embedding.md: CivetWeb is in C and C++ is only an (incomplete) wrapper.
See also #233
2015-12-08 20:18:21 +01:00
Mateusz Gralka
c585a95e87 Removed unused option. 2015-12-07 08:43:06 +01:00
Mateusz Gralka
7cc41a9f20 Merge branch 'master' of https://github.com/civetweb/civetweb into cipher_list 2015-11-26 11:33:28 +01:00
Mateusz Gralka
aff2a26923 Described new options. 2015-11-26 11:24:24 +01:00
bel
d516696195 Add a minimal description of mg.url_decode
Add a mimimal comment to the UserManual about the Lua function mg.url_decode
See #228

A more comprehensive documentation has to be added later.
2015-11-20 00:02:56 +01:00
Mateusz Gralka
e6bbd20f2f ssl_cipher_list defaults to NULL. Added a few example settings to the documentation. 2015-11-18 09:58:06 +01:00
Mateusz Gralka
e21fe7e7cf Added default value to the description of ssl_cipher_list. 2015-11-16 08:22:10 +01:00
Mateusz Gralka
3435b67fd0 Described ssl_cipher_list option. 2015-11-16 08:18:00 +01:00
Mateusz Gralka
3e78c7957b Fixed broken link. 2015-10-29 13:00:22 +01:00
Mateusz Gralka
5288801700 Updated user manual. 2015-10-29 12:53:30 +01:00
Mateusz Gralka
18c39907b3 Description of new options. 2015-10-29 09:44:48 +01:00
Mateusz Gralka
01c22c76d8 Enable peer verification in set_ssl_option. Updated user manual for new config options. 2015-10-28 12:02:46 +01:00
bel2125
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
bel
a169c9a2e8 Update repository in documentation: bel2125/civetweb --> civetweb/civetweb 2015-08-11 22:45:38 +02:00
bel
8c90b3cae5 Handler for websocket connection (Step 7/7)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 23:20:08 +02:00
bel2125
cd15156584 Merge pull request #100 from da4089/patch-2
Tyop.
2015-04-16 07:29:52 +02:00
David Arnold
8d7387cbd4 Tyop. 2015-04-15 11:27:21 +10:00
David Arnold
6706d390c0 Fix tyops 2015-04-15 10:46:12 +10:00
bel2125
acd1df40c9 Update to Lua 5.2.4 2015-03-29 20:51:42 +02:00
Eric Tsau
6d4e019c38 Fixes to enable building using MinGW-w64 or TDM-GCC 2015-03-22 00:46:06 +13:00
bel2125
b6088ee7eb Add a define SSL_ALREADY_INITIALIZED
This define should be set if civetweb is embeded into a host application
that did already set up SSL (libcrypto).
See also comment "cryptolib_users = 1", issue #58
2015-01-07 23:16:35 +01:00
bel2125
5e9859510b Add documentation on the working path used for Lua scripts
Document that Lua uses the current working path of the process.
See also issue #56.
2015-01-06 21:09:32 +01:00
bel2125
fad1fc5b97 Merge pull request #59 from Foran/master
Fixed spelling error
2015-01-06 17:31:24 +01:00
Ben M. Ward
c2ea3cc376 Fixed spelling error 2015-01-06 08:10:32 -07:00
bel
6ccd32a060 Update documentation 2014-12-27 20:20:48 +01:00
bel
4864ad9259 Clarify compile options in the docu (related to issue #29) 2014-08-07 19:56:37 +02:00
bel
ea0c7ce9a2 Document decode_url 2014-08-03 22:29:27 +02:00
bel
b3dfac975d Update redistributables from Visual Studio 2012 to 2013 2014-07-30 22:10:07 +02:00
bel
173b0c7214 Update Lua to 5.2.3 2014-07-30 20:43:11 +02:00
bel
99a26369a6 Update README / docu 2014-07-15 23:01:43 +02:00
Thomas Davis
1461951d13 Compile fixes for OSX
Also fixed github URL's to point to correct project.
2014-06-26 17:38:05 -04:00
bel
88770422b9 Documentation for Websocket for Lua 2014-06-11 23:40:59 +02:00
bel
93065f0278 Improve User Manual 2014-04-11 21:39:14 +02:00
bel
040946da87 Improve User Manual 2014-04-11 21:29:38 +02:00
bel
9ecfcb4a1e Improve User Manual 2014-04-11 20:50:27 +02:00
bel
6af6495617 Improve User Manual 2014-04-10 20:48:14 +02:00
bel
5173d3a2f5 Rewrite introduction section of User_Manual 2014-04-08 20:36:21 +02:00
bel
46683973a7 Correct headline level 2014-04-07 21:04:21 +02:00
bel
99c9886bca Improve UserManual 2014-04-06 22:59:57 +02:00
bel
9576339a75 Implement user defined error pages 2014-04-06 22:34:44 +02:00
bel
172c106e7a document mg.base64_encode and mg.base64_decode for Lua 2014-01-20 22:52:34 +01:00