]> granicus.if.org Git - apache/history - server
Fix flex and bison usage when building out of tree.
[apache] / server /
2010-09-28 Nick KewAdd "IN" operator to expression parser, to evaluate...
2010-09-28 Stefan FritschThis is just too easy to not do it: Add an 'expr' authz...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-26 Guenter KnaufSmall cleanup and macro rename to make clearer for...
2010-09-26 Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-24 Jeff TrawickFix crash accessing pollset on worker thread when child...
2010-09-23 William A. Rowe JrBecause PATH and the library path are closely interrela...
2010-09-23 Jeff Trawickfix Sun Studio type mismatch warnings
2010-09-21 Nick KewMinor MMN bump for ap_rxplus API
2010-09-21 Nick KewRemove cruft that accidentally got into r999533
2010-09-21 Nick KewIntroduce ap_rxplus class: higher-level regexps support...
2010-09-12 Stefan Fritschadd errorlog formats for request notes and env vars
2010-09-10 Stefan Fritschreadability fix, as suggested by Ruediger Pluem
2010-09-06 Stefan Fritsch- Add another check during ErrorLogFormat parsing
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
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 ;-)
next