4cc6c08a79
handle ENOTCONN nicly on FreeBSD writev()
Jan Kneschke2006-09-18 18:05:35 +00:00
6309a54031
handle ENOTCONN nicly on FreeBSD writev()
Jan Kneschke2006-09-18 18:05:35 +00:00
2e99a49df1
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
Jan Kneschke2006-09-18 16:41:43 +00:00
2721197ff6
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
Jan Kneschke2006-09-18 16:41:43 +00:00
094a432835
rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myself
Jan Kneschke2006-09-16 11:29:48 +00:00
2a3ac19883
rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myself
Jan Kneschke2006-09-16 11:29:48 +00:00
ce4d3686d1
fixed "Software caused connection abort" messages on FreeBSD
Jan Kneschke2006-09-16 11:28:28 +00:00
00a5770e2f
fixed "Software caused connection abort" messages on FreeBSD
Jan Kneschke2006-09-16 11:28:28 +00:00
24219c574e
- added set() for .env[] - added .RESTART_REQUEST - fixed handling of .content = { { ... } } if offset is set, but no length - added range checks for offset and length
Jan Kneschke2006-09-15 10:00:46 +00:00
63ec609a56
- added set() for .env[] - added .RESTART_REQUEST - fixed handling of .content = { { ... } } if offset is set, but no length - added range checks for offset and length
Jan Kneschke2006-09-15 10:00:46 +00:00
ae8ae03c80
added support for lighty.status[] in mod_magnet
Jan Kneschke2006-09-14 12:00:32 +00:00
c7b9858b03
added support for lighty.status[] in mod_magnet
Jan Kneschke2006-09-14 12:00:32 +00:00
6948f3bf54
luaL_newstate() is from lauxlib.h, #include it
Jan Kneschke2006-09-14 11:55:26 +00:00
1b47e99a34
luaL_newstate() is from lauxlib.h, #include it
Jan Kneschke2006-09-14 11:55:26 +00:00
160d50bb57
oops, use SSL_CTX_* if you modify the ssl_ctx
Jan Kneschke2006-09-14 11:55:01 +00:00
7b4097f7ee
oops, use SSL_CTX_* if you modify the ssl_ctx
Jan Kneschke2006-09-14 11:55:01 +00:00
8ffdf3374c
- moved all global vars to the lighty.* namespace - added lighty.env[] to get read access to uri.path, physical.path and friends
Jan Kneschke2006-09-13 13:13:27 +00:00
b79f1a24c9
- moved all global vars to the lighty.* namespace - added lighty.env[] to get read access to uri.path, physical.path and friends
Jan Kneschke2006-09-13 13:13:27 +00:00
35c9f6cb8a
- add a try-catch around add-content - make the content-array simpler - make request[] a porxy to the con->request array in c
Jan Kneschke2006-09-11 20:37:29 +00:00
925cb27a14
- add a try-catch around add-content - make the content-array simpler - make request[] a porxy to the con->request array in c
Jan Kneschke2006-09-11 20:37:29 +00:00
48a30c2631
Remove unmaintained and not working pam code. Most people would use pam auth with /etc/{passwd,shadow}. This is a stupid idea anyway.
Marcus Rückert
2006-09-07 14:21:17 +00:00
27e3de6ca4
Remove unmaintained and not working pam code. Most people would use pam auth with /etc/{passwd,shadow}. This is a stupid idea anyway.
Marcus Rückert
2006-09-07 14:21:17 +00:00
70e35f7c8f
- dont debug the statcache by default!;)
Marcus Rückert
2006-09-07 14:01:38 +00:00
0f190e1614
- dont debug the statcache by default!;)
Marcus Rückert
2006-09-07 14:01:38 +00:00
668ec4e6d7
- use a big SSL_read buffer which can read at least 16k + the pending bytes - reuse the last read-buffer after a SSL_ERROR_WANT_READ
Jan Kneschke2006-09-01 09:53:44 +00:00
48ca389d89
- use a big SSL_read buffer which can read at least 16k + the pending bytes - reuse the last read-buffer after a SSL_ERROR_WANT_READ
Jan Kneschke2006-09-01 09:53:44 +00:00
506bf59c50
disable the ssl-write checks for a moving SSL-write-buffer
Jan Kneschke2006-09-01 09:52:32 +00:00
609a30e896
disable the ssl-write checks for a moving SSL-write-buffer
Jan Kneschke2006-09-01 09:52:32 +00:00