Skip to content
Snippets Groups Projects
  1. Sep 04, 2016
  2. Jun 28, 2016
  3. Jun 07, 2016
  4. Apr 19, 2016
  5. Apr 13, 2016
  6. Mar 27, 2016
  7. Feb 13, 2016
  8. Feb 10, 2016
  9. Feb 09, 2016
  10. Feb 08, 2016
    • Marvin Scholz's avatar
      Fix invalid entities in listclient xml · d739c65e
      Marvin Scholz authored
      This fixes a bug where listener Referer or User-Agent strings containing
      a sequence like `&T;` was not escaped properly and therefore made the
      whole XML document invalid.
      Injecting new XML nodes (<foo></foo>) was not possible, it seems in the
      worse case all it could cause was that the XML failed to parse.
      
      Fix #2255
      d739c65e
  11. Feb 06, 2016
  12. Jan 26, 2016
    • Marvin Scholz's avatar
      Fix handling of URIs in custom XSL loader · eecbc647
      Marvin Scholz authored
      There was an error how URIs were handled in our custom XSL loader
      that rewrites include URIs to point to admin dir if the include
      is not found in the current dir.
      
      The check for the file would not work if the path contains chars
      that are usually escaped in URIs, like a space (%20), as we get
      a already encoded version of that URI in the loader and did not
      decode it before checking the existence of the file.
      
      (Fix #2249)
      eecbc647
    • Philipp Schafft's avatar
      Added missing line termination · 6e031962
      Philipp Schafft authored
      6e031962
  13. Jan 25, 2016
    • Marvin Scholz's avatar
      Replace autogen.sh with a simple wrapper for autoreconf. · e0c386a7
      Marvin Scholz authored
      The autoreconf tool does the same tool detection the older
      shell script does, and is now sufficiently widely deployed
      to depend on. The new script is what is currently used in
      other Xiph.Org projects.
      
      Note this is a change to the new pattern of needing to
      invoke ./configure separately after running ./autogen.sh.
      
      (Fix #2254)
      e0c386a7
  14. Dec 24, 2015
  15. Dec 19, 2015
  16. Dec 12, 2015
    • Philipp Schafft's avatar
      Fix: Moved <mime-types> into <paths>. · 255af9e6
      Philipp Schafft authored
      This moved the <mime-types> setting into <paths>. The code still
      supports reading it from the root element but will warn the user
      about this.
      
      Also there seems to be no documentation about this setting.
      
      Closes: #2164
      255af9e6
  17. Dec 01, 2015
  18. Nov 28, 2015
Loading