1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
Go to file
Michael Smith 9940c969bd Bugfix: thread_join is often called after a thread has already exited, which it
does using thread_exit(). thread_exit() was freeing the thread structure, so
thread_join was using freed memory. Rearrange things so that if the thread
is detached, the freeing happens in thread_join instead.

svn path=/trunk/thread/; revision=3944
2002-09-24 07:09:08 +00:00
conf File serving, from the webroot. 2002-08-18 05:06:58 +00:00
doc initial documentation for the win32 port...Using HTML Help to build the win32 help file 2002-08-26 12:40:29 +00:00
m4 Backpropogate hack for libshout test 2002-08-18 05:48:49 +00:00
src Bugfix: thread_join is often called after a thread has already exited, which it 2002-09-24 07:09:08 +00:00
web status.xsl updates, better now. 2002-08-10 08:01:56 +00:00
win32 removed tab for editing configuration file, opted for a much simpler approach (spwan a notepad session) 2002-08-28 20:37:44 +00:00
.cvsignore Add .cvsignore 2001-09-10 02:56:53 +00:00
acinclude.m4 Initial revision 2001-09-10 02:21:46 +00:00
AUTHORS oddsock's win32 port/GUI 2002-08-09 15:55:02 +00:00
autogen.sh fix autogen.sh so that builddir != srcdir works 2002-07-11 04:00:04 +00:00
configure.in Decrement client connections on source termination to avoid eventual "server 2002-08-11 12:15:40 +00:00
COPYING Replace the placeholder with the real license. 2002-02-14 00:58:04 +00:00
HACKING Remove references to checking out sub-modules, this is no longer needed. 2002-08-08 08:26:21 +00:00
Makefile.am Fix broken CFLAGS handling. 2001-10-21 16:13:02 +00:00
README Initial revision 2001-09-10 02:21:46 +00:00
TODO oddsock's win32 port/GUI 2002-08-09 15:55:02 +00:00

This is still experimental.