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

67 Commits

Author SHA1 Message Date
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
bel
bafcfe517b Document how to use OpenSSL for Windows and Linux 2013-12-14 22:28:57 +01:00
sunsetbrew
d9b3e5fa21 Update Installing.md 2013-10-13 14:28:37 -04:00
bel
f914beea06 Add lfs (LuaFileSystem) support 2013-10-07 23:31:03 +02:00
sunsetbrew
7f7f0abcfc Update Embedding.md 2013-10-07 14:22:21 -04:00
sunsetbrew
3f7abe8688 Update Embedding.md 2013-10-07 14:22:21 -04:00
Thomas Davis
89d5207904 Fixed Lua capitialization 2013-10-07 14:22:18 -04:00
Thomas Davis
f062af4bce CLeaned up support for buildroot 2013-10-07 14:22:18 -04:00
sunsetbrew
b2652ce79f Update Installing.md 2013-10-07 14:22:18 -04:00
Thomas Davis
2c5bd931c2 Updated install document. 2013-10-07 14:22:18 -04:00
Thomas Davis
185060729e Added buildroot files, and install guide 2013-10-07 14:22:17 -04:00
Thomas Davis
7bc5e59d0c Added install support for changing the doc root and ports 2013-10-07 14:22:17 -04:00
Thomas Davis
b2aee90d14 Regorganized directories to make them more intuitive 2013-10-07 14:22:16 -04:00