- 27 Mar, 2016 3 commits
-
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Philipp Schafft authored
-
- 13 Feb, 2016 1 commit
-
-
Joseph Wallace authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- 10 Feb, 2016 2 commits
-
-
Marvin Scholz authored
This replaces the add node function with the one intended for text nodes to prevent that invalid entities are not encoded and therefore could break the XML output. (See d739c65e and #2255)
-
Thomas B. Rücker authored
-
- 09 Feb, 2016 1 commit
-
-
Marvin Scholz authored
This fixes the issue that auth for STATS method always fails, by adding stats method to legacy admin auth in cfgfile.c
-
- 08 Feb, 2016 1 commit
-
-
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
-
- 06 Feb, 2016 1 commit
-
-
Philipp Schafft authored
-
- 26 Jan, 2016 2 commits
-
-
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)
-
Philipp Schafft authored
-
- 25 Jan, 2016 1 commit
-
-
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)
-
- 24 Dec, 2015 1 commit
-
-
Philipp Schafft authored
This works around the problem that windows ignores tailing dots. This way you could trick Icecast2 to send a XSLT file as plain text. Please test. Closes: #2247
-
- 19 Dec, 2015 2 commits
-
-
Joseph Wallace authored
-
Joseph Wallace authored
-
- 12 Dec, 2015 1 commit
-
-
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
-
- 01 Dec, 2015 1 commit
-
-
Joseph Wallace authored
-
- 28 Nov, 2015 23 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
Move the cluster test inside the space-to-read check with the other tests.
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
We'll sync keyframes on that track next commit.
-
Joseph Wallace authored
-
Joseph Wallace authored
-
Joseph Wallace authored
* Loop over elements in input buffer. * Most are literally copied with their contents without inspection into the header or data buffers as appropriate. * Some only copy the element header, to allow inspecting children elements. * Cluster elements are identified and used as sync points. No probing is done for keyframes *yet*
-
Joseph Wallace authored
-
Joseph Wallace authored
This will allow leaving unparsed data in the input buffer to wait for completion.
-
Joseph Wallace authored
This simplifies some fragile "was the last chunk a sync point?" logic.
-
Joseph Wallace authored
-
Joseph Wallace authored
This should help make future changes to the code clearer.
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-