|
|
|
@2263
|
[2263]
|
4 weeks |
stbuehler |
Replace buffer_{append,copy}_string with the _len variant where possible …
|
|
|
|
@2220
|
[2220]
|
5 weeks |
stbuehler |
Use SAFE_BUF_STR in all output calls.
|
|
|
|
@2214
|
[2214]
|
5 weeks |
stbuehler |
Fix usage of sock_addr structure (only read port if the address familiy …
|
|
|
|
@2110
|
[2110]
|
6 months |
stbuehler |
fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
|
|
|
|
@2014
|
[2014]
|
10 months |
glen |
- merge Changeset [2012] by glen from 1.4 branch
|
|
|
|
@1811
|
[1811]
|
17 months |
jan |
fixed the reset of the conditional cache in mod-magnet
|
|
|
|
@1810
|
[1810]
|
17 months |
jan |
fixed conditional caches if a cache-entry gets invalidated at runtime
|
|
|
|
@1807
|
[1807]
|
17 months |
jan |
fixed failing nesting and else-handling introduced in the last …
|
|
|
|
@1798
|
[1798]
|
17 months |
jan |
cover debug msg in a debug-if
|
|
|
|
@1795
|
[1795]
|
17 months |
jan |
added $PHYSICALexisting-path? and $PHYSICALpath?
|
|
|
|
@1792
|
[1792]
|
17 months |
jan |
added a flag to declare a conditional valid to support …
|
|
|
|
@1675
|
[1675]
|
19 months |
jan |
another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
|
|
|
|
@1528
|
[1528]
|
19 months |
jan |
added $PHYSICALpath? and $HTTPrequest-method?
* configparser.y
- …
|
|
|
|
@1526
|
[1526]
|
19 months |
jan |
removed strlen() from the array_get_element()
* *.c
- use …
|
|
|
|
@1511
|
[1511]
|
20 months |
jakabosky |
add support for T_CONFIG_INT.
change "server.max-request-size" from SHORT …
|
|
|
|
@1496
|
[1496]
|
20 months |
darix |
- cleanup trailing whitespaces
|
|
|
|
@1494
|
[1494]
|
20 months |
darix |
- merged a few fixes from the 1.4.x branch to trunk
|
|
|
|
@1409
|
[1409]
|
22 months |
jan |
reuse existing data-string values if available
|
|
|
|
@1349
|
[1349]
|
2 years |
darix |
- merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
|
|
|
|
@1348
|
[1348]
|
2 years |
darix |
- revert all changes back to the branchpoint
|
|
|
|
@510
|
[510]
|
3 years |
moo |
mod_redirect/mod_rewrite substitute %n with condition substring
|
|
|
|
@418
|
[418]
|
3 years |
moo |
make $HTTPhost? = or != "host" to match all port.
|
|
|
|
@417
|
[417]
|
3 years |
moo |
void copying buffer in condition checking
|
|
|
|
@352
|
[352]
|
3 years |
moo |
use switch() on dc->comp instead of bunch of if()
|
|
|
|
@334
|
[334]
|
3 years |
moo |
condition optimization: replace all is_equal be simple == to an enum
|
|
|
|
@307
|
[307]
|
3 years |
moo |
user defined variable, compute on parsing: string+string, int+int, …
|
|
|
|
@298
|
[298]
|
3 years |
moo |
nesting/chaining condition
new config item: debug.log-condition-handling
|
|
|
|
@272
|
[272]
|
3 years |
jan |
added missing header
|
|
|
|
@269
|
[269]
|
3 years |
jan |
handle missing pcre-support + regex-conditionals at parse-time
|
|
|
|
@268
|
[268]
|
3 years |
jan |
study pcre pattern (fixes #92) and handle broken regex as parse-error
|
|
|
|
@262
|
[262]
|
3 years |
jan |
fixed compilation on mingw, linking of plugins is still a problem
|
|
|
|
@248
|
[248]
|
3 years |
jan |
only check HTTPhost condition if we really have a Host: set
|
|
|
|
@243
|
[243]
|
3 years |
jan |
added support for HTTPremoteip
|
|
|
|
@184
|
[184]
|
3 years |
jan |
if pcre-support is missing, complain if the configfile uses a …
|
|
|
|
@49
|
[49]
|
4 years |
jan |
moved external functions to *-glue.c
this simplifies the linkage on …
|