Ecosyste.ms: OpenCollective

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

github.com/gerbera/gerbera

UPnP Media Server for 2025: Stream your digital media through your home network and consume it on all kinds of UPnP supporting devices 📱💻📺
https://github.com/gerbera/gerbera

Filesystem isn't a Singleton! (Why the hell had it a getInstance())?

add9c827d4caf91f5da3420c5dcc06ee20342338 authored about 18 years ago
forgot to check in singleton.(h|cc)

e122382665dd102b31a5eb75780c739d0342ec05 authored about 18 years ago
BIG changes: new Singleton class - changed all singletons to use Singleton

c2ab37d166967faaa00fb8e2dc56a100fb5224d7 authored about 18 years ago
autoscan almost done; problem with removing solved - we now invalidate

all pending tasks that are going to add a path which is a child of the
path to be removed

ff2b72fc077b594e46222b913bd417dfc761adbf authored about 18 years ago
corrected size() bug

abc508c12b4cf4d71948d062caffe66f348a55bd authored about 18 years ago
added simple script to call valgrind

7f9aa22bc784fcc9d3104fc26bcefa364f37b637 authored about 18 years ago
fixed typo in README

f178a0c0d4abf3a58d78293af880f4847c7e715b authored about 18 years ago
last commited version didn't work for 2.59 anymore... :)

57a4f35326141adc59ff425db0739960ec57d65d authored about 18 years ago
datadir didn't work with autoconf 2.60 anymore

dc653296f52d58426547c2b65182897b17c98715 authored about 18 years ago
rescanDirectory fix

4ec291ee08c7431422f3fbd9d037c203be0c6268 authored about 18 years ago
added last_modified field to db autoscan table

added Storage::autoscanUpdateLM()

7b0787754d3ecaadb4ab7f6189bab875d714fd88 authored about 18 years ago
added simple search script

6bc56e3338cc1c57219043a750a2fd2708527312 authored about 18 years ago
corrected serious size() error in BaseQueue

3aaf8b776a47e015279be819cf6aa9d333134f17 authored about 18 years ago
corrected container links in UI

310352330ff3613d0e022eb981055d21a0a849b7 authored about 18 years ago
added a wrapper for ensurePathExistence

f69ca47e04df910fdc0f73a148121dc7359422c9 authored about 18 years ago
corrected some DIR_SEPARATOR issues

a2e621b64681ad8c9d28983ebca847990be5db1b authored about 18 years ago
added get() to ObjectQueue

258cc1506e1180cc8385e1182c5aa9d3c408dc88 authored about 18 years ago
added get() to BaseQueue

fd605ac8b532e8cea26e0a2d0790be8e74276415 authored about 18 years ago
added possibility to invalidate tasks - invalid tasks will simply not be

executed after dequeing

added task ID's - we can now figure out what task we are dealing with

aa88637af16971e2382445b6295a246bc3bc994a authored about 18 years ago
simple support for XML comments

in most cases we will just ignore and strip the comment, the only
exception is, when a comment i...

f39112124d9c3ca14eab0b50af591f1d5053619f authored about 18 years ago
fixed a crash if root element of the config file was invalid

95773c0b13bc9792b5a5644915d557065b4d3b0e authored about 18 years ago
selected icons for the new UI, adapted tree.js to match

the new folder_open and folder_close icons

476933003781224c3c6ff1fd58a42394ba094d84 authored about 18 years ago
reflected session timeout scan interval in README

3fbc092ba24ebe0b2d2451f70042482bb77b4192 authored about 18 years ago
changed the session timeout check interval to 5 min

cc5c8c96bf0bbc8e51e297d200322ab4850607a3 authored about 18 years ago
completed autoscan function in UI

ddf6debb41b15c8f53c062675e107f6badd5d990 authored about 18 years ago
fixed a coredump, if dir was removed while a task was already scheduled

we received nil from the list

639da349b97e734f23e75882d5603f9b04f7a9ba authored about 18 years ago
added session timeouts to config.xml

7efe609e1b19e4e277ba036f16389bfb8156846d authored about 18 years ago
renamed fromConfig to persistent, it will be possible to set persisent

autoscan containers in the UI

94389070115f8468c1cc33677f0ed870a313ce5f authored about 18 years ago
make sure the default prefix is set

f41a7e79374ae70862157855e3f6ba727fea36da authored about 18 years ago
cleaned up request handlers after the get_info/open SDK API change

added possibility to figure out and return the size of various resources
when serving content.

4b5268cb80e9ceb2b73006254d1cb1f23854bfd5 authored about 18 years ago
when an autoscan container was removed in the UI it still got readded

upon next scan

d7001fadc33c20416754c37bb094812e9aa22438 authored about 18 years ago
removed a few debug messages in rescanDirectory

8924e8c54fb37e30b0b901cb8745c98f939740a1 authored about 18 years ago
the SDK will not only call "open" for HTTP GET requests,

previously it called get_info and open.. This made no sense, we had to
look up the same object tw...

b826c4f9c6e61ed2aa359b1e598cc3e57bc4a6d1 authored about 18 years ago
"#ifdef HAVE_LWRES_NETDB_H" was before the inclusion of autoconfig.h; this produced a warning, because <lwres/netdb.h> was never included

be1099d1807912d640def66bf5643c7bedcfa9d3 authored about 18 years ago
added forgotten check for nil

9c2b2bb5546129b4552f4c595e3d2d09ff6c3caf authored about 18 years ago
forgot to check in new files autoscan (UI)

7a258ea925e61f9c021cb604c3ab09edad112e02 authored about 18 years ago
added remove autoscan functionality to the UI

b653cf657f24cb87d1a3a9543d7eca26e0205b87 authored about 18 years ago
very preliminary version of the UI-"add autoscan" function

61c8775b0a9fa7c32192bafefef54ed7b522b4b2 authored about 18 years ago
Id-Tag corrected

e7e5344fb90895d77a100fb5aee818456e75821b authored about 18 years ago
UI enabled by default now

942f867b2a0cfc98c76399945273f1f081b76a80 authored about 18 years ago
default hidden files value is now also written when creating a new config

from scratch

bedaa51242a3b74c76edb8c5cc315e93fb1bcd7d authored about 18 years ago
added disabled.html to Makefile.am

b838accb112d868cddff04d54dc2591f7fb4edbd authored about 18 years ago
old disabled.html added for now..

22c6b5fab8042b3f2d04583fe6cee6a4b1a51cd8 authored about 18 years ago
redirecting to (currently nonexistent /disabled.html) if UI disabled

af317cdb3d466296d09ac773a72094b2c63f59c5 authored about 18 years ago
fixed default setting for import attribute::hidden-files in config manager

configure.ac: changed "found" to "yes" to comply with other messages
on MYSLQ_OPT_RECONNECT check

b1656ff37e026e938591bdc2e759b8f6a4111ba6 authored about 18 years ago
forgot to report the result if MYSLQ_OPT_RECONNECT was not fount

5a2952c13f677a8313f4f041cd7d6f1972836de6 authored about 18 years ago
added HAVE_MYSL_OPT_RECONNECT define and check

aefa813762836232be021eea9ba8bf915d45f910 authored about 18 years ago
fix warning for AutoscanList::add()

22b312029cb345f1d9b29ccb892dbef248aa9241 authored about 18 years ago
fix: used wrong column in SQLStorage::getAutoscanList()

2804c9d1701b10e7bbddd5585fe20b7a16745960 authored about 18 years ago
hidden file flag is now processed when importing data

157cf64f4a87d4d710f3ee6062088ff990fd9768 authored about 18 years ago
use PTHREAD_MUTEX_ERRORCHECK when debugging

further cond_wait check

4f5801fb406831ce64075fa0c2ac7754d5024f20 authored about 18 years ago
added reconnect to mysql - HAVE_MYSQL_OPT_RECONNECT is still missing..

23f9386400b35f639e4cc1ce9e8564ab15f3aff9 authored about 18 years ago
Storage::addAutoscanDirectory() added

added hidden field to AutoscanDirectory

3a354d4f4137ea7db4787eedf4d0d16432b0e1e1 authored about 18 years ago
autoscan directories can now be added and removed from content manager on the

fly.

upon startup autoscan containers that were setup via the database are now
also added to the...

153e7ad3f1823408107dee85ddf383a082df8792 authored about 18 years ago
UI accounts can be disabled now

aa94d8e4874ada1903782afbb3140890465d178d authored about 18 years ago
\file command corrected

c4da85bfbe2dd9c2daaadf6684bc7213357f4675 authored about 18 years ago
implemented recursive flag for autoscan containers

b04900d41168abb9543bb9800f8855a26f0b0c70 authored about 18 years ago
modified autoscan and content_manager to use the AUTOLOCK() macros

9a5e0c3026c562e040d46ecef09dc02535826165 authored about 18 years ago
addded mt_autoscan table to db create scripts

further checks in sync
added faster AUTOUNLOCK and AUTORELOCK

ca358b0cde9406777835f08be9686f138ff07130 authored about 18 years ago
sending UI updates correctly in _rescanDicectory

0faedb1eba55814679c16d80fbf29b837f8208f4 authored about 18 years ago
timed outocsan (via config) is now functional

70386b29a3efe2398645150e1193a4861ab6204e authored about 18 years ago
removed unused variable

57041c084a4b87f96b1970ee1481cac16d1642b2 authored about 18 years ago
optimized quoting in sql_storage

added Storage::getAutoscanList

1216a09f85c7668218e5c17307115a677ab5f8ce authored about 18 years ago
finalized autoscan functionality (testing still needed)

global last_modified internal setting is now gone, we use
per directory times.

TODO: save times...

f1554b559233541a44d1bf0eb6edfbc2be37c750 authored about 18 years ago
fixed isFolderInDatabase - retured wrong value if trailing slash was missing

36459f6e824347ef309533ed8e56adef19ddc9d3 authored about 18 years ago
"trailing slash" problem solved (at least for storage - content manager may still do dubious stuff)

28bf321743e92b79bb895158a530a9509cfa4224 authored about 18 years ago
work in progress: autoscan

4378fd34f74e4337e7b4468d44efc08cd796d6da authored about 18 years ago
possible race condition in update_manager fixed

85dd8b9a82b1e88737ee3ca639c3d81b6ee3e55b authored about 18 years ago
directories were added with wrong interval

1522e3fbfc64e5d9bc529e1fba1fbf133d9ed92c authored about 18 years ago
added location change to changelog

bee9e422b8b56ee179574bf5aeea87ccd8bfb218 authored about 18 years ago
added working generate-c-cource-from-dump.sh

changed size of location in db from 255 to unlimited

ab1ebee266d925f54aeb917a3f454bd91e393592 authored about 18 years ago
added timed rescan functionality, scandirs can be added via config.xml

not yet fully tested

ed9c8186d953b5770252c61d53d3099555d38b6d authored about 18 years ago
changed many mutex locks to autolock

1e0703be13155c3044ea890a5595ec32cd6175be authored about 18 years ago
further autolock fixes (cond related)

8911118d6948d79db8bb18069a77c6956787ab39 authored about 18 years ago
fixed Timer::addTimerSubscriber - added forgotten once flag

e7a0f83f3e34046a9f919b488f308ce2906e5126 authored about 18 years ago
yet another fix.. :)

13c7c76892b42ef342558e24e69c7826baf16537 authored about 18 years ago
another autolock fix..

ff685a8a6940ce4dd13f93b705413a77235c6b3b authored about 18 years ago
a little autolock fix

154389aed5807e8fdfb8e9efc997cfb6c7dd4604 authored about 18 years ago
added autlock stuff to sync.*

39120611b84049cc87ef5d100266c5a3b21c15e8 authored about 18 years ago
fixed error after remove in ui

283a6b43a9f5e917152aa36104cda7049fb2676e authored about 18 years ago
forgot to check in...

cf9372462a57db6a5e5b2a3fbc5524c73296c989 authored about 18 years ago
added "once" option to timer (untested...)

48c2ddd04f2308ad532b515dab2e87ca8586663d authored about 18 years ago
fixed a bug regarding spidermonkey

6b08e69b40ac02a752e381200e152a8c33c8c6fb authored about 18 years ago
added one more funny fariation for the js library name

tombupnp:
lowered number of min threads to 2 and increased idle time to 30 secs

75e87f81da943f568c658e674755d1c47f858391 authored about 18 years ago
for some reason the "proper" way of installing files in the web directory

caused problems with bitbake

I have to look into that, right now this "hack" works for both -
n...

96cb98e8eb45d56ac886d83655cb17addfddb7b9 authored about 18 years ago
some linebreaks seemed to miss - generated a broken configure with autoconf 2.60

abb21283bf3ac4b7e713deddc3963b15d3d79291 authored about 18 years ago
fixed a problem related to taglib/libexif

configure uses $LIBS when it does AC_CHECK_LIB tests

unfortunately some libs that are not requi...

5896ce6a9e5b5b825f983afd7b775a8ef6d34c44 authored about 18 years ago
remving from active item table

e0125948f7260d760c20d6ab42ed7b29a3c2b82c authored about 18 years ago
in preparation of autoscan functionality....

config manager can create an array with autoscan objects

content manager loads the array

timer...

78ac04bc1faf623c21968e737fc8c87319a1bf5c authored about 18 years ago
added configure.ac to mediatomb/scripts/update-comment-header.sh

d7d3e8ce17748de81a8cac066eb4157c1177db1a authored about 18 years ago
added GPL header to configure.ac

e822a1d9d107cd29e580efdcf6cd3cd843a478af authored about 18 years ago
adding new headers

tagging for $Id$

042bb01a9562ab8cf2f4a80b3ebcd312c52c1c4d authored about 18 years ago
finalized implementation, added autoscan_directory class, it will be

holding the information about autoscan directories...

57a0c0ded8716347a1257548a1411fb221c205d0 authored about 18 years ago
checking in new files without functionality - Leo is running the header comment

script

2de4932419218bfa39693c64a576ab8272b9312b authored about 18 years ago
a little cleanup - preparing for comment header replacement

ccf4bcf025493f0248a474fc94bafb18f38f0e9b authored about 18 years ago
small fix in scripts/update-comment-header.pl

147fd967011e9d0f9f2363e3754d14236d50de12 authored about 18 years ago
removed sync possiblity from rescanDirectory() because it wouldn't work correctly this way

71c544c23ee2fadfc44a9d7777bd523bc1f3cb8d authored about 18 years ago
added AUTO_CREATE_DATABASE switch

7aef3269b13ba5e60f3fb5de970f342571ab837c authored about 18 years ago
fixed a bug regarding zlib detection

fixed db-autocreate - now depends on successful zlib detection

9894f766a417119ec74d2d711e8a2e8346dc559b authored about 18 years ago
added <accounts> check for the config manager

added shutdownFlag check to addRecursive and rescanDirectory in
content manager

fixed a bug in c...

3573bd90029b36fa067aab56047d7bf933c7b8f2 authored about 18 years ago