2011-06-13 |
Stefan Fritsch | Update redirect-carefully workaround for WebDAVFS 1... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Simplify code with ap_str_tolower() |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | AFAICS, we don't have a default cipher suite but depend... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Disable AECDH ciphers in example config by using !aNULL... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Remove spurious braces to fix clang warning |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Fix handling of cumulative system time |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Introduce new function ap_get_conn_socket() to access... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Code cleanup: |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Merge repeated calls of ap_rputs. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Avoid some memory allocations by using apr_table_setn... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Stefan Fritsch | Avoid some memory allocations by using apr_table_setn... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Stefan Fritsch | Avoid "`sentinel' attribute directive ignored" warning... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Graham Leggett | Update transformations. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Graham Leggett | Ensure variable is initialised before use. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Graham Leggett | For safety, pass trailing buckets following EOS down... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Graham Leggett | mod_data: Introduce a filter to support RFC2397 data... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Stefan Fritsch | Log the proper module name on errors |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Stefan Fritsch | Log a more obvious message if apr cannot load its dbm... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Stefan Fritsch | Don't return an undefined value if opening of a read... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Graham Leggett | mod_cache: Ensure that r->content_type is set when... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Fritsch | Update transforms |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Fritsch | purge some useless uses of '.*' |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Fritsch | The example configuration looks good enough to me |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Fritsch | Make the MSIE BrowserMatch regexp fit for MSIE 10.... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Fritsch | Use Require method instead of deprecated Limit/LimitExcept |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Fritsch | Introduce ap_(get|set)_core_module_config() functions... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Eric Covener | TraceEnable is per-virtualhost, not just per-server. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Stefan Fritsch | - Introduce concept of context prefix (which is an... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Stefan Fritsch | - Add <ElseIf> and <Else> to complement <If> sections... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Stefan Fritsch | Fix wrong condition that may lead to NULL being set... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Fritsch | Reorder members in core_dir_config to be more logical... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Fritsch | Add __attribute__((sentinel)) to a few functions that... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Fritsch | Make ap_rputs an inline function, as it is mostly used... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Fritsch | Use define'd names for constants |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Fritsch | Avoid using a tmpfile with fixed name when creating... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Fritsch | Several fixes for the ap_ldap build logic. This should... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Eric Covener | PR51307: Fix ldap_rebind build error when ldap is enabl... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Joe Orton | * modules/ssl/ssl_engine_pphrase.c: Fix comment, no... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
William A.... | Some small progress towards building against apr[util... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | Fix include path relative to modules/ldap/ |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | solve getpid() process.h function order |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | LDAP_DECLARE Header adjustment for nw/win32 |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | Shift declaration logic of LDAP_DECLARE to ap_ldap... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | I can't be the only person in need of this helper ... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | Missed the sortation order on rename |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | This is rather irritating. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
William A.... | Incorporate the ap_ldap incomplete API, as there is... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Stefan Fritsch | mod_ext_filter: Remove DebugLevel option in favor of... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Stefan Fritsch | Fix cut'n'paste error |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Stefan Fritsch | update xforms |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Stefan Fritsch | Use the new "ap_expr" expression parser. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Stefan Fritsch | Add some features to ap_expr for use by mod_include: |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Stefan Fritsch | Fix config setting after r1128430 has changed some... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Stefan Fritsch | properly merge directory configs in mod_include |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Rich Bowen | Rebuild transformations of numerous files. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Rich Bowen | Rebuild transformations for r1127905 |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Rich Bowen | Mention that the error log format is now configurable. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Graham Leggett | mod_cache: Clarify which scenario we have present,... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Graham Leggett | rpm spec file: Prereq and BuildPrereq are deprecated... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Graham Leggett | mod_session_crypto: Use the apr v2.0 crypto interface... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Stefan Fritsch | Fix various "variable 'x' set but not used" warnings. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Stefan Fritsch | mod_charset_lite: |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Stefan Fritsch | Replace some "apr_p[c]alloc / memcpy" constructions... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Stefan Fritsch | Change the indentation to resemble the rest of the... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Stefan Fritsch | Add ap_regexec_len() function that works with non-null... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Lucien Gentis | Updates. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Stefan Fritsch | Some LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOL... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jim Jagielski | Add in BalancerGrowth and its functionality... this... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jim Jagielski | xforms |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jim Jagielski | Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jim Jagielski | Oops... wrong branch. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
William A.... | Correct Win64 Servername Identification |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Rich Bowen | Who even knows what ISINDEX means any more? Well, other... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Jeff Trawick | When shutting down with worker or event with active... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Graham Leggett | Both lastmod and lastmods resolve to 0 when unset,... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Jeff Trawick | fill in conn_rec::current_thread for WinNT, NetWare... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Jeff Trawick | fix some typos in comments |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Graham Leggett | mod_cache: When content is served stale, and there... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Stefan Fritsch | Improvements found by cppcheck: |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Graham Leggett | Remove the references to apr_crypto_t where apr_crypto_... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Graham Leggett | Add API protection against the deprecated v1.4 apr_cryp... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Graham Leggett | Reorder the parameters as per the updated apr v2.0... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Graham Leggett | Use namespace protection on mode and type constants. |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Justin Erenkrantz | Fix memory leak in mod_deflate.c when SetOutputFilter... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Stefan Fritsch | If chunked encoding / content-length are corrupt, we... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Stefan Fritsch | Fix a timed out connection going into the keep-alive... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Stefan Fritsch | Log messages at the various points where mod_deflate... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Lucien Gentis | updates. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Stefan Fritsch | one ap_expr item done |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Stefan Fritsch | Also add the -U and -F operators for doing subrequest... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Lucien Gentis | Update. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Stefan Fritsch | Add various file existance test operators to ap_expr |
commit | commitdiff | tree | snapshot |
2011-05-14 |
William A.... | One I'm signing up to finish |
commit | commitdiff | tree | snapshot |
2011-05-14 |
William A.... | Some STATUS thoughts from the 2.4.0 barcamp session |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Jim Jagielski | Update xforms |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Jim Jagielski | Add in new mod_proxy "extension" module: mod_proxy_express. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Rainer Jung | Fix configure error when configuring module set "really... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Stefan Fritsch | Use APR_STATUS_IS_... in some more cases. |
commit | commitdiff | tree | snapshot |
next |