1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
Commit Graph

1788 Commits

Author SHA1 Message Date
Marvin Scholz
630ac9e49b Fix: Skip tests correctly when ffmpeg is missing 2018-08-08 14:42:46 +02:00
Philipp Schafft
d0899fe4fc Fix: Corrected typo in constant name 2018-08-08 10:42:16 +00:00
Philipp Schafft
88aa6c60c9 Update: Added additional diagnostic for resource matches 2018-08-08 10:15:12 +00:00
Philipp Schafft
6cf45fd11d Fix: Handle 0-byte feasts as no-match 2018-08-08 10:14:04 +00:00
Marvin Scholz
5504b58c74 Fix: Use TAP even for compiled tests 2018-08-08 11:33:22 +02:00
Marvin Scholz
20c74f5974 Cleanup: Indent with spaces 2018-08-08 11:32:37 +02:00
Philipp Schafft
4747471108 Fix: Do not use GNU99 inline functions in tests 2018-08-08 09:19:27 +00:00
Philipp Schafft
03092d1049 Fix: Do not asume listener->id != NULL when looking for a listener with a specific ID 2018-08-08 09:04:55 +00:00
Marvin Scholz
ec6a85529d Update: Add some tests with invalid auth 2018-08-07 21:17:12 +02:00
Marvin Scholz
261ef33775 Fix: Improve names and correct wrong test 2018-08-07 21:16:23 +02:00
Marvin Scholz
64fc4720bf Fix: Correct on-connect tests
The actual failure or success was not reported at all before,
additionally wait a bit before checking if the file is there.
2018-08-07 20:59:08 +02:00
Marvin Scholz
1e46a19a0b Fix: Correct wrong listmounts-adminauth-mount test
The expected result when authenticated is of course 200 and not 400.
2018-08-07 20:58:12 +02:00
Marvin Scholz
f005aa710e Fix: Suppress rm output and correct path 2018-08-07 20:56:51 +02:00
Marvin Scholz
91ff31ea26 Feature: Add function for manual test results 2018-08-07 20:55:03 +02:00
Marvin Scholz
d09c0b72f2 Fix: Link already compiled objects for tests 2018-08-07 20:25:34 +02:00
Marvin Scholz
7b7a9830a5 Cleanup: tests Makefile.am 2018-08-07 20:10:49 +02:00
Marvin Scholz
5136d93536 Cleanup: Use $() instead of backticks 2018-08-07 19:30:49 +02:00
Marvin Scholz
9a3782173c Fix: Detect missing submodules in autogen.sh 2018-08-07 19:29:33 +02:00
Marvin Scholz
f8e30d46a4 Cleanup: Comments and output in autogen.sh 2018-08-07 19:13:39 +02:00
Marvin Scholz
b3c3097707 CI: Make IRC notifications for travis less verbose 2018-08-02 13:51:04 +02:00
Marvin Scholz
610d092f4a CI: Add IRC notifications for travis.ci 2018-08-02 13:44:57 +02:00
Philipp Schafft
2d0d496ad4 Fix: Set con->readbuffer = NULL after free() 2018-08-02 09:09:19 +00:00
Philipp Schafft
4f25a5d08d Merge branch 'ph3-tests' 2018-08-01 08:29:43 +00:00
Philipp Schafft
69aff060bf Feature: Added more tests regarding refobject sizes 2018-08-01 07:24:20 +00:00
Philipp Schafft
f82df09d75 Feature: Added tests for refobject 2018-07-27 19:52:24 +00:00
Philipp Schafft
df9af991c5 Cleanup: Removed bad \n 2018-07-27 19:52:24 +00:00
Philipp Schafft
b0f0478655 Update: Updated .gitignore to include ctest tests 2018-07-27 19:52:24 +00:00
Philipp Schafft
5d3913c7a9 Feature: Added tests for resourcematch.c 2018-07-27 19:52:24 +00:00
Philipp Schafft
a1ff38aeba Feature: Added ctest_diagnostic_printf() 2018-07-27 19:52:24 +00:00
Philipp Schafft
0b559f0641 Fix: Corrected copyright 2018-07-27 19:52:24 +00:00
Philipp Schafft
9134c5553b Feature: Added a basic test suite for testing parts of the C code 2018-07-27 19:52:24 +00:00
Philipp Schafft
1d4ce33c1b Merge branch 'ph3-comments' 2018-07-27 19:52:03 +00:00
Philipp Schafft
9cdf5761a0 Update: Added some comments in reportxml.c 2018-07-27 11:55:00 +00:00
Philipp Schafft
3a64ffd2de Update: Improved comments on reportxml.h 2018-07-27 11:44:00 +00:00
Philipp Schafft
6f02daafbf Update: Added a huge number of comments to reportxml.h 2018-07-27 11:27:42 +00:00
Philipp Schafft
dd04ef5f77 Update: Added comments to refobject.h 2018-07-27 10:36:59 +00:00
Philipp Schafft
2f938b8500 Fix: set freed pointer to NULL to avoid access-after-free 2018-07-27 10:36:50 +00:00
Philipp Schafft
e900d8e80c Fix: Fixed end-of-input bug in Base64 encoder 2018-07-27 10:07:30 +00:00
Philipp Schafft
648947fe44 Cleanup: Provided connection_send_bytes() to avoid direct access to con->send() 2018-07-27 10:07:18 +00:00
Philipp Schafft
3f76299e3e Merge branch 'feature-relay-improvements' 2018-07-26 09:27:27 +00:00
Philipp Schafft
1c61903793 Feature: Allow <relay> within <mount> 2018-07-26 09:24:08 +00:00
Philipp Schafft
1e230972fa Feature: Allow <upstream> within <relay> to have a type="" that can be "normal" and "default" 2018-07-26 09:24:01 +00:00
Philipp Schafft
2c8d45310a Fix: Corrected and improved default value handling for relay upstreams 2018-07-26 09:23:56 +00:00
Philipp Schafft
4b2a062aa0 Feature: Allow actually using more than one upstream 2018-07-26 09:23:52 +00:00
Philipp Schafft
bde17102e2 Fix: Corrected copy function so that number of upstreams is preserved 2018-07-26 09:23:37 +00:00
Philipp Schafft
d61acebf96 Update: Fixed indenting 2018-07-26 09:23:32 +00:00
Philipp Schafft
59697252f0 Feature: Added <upstream>-tag to relay config 2018-07-26 09:23:24 +00:00
Philipp Schafft
fee836f697 Cleanup: Seperated relay upstream parser into seperate function 2018-07-26 09:23:16 +00:00
Philipp Schafft
fd4f28274b Cleanup: Seperated relay config from runtime data 2018-07-26 09:23:06 +00:00
Philipp Schafft
75314c2b34 Fix: Corrects setup of client_t in client mode.
Closes: #2336
2018-07-20 11:41:39 +00:00