Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
e07080a0
Commit
e07080a0
authored
Feb 02, 2003
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added references to geturl.h
svn path=/trunk/icecast/; revision=4314
parent
289c58f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/connection.c
src/connection.c
+4
-0
src/slave.c
src/slave.c
+1
-0
No files found.
src/connection.c
View file @
e07080a0
...
...
@@ -34,7 +34,10 @@
#include "logging.h"
#include "xslt.h"
#include "fserve.h"
#include "yp.h"
#include "source.h"
#include "geturl.h"
#include "format.h"
#include "format_mp3.h"
...
...
@@ -511,6 +514,7 @@ static void handle_metadata_request(client_t *client)
thread_mutex_unlock
(
&
(
state
->
lock
));
DEBUG2
(
"Metadata on mountpoint %s changed to
\"
%s
\"
"
,
mount
,
value
);
stats_event
(
mount
,
"title"
,
value
);
client
->
respcode
=
200
;
bytes
=
sock_write
(
client
->
con
->
sock
,
"HTTP/1.0 200 OK
\r\n
Content-Type: text/html
\r\n\r\n
"
...
...
src/slave.c
View file @
e07080a0
...
...
@@ -38,6 +38,7 @@
#include "client.h"
#include "stats.h"
#include "logging.h"
#include "geturl.h"
#include "source.h"
#include "format.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment