]> granicus.if.org Git - apache/history - modules
Various code cleanup to avoid compiler, cppcheck, or clang warnings:
[apache] / modules /
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
2011-12-18 Stefan FritschAvoid segfault if url->hostname is NULL and filter...
2011-12-18 Stefan Fritschremove some dead code
2011-12-18 Graham Leggettmod_firehose: Ensure directives are defined global...
2011-12-18 Graham Leggettmod_firehose: Support portable non blocking support...
2011-12-17 Graham LeggettRemove unused variable.
2011-12-17 Graham LeggettFix the test for APR_HAVE_SYS_SYSLIMITS_H.
2011-12-17 Graham Leggettmod_firehose: Add a new debugging module able to record...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-12 Kaspar Brandlogging adjustments:
2011-12-12 Jeff TrawickdefinAtely
2011-12-12 Kaspar BrandStreamline TLS session ticket key handling (added in...
2011-12-07 Stefan FritschVarious fixes for log message tags:
2011-12-07 Stefan FritschRemove usage of APLOG_NOERRNO. It has been a no-op...
2011-12-07 Stefan FritschRemove unused variable
2011-12-07 Joe Orton* modules/: More doxy group fixes.
2011-12-07 Guenter KnaufRemoved some proxy imports from NetWare build.
2011-12-07 Guenter KnaufRemoved import file since now dynamically generated.
2011-12-07 Kaspar BrandAdjust the OpenSSL session id context for SNI configura...
2011-12-06 Guenter KnaufNetWare build fixes.
2011-12-06 Graham Leggettmod_cache: Remove dead code from the legacy mod_mem_cac...
2011-12-05 Mladen TurkNo need for process.h system include since we don't...
2011-12-05 Mladen TurkAxe check for second post config call. New ap_state_que...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Graham Leggettmod_slotmem_shm: Remove the colon syntax to indicate...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Stefan FritschChange the provider names to match the module names:
2011-12-04 Stefan FritschMore pointers to mod_socache*
2011-12-04 Rainer JungPartially revert r1203859: use a fixed string
2011-12-04 Stefan FritschPoint to mod_socache_* in the SSLSessionCache error...
2011-12-03 Graham Leggettmod_proxy: Remove dead code ap_proxy_table_unmerge().
2011-12-03 Graham Leggettmod_proxy: Move ap_proxy_strmatch_path and ap_proxy_str...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_make_fake_req() from the...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_make_fake_req() from the...
2011-12-03 Graham Leggettmod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.
2011-12-03 Graham Leggettmod_proxy: Remove dead code.
2011-12-03 Graham Leggettmod_proxy: Make the ap_proxy_is* functions private.
2011-12-03 Graham Leggettmod_proxy: Make sure we populate the client IP from...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_date_canon() from the public...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_buckets_lifetime_transform...
2011-12-03 Graham Leggettmod_cache: Remove ap_cache_liststr(), it duplicates...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_liststr(), it duplicates...
2011-12-02 Graham Leggettmod_proxy: Move ap_proxy_string_read() out of the publi...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_proxy: Make ap_proxy_retry_worker() into an optiona...
2011-12-02 Stefan FritschFix apr_status_t being passed as loglevel
2011-12-02 Graham Leggettmod_auth_form: Use apr_status_t for the mod_session...
2011-12-02 Graham Leggettmod_session_dbd: Use apr_status_t as a return code...
2011-12-02 Graham Leggettmod_session: Use apr_status_t as a return code across...
2011-12-02 Stefan FritschFix segfault with Solaris LDAP SDK when enabling ldaps.
2011-12-02 Graham Leggettmod_session_crypto: Fix a pool lifetime problem when...
2011-12-02 Joe OrtonFix for additional cases of URL rewriting with ProxyPas...
2011-12-01 Graham Leggettmod_rewrite: Add the AllowNoSlash RewriteOption, which...
2011-12-01 Jim JagielskiUse 2 sep hashing functions to account for collisions...
2011-11-30 Stefan FritschRemove some getpid() logging, this is now also included...
2011-11-30 Graham Leggettmod_cache: Apply the API change that allows future...
2011-11-30 Stefan FritschRemove some more now redundant log prefixes
2011-11-30 Guenter KnaufAdded missing proxy import to Netware build.
2011-11-30 Guenter KnaufFixed compilation for non-*nix platforms.
2011-11-30 Graham Leggettmod_session_crypto: Add a SessionCryptoPassphraseFile...
2011-11-30 Jim Jagielskiuse a style sheet... ideally we would pull one off...
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-11-29 Graham Leggettmod_dbd: The dbd_prepared_init() function reported...
2011-11-29 Jim JagielskiEnsure casing doesn't matter... (we know balancer-...
2011-11-29 Jim JagielskiSome optimization... we have a hash, use it. Quicker...
2011-11-29 Jim Jagielskiwhitespace
2011-11-29 Jim JagielskiLogic which makes the balancer "active" or not... so...
2011-11-29 Jim JagielskiInstead of running thru all kinds of logic paths, just...
2011-11-28 Jim JagielskiExpose the path that the balancer handles...
2011-11-28 Jim JagielskiPull this out as a sep function to allow for full vhosting
2011-11-28 Jim Jagielski"Final" (I hope) proxy struct/API changes in order...
2011-11-28 Jim JagielskiError-check.
2011-11-27 Stefan Fritsch- Add some error handling for writing to the output...
2011-11-27 Stefan FritschFix some warn_unused_result compiler warnings by checki...
2011-11-26 Graham LeggettReplace a missed version of remote_addr with the new...
2011-11-25 Graham LeggettRemove unused variables.
2011-11-25 Graham LeggettRemove unused variable.
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-25 Jim JagielskiMove useful and shared balancer stuff to the shm slot...
2011-11-25 Jim JagielskiAllow compile time changes of field sizes and be more
2011-11-24 Jim JagielskiUse varargs...
2011-11-23 Jim JagielskiUse ap_pass_brigade_fchk()
2011-11-23 Eric Covenermod_negotiation: don't return non-AP_FILTER_ERROR filte...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Stefan FritschDowngrade some more error messages about broken client...
2011-11-21 Graham Leggettmod_cache_disk: Make sure we check return codes on...
2011-11-21 Jim Jagielskicheck return status
2011-11-21 Jim Jagielskivalue never used: dead assignment
2011-11-21 Jim JagielskiNever used.
2011-11-21 Eric Covenerroll back pair of recent autoindex changes (1204355...
2011-11-21 Eric CovenerPR51471: IndexIgnore doesn't work in DirectoryMatch.
2011-11-21 Eric CovenerPR39923: Allow AddDescription to work with absolute...
2011-11-20 Graham Leggettmod_include: The SSIAccessEnable directive existed...
2011-11-20 Stefan FritschFix segfault caused by r1204104 on non-async mpms.
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-11-19 Graham Leggettmod_cache_disk: Remove the unnecessary intermediate...
2011-11-18 Stefan FritschMore ap_log_rerror() usage and axe some more AJP: prefixes
2011-11-18 Graham LeggettStyle fixes, no functional change.
2011-11-18 Stefan FritschLog fatal errors at level CRIT, not at some random...
next