Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

AzuraCast

A self-hosted web radio management suite, including turnkey installer tools and an easy-to-use web app to manage your stations.
Collective - Host: opensource - https://opencollective.com/azuracast - Website: https://azuracast.com/ - Code: https://github.com/AzuraCast

fix up stats link feed processing and avoid the PE reference decoding of %

github.com/AzuraCast/icecast-kh-ac - 6fb00b4cea4b9162ae93218ead70e7c46815003d authored almost 12 years ago by Karl Heyes <[email protected]>
merge limits for stats link sends.

Some safety limiters to stop memory leaks, and threshold limits adjusted

github.com/AzuraCast/icecast-kh-ac - 163710234e20a12dc5b8a6e575f8d739c05b3d6d authored almost 12 years ago by Karl Heyes <[email protected]>
avoid possible NULL deref

github.com/AzuraCast/icecast-kh-ac - 8e1e92c4810d6db79526d0783dcfa5ba9486d627 authored almost 12 years ago by Karl Heyes <[email protected]>
reorder initial stats link data, make all NEW commands appear first

github.com/AzuraCast/icecast-kh-ac - 48b1f2fed6aae9993e13d6d958703a47e7d9b743 authored almost 12 years ago by Karl Heyes <[email protected]>
a wake up of the on demand relay may of been ignore if the cross cpu sync up is not done

Only a lock will flush that so make sure it's done when checking for startup, the listeners
coun...

github.com/AzuraCast/icecast-kh-ac - b33f7e764611c305186584c3db306e744a02984b authored almost 12 years ago by Karl Heyes <[email protected]>
avoid infinite loop case, should be hard trigger but better to report and ignore it

github.com/AzuraCast/icecast-kh-ac - cf94bba560a8f941a5e19c79c7731d4230bd0efa authored almost 12 years ago by Karl Heyes <[email protected]>
prevent the odd (n effect on titles. NULL pointer issue

github.com/AzuraCast/icecast-kh-ac - 1cd155076d621cc9c71eb088baffc6cb2f211004 authored almost 12 years ago by Karl Heyes <[email protected]>
report any invalid PE references being translated and what triggered them

github.com/AzuraCast/icecast-kh-ac - 5e54279fcc80b8309e8aa86e95b5b4a053b9e809 authored almost 12 years ago by Karl Heyes <[email protected]>
reduce mpeg structure size on 64bit builds

github.com/AzuraCast/icecast-kh-ac - c573809c7bf22a578513f9725a338829a11fa144 authored almost 12 years ago by Karl Heyes <[email protected]>
reset error count for now if we finally have a full frame.

A looping file eg fallback file with ID3 ignore would accumulate the count and
eventually drop t...

github.com/AzuraCast/icecast-kh-ac - a3e2c83fd82fc97ff8fb45185f6d6a483d84d43e authored almost 12 years ago by Karl Heyes <[email protected]>
Only loop through data if data is an array

github.com/AzuraCast/azuraforms - a990001eddff2b53903c4097d892357404560d2e authored almost 12 years ago by Luke Rotherfield <[email protected]>
When initiating listener remove triggers, only consider GET requests

This should only usually occur if a 403 is returned after url has already
authenticated the atte...

github.com/AzuraCast/icecast-kh-ac - 2f4265033153008b41c9872ad1de2e05262b45c1 authored almost 12 years ago by Karl Heyes <[email protected]>
on-demand flag needs to be cleared on a restart to prevent slave thread finding an available source

this is more an issue for any inactive on-demand relays that are in delayed restart

github.com/AzuraCast/icecast-kh-ac - e3f4aa3ec174343abe4388bcb2aff4d96880b03a authored almost 12 years ago by Karl Heyes <[email protected]>
expand on build checks for more unusual cases

github.com/AzuraCast/icecast-kh-ac - 817e1aedb810769abf7b6b60bc2e0aa7e288dcce authored almost 12 years ago by Karl Heyes <[email protected]>
missing initialisation bug. could cause incorrect settings for log cycling

on mingw32 at least the log trigger setting was wrong causing log cycles to
trigger after each e...

github.com/AzuraCast/icecast-kh-ac - 062514ad3c00317041445463cc126ade3b659559 authored almost 12 years ago by Karl Heyes <[email protected]>
minor build fix for compile warning wrt alloca

github.com/AzuraCast/icecast-kh-ac - 699c4ba76f84bb738fdcee90286a4680abedb531 authored almost 12 years ago by Karl Heyes <[email protected]>
autoload

github.com/AzuraCast/azuraforms - 4be87dc90de711319bac808b88fed33fc037bbc7 authored almost 12 years ago by Luke Rotherfield <[email protected]>
composer.json file contents

github.com/AzuraCast/azuraforms - dd8faa9d706785e4fcb7499b5a2d0fb7a8ad428b authored almost 12 years ago by Luke Rotherfield <[email protected]>
composer.json file

github.com/AzuraCast/azuraforms - 2c3421ed93c23f97d2c4501baf01fb94be1afa7c authored almost 12 years ago by Luke Rotherfield <[email protected]>
build updates, for include tests

github.com/AzuraCast/icecast-kh-ac - d8b2d3bd3da6fb39f0385b9332a8b41583df8e53 authored almost 12 years ago by Karl Heyes <[email protected]>
listener count could get out of sync, leading to source staying around and possible fault

the count is now only modified in cases where the listener is actually added, a failed
fallback ...

github.com/AzuraCast/icecast-kh-ac - 29eb4e288dddc6c15406d8dada4b140f1927e729 authored almost 12 years ago by Karl Heyes <[email protected]>
small include fixups

github.com/AzuraCast/icecast-kh-ac - 8b8228babd99c35240353ae40425982aeec6c847 authored almost 12 years ago by Karl Heyes <[email protected]>
minor configure clean up

github.com/AzuraCast/icecast-kh-ac - 053cbdf50bdb637c1aec803482ac77ea949bdfa4 authored almost 12 years ago by Karl Heyes <[email protected]>
only drop listener count if listener has finally left

it is possible that a listener can be in the process of being moved from
a source which fails an...

github.com/AzuraCast/icecast-kh-ac - 1961a3d0f1ba64594a4c599a7c0774b10628c1ca authored almost 12 years ago by Karl Heyes <[email protected]>
minor log msg cleanup, report both local and remote mountpoints on error

github.com/AzuraCast/icecast-kh-ac - ee4bdbc9d7b1d7edc444d381e85672742e6a9e9e authored almost 12 years ago by Karl Heyes <[email protected]>
add explicit NULL in default case, cannot rely on zero'd array

github.com/AzuraCast/icecast-kh-ac - c15756dba24351ca305348ab7f6c6abcada21c70 authored almost 12 years ago by Karl Heyes <[email protected]>
adjust scope of locking at source initialisation, fixes possible deadlock bug with relay

github.com/AzuraCast/icecast-kh-ac - 4e94b63b99548ee2fb973347d2e9d0012d9ef906 authored almost 12 years ago by Karl Heyes <[email protected]>
fix intro file bug, triggering client drop

github.com/AzuraCast/icecast-kh-ac - f9eba332af8bf07145c7febca82eaea859a6ae19 authored almost 12 years ago by Karl Heyes <[email protected]>
KH6 release

github.com/AzuraCast/icecast-kh-ac - 7e168fa8257d796e81ddccea2ac5cdc9d3ac4128 authored almost 12 years ago by Karl Heyes <[email protected]>
minor build verification fix

github.com/AzuraCast/icecast-kh-ac - c81b5f1964163013801e1382ab0f25abfd63e385 authored almost 12 years ago by Karl Heyes <[email protected]>
win32 fix, enable prototypes, and avoid shared libgcc

github.com/AzuraCast/icecast-kh-ac - 4070b18777e5b7e62d29227ebe9823882b38bf22 authored almost 12 years ago by Karl Heyes <[email protected]>
on some kernel releases, SOCK_CLOEXEC is defined but not implemented

This means a compile switch cannot be used, so we wrap the socket calls behind
a function switch...

github.com/AzuraCast/icecast-kh-ac - eb4783a5c8264b002f094913eb4bf59e4a50c39f authored almost 12 years ago by Karl Heyes <[email protected]>
update build files

github.com/AzuraCast/icecast-kh-ac - 8d7e04602e5cf6061e051d73148405b9e59e4f40 authored almost 12 years ago by Karl Heyes <[email protected]>
fix for override cascade. clients on fallback files were not being picked up

github.com/AzuraCast/icecast-kh-ac - abcf8eb4987beff5f76ccbe6d9b69c3bf2e4c0da authored almost 12 years ago by Karl Heyes <[email protected]>
compile cleanup for ming32 build.

most is really just header ordering, and defining macros. This is
against F18 mingw

github.com/AzuraCast/icecast-kh-ac - ba2e77b1bf8648844c707b1520a9a61a1e1bfcbe authored almost 12 years ago by Karl Heyes <[email protected]>
compile cleanup, no functional change

github.com/AzuraCast/icecast-kh-ac - 89d52cf46e30de73668d40ce9913534f36466102 authored almost 12 years ago by Karl Heyes <[email protected]>
avoid the automatic configure run for now

github.com/AzuraCast/icecast-kh-ac - e1c0f5c4c13b4ca6512300457bebbac27ea44ae1 authored almost 12 years ago by Karl Heyes <[email protected]>
simple expansion for allowing multiple args on [dis]connect scripts

without args, the mountpoint is supplied, for compatability. spaces are
not allowed within an ar...

github.com/AzuraCast/icecast-kh-ac - 9e031dcb3106476ddf012836c705351f71712a14 authored almost 12 years ago by Karl Heyes <[email protected]>
the legacy complete routine updates stats so make sure the stats handle exists before then

github.com/AzuraCast/icecast-kh-ac - f0553407046e7300a126e1a2bd48e2e1a34cbaba authored almost 12 years ago by Karl Heyes <[email protected]>
fixup header tweaks for iphone and blackberry

github.com/AzuraCast/icecast-kh-ac - 9840a79edca899128ad28162716eed45ba076544 authored almost 12 years ago by Karl Heyes <[email protected]>
if we hanve a stats handle then use it when applying stats

make sure we have stats handle in cases such as relay startup or
being re-enabled as well

github.com/AzuraCast/icecast-kh-ac - b0e87b6249e2bb897f4a344a4a53c585a63c401b authored almost 12 years ago by Karl Heyes <[email protected]>
either use system fnmatch or shipped one, always available

github.com/AzuraCast/icecast-kh-ac - 9e020e6779a548afeda69e1654b7ff60038b5295 authored almost 12 years ago by Karl Heyes <[email protected]>
small log message cleanups

github.com/AzuraCast/icecast-kh-ac - e4a55ca5d3cde5564940ca494820cf9d9248c679 authored almost 12 years ago by Karl Heyes <[email protected]>
don't drop authenticated flag if 2xx response already given

this should deal with failed fallback cases not triggering listener_remove

github.com/AzuraCast/icecast-kh-ac - efb88e090bf525e039d3a857b7c6b1faac6df0ef authored almost 12 years ago by Karl Heyes <[email protected]>
need to revert this one line to keep sources count in sync

github.com/AzuraCast/icecast-kh-ac - 931d3d931f0e3f685501e31fb97a00f96b1f1c33 authored almost 12 years ago by Karl Heyes <[email protected]>
minor initialisation bug, should not really affect anything

github.com/AzuraCast/icecast-kh-ac - b2366291d642810be6e0133a9a81d86f6cb833e7 authored almost 12 years ago by Karl Heyes <[email protected]>
stats flush takes a lock itself so avoid that case

github.com/AzuraCast/icecast-kh-ac - 0fd3cdc2dd49281d995a73e4a528fed92e525923 authored almost 12 years ago by Karl Heyes <[email protected]>
update relay shutdown to use newer stats api.

github.com/AzuraCast/icecast-kh-ac - ca461d7d1da51fffaa64c2b56ab59e166bea9753 authored almost 12 years ago by Karl Heyes <[email protected]>
expand lock scope when expiring entries from the cache

make sure we lock the file node details in each case when running the scan
for expiry. It could ...

github.com/AzuraCast/icecast-kh-ac - a7756af1f96d2b2c2d1dc41ed7daeead8c2c20e5 authored almost 12 years ago by Karl Heyes <[email protected]>
safety check on xml, would lead to segv when applying changes

github.com/AzuraCast/icecast-kh-ac - b8874afcb34caba9dbfb86bb73c2dfb5efb21386 authored almost 12 years ago by Karl Heyes <[email protected]>
stats trigger cleanup for relays

in some cases, stats were being generated needlessly, eg on a relay retry delay
or not at all, l...

github.com/AzuraCast/icecast-kh-ac - 42e260ee3caf54afa77c52156f1acaedd40f765c authored almost 12 years ago by Karl Heyes <[email protected]>
formField to just field

github.com/AzuraCast/azuraforms - c9b86e5fcaf082a345a13893dd2220242ba78bf1 authored almost 12 years ago by Luke Rotherfield <[email protected]>
readme update for psr compliance

github.com/AzuraCast/azuraforms - f06eb2a48ec9abf4d19b6701849fd0299e8fee32 authored almost 12 years ago by Luke Rotherfield <[email protected]>
useful in its own class

github.com/AzuraCast/azuraforms - ee6d4a1c5236af5d4236646ce0b4f5fbc277af8f authored almost 12 years ago by Luke Rotherfield <[email protected]>
vendor name in namespace and dir structure for PSR compliance

github.com/AzuraCast/azuraforms - ebb996646fd92353b79003750dadeb89f0aa31a8 authored almost 12 years ago by Luke Rotherfield <[email protected]>
More PSR compliance work

github.com/AzuraCast/azuraforms - 5256b79e372283721df56f38f9039dc7a1675b21 authored almost 12 years ago by LRotherfield <[email protected]>
psr2 level run from http://cs.sensiolabs.org/

github.com/AzuraCast/azuraforms - c6e2759f2011286acc015edc4def4a47895c0d57 authored almost 12 years ago by LRotherfield <[email protected]>
drop use of older stats API, could cause a deadlock

github.com/AzuraCast/icecast-kh-ac - fb4816951f95d81512979ac2fb820073cf5bea3d authored almost 12 years ago by Karl Heyes <[email protected]>
fix queue pos accounting for short writes on iceblock sending

if the queue pos is incorrect then the listener drop handler breaks and can
cause incorrect memo...

github.com/AzuraCast/icecast-kh-ac - 189c17577f7eabfd58d727d0a78add5d3c2139d0 authored almost 12 years ago by Karl Heyes <[email protected]>
trap for invalid case. for debug

github.com/AzuraCast/icecast-kh-ac - b96be9fe17a86090666511a400c140d8240f2baa authored almost 12 years ago by Karl Heyes <[email protected]>
revert previous commit but avoid a 0 length buffer in scattered writes

github.com/AzuraCast/icecast-kh-ac - e297a7f56246de4ad3959e7f3d0c66d8f03da0a9 authored almost 12 years ago by Karl Heyes <[email protected]>
handle unusual case of multiple small writes to metadata blocks to listeners

If icy metadata intervals are very short, then it was possible that multiple
short writes are re...

github.com/AzuraCast/icecast-kh-ac - f301269fa535f817bd1b3c5ef45d8404b36871b5 authored almost 12 years ago by Karl Heyes <[email protected]>
back out a previous commit, force listeners on inactive relays to build headers again.

with inactive on-demand relays, the details for the relay are not yet set, so if
a listener conn...

github.com/AzuraCast/icecast-kh-ac - 803eab51df857b64311b4754cedb98aa34d89d59 authored almost 12 years ago by Karl Heyes <[email protected]>
strip empty and NibbleForms from class variable

github.com/AzuraCast/azuraforms - 867eb40b08768bc7d60ea05fb453d9b800a038aa authored almost 12 years ago by LRotherfield <[email protected]>
strip whitespace from class variable

github.com/AzuraCast/azuraforms - dd3e1271018160c36e17f504f5b24de0eab8b9fa authored almost 12 years ago by LRotherfield <[email protected]>
__DIR__ instead of dirname

github.com/AzuraCast/azuraforms - cedc8e4899419713e1b05d08f76117cc72ac9fc1 authored almost 12 years ago by LRotherfield <[email protected]>
parse errors in xsl files should be logged, cleanup code as well

some previous commit had dropped logging xsl parse errors to log file, so
make sure that applies...

github.com/AzuraCast/icecast-kh-ac - d9675c3be09a9d8b4220bb6a0fda51759b9db328 authored almost 12 years ago by Karl Heyes <[email protected]>
require_once for files in autoloader

github.com/AzuraCast/azuraforms - 5d55537f0d017177096bd7d96e4da4b71caab1f9 authored almost 12 years ago by LRotherfield <[email protected]>
double unlock fix, and make sure a 404 is returned for missing file request

github.com/AzuraCast/icecast-kh-ac - 0e2597e0762a5dbe995b838fd66652fca28c8dbc authored almost 12 years ago by Karl Heyes <[email protected]>
avoid spin lock test for BSD, allow for fallback to mutexes

spin locks are used for very short lived sections and has been working
nicely but there has been...

github.com/AzuraCast/icecast-kh-ac - 9c11abb915b0e8dcd5c310b9ca6593837c18a088 authored almost 12 years ago by Karl Heyes <[email protected]>
fixup the 200/206 handling for streams and files

It seems that iphones do not like a 206 response when they send that range
request of 0-1 or 0-x...

github.com/AzuraCast/icecast-kh-ac - a67190192f191461326982d6e0e0b4446b2c3d6a authored almost 12 years ago by Karl Heyes <[email protected]>
use correct mime type for stats link, not often used yet.

github.com/AzuraCast/icecast-kh-ac - d43dffb94e76e6cb6a31e0d9ddec7476959c794f authored almost 12 years ago by Karl Heyes <[email protected]>
hidden forms label false]

github.com/AzuraCast/azuraforms - 86d9b433549917a75f0caa0cffbe5290ba3b652e authored almost 12 years ago by Luke Rotherfield <[email protected]>
force a lower default max size for range replies

webkit at least has been reported to have issues on this, probably a too
large value issue so us...

github.com/AzuraCast/icecast-kh-ac - fe06a772e12ca120a0d4f6ceb3b9ca383b261f68 authored almost 12 years ago by Karl Heyes <[email protected]>
readme tweaks

github.com/AzuraCast/azuraforms - f1569cc2883a89f3b8686bc5a96f7ee0ca032645 authored almost 12 years ago by Luke Rotherfield <[email protected]>
MIT License

github.com/AzuraCast/azuraforms - 76eb4ee705e67d2164232d9fdd11253adc98f7d7 authored almost 12 years ago by LRotherfield <[email protected]>
readme update and __DIR__ useage

github.com/AzuraCast/azuraforms - fbf1afe4abc413256cf1391e9d767671f2c551af authored almost 12 years ago by LRotherfield <[email protected]>
password validator update

github.com/AzuraCast/azuraforms - d143f9c3e4179ac50725fc34bbc8d9a08066fc35 authored almost 12 years ago by LRotherfield <[email protected]>
email validator update

github.com/AzuraCast/azuraforms - 45dae18b95db3e6634fad3fe70ab31c050628682 authored almost 12 years ago by LRotherfield <[email protected]>
email validator update

github.com/AzuraCast/azuraforms - fc5824aa2adc8ee1c634ec1194f2ebaa60350048 authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - 711dac6df588e26a40cc022ecca4826612582777 authored almost 12 years ago by LRotherfield <[email protected]>
better confirmation methods and label update for choice fields

github.com/AzuraCast/azuraforms - 60e81e1b6db024bd792e4c9839da62498e64ef33 authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - 0dcbe8c22db069ecf48570724539e02d6eab6670 authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - 346a7b427f116af7721a519b706659babc621b41 authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - 8ce226740c698f69199b7dee2929d445fee0b49f authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - 80f570f802637333e3b2193774af35889a6bc0b8 authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - d937c18f60fa29899966e09304e7aed7f7129ed0 authored almost 12 years ago by LRotherfield <[email protected]>
more readme

github.com/AzuraCast/azuraforms - 940dd656dc7ad0fbf97875edbfb2695162b40d1a authored almost 12 years ago by LRotherfield <[email protected]>
readme update

github.com/AzuraCast/azuraforms - fa7758f5fcb369aafd441a2690e9e50f3e3b70f9 authored almost 12 years ago by Luke Rotherfield <[email protected]>
readme update

github.com/AzuraCast/azuraforms - 6f7c3893ad479537647ed701b6d7815df535773c authored almost 12 years ago by Luke Rotherfield <[email protected]>
Merge branch 'master' of https://github.com/LRotherfield/Nibble-Forms

github.com/AzuraCast/azuraforms - ce67bb18f48cfa1884454741d0155c0d9413d42b authored almost 12 years ago by Luke Rotherfield <[email protected]>
nibble forms class

github.com/AzuraCast/azuraforms - 1a28836ff0ed0aa98ad6da458f529696d40809f0 authored almost 12 years ago by Luke Rotherfield <[email protected]>
skeleton stylesheet

github.com/AzuraCast/azuraforms - a0053fee0084204538e4edb23ef132ce7624a3b1 authored almost 12 years ago by LRotherfield <[email protected]>
readme and has error method

github.com/AzuraCast/azuraforms - 8e1bfba4676c6f28b2f64d0c375ed65d37533bc8 authored almost 12 years ago by LRotherfield <[email protected]>
readme and has error method

github.com/AzuraCast/azuraforms - 72fafbb6c63b3979c153bdc5833a848f3e7ce323 authored almost 12 years ago by LRotherfield <[email protected]>
symfony2 auto format

github.com/AzuraCast/azuraforms - d6fc503e338b51b5c1fdcb037944c65d60787043 authored almost 12 years ago by Luke Rotherfield <[email protected]>
false values on selects

github.com/AzuraCast/azuraforms - e7a786e7d7e41ba71a2b1890ab5ef2278b389c91 authored almost 12 years ago by LRotherfield <[email protected]>
crsf update and submission working

github.com/AzuraCast/azuraforms - 157996deee745eab04ba2698066646c9379d71b3 authored almost 12 years ago by LRotherfield <[email protected]>
worker wakeup fixup.

allow for issuing worker wakeups to be non blocking. If it would block
then that would mean ther...

github.com/AzuraCast/icecast-kh-ac - f0d1b5c5f4b0554a4c95667f015de441387ad749 authored about 12 years ago by Karl Heyes <[email protected]>
lots of docs and forms have specified name

github.com/AzuraCast/azuraforms - ae52ceea0e13bc39159bdbeb94deee04c14c3bbc authored about 12 years ago by LRotherfield <[email protected]>