summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macro: include string.h because we need it for memsetLennart Poettering2009-05-141-0/+1
* database: add tdb backendLennart Poettering2009-05-141-0/+224
* database: add gdbm backendLennart Poettering2009-05-141-0/+246
* database: add abstracted database APILennart Poettering2009-05-141-0/+61
* volume: introduce pa_cvolume_{get|set}_position()Lennart Poettering2009-05-132-0/+59
* core: automatically add icons for headsets/headphones/speakers for devicesLennart Poettering2009-05-131-0/+15
* alsa: include mixer name in sink/source propertiesLennart Poettering2009-05-124-14/+63
* http: fix segfault on connection terminationLennart Poettering2009-05-121-1/+4
* context: don't fail if session bus is not thereMarc-André Lureau2009-05-121-3/+3
* suspend-on-idle: add per-device timeout propertyMarc-André Lureau2009-05-121-3/+13
* upnp: rework property handlingLennart Poettering2009-05-111-34/+146
* upnp: use new rygel @HOSTNAME@ wildcard for server nameLennart Poettering2009-05-111-7/+2
* upnp: properly issue method not found exception when we don't now itLennart Poettering2009-05-111-1/+2
* upnp: update to newest spec, generate 'Updated' signalLennart Poettering2009-05-111-25/+9
* upnp: fix URL of MediaServer specLennart Poettering2009-05-111-2/+2
* mime: drop additional whitespace from mime typesLennart Poettering2009-05-111-1/+4
* core: Take samples from silence cache rather than write zerosJyri Sarha2009-05-091-10/+22
* core: optimize pa_sink_render_full()Jyri Sarha2009-05-081-5/+73
* channelmap: add pa_channel_map_has_position()Lennart Poettering2009-05-082-0/+17
* bluetooth-device: Add safe guard against BT streaming irregularities.Jyri Sarha2009-05-081-3/+27
* core: liberalize 99a6a4 a bitLennart Poettering2009-05-082-9/+17
* core: cache requested latency only when we are running, not while we are stil...Lennart Poettering2009-05-082-4/+10
* core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...Lennart Poettering2009-05-083-36/+26
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-0811-16/+48
* macro: add macros for initializing memoryLennart Poettering2009-05-081-0/+3
* sconv: fix a few minor conversion issuesLennart Poettering2009-05-012-6/+6
* resampler-test: add tests for 24bit sample formatsLennart Poettering2009-05-011-3/+62
* resampler-test: use global PA_FLOAT32_SWAP implementationLennart Poettering2009-05-011-8/+2
* alsa: initialize buffer size before number of periods to improve compat with ...Lennart Poettering2009-05-011-13/+20
* sample-util: fix iteration loop when adjusting volume of s24 samplesLennart Poettering2009-05-011-4/+4
* sample-util: properly allocate silence block for s24-32 formatsLennart Poettering2009-05-011-0/+4
* endian: fix LE/BE order for 24 bit accessor functionsLennart Poettering2009-05-011-4/+4
* zeroconf: properly unref native protocol objectLennart Poettering2009-05-011-0/+3
* sample: correctly pass s24-32 formatsLennart Poettering2009-05-011-4/+4
* alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2009-05-012-2/+4
* zeroconf: use pa_get_{user|host}_name_malloc() where applicableLennart Poettering2009-04-301-8/+14
* zeroconf: copy more sink/source properties into DNS-SD TXT dataLennart Poettering2009-04-301-7/+34
* zeroconf: computer native protocol port automaticallyLennart Poettering2009-04-301-13/+32
* headers: minor cleanupsLennart Poettering2009-04-302-4/+6
* rygel: get rid of forgotten debug trapLennart Poettering2009-04-301-2/+0
* rygel: instead of always handing out wildcard address find out the actual add...Lennart Poettering2009-04-301-2/+48
* http: export information about currently active server stringsLennart Poettering2009-04-303-3/+70
* strlist: add new calls pa_strlist_{next|data}()Lennart Poettering2009-04-302-0/+18
* parseaddr: add new call pa_is_ip_address()Lennart Poettering2009-04-302-0/+17
* rygel: make server name configurableLennart Poettering2009-04-291-1/+21
* rygel: add module that interfaces with Rygel UPnPLennart Poettering2009-04-292-0/+560
* http: split out mime type handling callsLennart Poettering2009-04-294-155/+222
* protocol-http: allow listening into sinks/sources via HTTPLennart Poettering2009-04-291-111/+394
* ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained()Lennart Poettering2009-04-292-2/+31
* ioline: add callback that can be called when the ioline object is fully drainedLennart Poettering2009-04-292-1/+25