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
bel
3eba9878d4
Document lua_preload_file option
2014-01-19 22:32:44 +01:00
bel
85b8b69b07
Document the new functions in the Lua environment
2014-01-05 21:18:57 +01:00
bel
17bab418b3
Document the new Lua functions
2014-01-04 15:08:28 +01:00
bel
b9870dd887
Fix some typos in the UserManual.md
2013-12-21 21:41:48 +01:00
bel
392421d90c
Document the <?= ?> syntax
2013-12-20 15:50:11 +01:00
bel
0b6cb15ea2
Documentation: Lua functions ar not only for LSP but for all Lua environments
2013-12-18 23:32:18 +01:00
bel
5dfef94cfb
Document Lua Server Pages and Lua scripts
2013-12-17 22:05:52 +01:00
bel
b7a1f279a6
Update installation description - OpenSSL may be installed by the user
2013-12-17 20:53:28 +01:00
bel
579e547994
Add a common problems section to OpenSSL.md
2013-12-16 21:01:02 +01:00
bel
83cc401975
Describe new config options, sort them in the docu like in the source
2013-12-15 21:46:41 +01:00
bel
8628fd07bd
Add github markup code to the documentation
2013-12-14 22:36:15 +01:00