1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-13 12:42:25 +03:00
Commit Graph

52 Commits

Author SHA1 Message Date
Lammert Bies
6566341735 Updated references to LibHTTP 2016-11-15 20:04:22 +01:00
bel
e122b48395 Add a short notation for using IPv4 and IPv6
See #326 and changes in the UserManual.md

Auto-format source.
2016-09-17 22:44:29 +02:00
bel
301e25d66c Enhance user manual 2016-09-14 20:13:40 +02:00
bel
edc3da2178 Document allow_sendfile_call option 2016-08-19 21:26:20 +02:00
Kevin Wojniak
0524fe84ec Update UserManual.md
Add info for when php-cgi is missing.
2016-05-29 10:06:10 -07:00
bel
a14ccc4313 Update documentation 2016-05-13 23:06:33 +02:00
Martin Gaida
249defe425 added documentation for ssl_short_trust 2016-03-25 10:45:31 +01:00
bel
55eea8eb8d Change option tcp_nodelay from boolean to number
This allows to implement a finer control over when to disable Nagle's algorithm.
See comment on #258
2016-02-28 23:04:45 +01:00
bel
a44640fc36 Document tcp_nodelay option (see #258) 2016-02-19 23:28:22 +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
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
bel2125
acd1df40c9 Update to Lua 5.2.4 2015-03-29 20:51:42 +02: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
ea0c7ce9a2 Document decode_url 2014-08-03 22:29:27 +02:00
bel
173b0c7214 Update Lua to 5.2.3 2014-07-30 20:43:11 +02: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
83cc401975 Describe new config options, sort them in the docu like in the source 2013-12-15 21:46:41 +01:00
Thomas Davis
185060729e Added buildroot files, and install guide 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
Thomas Davis
2f880bb317 Upgraded LUA to 5.2.2, added library build targets 2013-10-07 14:22:16 -04:00