Stefan Bühler
|
b5eac15433
|
[mod_proxy] use raw_path instead of re-encoded path
|
9 years ago |
Stefan Bühler
|
6e2ca4b80c
|
[tests] small cleanups: use req_header.overwrite, no_docroot option
|
9 years ago |
Stefan Bühler
|
76c12e4077
|
[mod_rewrite] rewrite_raw result gets decoded
|
9 years ago |
Stefan Bühler
|
47c1cf1c20
|
[tests] increase timeout for https requests
|
9 years ago |
Stefan Bühler
|
55042a89a9
|
[tests] add a 0.2 second sleep before testing memcache lookup after store
|
9 years ago |
Stefan Bühler
|
074f53744a
|
[angel] merge allow_listen_* items
* allow_listen_ip ".." -> allow_listen ".."
* allow_listen_unix ".." -> allow_listen "unix:.."
* allow_listen also takes lists of strings
|
9 years ago |
Stefan Bühler
|
22d186cecc
|
[angel] rewrite config handling, rename items, document it
* remove "instance { ... }" wrapping
* use "_" instead of "-"
* modules -> modules_path
* allow_listen { ip "..."; } -> allow_listen_ip "...";
* allow_listen { unix "..."; } -> allow_listen_unix "...";
|
9 years ago |
Stefan Bühler
|
dfaab291d9
|
[angel] rewrite parser, changing syntax (similar to main config)
|
9 years ago |
Stefan Bühler
|
b5edda3bf4
|
[plugin_core] fix index "/filename" handling
|
9 years ago |
Stefan Bühler
|
b0ec46adec
|
[tests] include test ca in dist
|
9 years ago |
Stefan Bühler
|
3cd06f49ad
|
restructure docs
|
9 years ago |
Stefan Bühler
|
3bf3bb1238
|
[tests] add own test CA and test gnutls and openssl basic functionality
|
10 years ago |
Stefan Bühler
|
a497760f3d
|
[ŧests] more tests, improve handling
|
10 years ago |
Stefan Bühler
|
4f45909f2d
|
[tests] cleanup to use new config style
|
10 years ago |
Stefan Bühler
|
a7c61d8c06
|
[tests] test secdownload.lua and the lua key-value list lookup
|
10 years ago |
Stefan Bühler
|
061b2a4262
|
[core] handle differences between options/actions/setups in plugin.c
|
10 years ago |
Stefan Bühler
|
8e41187ff6
|
[tests] add --valgrind-leak option
|
10 years ago |
Stefan Bühler
|
8a0a8715d0
|
[tests] only use cache.disk.etag if request was handled
|
10 years ago |
Stefan Bühler
|
c963de4083
|
[tests] test auth.require_user from doc/core.lua
|
10 years ago |
Stefan Bühler
|
921982f0fc
|
[tests] put scgi application into separate file
|
10 years ago |
Stefan Bühler
|
1c22f3aa2b
|
[tests] add a stub python memcached server, add mod_memcached tests
|
10 years ago |
Stefan Bühler
|
5fb031a910
|
[tests] run config test with valgrind too if enabled
|
10 years ago |
Stefan Bühler
|
c15b37260a
|
[tests/mod_deflate] test removing Accept-Encoding header
|
10 years ago |
Stefan Bühler
|
a034e05eff
|
[tests] fix path issues
|
10 years ago |
Stefan Bühler
|
2301fa6835
|
[tests] cgi: check stderr and exit error with delayed upload
|
10 years ago |
Stefan Bühler
|
d27b40bed5
|
[tests] add /sbin and others to PATH for sha1 on FreeBSD
|
10 years ago |
Stefan Bühler
|
4cdda3fb1e
|
[tests] Fix uploadcheck for BSD (providing sha1 instead of sha1sum)
|
10 years ago |
Stefan Bühler
|
38aad8128e
|
[angel,tests] implement and use "one-shot" option to not restart crashed workers
|
10 years ago |
Stefan Bühler
|
5e0a58be53
|
[stream-http-response] support chunk encoded responses
|
10 years ago |
Stefan Bühler
|
3deb7c9e79
|
[core] support chunked uploads
|
10 years ago |
Stefan Bühler
|
f42ebc05f4
|
[tests] show more output on console with --debug
|
10 years ago |
Stefan Bühler
|
04a63b009b
|
[tests] etag with deflate and cache_disk_etag
|
10 years ago |
Stefan Bühler
|
245dd5b5d8
|
[tests] add mod_cache_disk_etag to the mix
|
10 years ago |
Stefan Bühler
|
b1611a2047
|
[tests] add deflate support and tests
|
10 years ago |
Stefan Bühler
|
1402e8987c
|
[tests] use 127.0.0.2 as base address
|
10 years ago |
Stefan Bühler
|
21ded067eb
|
[test] mod_fastcgi: upload 2MiB and check sha1sum
|
10 years ago |
Stefan Bühler
|
a7166ed80c
|
[tests] add --valgrind option
|
10 years ago |
Stefan Bühler
|
de920597dc
|
[tests] extend autowrapper.sh script
|
10 years ago |
Stefan Bühler
|
224f623494
|
[tests] new features for running tests: log to console, kill services again after timeout
|
10 years ago |
Stefan Bühler
|
20e0eb88b6
|
[tests] add scgi tests
|
10 years ago |
Stefan Bühler
|
0a0ef2acc8
|
[tests] timeout pycurl requests after 10 seconds
|
10 years ago |
Thomas Porzelt
|
cdf183137f
|
[plugin_core] rename 'blank' action to 'respond' and allow optional integer, string or list of integer+string parameters which support patterns
|
12 years ago |
Stefan Bühler
|
3ef949bbb9
|
[tests]: convert test cases to new config syntax
|
12 years ago |
Stefan Bühler
|
e2376dbd15
|
[tests] add simple mod-proxy check
|
12 years ago |
Stefan Bühler
|
6164ac83c9
|
[*cgi env]: Fix REQUEST_URI
|
12 years ago |
Stefan Bühler
|
f461b8a8b4
|
[tests]: use printf instead of echo in shell cgi script
|
12 years ago |
Stefan Bühler
|
9c6f894eb5
|
[mime-types] Fix mimetype insert, add new test cases to catch this
|
12 years ago |
Thomas Porzelt
|
243b9ddef1
|
[tests] Add test for %n references in mod_redirect
|
12 years ago |
Thomas Porzelt
|
7a414338da
|
[tests] Add test for auth.deny
|
13 years ago |
Thomas Porzelt
|
9b7c9c2d81
|
[tests] Add test for cascading in docroot action
|
13 years ago |