bump to kh31
The main changes are listed below but there is a lot of noise from behind the scenes work like quicker stats updates, code re-arranging and infrequent used code like the allocation code which is not usually compiled in. Implement scatter-gather IO, initially for flv wrapping as that will make a lot of use of it and should save a lot of memory copies. The icy metadata should also be a candidate for this. Add better handling to relays with multiple servers and fallbacks. Problem entries can be skipped when restarting. Fixup build system for mingw32 cross compile. VC was getting too annoying but should still be an option if needed later. This now allows us to build with newer dependent libs without much extra work. The GUI component is not built now (VC specific) but it was of limited use and most win32 users configure the service. svn path=/icecast/branches/kh/icecast/; revision=18147
Showing
- Makefile.am 7 additions, 2 deletionsMakefile.am
- NEWS 34 additions, 0 deletionsNEWS
- admin/viewxml.xsl 75 additions, 0 deletionsadmin/viewxml.xsl
- configure.in 18 additions, 6 deletionsconfigure.in
- src/Makefile.am 9 additions, 1 deletionsrc/Makefile.am
- src/admin.c 38 additions, 46 deletionssrc/admin.c
- src/auth.c 35 additions, 12 deletionssrc/auth.c
- src/auth.h 0 additions, 3 deletionssrc/auth.h
- src/auth_cmd.c 1 addition, 0 deletionssrc/auth_cmd.c
- src/auth_cmd.h 0 additions, 4 deletionssrc/auth_cmd.h
- src/auth_htpasswd.c 1 addition, 0 deletionssrc/auth_htpasswd.c
- src/auth_htpasswd.h 0 additions, 3 deletionssrc/auth_htpasswd.h
- src/auth_url.c 12 additions, 0 deletionssrc/auth_url.c
- src/auth_url.h 0 additions, 3 deletionssrc/auth_url.h
- src/cfgfile.c 67 additions, 6 deletionssrc/cfgfile.c
- src/cfgfile.h 25 additions, 11 deletionssrc/cfgfile.h
- src/compat.h 10 additions, 4 deletionssrc/compat.h
- src/connection.c 190 additions, 29 deletionssrc/connection.c
- src/connection.h 22 additions, 0 deletionssrc/connection.h
- src/event.c 4 additions, 1 deletionsrc/event.c
Loading
Please register or sign in to comment