Stefan Bühler
|
367404fdb1
|
Add "request.is_handled" condition
|
2009-10-03 16:47:57 +02:00 |
Stefan Bühler
|
d2ba4ca0dd
|
Fix LI_COND_LVALUE_END value
|
2009-09-28 21:47:44 +02:00 |
Stefan Bühler
|
4b94e01ecc
|
Add response.header/status conditionals
|
2009-09-28 21:30:06 +02:00 |
Stefan Bühler
|
bf9e34bab7
|
Remove li_vrequest_stat and fix condition.c
|
2009-09-15 19:08:13 +02:00 |
Stefan Bühler
|
1ce3b7fa24
|
Remove pcre dependencies (we use the glib wrappers)
|
2009-07-12 12:29:14 +02:00 |
Stefan Bühler
|
282a2d1b4a
|
Prefix LI_API functions with "li_"
|
2009-07-09 22:17:24 +02:00 |
Stefan Bühler
|
99b203e3d8
|
Prefix typenames, enums and some macros with "li" and "LI_"; CamelCase TypeNames
|
2009-07-08 21:06:07 +02:00 |
Stefan Bühler
|
40fbc9c8b7
|
Fixed the splitting from previous commit and splitted the ip parsers from condition handling
|
2009-06-17 10:59:34 +02:00 |
Thomas Porzelt
|
ff39991ed0
|
[core] Add support for regex conditionals
|
2009-06-05 19:07:48 +02:00 |
Thomas Porzelt
|
fd8f6ed60f
|
[core] Change cond_lvalue_form_string() and move it from utils.c to condition.c
|
2009-06-01 17:58:48 +02:00 |
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
|
2009-01-06 01:33:20 +01:00 |
Stefan Bühler
|
e8e60b3a04
|
Add clean ipv6+port parsing for listen()
|
2008-12-22 22:48:47 +01:00 |
Stefan Bühler
|
3dceeb5916
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |