History log of /httpd/modules/debugging/mod_firehose.c
Revision Date Author Comments Expand
e2f3f3a981b845a0f26efacbe145659a63240944 1630971 10-Oct-2014 jailletc36

Revert style changes

5c0442d201ff108ca35fd412439fbfbec0dd4f61 1629740 06-Oct-2014 jailletc36

Fix one missed s/tab/space/

06fa197e5b39a3156ccb3a4489c5952a4456f420 1629738 06-Oct-2014 jailletc36

s/tab/space/ Remove empty lines

63e2156ce52f383c932c16b407f4d8590f76489c 1629736 06-Oct-2014 jailletc36

Style

7db380203c3cb6915d773e0883010d123643c4dd 1542416 15-Nov-2013 trawick

more apr_file_write_full() simplification (like r1542413)

231ca3b40df46af2a63d006ebde6b745f73c40b2 1240315 03-Feb-2012 sf

Fix various filter functions to return apr_status_t instead of int

b66245501340bb30922bd38c27365e1e6f5bb781 1231601 15-Jan-2012 trawick

remove unused function

723f28377d133603c20f4986d98992a9c43366ab 1220493 18-Dec-2011 sf

Various code cleanup to avoid compiler, cppcheck, or clang warnings: modules/debugging/mod_firehose.c: Make some internal functions static (to do: logs_cleanup() is unused) modules/filters/mod_charset_lite.c: Remove dead assignments modules/filters/mod_include.c: likewise modules/metadata/mod_usertrack.c: likewise modules/proxy/mod_proxy_ftp.c: likewise modules/ssl/ssl_engine_pphrase.c: likewise modules/proxy/mod_proxy_balancer.c: likewise; Remove NULL check that can never happen modules/proxy/proxy_util.c: Axe NULL-check that can never happen and if it would, it would just mask another bug os/unix/unixd.c: likewise modules/http/http_filters.c: Remove sub-condition that is always true modules/lua/mod_lua.c: Add default cases to switch statements modules/generators/mod_autoindex.c: Unsigned value can never be < 0 server/util_expr_eval.c: Fix compiler warnings with VC and on OS2

c9764579b9b9f1384ca7bae3461cda4fecc65a40 1220460 18-Dec-2011 minfrin

mod_firehose: Ensure directives are defined global only.

aef7cf144b9c027d2b38b4eaf36bc47c40ca5969 1220456 18-Dec-2011 minfrin

mod_firehose: Support portable non blocking support, and make non blocking support optional.

7e2f24c4c888b5b46fe1b7a86527e438bd38a572 1215538 17-Dec-2011 minfrin

Remove unused variable.

ad89b2a90babfbbc7a53a364d6d5eae0feec9593 1215537 17-Dec-2011 minfrin

Fix the test for APR_HAVE_SYS_SYSLIMITS_H.

23f1535d6a60817d2846bac0aea230ea475d7dcc 1215525 17-Dec-2011 minfrin

mod_firehose: Add a new debugging module able to record traffic passing through the server in such a way that connections and/or requests be reconstructed and replayed.