2
0

İşleme Grafiği

  • d62f894344 Fix url encoding to encode more characters (#266) Stefan Bühler 2008-08-01 17:54:04 +00:00
  • 1f416683f3 Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631) Stefan Bühler 2008-08-01 16:13:34 +00:00
  • ad12e4c5b2 Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631) Stefan Bühler 2008-08-01 16:13:34 +00:00
  • a28cd8daa9 Fix buffer_reset to make an empty string Stefan Bühler 2008-08-01 11:24:06 +00:00
  • f7dd7203e2 Fix buffer_reset to make an empty string Stefan Bühler 2008-08-01 11:24:06 +00:00
  • 71de2e27d7 mod_{fast,s}cgi: overwrite environment variables (#1722) Stefan Bühler 2008-07-31 20:45:36 +00:00
  • 6ce1dfb0d1 mod_{fast,s}cgi: overwrite environment variables (#1722) Stefan Bühler 2008-07-31 20:45:36 +00:00
  • 825ce9e870 Fix EINTR handling for waitpid in mod_fastcgi Stefan Bühler 2008-07-31 20:45:31 +00:00
  • a7f5983e05 Fix EINTR handling for waitpid in mod_fastcgi Stefan Bühler 2008-07-31 20:45:31 +00:00
  • eff80f196e Fix round-robin balancing in mod_proxy (#1715) Stefan Bühler 2008-07-31 10:28:24 +00:00
  • d0b5d2b45f Fix round-robin balancing in mod_proxy (#1715) Stefan Bühler 2008-07-31 10:28:24 +00:00
  • d0d3179d3b Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716) Stefan Bühler 2008-07-31 10:28:22 +00:00
  • 60b90dad70 Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716) Stefan Bühler 2008-07-31 10:28:22 +00:00
  • 511e58566c Handle EAGAIN and EINTR for freebsd sendfile (#1675) Stefan Bühler 2008-07-31 10:28:20 +00:00
  • c1662bcf8a Handle EAGAIN and EINTR for freebsd sendfile (#1675) Stefan Bühler 2008-07-31 10:28:20 +00:00
  • 8a43fc97f9 Fix mod_secdownload problem with unsigned time_t (#1688) Stefan Bühler 2008-07-31 10:28:18 +00:00
  • 3f791f46d5 Fix mod_secdownload problem with unsigned time_t (#1688) Stefan Bühler 2008-07-31 10:28:18 +00:00
  • 68067a7322 Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687) Stefan Bühler 2008-07-30 21:37:30 +00:00
  • 0c16fddde3 Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687) Stefan Bühler 2008-07-30 21:37:30 +00:00
  • 18204e180e case insensitive match for secdownload md5 token (#1710) Stefan Bühler 2008-07-30 21:16:25 +00:00
  • 41868422f3 case insensitive match for secdownload md5 token (#1710) Stefan Bühler 2008-07-30 21:16:25 +00:00
  • 1cb5e5ad73 Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x)) Stefan Bühler 2008-07-30 19:38:32 +00:00
  • 52861d77df Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x)) Stefan Bühler 2008-07-30 19:38:32 +00:00
  • a5abefe4c3 [tests] Fix fastcgi php finding Stefan Bühler 2008-07-30 17:40:09 +00:00
  • 0c8ebbeb60 [tests] Fix fastcgi php finding Stefan Bühler 2008-07-30 17:40:09 +00:00
  • 44e15591eb fixed typo in mod_accesslog, localtime instead of localtime_r (#1699) Stefan Bühler 2008-07-30 16:42:14 +00:00
  • 25c7c7f3f8 fixed typo in mod_accesslog, localtime instead of localtime_r (#1699) Stefan Bühler 2008-07-30 16:42:14 +00:00
  • d1008a2f2c [tests] remove env TODO test: don't use undefined env vars Stefan Bühler 2008-07-29 21:22:36 +00:00
  • 2bd973108d [tests] remove env TODO test: don't use undefined env vars Stefan Bühler 2008-07-29 21:22:36 +00:00
  • 7b1369a8fc [tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi) Stefan Bühler 2008-07-29 21:22:28 +00:00
  • 3bb07cad07 [tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi) Stefan Bühler 2008-07-29 21:22:28 +00:00
  • 5ad292dddb [tests] Remove pidfile from test system Stefan Bühler 2008-07-29 21:22:13 +00:00
  • cbd40dc44b [tests] Remove pidfile from test system Stefan Bühler 2008-07-29 21:22:13 +00:00
  • 621cbaa6e4 [tests] Fixed test system, use foreground daemons and waitpid Stefan Bühler 2008-07-29 21:21:34 +00:00
  • 0b257bcefa [tests] Fixed test system, use foreground daemons and waitpid Stefan Bühler 2008-07-29 21:21:34 +00:00
  • 57942765c7 Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com Stefan Bühler 2008-07-28 08:43:23 +00:00
  • a70ba6c625 Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com Stefan Bühler 2008-07-28 08:43:23 +00:00
  • b8fd5f290b Fix bug with IPv6 in mod_evasive Stefan Bühler 2008-07-28 08:43:19 +00:00
  • 543830266c Fix bug with IPv6 in mod_evasive Stefan Bühler 2008-07-28 08:43:19 +00:00
  • 7662839b3d Close connection in mod_magnet if returned status code Stefan Bühler 2008-07-20 17:55:14 +00:00
  • f08cd32877 Close connection in mod_magnet if returned status code Stefan Bühler 2008-07-20 17:55:14 +00:00
  • fb6277d524 Close connection after redirect in trigger_b4_dl Stefan Bühler 2008-07-20 12:58:18 +00:00
  • cf789917f7 Close connection after redirect in trigger_b4_dl Stefan Bühler 2008-07-20 12:58:18 +00:00
  • 4e1e0e4b3b - let spawn-fcgi propagate exit code from spawned fcgi application Elan Ruusamäe 2008-07-14 15:45:05 +00:00
  • 0f515626e4 - let spawn-fcgi propagate exit code from spawned fcgi application Elan Ruusamäe 2008-07-14 15:45:05 +00:00
  • a636eb39f1 - print success message to stdout (for discarding it from initscripts) Elan Ruusamäe 2008-07-14 14:47:39 +00:00
  • 00e5a032d6 - print success message to stdout (for discarding it from initscripts) Elan Ruusamäe 2008-07-14 14:47:39 +00:00
  • 29de91de47 - strerror() wants errno as param not arbitary exit value from spawned child Elan Ruusamäe 2008-07-14 14:40:52 +00:00
  • f08ffad238 - strerror() wants errno as param not arbitary exit value from spawned child Elan Ruusamäe 2008-07-14 14:40:52 +00:00
  • 2cffdee6b0 - revert unwanted commit Elan Ruusamäe 2008-07-14 14:33:06 +00:00
  • 5fa895e8ec - revert unwanted commit Elan Ruusamäe 2008-07-14 14:33:06 +00:00
  • dd78d73cd0 - merge spawn-fcgi changes from trunk (from @2191) Elan Ruusamäe 2008-07-14 14:26:20 +00:00
  • ef95813dea - merge spawn-fcgi changes from trunk (from @2191) Elan Ruusamäe 2008-07-14 14:26:20 +00:00
  • 0dc8690df3 - fix typo ;) #1691 Elan Ruusamäe 2008-06-17 16:32:05 +00:00
  • 13576f67a6 - fix typo ;) #1691 Elan Ruusamäe 2008-06-17 16:32:05 +00:00
  • 5c87ffd204 fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround mOo 2008-05-22 10:04:01 +00:00
  • b5632eada1 fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround mOo 2008-05-22 10:04:01 +00:00
  • 5b3656cc76 avoid undefined index triggered by user's php.ini mOo 2008-05-22 06:50:01 +00:00
  • 765d3cbe6a avoid undefined index triggered by user's php.ini mOo 2008-05-22 06:50:01 +00:00
  • 9bd84bfc38 build mod_extforward in scons mOo 2008-05-22 06:28:08 +00:00
  • 695a227783 build mod_extforward in scons mOo 2008-05-22 06:28:08 +00:00
  • 61402be4a1 mark testcase executable mOo 2008-05-22 06:25:54 +00:00
  • ead7276368 mark testcase executable mOo 2008-05-22 06:25:54 +00:00
  • c3f414f9e7 sync code between fastcgi->scgi: copy note_is_sent, fix typos mOo 2008-05-22 03:41:17 +00:00
  • 5921dc1f2d sync code between fastcgi->scgi: copy note_is_sent, fix typos mOo 2008-05-22 03:41:17 +00:00
  • 471607af9e sync the "if" logic block with mod_fastcgi to make the indention same mOo 2008-05-22 03:31:22 +00:00
  • b557589f05 sync the "if" logic block with mod_fastcgi to make the indention same mOo 2008-05-22 03:31:22 +00:00
  • 53a502eccc merged [2170] from trunk: fixed include basedir within include_shell, thanks to lunatic mOo 2008-05-15 01:24:00 +00:00
  • 098ea27629 merged [2170] from trunk: fixed include basedir within include_shell, thanks to lunatic mOo 2008-05-15 01:24:00 +00:00
  • 35dffe4c15 Fix dependencies of the parser files in the Makefile Stefan Bühler 2008-04-29 21:01:45 +00:00
  • 4adb52a416 Fix dependencies of the parser files in the Makefile Stefan Bühler 2008-04-29 21:01:45 +00:00
  • 724a748f17 Fix type in previous commit Stefan Bühler 2008-04-29 21:01:22 +00:00
  • 193b933329 Fix type in previous commit Stefan Bühler 2008-04-29 21:01:22 +00:00
  • cfdcd8507f Fix more warnings (unused var, pointer types in md5.c) Stefan Bühler 2008-04-29 21:01:00 +00:00
  • e93cb224c1 Fix more warnings (unused var, pointer types in md5.c) Stefan Bühler 2008-04-29 21:01:00 +00:00
  • 92e8fba264 Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED) Stefan Bühler 2008-04-29 21:00:01 +00:00
  • 7b309ef770 Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED) Stefan Bühler 2008-04-29 21:00:01 +00:00
  • 735eeb1f11 Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) Stefan Bühler 2008-04-29 20:59:39 +00:00
  • 93e7167f84 Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624) Stefan Bühler 2008-04-29 20:59:39 +00:00
  • f8096a4373 Disable logging to access.log if filename is an empty string Stefan Bühler 2008-04-29 20:59:18 +00:00
  • f9999e286e Disable logging to access.log if filename is an empty string Stefan Bühler 2008-04-29 20:59:18 +00:00
  • 4ad1a10c90 Do not rely on PATH_MAX (POSIX does not require it) (#580) Stefan Bühler 2008-04-29 11:03:41 +00:00
  • cbdd9e485b Do not rely on PATH_MAX (POSIX does not require it) (#580) Stefan Bühler 2008-04-29 11:03:41 +00:00
  • c6dc1415b0 Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) Stefan Bühler 2008-04-29 11:03:26 +00:00
  • 5a9992b106 Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) Stefan Bühler 2008-04-29 11:03:26 +00:00
  • 5a8203c49d Remove generated mod_ssi_expreparser.h from source (should be generated by lemon) Stefan Bühler 2008-04-29 11:03:13 +00:00
  • 7adc4d7e8c Remove generated mod_ssi_expreparser.h from source (should be generated by lemon) Stefan Bühler 2008-04-29 11:03:13 +00:00
  • ce9dec0965 And now really delete lighttpd.spec.in itself Stefan Bühler 2008-04-23 20:01:51 +00:00
  • c431c5166f And now really delete lighttpd.spec.in itself Stefan Bühler 2008-04-23 20:01:51 +00:00
  • 233f0313d3 Remove lighttpd.spec* from source, fixing all problems with it ;-) Stefan Bühler 2008-04-23 19:54:35 +00:00
  • 70c0280c92 Remove lighttpd.spec* from source, fixing all problems with it ;-) Stefan Bühler 2008-04-23 19:54:35 +00:00
  • 4329e39546 Fix typo in test description Stefan Bühler 2008-04-23 19:45:05 +00:00
  • 074223041a Fix typo in test description Stefan Bühler 2008-04-23 19:45:05 +00:00
  • 059d00d5d7 Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page Stefan Bühler 2008-04-23 19:27:12 +00:00
  • 73189c64e7 Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page Stefan Bühler 2008-04-23 19:27:12 +00:00
  • 7bf291ea84 Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639) Stefan Bühler 2008-04-23 19:10:42 +00:00
  • ac92ea3616 Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639) Stefan Bühler 2008-04-23 19:10:42 +00:00
  • 8c8c2fef84 Handle EINTR in mod_cgi during write() (#1640) Stefan Bühler 2008-04-23 15:05:50 +00:00
  • 8dd78e06c7 Handle EINTR in mod_cgi during write() (#1640) Stefan Bühler 2008-04-23 15:05:50 +00:00
  • 559e145c62 Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst Stefan Bühler 2008-04-23 13:20:55 +00:00