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

small cleanup for memory tracking

If MY_ALLOC compiled in, then track these allocations and don't force the stack size on windows
...

github.com/AzuraCast/icecast-kh-ac - fcd674dbb7f73febb4c4ec044f0c98d13b350762 authored over 8 years ago
update clients stats each second instead of each change

The stats may eventually only apply to if there is a change each second but for now on large
cha...

github.com/AzuraCast/icecast-kh-ac - 1e2c887b59d318eb0e81f2a5d7f0b3b1614e9755 authored over 8 years ago
small changes to some log messages

github.com/AzuraCast/icecast-kh-ac - d6ccc4b7d56dda28c26314e70a5ee8ef5014ae52 authored over 8 years ago
when faking a result on short range, avoid the case for files.

github.com/AzuraCast/icecast-kh-ac - 7cfdc304a06b11546c233ad4c0341c64b110f4b1 authored over 8 years ago
small changes for reporting memory used by libxml2 with MY_ALLOC

github.com/AzuraCast/icecast-kh-ac - 76281d8b6b11cbe1a4a3f53fb84066999d8065d5 authored over 8 years ago
fix for iphone playback, became broke with some header changes

on range request, return the range and use * for the size of streams. All other
aspects should r...

github.com/AzuraCast/icecast-kh-ac - f5c02f153b7f8a852c22263c2d0963904abf245a authored almost 9 years ago
off by 1 fix on range requests.

github.com/AzuraCast/icecast-kh-ac - 69ebb6c4af2c491fa696eae196d456e2afbeffcd authored almost 9 years ago
fix silly crash bug on failed server startup

because fserve init is dependent on change owner, it is not done during the normal
subsystem ini...

github.com/AzuraCast/icecast-kh-ac - dfd7550c0db3ff05f6060367daccc892e28ed798 authored almost 9 years ago
add guard in case of being twice

github.com/AzuraCast/icecast-kh-ac - e6fd6e6d53a107085db0278e998e3a45fe807f2b authored almost 9 years ago
expand on message about dropping listener, too vague when many streams

github.com/AzuraCast/icecast-kh-ac - 022fcecade4588355c5cd33cb2ac2e8813f3e801 authored almost 9 years ago
Subtle API change for the log content routine, fix leak case

The headers on log content request was getting leaked.

API change is really for the allocation ...

github.com/AzuraCast/icecast-kh-ac - c665375d0a2146b01e687062415ee58dce217563 authored almost 9 years ago
block size scaling and listener throttling changes

The default max-send-size is set very high now. As block sizes are scaled based on
the incoming ...

github.com/AzuraCast/icecast-kh-ac - 682aeab5e5a876c1d08692ebab3fa422ce1c73c7 authored almost 9 years ago
reduce auth related processing in odd cases

drop the LD_PRELOAD on after fork for auth command. AIS uses this to do extra processing
for adv...

github.com/AzuraCast/icecast-kh-ac - 87e14ca475a04d67c753166777ffe7f804f42152 authored almost 9 years ago
small log message update on error

github.com/AzuraCast/icecast-kh-ac - b5c28f75e7f8f5aeefb0a4570934dc56c2d1ecab authored almost 9 years ago
don't be too aggressive on resuming a burst/catch up

The blocks scale in size now and the limiter expands based on bitrate so we do not need to
resch...

github.com/AzuraCast/icecast-kh-ac - a1e2d68237f296bf327e241d6a3a90c27efb3aed authored almost 9 years ago
allow for building with clang

the gnu_printf attribute is slightly more useful to us instead of printf as mingw uses the
mingw...

github.com/AzuraCast/icecast-kh-ac - 0844672ba826142f55ad1b718ff6b0f2b8872bd0 authored almost 9 years ago
avoid windows request ending in dot "feature"

a filename is very varied in windows, historic from DOS, a dot at the end of a filename request
...

github.com/AzuraCast/icecast-kh-ac - e9d16f921fbcac0966b9184c2cb07006b6951912 authored about 9 years ago
stupid type fix, unlikely to show in runtime though

github.com/AzuraCast/icecast-kh-ac - cad8a93d1f39fbf74c61af0f0a04d3cba4a871a0 authored about 9 years ago
just for completeness, no trigger case identified

github.com/AzuraCast/icecast-kh-ac - 1bf67f6e95d1c3ca87f0cd616631e90498cfc77d authored about 9 years ago
fix initialisation bug, could of closed a valid FD, typically in background mode

github.com/AzuraCast/icecast-kh-ac - 0af9dd34993c33a4e2ed2574e7eba455ec62892b authored about 9 years ago
fix race case if fallback present and auth configured

on override, the listener will have handle to the source set up before the fh is
dropped and pos...

github.com/AzuraCast/icecast-kh-ac - 270abdb3bf64251a1181e3f69d6306b32e49433f authored about 9 years ago
identify mountpoint for auth if 404 triggers

github.com/AzuraCast/icecast-kh-ac - 2fae2337da135466edc48073a4329dbbecac2e4f authored about 9 years ago
race fix on client cleanup

The data referred to by fh could of been freed at any time after the client is made active again...

github.com/AzuraCast/icecast-kh-ac - 6c2518d9e8a830ce7b6332873cd44b428e7ca225 authored about 9 years ago
minor leak on config error case

github.com/AzuraCast/icecast-kh-ac - 56e7f3075f8dafa65a29679bdd79c9f9678c15f9 authored about 9 years ago
Merge pull request #128 from balbinus/balbinus-patch-setresgid

Fix setresgid() (gid not uid)

github.com/AzuraCast/icecast-kh-ac - b163b288361f8f7bcacce469efb161d12b256fa3 authored about 9 years ago
Fix setresgid() (gid not uid)

github.com/AzuraCast/icecast-kh-ac - 814d27a6169802bff95d63157269ef2f15083177 authored about 9 years ago
expansion routine was failing when passed a mountpoint of /

This had the effect of preventing certain things like fallback override working on
a mountpoint ...

github.com/AzuraCast/icecast-kh-ac - ffa563d1b75fda1ea0bb2b85c2f1640df2b68eff authored about 9 years ago
Remove personal contact information.

github.com/AzuraCast/AzuraCast - 31563f3144dc87a5459319ee493f2c2b998955aa authored about 9 years ago
fix for triggering auth remove event for missing request

Because the 404 route dropped the client onto the generic no_file handle, the auth lookup
failed...

github.com/AzuraCast/icecast-kh-ac - ceaecadda7ba6436d483f93bb00919ba6aebed1d authored about 9 years ago
add extra check as the remove trigger also uses this routine

There could be a fault trigger in here if the remove responses looks similar to the
add response...

github.com/AzuraCast/icecast-kh-ac - 20e8415074a74ed682ef1377895d7f0c5ffdfac5 authored about 9 years ago
remove this log message as it can be misleading.

github.com/AzuraCast/icecast-kh-ac - 1a9fbeaddb2a73bd94e537397da57a771bf8adc2 authored about 9 years ago
expand on debug messages to report which auth is being used

github.com/AzuraCast/icecast-kh-ac - c77b67a2ff216097ca92396875b8bcb93d1af537 authored about 9 years ago
fix NULL deref on auth stream start/end caused by recent commit

github.com/AzuraCast/icecast-kh-ac - ac6c98fd8c094a09d50ae7b53e085e6c5ef5e3da authored about 9 years ago
truncate individual parts of the access log lines, to keep consistency

github.com/AzuraCast/icecast-kh-ac - 4839308c49a0303c122f17db7023e87316969993 authored about 9 years ago
fix for trigger of auth listener remove on failed relay

github.com/AzuraCast/icecast-kh-ac - 030b4b17c02c534bb4b58b586a2ee9586bad9241 authored about 9 years ago
fix backward compatable playlist settings for playlist log archive/sizing

github.com/AzuraCast/icecast-kh-ac - c17868a92344e3895da5da8709b8e7094c60d88e authored about 9 years ago
Merge pull request #90 from Lavoaster/patch-1

Updated Poniverse.net API endpoint

github.com/AzuraCast/AzuraCast - 494288283db88e40e5ec2f751b2360ef91168cbc authored about 9 years ago
Updated Poniverse.net API endpoint

Communication via insecure connections to the API is not supported and will be turned off soon.

github.com/AzuraCast/AzuraCast - c75f381de52cb31803bbd98034788ba36cec3a56 authored about 9 years ago
small header updates, added missing date and maybe fix FF playback issue

after a report came in about FF playback, it seems that the accept-ranges header may be
causing ...

github.com/AzuraCast/icecast-kh-ac - d2d1eceab1513a7c0c9a5d7adbe85469513a9299 authored about 9 years ago
add missing include for errno

github.com/AzuraCast/icecast-kh-ac - 61bb6b1d93010ef2e92c9d33388c7d232deaf813 authored about 9 years ago
do not initialise the file offset in intro setup as content has been read at that point

this would cause a small repeat effect on initial playback, the initialisation is done
either in...

github.com/AzuraCast/icecast-kh-ac - 0ce36d25771a9d8639ef0f5d59c65074f0f9023d authored about 9 years ago
add so-mss option on to listen-socket

For platforms that support setting MSS then allow for that to be set from the default in
cases o...

github.com/AzuraCast/icecast-kh-ac - aba2f6200091d83d7c9c8e546bdae0780c77cf16 authored about 9 years ago
Remove GWT verification file for old PVL Google account.

github.com/AzuraCast/AzuraCast - cbad4e874153d2a5085f99b2ef53e7751a2320a7 authored about 9 years ago
Cosmetic cleanup and branding/identity updates to metadata.

github.com/AzuraCast/AzuraCast - 15096725925e59fb215da717574ca72a6413f2f4 authored about 9 years ago
Add ability to directly generate Euro Truck Simulator streams file.

github.com/AzuraCast/AzuraCast - 57bc138486212199bcb0a5bafb97e8dc4a7cc8ea authored about 9 years ago
move cache routines into util for more general use

github.com/AzuraCast/icecast-kh-ac - 97310ca55834d5663e25ef1b3d7cf7ff81817d69 authored about 9 years ago
Fix redirect URL for "Forgot Password" function.

github.com/AzuraCast/AzuraCast - 3f0a7a975c5cb1acfda3707db2e7cee5356ec4c3 authored about 9 years ago
fixed (null) message in logging of PUT requests

github.com/AzuraCast/icecast-kh-ac - ad8a6b718b839f658c4750ec53454fd4975bdc8d authored about 9 years ago
missed the version update on the win32 installer

github.com/AzuraCast/icecast-kh-ac - 244e5006b8f3f475598e0f4001e46c19a29f9591 authored over 9 years ago
flush updates for kh3

github.com/AzuraCast/icecast-kh-ac - 5a7ad8184e40f4850247a30cb002c7cd2b1d5df3 authored over 9 years ago
a few more small tweaks to client scheduling

allow for the avoidance of skipping when not that many listeners on and expand
the scope for res...

github.com/AzuraCast/icecast-kh-ac - f02bc97c9f5b514c2a36a59b12ed8d10b90bd315 authored over 9 years ago
place worker timer update in a better location

github.com/AzuraCast/icecast-kh-ac - 6320aa9abdff7cf79311af0b6ee39f1ac5a3783d authored over 9 years ago
make sure any mini range build on an inactive relay does not get retried again.

We also need to make sure any intro content is not present as it could look the same
as a mini r...

github.com/AzuraCast/icecast-kh-ac - 333b0f7136c4746e6299b7f912edc80a731636d9 authored over 9 years ago
make sure any intro content on small range gets truncated

github.com/AzuraCast/icecast-kh-ac - 7a114105277e63cfd45f7b19037d1269ce2e4219 authored over 9 years ago
fix crash case, mini range filled out on inactive on-demand relay

this led to a retry of headers that ended up doing a derefernce of NULL

github.com/AzuraCast/icecast-kh-ac - 46ee6a2330da5ae61644da7d778750df8eed6577 authored over 9 years ago
Update BronyTunes download URLs to be correct.

github.com/AzuraCast/AzuraCast - 6f791cbfb800c881b6a9ce7ead85404d15286e43 authored over 9 years ago
Preserve transparency when images are same size as destination; remove affiliation level from station admin; clear up text on admin home.

github.com/AzuraCast/AzuraCast - eae4f0caa6ddcb74544ee263f742312a27e71895 authored over 9 years ago
make the default setting on non-ogg streams allow for sending icy metadata

this is really for fallback to file where the initial stream is not running, we still
want a new...

github.com/AzuraCast/icecast-kh-ac - 06d0ccb712e69047d43e8db67c9592e43d47b82f authored over 9 years ago
Revert Bravely Blue rebranding on main branch.

github.com/AzuraCast/AzuraCast - 7744681972f2943cdebd49cf86382822a7df817d authored over 9 years ago
Update Apiary text, GitHub readme, and other areas referencing PVL graphics.

github.com/AzuraCast/AzuraCast - a796e80536f8825ddbc6ae9244ebc000c0b294d8 authored over 9 years ago
Global name search and replace, new 404 graphic, update Contact Us page contents.

github.com/AzuraCast/AzuraCast - 06ff6d21bfdccf2a17b6209ccad48dfeb2aa31e5 authored over 9 years ago
New standardized and high-resolution fandom images!

github.com/AzuraCast/AzuraCast - 0e6ba4faa7ff1432b99f580d039607966ea97815 authored over 9 years ago
make sure ssl3 is off the default ciphers

github.com/AzuraCast/icecast-kh-ac - 7ed64491f6153a93e3cb60e33ef65d2a0bca0c05 authored over 9 years ago
Remove reference to now unused hero graphic.

github.com/AzuraCast/AzuraCast - 65cda1ed06a0bd17563eb1e32de59dd361debe34 authored over 9 years ago
Initial commit of the "Bravely Blue" rebranding of the PVLive flagship application.

github.com/AzuraCast/AzuraCast - 925513dc14d6a1faef3437f62a958e499c47e34e authored over 9 years ago
merge from Stéphane Lepin for adding agent to POST for listener_remove url auth

should close #121, was just missing the free of memory.

github.com/AzuraCast/icecast-kh-ac - f24ffa7357baf2e77281143ea0d9d75eee435c69 authored over 9 years ago
worker pass adjustments. spread processing client work for normal case.

keep timer updated for millisecond lookup, linux is quick these days for that but generally
it i...

github.com/AzuraCast/icecast-kh-ac - b0d0ce9fb12c2de5ebb91f34af25a0fb5f30fe70 authored over 9 years ago
change block count limiter and reschedule timer for none-lagging clients

don't loop on block reading, this should allow for being more even on low bitrate
streams but wi...

github.com/AzuraCast/icecast-kh-ac - 5e3d92932951b64bd5dcda55511d1235d36ce812 authored over 9 years ago
expand the range of the block sizes for non-ogg streams

auto block sizing is based on incoming bitrate which works well but in cases where we
have many ...

github.com/AzuraCast/icecast-kh-ac - a3e477f4bbe78b2978189eda12c49a351a046b29 authored over 9 years ago
avoid dropping listeners with on-demand startup relays

the recent intro fix up affected the timer initialisation which would force this routine
to thin...

github.com/AzuraCast/icecast-kh-ac - 078ce1719b64dd80c3beedcbdd9acb76022a21dd authored over 9 years ago
push ID3 tag detection into frame parser

ID3v2 tags were just filtered out at the file processing level but as ID3v2 can occur anywhere t...

github.com/AzuraCast/icecast-kh-ac - 91d5d88f2aa180078e3b85d9ae112e1163a7e45f authored over 9 years ago
Merge branch 'master' of github.com:karlheyes/icecast-kh

github.com/AzuraCast/icecast-kh-ac - fda58383795429b5f7bdbe74b43ce6cb0c9d110c authored over 9 years ago
fix for chrome or anything else that use range 0-

the dummy block was being triggered like for iphone as it was not taking the end range
change in...

github.com/AzuraCast/icecast-kh-ac - 69870b91f1c040a6d2d82b0488ffca57ebca7274 authored over 9 years ago
throttle on intro was getting stomped on.

The 0 addition into the throttle is wanted for making the limiter more even but
the main issue w...

github.com/AzuraCast/icecast-kh-ac - fbaf1a212d9bc4825f1c443222d6245921ff35d2 authored over 9 years ago
Slightly modify play-button circle to be convex instead of concave gradient.

github.com/AzuraCast/AzuraCast - 817c902bc45fb921978e7d322ed5cc8fafd90228 authored over 9 years ago
A newer, more...neutral play button that adds back a little color.

github.com/AzuraCast/AzuraCast - 7519a0b24a3b3935065e48f65b6e8cf085d3a998 authored over 9 years ago
Remove distinction between partner and syndicated stations, replacing with a big play button to indicate that stations are clickable and playable.

github.com/AzuraCast/AzuraCast - bcc34c851fe03507eaaed2f6aacaeaba3093384a authored over 9 years ago
avoid null deref from previous commit

github.com/AzuraCast/icecast-kh-ac - 2eedb6b2ef5aea98408ecc05a004cbcba6e822d7 authored over 9 years ago
rework headers to return 206 to iphone

While stream handling was ok, handling of files became a problem. This seems to work
on the late...

github.com/AzuraCast/icecast-kh-ac - a30d94d52bb5caa1b11534a8e4d7b3c862c76b33 authored over 9 years ago
Make the two station center CSV exports generate unique filenames.

github.com/AzuraCast/AzuraCast - a0774598bd93790d3f56527ab8d2d291303b18da authored over 9 years ago
Closes #85 -- Update maintenance theme to use the new SASS compiled CSS scripts, which fixes lots of stuff.

github.com/AzuraCast/AzuraCast - 4b3e385c742bf5cbb7849fd1ae9a7df765f55577 authored over 9 years ago
Add "Distinct" qualifier back to all tracks query.

github.com/AzuraCast/AzuraCast - bfbdbd09c332efc2150829106249f4842d9a094a authored over 9 years ago
Closes #45 -- Add ability for stations to export a full list of CentovaCast tracks directly from the Station Center.

github.com/AzuraCast/AzuraCast - 73c8cf17420ce2a3f6d38bb4fc9b947cc83d4947 authored over 9 years ago
Catch invalid e-mail assertion and continue, and add special protection for 'mailto:' links.

github.com/AzuraCast/AzuraCast - 92c575de5c0d7a755a9b80bb1af4075b6b1397f9 authored over 9 years ago
Add "Stations Only" and "Podcasts Only" buttons for selection of bulk recipients.

github.com/AzuraCast/AzuraCast - 7f8062b746f5fbd4c76cc71015f06f0b9a0b5a4d authored over 9 years ago
Create bulk contact script for all administrators to easily contact all stations and podcasts.

github.com/AzuraCast/AzuraCast - 23461eba5d3e2701d9a832b52bd18b7bbae44d3a authored over 9 years ago
Add more wiggle room to sync tasks to prevent them from running on top of one another.

github.com/AzuraCast/AzuraCast - f0192a07dc34f0ff04f40e157f9d545b61711816 authored over 9 years ago
Harden the cURL request function for nowplaying data to handle timeouts a little better, produce better debug info, and only resolve IPv4.

github.com/AzuraCast/AzuraCast - 8817be73ea9d7ce41bed7323c1bec379099f262a authored over 9 years ago
Clarify documentation on station stream page.

github.com/AzuraCast/AzuraCast - abf656100a7bfbfd83acf387de94d35428045716 authored over 9 years ago
Show full footage name upon hover in convention section.

github.com/AzuraCast/AzuraCast - 1005c47768a7ee96e8eb61b719e5dd830f1219ba authored over 9 years ago
compiler message cleanup, no functional change

github.com/AzuraCast/icecast-kh-ac - 71ed1272ef5a8c90798a876c8598b41ec878e34b authored over 9 years ago
remove compiler warning, unsure if it would have any real world effect

github.com/AzuraCast/icecast-kh-ac - 1c0460d6818619bf10471b4ff55f9b54d39cd798 authored over 9 years ago
Minor change to PFM model to enforce consistency.

github.com/AzuraCast/AzuraCast - 074ce5757568119a51aee99c329a845fb2ab8376 authored over 9 years ago
Composer update.

github.com/AzuraCast/AzuraCast - a7265fa5cb12872208b6d82348d13d2e202c2ca3 authored over 9 years ago
Closes #67 -- Add "Duration" field to Pony.fm song sync data.

github.com/AzuraCast/AzuraCast - 2e880083a65502428e4c220ee9a815f680ed0cef authored over 9 years ago
Show inactive podcasts at the bottom of the admin panel.

github.com/AzuraCast/AzuraCast - 01fb272701df4f94296be749695cca0d1b937983 authored over 9 years ago
Fix manager assignment for stations and podcasts.

github.com/AzuraCast/AzuraCast - 139748b0695ebcd4dab1b13860f291e998fc2780 authored over 9 years ago
Closes #86, #87 -- Show previous submissions on stations and podcasts, and prevent duplicate submission. Only show admin functions for active shows and stations.

github.com/AzuraCast/AzuraCast - 516fc9c47f4c5fc137284cc278523c22d5d06ce8 authored over 9 years ago
Fix other sources of PHP errors.

github.com/AzuraCast/AzuraCast - 00e5c3f190784f8628799db5c7c6c86907903791 authored over 9 years ago