]> granicus.if.org Git - apache/shortlog
apache
2010-08-18 Stefan FritschRemove obsolete "see error log" log messages.
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-18 Jean-Frederic... Don't log errors when we can't send to client, just...
2010-08-17 Jim JagielskiFix comment and code to be what it should have been/
2010-08-17 Rainer JungUpdate transformations.
2010-08-17 Rainer JungFix validation error on docs xml file.
2010-08-17 Rainer JungFix syntax error in xml file.
2010-08-17 Jim JagielskiFurther checks for non-body requests...
2010-08-17 Jim Jagielskidetab
2010-08-16 Jim JagielskiFor backends which are HTTP/1.1, do a quick test (ping)
2010-08-15 Lucien GentisUpdates.
2010-08-13 Ruediger Pluem* The forward and reverse worker do not keep connection...
2010-08-12 Stefan FritschRevert part of r983116: Don't break the loop if rv...
2010-08-10 Jim Jagielskioops
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-08-09 Igor GalićMissing a word.
2010-08-09 Igor GalićAnd the html..
2010-08-09 Igor Galić[PT] is implied in per-dir context. (Also, FallbackReso...
2010-08-08 Guenter KnaufAdded casts to silent compiler warnings.
2010-08-08 Guenter KnaufUpdated copyright year.
2010-08-08 Guenter KnaufChanged macro for .rc in ap_release.h.
2010-08-06 Philip M. GolluccizRC is never used before its overwritten below the...
2010-08-06 Philip M. Golluccirv is never used which makes the whole if useless
2010-08-06 Philip M. Golluccientry is over written immediately below
2010-08-06 Jeff Trawickaxe unexpected ';' after end of block
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-06 Jeff Trawickcomment fixes for "send" vs. "sent"
2010-08-05 Daniel Earl... With -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-08-03 Stefan Fritschremove some useless use of strlen()
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-08-03 Stefan FritschPass the huge apr_uri_t structs by reference instead...
2010-08-03 Stefan Fritschset free()d pointers to NULL to avoid potential use...
2010-08-02 William A.... Now with a rebuild-all
2010-08-02 William A.... It seems we haven't built in some time
2010-08-02 William A.... Indicate this is a recent revision, didn't try to track...
2010-07-31 Stefan FritschReduce logging noise at graceful restart
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-31 Stefan FritschReplace apr_palloc+memcpy by apr_memdup
2010-07-31 Stefan FritschUpdate docs and comment: the unique id is now 24 charac...
2010-07-31 Rainer JungAdd mod_proxy_scgi to default configuration
2010-07-31 Stefan FritschUpdate description of HTMLTable
2010-07-30 Lucien GentisUpdate.
2010-07-25 Rainer JungUpdate CHANGES.
2010-07-25 Rainer JungAdding sub second timestamps and request end time to...
2010-07-25 Lucien GentisUpdates.
2010-07-25 Rainer JungFix typo in CHANGES.
2010-07-24 Stefan Fritschremove CHANGES entry of change reverted as part of...
2010-07-24 Nick KewMerge mod_dir fixups to avoid possible ordering issues...
2010-07-23 Brian McCallisterexpose subprocess_env on lua request object
2010-07-23 Nick Kewr966869 required mmn bump
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-22 Nick KewUse temp_pool not pool for a string that's a temp
2010-07-22 Nick KewUpdate documentation for AddOutputFilterByType move
2010-07-22 Nick KewSupport multiple names in reimplemented AddOutputFilter...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-22 Guenter KnaufRemoved compiler switch -relax_pointers since no longer...
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-07-21 Rich BowenRebuild new example.
2010-07-21 Rich BowenFixes a non-working example in the int RewriteMap section.
2010-07-21 Rainer JungUpdate SSL cipher suite and add example for SSLHonorCip...
2010-07-21 Nick KewFix omission in r894036 noted by rpluem.
2010-07-20 Greg SteinFix up some SSL configuration, per issue #49484. IE6...
2010-07-20 Nick KewFix processing of long chunk extensions
2010-07-20 Rainer JungReplace "back-slash" with "backslash" in docs.
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 Nick Kewmod_include: recognise "text/html; parameters" as text...
2010-07-19 Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-07-19 Guenter KnaufAdded mod_authn_socache to NetWare build.
2010-07-18 Guenter KnaufAdded http_config.h to make APLOG_USE_MODULE macro...
2010-07-18 Guenter KnaufAdded casts to make strict compilers happy.
2010-07-18 Guenter Knauffixed const for d2i_ASN1_type_bytes() usage.
2010-07-18 Stefan Fritschnote some work in progress
2010-07-17 Lucien GentisUpdates.
2010-07-15 Jim Jagielskinote prelim plan
2010-07-14 Stefan FritschAdd CHANGES entry for r964156
2010-07-14 Stefan FritschAdd some open issues
2010-07-14 Stefan Fritschfix log messages
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-07-13 Stefan Fritsch- add some trace logging
2010-07-11 Eric Covenerwhitespace only
2010-07-11 Stefan FritschImprove trace logging of sent response:
2010-07-11 Jeff Trawickfollow up to r930125
2010-07-11 Jeff Trawickgenerated docs
2010-07-11 Jeff Trawickfix broken stylesheet path
2010-07-06 Stefan FritschFix segfault
2010-07-05 Nick KewAdd a note about problem noted in PR 48652
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-07-03 Rainer JungRemove superfluous EOL from mod_rewrite logging.
2010-07-03 Rainer JungAllow to set environment variables using mod_rewrite...
2010-07-03 Rainer JungFix documented syntax for env var setting in mod_rewrite.
2010-07-02 William A.... Clean iterator call syntax
2010-07-02 William A.... Fix nasty dbm bug that wasn't expiring records; time...
next