]> granicus.if.org Git - apache/history - server
mod_cgid: Log a warning if the ScriptSock path is truncated because
[apache] / server /
2010-09-01 Guenter KnaufAdded require prototypes conditionally to CFLAGS for...
2010-09-01 Jeff Trawickc isn't used after being set (Fortify)
2010-09-01 Jeff Trawickrunning_gen was only set to an interesting value on...
2010-08-30 Daniel Earl PoirierFail startup for vhost configuration problems, rather...
2010-08-27 Eric CovenerPR49809: Allow DirectoryMatch to match the EOL characte...
2010-08-22 Stefan FritschSimplify code as noted by Jeff.
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-20 Jeff Trawickfollow up r987629 with another similar issue
2010-08-20 Jeff Trawickremove useless check for current == NULL; if it is...
2010-08-19 Jeff TrawickFortify complains about an overflow of pad[], which...
2010-08-18 Stefan FritschPerform NULL check before dereferencing arg, not after.
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-18 Stefan FritschAdd the same r->user == NULL check in the Satisfy Any...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-05 Daniel Earl PoirierWith -S, show ServerAlias values that go with the virtu...
2010-08-04 Stefan FritschRe-add AP_DEBUG_ASSERTs that were wrongly removed in...
2010-08-03 Stefan Fritschremove more unused variables
2010-08-03 Stefan Fritschremove more useless use of strlen
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-20 Nick KewTrivial spelling fix so I can close
2010-07-20 Nick KewDon't risk segfault in authz if r->user is not set
2010-07-19 Nick KewEnable SetEnv to set PATH
2010-07-19 Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-07-18 Guenter KnaufAdded http_config.h to make APLOG_USE_MODULE macro...
2010-07-14 Stefan Fritschfix log messages
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Stefan FritschTo save memory, make module_levels a vector of chars...
2010-06-29 Jeff Trawickspelling fix for a comment
2010-06-26 Stefan FritschSave some memory by allocating only the required length...
2010-06-22 Brian HavardOS/2: Add support for ThreadStackSize.
2010-06-22 Brian HavardRemove definition of ap_pid_fname from OS/2 MPM. It...
2010-06-21 Stefan Fritschadd -X to usage message
2010-06-20 Stefan FritschDon't restore r->user after authn/authz failure. Any...
2010-06-20 Stefan FritschFix authorization by user or IP/ENV/...
2010-06-20 Stefan FritschMore trace logging
2010-06-19 Stefan Fritschcore_output_filter improvements:
2010-06-19 Stefan FritschAdd deferred write pool to core_output_filter to clean...
2010-06-15 Stefan FritschChange log_error_core to prefer s over c->base_server...
2010-06-15 Rainer JungRemove unused header file from simple MPM.
2010-06-14 Stefan Fritschcorrect stupid mistake
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-14 Stefan FritschChange the eor bucket to use a pre-cleanup to run the...
2010-06-13 Stefan FritschFix MPM event/libserf build problems: If libserf was...
2010-06-10 Joe OrtonRun filter "init" functions exactly once per request...
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-08 Stefan FritschFix the test of ap_mpm_query's result:
2010-06-08 Stefan Fritschremove APLOG_USE_MODULE from main.c:
2010-06-08 Rainer JungAdd descriptive prefix to pid and tid in the error...
2010-06-07 Rainer JungAdd microsecond timestamps to the error log.
2010-06-07 Rainer JungAdd process id and thread id (if APR has thread support)
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-06-06 Rainer JungSilence compiler warning.
2010-06-03 Stefan FritschMove logic to find module by name into new function...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-12 Jeff Trawickreplace r942897 with the original submitted patch
2010-05-12 Jeff Trawickrevert the PR 43857 fix in r942897 based on a potential
2010-05-10 Jeff Trawickprefork MPM: Run cleanups for final request when proces...
2010-05-05 Jeff Trawickfix compile failure in r940981
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-05-04 William A. Rowe JrIt is not inconvenient to return the derived filename...
2010-04-16 Rich BowenExpand the "NameVirtualHost has no VirtualHosts" error...
2010-04-09 Jeff Trawickmake_sock() sets lr->listen on success, so no need...
2010-04-08 Ruediger Pluem* Fix compiler warning on 64 bit systems (cast from...
2010-04-07 William A. Rowe JrFirst order simplification; Add IncludeOptional for...
2010-04-05 Stefan Fritschfix more errors found by cppcheck
2010-03-30 Graham LeggettRetract veto over inconsistent behaviour between direct...
2010-03-29 Graham Leggettcore: Introduce the IncludeStrict directive, which...
2010-03-15 Stefan Fritschcore: shorten the wait time in ap_lingering_close(...
2010-03-12 Eric Covenerall signs indicate that status value is always -1 on...
2010-03-12 Eric Covenerreduce the warning level in the bindprocessor() call...
2010-03-10 Stefan FritschImprove ap_log_cerror:
2010-03-10 Jeff Trawickstyle nit (fix the one unaligned "=" out of fifteen)
2010-03-05 Ruediger Pluem* Only log a 408 if it is no keepalive timeout.
2010-03-01 Graham LeggettMake sure we request the APR_FINFO_TYPE on the apr_dir_...
2010-03-01 Graham LeggettWhen loading wildcards that are part of a path, only...
2010-03-01 William A. Rowe Jroverlooked for 10 years, impressive ;-)
2010-02-22 Jeff Trawickcomment only: fix name of hook and try to reword for...
2010-02-22 Jeff TrawickFix startup segfault when the Mutex directive is used...
2010-02-16 Graham LeggettUse APR_PID_T_FMT instead of %ld and a cast.
2010-02-16 Daniel Earl PoirierMore correct fix for compile warning about discarding...
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2010-02-16 Daniel Earl PoirierFix compile warning (discarding constness of fname)
2010-02-13 Graham LeggettSupport wildcards in both the directory and file compon...
2010-02-08 Jeff Trawickchange the preprocessor define ap_accept_mutex_type...
2010-02-05 Stefan FritschPrint directive name in error message.
2010-02-04 Daniel Earl Poirierworker: don't report server has reached MaxClients...
2010-02-02 Ruediger Pluem* Use loglevel value for parsing
2010-02-01 Stefan Fritschreplace duplicate code with new function ap_parse_log_l...
2010-01-30 Stefan FritschReplace the Define !FOO syntax by a new UnDefine directive.
2010-01-30 Stefan FritschAllow the Define directive to undefine a variable by...
2010-01-30 Stefan FritschMake ap_pregsub(), used by AliasMatch and friends,...
2010-01-26 William A. Rowe JrRefactor mod_status out of the ExtendedStatus toggle...
2010-01-21 William A. Rowe JrCorrectly align the behavior of headers_in to be consis...
next