2003-12-22 |
karl | don't use the same serial number for multiple outgoing...
|
commit | commitdiff | tree |
2003-12-22 |
karl | update encoder setup, use managed mode only when settings...
|
commit | commitdiff | tree |
2003-12-21 |
karl | Add pidfile option, and update email address
|
commit | commitdiff | tree |
2003-12-19 |
karl | handle encode settings better.
|
commit | commitdiff | tree |
2003-12-17 |
karl | Fetching the stream list was failing after the config...
|
commit | commitdiff | tree |
2003-12-17 |
karl | failure case, keep the source count in sync with the...
|
commit | commitdiff | tree |
2003-12-02 |
karl | fix segv when fallback or dumpfilename are not specified
|
commit | commitdiff | tree |
2003-12-01 |
karl | Add optional pidfile. Writes process id of icecast...
|
commit | commitdiff | tree |
2003-12-01 |
karl | cleanup bad pointer access after config re-read
|
commit | commitdiff | tree |
2003-11-18 |
karl | if relay is for an mp3 stream, then get inline metadata...
|
commit | commitdiff | tree |
2003-11-18 |
karl | fix minor leak on config file read
|
commit | commitdiff | tree |
2003-11-18 |
karl | minor cleanup
|
commit | commitdiff | tree |
2003-11-17 |
karl | patch from mike, unlock logger on failure case.
|
commit | commitdiff | tree |
2003-11-17 |
karl | type warning cleanup
|
commit | commitdiff | tree |
2003-11-11 |
karl | While tracking down the bug which causes the zombie...
|
commit | commitdiff | tree |
2003-08-25 |
karl | surround filenames with quotes, so that it's clearer...
|
commit | commitdiff | tree |
2003-08-13 |
karl | random playlist wasn't good enough, some files at the...
|
commit | commitdiff | tree |
2003-08-01 |
karl | fix silly bad pointer bug
|
commit | commitdiff | tree |
2003-07-30 |
karl | fix issues with non-portable echo flags and re-do the...
|
commit | commitdiff | tree |
2003-07-29 |
karl | another compiler cleanup wrt 64bit int/pointer mismatches...
|
commit | commitdiff | tree |
2003-07-27 |
karl | We need to state both of these to get the dependencies...
|
commit | commitdiff | tree |
2003-07-27 |
karl | Plug small memory leak when a thread exits.
|
commit | commitdiff | tree |
2003-07-27 |
karl | remove unwanted bits left in from previous commits
|
commit | commitdiff | tree |
2003-07-27 |
karl | fixup last curl test with all the info it needs and...
|
commit | commitdiff | tree |
2003-07-25 |
karl | place the config reread flag in the global structure
|
commit | commitdiff | tree |
2003-07-24 |
karl | avoid hitting the mutex's in the signal handler, we...
|
commit | commitdiff | tree |
2003-07-24 |
karl | minor fixes. autoconf/make init clenaup, missing includes...
|
commit | commitdiff | tree |
2003-07-24 |
karl | remove duplication for compiler flags, and fixup curl...
|
commit | commitdiff | tree |
2003-07-23 |
karl | minor cleanups
|
commit | commitdiff | tree |
2003-07-21 |
karl | we need to supply the curl cflags into the C preprocessor
|
commit | commitdiff | tree |
2003-07-21 |
karl | Make icecast use the shared M4 macros. Cleanup the...
|
commit | commitdiff | tree |
2003-07-21 |
karl | refer to cfgfile.h instead of config.h for icecast...
|
commit | commitdiff | tree |
2003-07-21 |
karl | let icecast access the m4 macros
|
commit | commitdiff | tree |
2003-07-21 |
karl | a move over from config.c config.h. This is so that...
|
commit | commitdiff | tree |
2003-07-18 |
karl | The xml cleanup occurs after this anyway, and doing...
|
commit | commitdiff | tree |
2003-07-18 |
karl | Add the libcurl check to the m4 archive.
|
commit | commitdiff | tree |
2003-07-17 |
karl | move xml/xslt detection into the m4 tree
|
commit | commitdiff | tree |
2003-07-17 |
karl | fix variable expansion
|
commit | commitdiff | tree |
2003-07-16 |
karl | avoid header namespace clashes
|
commit | commitdiff | tree |
2003-07-11 |
karl | Add log cycling on HUP signals. Currently reopens log...
|
commit | commitdiff | tree |
2003-07-11 |
karl | inverted logic used by some of the new functions fixed...
|
commit | commitdiff | tree |
2003-07-11 |
karl | don't terminate stream when debugging
|
commit | commitdiff | tree |
2003-07-09 |
karl | off by one error fixed and allow - as a filename in...
|
commit | commitdiff | tree |
2003-07-09 |
karl | replace ogg page based timing function, as the previous...
|
commit | commitdiff | tree |
2003-07-09 |
karl | Modify logging framework for providing log cycling...
|
commit | commitdiff | tree |
2003-07-06 |
karl | fix potential segv on updated ices2 playlist
|
commit | commitdiff | tree |
2003-07-02 |
karl | use the stated bitrate in managed mode instead of assuming...
|
commit | commitdiff | tree |
2003-07-02 |
karl | this was never used and it's handled elsewhere anyway
|
commit | commitdiff | tree |
2003-07-02 |
karl | you have to explicity enable YP for outgoing streams.
|
commit | commitdiff | tree |
2003-07-02 |
karl | better have these for the nightly tarball
|
commit | commitdiff | tree |
2003-07-01 |
karl | fix compile failure on solaris, name clash
|
commit | commitdiff | tree |
2003-07-01 |
karl | build cleanup
|
commit | commitdiff | tree |
2003-07-01 |
karl | fixup autoconf to use the shared m4 scripts
|
commit | commitdiff | tree |
2003-07-01 |
karl | switch to using the common m4 macros for ices2
|
commit | commitdiff | tree |
2003-06-29 |
karl | infinite loop/memory leak fix for private streams when...
|
commit | commitdiff | tree |
2003-06-24 |
karl | C++ has 'public' as a reserved keyword.
|
commit | commitdiff | tree |
2003-06-24 |
karl | autoconf seems to be removing trailing spaces, apply...
|
commit | commitdiff | tree |
2003-06-20 |
karl | handle error returned from listening sockets, can cause...
|
commit | commitdiff | tree |
2003-06-18 |
karl | ermmm, let's use the right operator.
|
commit | commitdiff | tree |
2003-06-18 |
karl | minor cleanup for help output consistency
|
commit | commitdiff | tree |
2003-06-18 |
karl | minor cleanup, removes compiler warning, makes it static...
|
commit | commitdiff | tree |
2003-06-18 |
karl | remove file descriptor leak when IPv6 is being used.
|
commit | commitdiff | tree |
2003-06-06 |
karl | double close bug on http connections, causes ices to...
|
commit | commitdiff | tree |
2003-06-06 |
karl | Lets put this in the right place.
|
commit | commitdiff | tree |
2003-06-06 |
karl | Another net change, making it more bullet-proof, before...
|
commit | commitdiff | tree |
2003-04-22 |
karl | add missing check for inet_aton, sock.h wants this.
|
commit | commitdiff | tree |
2003-04-21 |
karl | autoconf updates. Now builds on OpenBSD
|
commit | commitdiff | tree |
2003-04-21 |
karl | icecast.xml in this subdirectory is now removed. This...
|
commit | commitdiff | tree |
2003-04-19 |
karl | off by 1 bug. nul char could be written to unallocated...
|
commit | commitdiff | tree |
2003-04-17 |
karl | admin.h is needed for the tarball or else it will fail...
|
commit | commitdiff | tree |
2003-04-04 |
karl | Fix for when PCM-based metadata updates occur and resampling...
|
commit | commitdiff | tree |
2003-04-03 |
karl | file descriptor 0 is a valid socket
|
commit | commitdiff | tree |
2003-04-01 |
karl | a missing ; on a typedef
|
commit | commitdiff | tree |
2003-03-31 |
karl | hopefully last lot of autotool changes for a while...
|
commit | commitdiff | tree |
2003-03-28 |
karl | missed one file for header namespace cleanup
|
commit | commitdiff | tree |
2003-03-28 |
karl | small cleanups, header file namespace made more unique...
|
commit | commitdiff | tree |
2003-03-28 |
karl | Use the package string from autotools for usage and...
|
commit | commitdiff | tree |
2003-03-26 |
karl | various cleanups of the ices build. Things like make...
|
commit | commitdiff | tree |
2003-03-26 |
karl | Add package wide CFLAGS, typically used for the pthread...
|
commit | commitdiff | tree |
2003-03-26 |
karl | on OpenBSD the compiler starts complaining about missing...
|
commit | commitdiff | tree |
2003-03-26 |
karl | We really need to include the header for the test to...
|
commit | commitdiff | tree |
2003-03-22 |
karl | another Makefile with spaces where there shouldn't be
|
commit | commitdiff | tree |
2003-03-22 |
karl | we can run autoheader now
|
commit | commitdiff | tree |
2003-03-22 |
karl | updates to configure, it builds the config.h now
|
commit | commitdiff | tree |
2003-03-22 |
karl | missed this one, lets try to build the right file
|
commit | commitdiff | tree |
2003-03-22 |
karl | renames the ices config parser to something other than...
|
commit | commitdiff | tree |
2003-03-21 |
karl | tabs needed for Makefile
|
commit | commitdiff | tree |
2003-03-20 |
karl | missing NULL checks
|
commit | commitdiff | tree |
2003-03-18 |
karl | we need to define an API level we want for certain...
|
commit | commitdiff | tree |
2003-03-17 |
karl | add m4 macros from the GNU macro archive for better...
|
commit | commitdiff | tree |
2003-03-17 |
karl | ignore the shout-config generated files
|
commit | commitdiff | tree |
2003-03-17 |
karl | better fix for cases with missing inet_aton
|
commit | commitdiff | tree |
2003-03-15 |
karl | rename the res_* calls/structures as res_init can conflict...
|
commit | commitdiff | tree |
2003-03-14 |
karl | separate the check for pthread_rwlock_t, it will soon...
|
commit | commitdiff | tree |
2003-03-14 |
karl | add the _XOPEN_SOURCE define, which was ommitted from...
|
commit | commitdiff | tree |
2003-03-13 |
karl | don't free the timing structure at end of input. It...
|
commit | commitdiff | tree |
2003-03-13 |
karl | this is now separated into the m4 directory
|
commit | commitdiff | tree |
2003-03-13 |
karl | fix for certain versions of OS X which need thread...
|
commit | commitdiff | tree |
2003-03-13 |
karl | updates to the building of ices, uses a better pthread...
|
commit | commitdiff | tree |
2003-03-12 |
karl | avoid freeing a thread structure a second time.
|
commit | commitdiff | tree |