General

Profile

KiBi

  • Login: KiBi
  • Registered on: 2012-08-13
  • Last sign in: 2016-05-16

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

2016-05-16

18:52 Lighttpd Feature #2434: [mod_proxy] Please make it possible to forward environment variables.
If by popular web servers you mean apache, yes it supports such setups, see _e.g._... KiBi

2012-12-04

17:55 Lighttpd Feature #2434: [mod_proxy] Please make it possible to forward environment variables.
Thanks for your comments, tlange.
Indeed, our initial testing was insufficient, and we didn't catch that spoofing ...
KiBi

2012-11-09

14:23 Lighttpd Revision 4f4bcdd3: tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
In case the proxy instance goes wrong, the clean-up doesn't kill the
real instance. So close both instances explicitl...
KiBi

2012-08-31

14:11 Lighttpd Revision 6404e3ba: [lighttpd-angel] Remove unused variable.
Signed-off-by: Cyril Brulebois <kibi@debian.org>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x...
KiBi
14:11 Lighttpd Revision b6757eaa: [lemon] Use void* as generic pointer instead of char*.
Action_add() takes a char* as last parameter, which leads clang to emit
warnings about incompatible pointer types:
...
KiBi
14:11 Lighttpd Revision 9c433313: Use NULL instead of 0 where pointers are expected.
There are 6 remaining occurrences after this commit, in mod_compress,
due to zlib's Z_NULL being defined as 0 instead...
KiBi
14:11 Lighttpd Revision b6b6eda2: [md5] Fix non-ANSI function definitions.
The following was used in the past:
int foo(bar, baz)
int bar;
int baz;
{ ... }
But that's written this ...
KiBi
14:11 Lighttpd Revision 0c6a5645: Fix non-ANSI function declarations.
The proper way to declare a function taking no parameters isn't:
foo bar();
But this instead:
foo bar(void);
Si...
KiBi
14:11 Lighttpd Revision f4ba2d4f: Mark some data as static.
Those identifiers aren't used except in the files they're declared in,
so mark them static.
Signed-off-by: Cyril Bru...
KiBi

2012-08-15

21:39 Lighttpd Feature #2437 (Fixed): Code cleanup (clang/sparse)
Hi,
please find attached 6 patches brought to you by clang and sparse.
Mraw,
KiBi.
KiBi

Also available in: Atom