19 Commits (2bcb880dc84fb03218894709eed0b8816602b557)

Author SHA1 Message Date
Stefan Bühler 2941105e28 [pattern] Fix vr->wrk->tmp_str usage, remove pattern.h from base.h, add pattern support to header.add* actions 13 years ago
Stefan Bühler 177fc95219 [core] Add phys.docroot and phys.pathinfo 13 years ago
Stefan Bühler c0128fea48 [mod_memcached] Initial mod_memcached 13 years ago
Stefan Bühler 3dc644cf40 Add conditionals for local and remote port (-1 for unix sockets) 13 years ago
Stefan Bühler 2f06283832 Change internal conditional checks; export functions to read value of conditional-lvalues 14 years ago
Stefan Bühler eff8ed5e50 Add request.environment[] conditional 14 years ago
Stefan Bühler 367404fdb1 Add "request.is_handled" condition 14 years ago
Stefan Bühler d2ba4ca0dd Fix LI_COND_LVALUE_END value 14 years ago
Stefan Bühler 4b94e01ecc Add response.header/status conditionals 14 years ago
Stefan Bühler bf9e34bab7 Remove li_vrequest_stat and fix condition.c 14 years ago
Stefan Bühler 1ce3b7fa24 Remove pcre dependencies (we use the glib wrappers) 14 years ago
Stefan Bühler 282a2d1b4a Prefix LI_API functions with "li_" 14 years ago
Stefan Bühler 99b203e3d8 Prefix typenames, enums and some macros with "li" and "LI_"; CamelCase TypeNames 14 years ago
Stefan Bühler 40fbc9c8b7 Fixed the splitting from previous commit and splitted the ip parsers from condition handling 14 years ago
Thomas Porzelt ff39991ed0 [core] Add support for regex conditionals 14 years ago
Thomas Porzelt fd8f6ed60f [core] Change cond_lvalue_form_string() and move it from utils.c to condition.c 14 years ago
Thomas Porzelt 85a3a4d091 added "if" to condition syntax (if req.path == "/foo" {})
added boolean conditions without operator or rvalue (if phys.is_dir {}, rvalue is always true)
added negated boolean conditions (if !phys.is_dir {}, rvalue is always false)
added physical.is_dir and .is_file conditionals
15 years ago
Stefan Bühler e8e60b3a04 Add clean ipv6+port parsing for listen() 15 years ago
Stefan Bühler 3dceeb5916 Move include files into a separate directory and cleanup include order 15 years ago