094a432835rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myselfJan Kneschke2006-09-16 11:29:48 +00:00
2a3ac19883rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myselfJan Kneschke2006-09-16 11:29:48 +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 lengthJan 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 lengthJan Kneschke2006-09-15 10:00:46 +00:00
ae8ae03c80added support for lighty.status[] in mod_magnetJan Kneschke2006-09-14 12:00:32 +00:00
c7b9858b03added support for lighty.status[] in mod_magnetJan Kneschke2006-09-14 12:00:32 +00:00
6948f3bf54luaL_newstate() is from lauxlib.h, #include itJan Kneschke2006-09-14 11:55:26 +00:00
1b47e99a34luaL_newstate() is from lauxlib.h, #include itJan Kneschke2006-09-14 11:55:26 +00:00
160d50bb57oops, use SSL_CTX_* if you modify the ssl_ctxJan Kneschke2006-09-14 11:55:01 +00:00
7b4097f7eeoops, use SSL_CTX_* if you modify the ssl_ctxJan 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 friendsJan 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 friendsJan 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 cJan 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 cJan Kneschke2006-09-11 20:37:29 +00:00
48a30c2631Remove 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
27e3de6ca4Remove 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_READJan 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_READJan Kneschke2006-09-01 09:53:44 +00:00
506bf59c50disable the ssl-write checks for a moving SSL-write-bufferJan Kneschke2006-09-01 09:52:32 +00:00
609a30e896disable the ssl-write checks for a moving SSL-write-bufferJan Kneschke2006-09-01 09:52:32 +00:00
5359b9b76bmake the wrapper compatible with solaris' /bin/shJan Kneschke2006-03-09 15:35:51 +00:00
7ac34bb5camake the wrapper compatible with solaris' /bin/shJan 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.tJan 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.tJan Kneschke2006-03-09 13:36:57 +00:00
b1ed266c5bdon't forget the waitpid() for locally spawned processes (patch by Cameron Ring)Jan Kneschke2006-03-09 11:21:59 +00:00
7ef30c4dfedon't forget the waitpid() for locally spawned processes (patch by Cameron Ring)Jan Kneschke2006-03-09 11:21:59 +00:00
b3980e7a14removed complex proc-load-balancing code and simplified itJan Kneschke2006-03-09 11:15:30 +00:00
55bfb4737dremoved complex proc-load-balancing code and simplified itJan Kneschke2006-03-09 11:15:30 +00:00