1. 01 Oct, 1998 1 commit
  2. 30 Sep, 1998 1 commit
  3. 28 Sep, 1998 1 commit
    • Ken Coar's avatar
      · d1b69730
      Ken Coar authored
      	There appear to be no dissenters (other than for brand-new and
      	incompatible syntaxes) after three days, and I want to get this
      	in for 1.3.3.  It can always be modified or reverted later.
      
      	Add +/- prefixes to IndexOptions keywords, allow merging of
      	multiple occurrences, and document the changes.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82175 13f79535-47bb-0310-9956-ffa450edef68
      d1b69730
  4. 27 Sep, 1998 1 commit
  5. 24 Sep, 1998 1 commit
  6. 17 Sep, 1998 5 commits
  7. 13 Sep, 1998 1 commit
  8. 12 Sep, 1998 2 commits
  9. 10 Sep, 1998 2 commits
  10. 09 Sep, 1998 1 commit
  11. 08 Sep, 1998 2 commits
  12. 07 Sep, 1998 1 commit
  13. 06 Sep, 1998 1 commit
  14. 04 Sep, 1998 1 commit
  15. 02 Sep, 1998 1 commit
    • Ken Coar's avatar
      · dbcd76fe
      Ken Coar authored
      	Update the filname column width-sizing piece of mod_autoindex
      	so that it's customisable with a NameLength keyword on the
      	IndexOptions directive.  A value of '*' means 'as wide as the
      	longest filename,' which was the default effect of the last
      	patch in this area.
      
      PR:	1949, 2324
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81979 13f79535-47bb-0310-9956-ffa450edef68
      dbcd76fe
  16. 31 Aug, 1998 1 commit
    • Ken Coar's avatar
      · 8794b635
      Ken Coar authored
      	Clean up mod_autoindex's storage of the IndexOptions settings.
      	They are per-directory, not per-filename, so keeping them in
      	an array is confusing and pointless.  They're now stored in an
      	int in the module config record.  Also (finally!) fix the
      	FancyIndexing directive so it gets merged into any IndexOptions
      	settings for the current directory, rather than replacing them.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81972 13f79535-47bb-0310-9956-ffa450edef68
      8794b635
  17. 27 Aug, 1998 1 commit
  18. 24 Aug, 1998 1 commit
  19. 19 Aug, 1998 1 commit
  20. 16 Aug, 1998 1 commit
  21. 12 Aug, 1998 2 commits
  22. 11 Aug, 1998 3 commits
  23. 10 Aug, 1998 1 commit
  24. 06 Aug, 1998 3 commits
  25. 05 Aug, 1998 1 commit
  26. 03 Aug, 1998 1 commit
    • Ralf S. Engelschall's avatar
      Link DSO modules against possible libraries from $(LIBS) (take 2) · e743d2fa
      Ralf S. Engelschall authored
      =================================================================
      
      Currently we have the following entry in our dso.html document:
      
      | Because DSO modules cannot be linked against other DSO-based libraries (ld
      | -lfoo) on all platforms (for instance a.out-based platforms usually don't
      | provide this functionality while ELF-based platforms do) you cannot use the
      | DSO mechanism for all types of modules. Or in other words, modules compiled as
      | DSO files are restricted to only use symbols from the Apache core, from the C
      | library (libc) and all other dynamic or static libraries used by the Apache
      | core, or from static library archives (libfoo.a) containing position
      | independend code. The only chance to use other code is to either make sure the
      | Apache core itself already contains a reference to it or loading the code
      | yourself via dlopen().
      
      The important part here is: "cannot be linked .... on all platforms".  But
      there _are_ platform (es...
      e743d2fa
  27. 02 Aug, 1998 1 commit
  28. 30 Jul, 1998 1 commit