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
5359b9b76b
make the wrapper compatible with solaris' /bin/sh
Jan Kneschke2006-03-09 15:35:51 +00:00
7ac34bb5ca
make the wrapper compatible with solaris' /bin/sh
Jan Kneschke2006-03-09 15:35:51 +00:00
b3bd50866a
- fixed test for max-request-size on 64bit platforms - fixed counting the skipped tests in mod-fastcgi.t
Jan Kneschke2006-03-09 13:36:57 +00:00
9dbf12d8ed
- fixed test for max-request-size on 64bit platforms - fixed counting the skipped tests in mod-fastcgi.t
Jan Kneschke2006-03-09 13:36:57 +00:00
b1ed266c5b
don't forget the waitpid() for locally spawned processes (patch by Cameron Ring)
Jan Kneschke2006-03-09 11:21:59 +00:00
7ef30c4dfe
don't forget the waitpid() for locally spawned processes (patch by Cameron Ring)
Jan Kneschke2006-03-09 11:21:59 +00:00
b3980e7a14
removed complex proc-load-balancing code and simplified it
Jan Kneschke2006-03-09 11:15:30 +00:00
55bfb4737d
removed complex proc-load-balancing code and simplified it
Jan Kneschke2006-03-09 11:15:30 +00:00