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

finished edit object in UI

ccf3ae3a3fa8e992d79da86aaf77a5633c658fcf authored over 18 years ago
added getProtocol function to return the protocol from the protocolinfo

string (actually returns everything before the first ":" and does some
very basic checking, retu...

6d639c88f62f944441d566b326cfa558e8c5e7b9 authored over 18 years ago
IS_CDS_PURE_ITEM() added.

items.cc checks if we are adding a real item.
started adding parseProtocolInfo() (will be complet...

803ae35eb27b931fa6e3881555baafb3195ef2ee authored over 18 years ago
forgot to add these files (mostly a building site currently)

771ac5419a89c993465d34ec1326813eb41980c0 authored over 18 years ago
src/web cleanup.

started adding UI edit funtions.
modified CdsResourceManager to allow the UI to get only the URL ...

c86c646362c57869362e15d6b59aa6d62b497a41 authored over 18 years ago
config_manager.cc: some changes regarding import encodings: we now print out

which encoding was selected for metadata and for file import

string_converter.cc: improved iconv...

3fab35b2a37458d70f2154c28ff5fdaa5f59dca0 authored over 18 years ago
removed some unnecessary debug messages

configure.ac, config_manager.cc: we are now using the nl_langinfo function
to figure out the use...

18df969089f31570b2a8fc723ebadb417dd4c948 authored over 18 years ago
adapted changelog

131d537d7fd23f2a1df39cd9dacd683a890ac762 authored over 18 years ago
removed debug statements from js/items.js

0828f985a8f435261ee404e4ad078db2709f84e0 authored over 18 years ago
went through all log messages, converted to new style,

adjusted some message types (info/error/debug)

fixed a serious bug: when browsing the filesystem...

260055ae357122b1488d64a154a81b63130dee35 authored over 18 years ago
changed debug to something better

9da24a7ad940dea34dd377e89cb7cfbff1fd48ec authored over 18 years ago
added debug statements to items.js to debug a nasty IE error

10c7d4635d1c68b1c8e976929c2ea74e8d013e76 authored over 18 years ago
dramatically improved debug logging output :>

added Content-Disposition header to file_request_handler.cc

53d54f802ac1d90beff850a03b5c7819a27ce8d7 authored over 18 years ago
The UI evolves..

fixed "add custom item" for the crappy IE
(changed some line breaks from DOS to UNIX style)

d9e1637dd3a4690872973334e8b34d1e29e67cff authored over 18 years ago
changed debug messages / debug macro

9b6bc500b56cad7cd20136e16eca54d751324d1c authored over 18 years ago
completely reworked the custom http headers patch.

previously we were going through the linked list each time a HTTP message was
sent out -> not coo...

053c9ac1cf47ff90c1119f42aafbf13f7af91918 authored over 18 years ago
keeping up the changes

6d8e49d38144f585826f220c7895bfdaed9e0750 authored over 18 years ago
added the possibility to supply custom http headers with a

http response via the get_info callback.

This allows things like setting no caching options when...

ae7521bc1136d3cc404ead8add11b7f3da04a1be authored over 18 years ago
fixed crash in soap_device.c, I guess I screwed up when adding custom header

support.

fixed content directory service subscriptions after check with
DeviceValidator from In...

5e9753d3d6b83fcdb535d32800f6f6545e76997a authored over 18 years ago
checking in forgotten file :)

b7b93493024d6969a08157722503b6dc346e0bc5 authored over 18 years ago
a script to change all the copyright tags in all the source files; probably not finished...

06e838e8dbfd2c4d6b6a17da3b6a509e0285af83 authored over 18 years ago
corrected the documention about the custom http headers for the DSM-320

8fb8a9afd52593c0bf60db529a98e332772a6516 authored over 18 years ago
added a "remove item" function for the UI

551cd72b816b6fec26ef148edeb4617b9e59659e authored over 18 years ago
fixed pthread_cond_timedwait in update_manager.cc

adapted debug output in the rest of the files

c5c7edcc8d5acca7905e54d7a8acfe79479fbb27 authored over 18 years ago
fix for active items: added namespace to output (some XML parsers were

choking on the missing namespace)

b4d53162155a7a9a516d82f6a512e3d62b14c9ff authored over 18 years ago
another small bugfix to make mime-types work in the UI

23ae52a25d9df8d7052d382ef150d97b30042ed8 authored over 18 years ago
a minor fix to make ActiveItems work

9cb347633b43cfe561bd49e402f69602e0ceb480 authored over 18 years ago
the UI is evolving; added item adding and manual adding (but the UI is quite ugly)

64e726ab71aec71d6873505fc51b7e3206423d71 authored over 18 years ago
improved configure.ac, we are now using the AC_CHECK_SIZEOF macro to

determine the size of off_t; adapted tombupnp accordingly

added some information to the README

cff3396dfa284b0cc8cc4a6eebceb8265c566938 authored over 18 years ago
fixed possible bug in string converter (needs to be confirmed by the user)

changed log output in update_manager to log_debug

added contributors to the README file

update...

b3db59b01e23f338c88aef055f5744138aeca428 authored over 18 years ago
added taglib support (configure.ac still has to be adjusted)

fixed some log/debug messages

9aafa97db581a440fe2ace63383e1dd980ea7114 authored over 18 years ago
fixed a bug where setting -p 0 did not trigger automatic

port selection if it had to override the value in config.xml

71f79c269983234f9a9a2e2513427228815c1879 authored over 18 years ago
fixed bug 1425424

58cb321b5ce81a4bfaf6a5a11162a3e11ce2cba0 authored over 18 years ago
added options to completely supress mediatomb output (no logging will be done)

0d3206b3cf2b4b036c19e682a5b82ac5c238116e authored over 18 years ago
using pause() instead of sleep(3600)

fdb058cf5485b263aa691d424055ed15d8f98396 authored over 18 years ago
someone... deleted those files :>

necessary for upnp operation
(descriptions of connection manager and content directory
services)

a6670183ec566652f96790e04e270eada129f7ae authored over 18 years ago
src/web cleanup - removed unnecessary files and variables; now only XML output is possible

090e6a39e4c5e0906abde34bb87d3df414aff603 authored over 18 years ago
added HAVE_CONFIG_H ifdefs to include autoconfig.h header

934450bb850f87cae3704c7362dbf8cab380e29b authored over 18 years ago
adapted Makefile.am to handle the new UI files

fixed another off_t issue in web_request_handler.cc

FIRST to be included must be the autoconfig...

930fa2710268d272e86ee3cee005b743caa9b72f authored over 18 years ago
half finished UI

removed unnecessary files

03a8e159b9502623f498494e81ccd759a994721f authored over 18 years ago
reverted to old script

943d6bb31b36099f40871b8e360dc784da91561e authored over 18 years ago
fixed scripting, adapted content manager back to the old version

fixed a bug where autoconfig.h was not included in
jpeg_resolution.cc - so the file got compiled...

c3281cc6aceb4e8c8ad68da3a76100769bf07e98 authored over 18 years ago
reverted to 0.8.1 scripting

4d6f6056aeffecb0d8d829b1d2efc63d095fde8a authored over 18 years ago
Gena never finished it; we have to roll back to 0.8.1 state

a42b91e70aacdc35052d672f3dc8658889da880b authored over 18 years ago
fixed some doxygen "\todo" commands

0ca0cf0723a8cb5bacd4b4b26a47cecbd41283b6 authored over 18 years ago
added some documentation for the sqlite3 changes (dedicated thread)

small code cleanup in src/storage/sqlite3/sqlite3_storage.cc

55099637e0c44c0ed7ea6eb66e5778a34ea7d422 authored over 18 years ago
finalized custom http header implementation. headers can now be

specified via the config.xml file

sections added:
<server>
<custom-http-headers>
<ad...

3fc3b235050580ce00bc0a6b1be6bee2a6370065 authored over 18 years ago
updated the change log

bd57981415ee529d77dc7aad728ff690d1a6637b authored over 18 years ago
added configurable custom HTTP header support, it is now possible

to add or remove custom headers to all HTTP responses
(this also includes ssdp/gena messages)

th...

f0652213d67927986ea9f00af8bd8659e3ec74e3 authored over 18 years ago
modified SQLite3 storage class to use a dedicated thread to make all the requests to the sqlite3-API. This is needed

if SQLite3 is compiled with --enable-threadsafe.
main.cc and server.cc were modified to change th...

817450f791d0d29df702212ad0b46b089bfcf304 authored over 18 years ago
improved largefile implementation

the define for sprintf now contains only the modifier,
so we do not need two defines (hex and de...

89a7715f7988198c32c6cf0cab03d36c28baa600 authored over 18 years ago
keeping track of the changes...

c4d6b985ee5fb55f54c83215d272430db0d44fb5 authored over 18 years ago
server class is now a singleton

fixed a bug when server did not shutdown when a download was
active.

3ca71c3b8cce60650d8f41b58b497726e54a25e3 authored over 18 years ago
fixed a problem related to largefile support

under certain circumstances tombupnp was compiled with disabled largefile
support, while mediat...

9f27668151b4ca917045938c91276edad89b2ed0 authored over 18 years ago
adjusted imlementation to handle automatic port selection

eea7b13f8678c555fa45a228523ce761ed8d0111 authored over 18 years ago
added reuse port option

removed limitation where port values below 49152 were not allowed

removed debug printf from gena...

75f407c0935c62c4de55fbe9f752228baa460013 authored over 18 years ago
reverted api change

34417ca015288aaa7d22da495b98e8c5c89efc3d authored over 18 years ago
figured out that off_t can be a negative value,

really stupid that I thought otherwise before.

reverted the changes related to that misleading
t...

aab34083addf261f23ee62b1a43d1777046755cc authored over 18 years ago
improved largefile support handling

6603c0165d63a6a5a54798cd5e0034193197e57e authored over 18 years ago
added a debug message to file_request handler

removed all jssp references from Makefile.am

e036ea0c7df59594ca96b1f761e022b0ce5dab62 authored over 18 years ago
moved to to libupnp code: based on libupnp 1.4.1BETA3

this version is already patched with largefile support

removed SIGPIPE

added css mimetype to w...

c24d00cc6ff1904bf2a69bdcfe3602925a281e2c authored over 18 years ago
added check if compilation of the upnp part and MediaTomb part went well

in regard to off_t

ddaa8aeef70dff670d7f606ca789f06077ad1f79 authored over 18 years ago
removed libupnp 1.3.1, moving to 1.4.x version (pupnp.sf.net)

58a889919fd820f706fe66d5eb631810cc78203b authored over 18 years ago
fix typo in comment

d15c7c9e2aa20bff26f76d6938b04a2ce80d96fb authored over 18 years ago
deleted unneded jssp-files

12067e4da5590db59162533eaa6d9d53af30f839 authored over 18 years ago
don't ask...

353152b97b04c49928485257725dea659bf15693 authored over 18 years ago
unknown file size fix did not work correctly, these changes

finalize the required functionality

a8b348341ee04cc27261cf516cced28360fe2200 authored over 18 years ago
strtol now catches bogus values when converting the port number

e89a0c5a3430ccd35f5120dda353badf5e787e6b authored over 18 years ago
updated the changelog

0c38e2f67951a7d805defffe0e6ed4b4eebda9d4 authored over 18 years ago
added further largefile fixes to the SDK:

because we are using off_t we can no longer set the filesize
to less than zero (this was done in ...

065b0d2269dfbdcb1986fce03b1623199b2e2a9a authored over 18 years ago
the HAVE_CONFIG define was causing problems on id3lib header import

655f085a3db6c499d6463f7744a374965df1e164 authored over 18 years ago
added debug support

2a415c1d03cb3c0f4a574758e873a109753699fe authored over 18 years ago
further improvements to the configure system

fixed the pthread issue, also added new search path
for the javascript library (for SuSE)

6eec3adda28bb91f98ae74e33947ad6fc418b5d3 authored over 18 years ago
fixed resource handling in file_request_handler

some minor improvement in tools.cc (we had a compiler warning)

c20bd475f8bded0e9224e417bbac8ddeb491f9ca authored over 18 years ago
SERVER: tag in HTTP header now returns our package name and version

b15f9030d02eb9293b52f739264ceb79c48818c2 authored over 18 years ago
additional fixes for largefile support,

it choked on a 23GB file

34e7be5c1c6cd8bbf3ab5491775512b441839f0c authored over 18 years ago
added some "svn:ignore" properties

72af34c5e83fbb260ef8a40ad204717fae69bdc1 authored over 18 years ago
<time.h> instead of <sys/time.h>

04a7b3364e5b8c58fdcc5e22d0c031aa058f6c25 authored over 18 years ago
not needed

8abd49fb8780166411b5d4ab5583bc69c4f18269 authored over 18 years ago
started porting UI to Ajax version (check in of nanotree, prototype)

remove libjs dependencies from UI -> JSSP removed
deleted currently unneeded files from src/web
U...

f9e2fc52906bddd3f2d5cc8484035498a9128b0d authored over 18 years ago
optimize web_callbacks.cc

50796df3095694cfceae65c7eb50ec80a964906c authored over 18 years ago
oops.. this is created by configure

3cdb6eb44f55a1a7c009c92c535236c4b0f79046 authored over 18 years ago
not yet finalized

80fdd61f251453bd2a38514d003a3b12921c01f0 authored over 18 years ago
upnp created two weird files, they should not be installed

db33102a0a28234c77d2f7a54d1c3b4b2ffaf98a authored over 18 years ago
this macro caused problems

720a01456c8e417958bc9f183e18be482c30b8a2 authored over 18 years ago
added upnpconfig.h include

830e7c14a810ad194e7f32ccd5ca1ef1d5c8c35c authored over 18 years ago
addiotional fixed for largefile support

c145d0fa5b37730358d1a34bc425309bd0b0a737 authored over 18 years ago
largefile patches applied

7252ba55b121984ea897b68a1330f7f1432b5a2a authored over 18 years ago
cleaned up some warnings

fixed function mismatch in the uuid code; we still have two concurrent
implementations: one in th...

bb0b58a5d584812457cb637689d30f810d4dff01 authored over 18 years ago
not yet finalized

d94d0d52af97a83955ea3a0fa5bcae4d78a37c5a authored over 18 years ago
further modifications to the build environemnt

b7ed8dee0f30d475c8b457094d36df29c427c89b authored over 18 years ago
integration of libupnp 1.3.1 into the MediaTomb sourcetree

is finally complete

c480c176f81419359751c9d8c4dec9f72fd65af1 authored over 18 years ago
changes that were necessary to adapt to autoconfig.h

b83efe0e3b2c9813ec994a601caf4c79e86719d6 authored over 18 years ago
just for reference

315654db02e291c7d421b013b27aa6d7d017e116 authored over 18 years ago
once again... figured out that libupnp 1.3 is somewhat patched and

improved... so dropped the original 1.2.1a and will integrate the
updated version

950fbb0e9a2d0e289f79a78c83f29713dc348936 authored over 18 years ago
further modifications to the configure script

1761bdfd3100335abb25f2f30fd88c4e18cb17eb authored over 18 years ago
now using correct variables for top_src dir

e32a8d5af8cbb6c3c19be8368c407c9cf665c3b8 authored over 18 years ago
removed malloc.h, included tombconfig.h

53a7a5ebe386ad8844478a2fd647782d98c6bccd authored over 18 years ago
now using proper variables

c8cc0dc50b0e004f321eb1679d1c300a7cafbf9a authored over 18 years ago
reorganized structure

2b62cfd2618af8116e292e33802ef041d7bb4957 authored over 18 years ago