summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | if building a man page fails remove the output to make sure that calling make...Lennart Poettering2008-06-171-13/+13
* | | | | | | fix man page xmlLennart Poettering2008-06-171-1/+1
* | | | | | | reset prebuf if it is too largeLennart Poettering2008-06-171-2/+2
* | | | | | | limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
* | | | | | | bring module-tunnel back to lifeLennart Poettering2008-06-171-178/+578
* | | | | | | server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering2008-06-171-17/+42
* | | | | | | rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...Lennart Poettering2008-06-172-99/+42
* | | | | | | minor modernizationsLennart Poettering2008-06-171-2/+4
* | | | | | | make use of the pa_init_proplist() version in proplist-util.[ch]Lennart Poettering2008-06-171-1/+3
* | | | | | | move pa_init_proplist() to proplist-util.[ch]Lennart Poettering2008-06-173-0/+151
* | | | | | | add missing const to a few functionsLennart Poettering2008-06-162-8/+8
* | | | | | | add pa_memblockq_get_base()Lennart Poettering2008-06-162-0/+8
* | | | | | | add Nokia copyrightLennart Poettering2008-06-161-1/+2
* | | | | | | check for packet size on server info dataLennart Poettering2008-06-161-1/+2
* | | | | | | use new pa_sink_set_latency_range() in null sinkLennart Poettering2008-06-161-1/+2
* | | | | | | a few modernizationsLennart Poettering2008-06-162-8/+11
* | | | | | | add new function pa_iochannel_socket_is_local()Lennart Poettering2008-06-162-0/+15
* | | | | | | make use of the new pa_socket_address_is_local() functionLennart Poettering2008-06-161-16/+2
* | | | | | | add new functions pa_socket_is_local() and pa_socket_address_is_local()Lennart Poettering2008-06-162-1/+44
* | | | | | | add missing inclusionLennart Poettering2008-06-161-0/+2
* | | | | | | minor modernizations, increase unload timeout to 60sLennart Poettering2008-06-141-5/+3
* | | | | | | avoid division by zero when informing user about unloaded lazy samples in the...Lennart Poettering2008-06-141-2/+5
* | | | | | | update todoLennart Poettering2008-06-131-9/+1
* | | | | | | fix a bad memory access pulsecore/client.cLennart Poettering2008-06-1314-33/+220
* | | | | | | rearrange thingsLennart Poettering2008-06-131-5/+8
* | | | | | | consider passing the same argument twice to a module an error, also consider ...Lennart Poettering2008-06-131-1/+17
* | | | | | | sometimes a simple memset() is much fasterLennart Poettering2008-06-131-2/+1
* | | | | | | fix a minor memory leak when unloading m-c-kLennart Poettering2008-06-132-3/+6
* | | | | | | drop hal inclusion from module-console-kit.cLennart Poettering2008-06-121-2/+0
* | | | | | | Trivial typo fix in debug log message.Colin Guthrie2008-06-121-1/+1
* | | | | | | merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-1114-60/+262
* | | | | | | enable auto-spawning by defaultLennart Poettering2008-06-113-3/+3
* | | | | | | enable ConsoleKit support and positioned event sounds by defaultLennart Poettering2008-06-111-1/+8
* | | | | | | add new switch --start to the PA binary which allows starting PA if it is not...Lennart Poettering2008-06-115-7/+72
* | | | | | | don't exit when the XSM signals us a session exit. instead just unload all X1...Lennart Poettering2008-06-116-55/+193
* | | | | | | move pa_core_check_quit() a bit laterLennart Poettering2008-06-111-2/+5
* | | | | | | reformat thingsLennart Poettering2008-06-111-1/+6
* | | | | | | install auto unload time event only when we have at least one auto unload moduleLennart Poettering2008-06-111-1/+1
* | | | | | | add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering2008-06-112-2/+348
* | | | | | | add new module module-position-event-sounds for positioning event sounds in s...Lennart Poettering2008-06-112-2/+178
* | | | | | | replace pa_atof() by pa_atod() because floats are lameLennart Poettering2008-06-113-12/+8
* | | | | | | update well-known property listLennart Poettering2008-06-111-3/+12
* | | | | | | Do not invalidate the cookie if no file was specified.Colin Guthrie2008-06-091-2/+2
* | | | | | | Rejig r2495 slightly and directly compile the necessary source files as libpu...Colin Guthrie2008-06-031-2/+2
* | | | | | | Also link libpulsecore.la to some libraries (needed for logging). Discovered ...Colin Guthrie2008-06-031-2/+2
* | | | | | | Perfer client.conf over X11 property variables.Colin Guthrie2008-06-031-1/+1
* | | | | | | fix a compiler warning on ARM due to missing cast, patch from Jyri SarhaLennart Poettering2008-06-031-5/+5
* | | | | | | update propsLennart Poettering2008-05-291-11/+20
* | | | | | | allow on-the-fly deleting of hashmap entries wile we iterate through themLennart Poettering2008-05-292-13/+26
* | | | | | | never hand out more data from a sink input than requested. Otherwise the resa...Lennart Poettering2008-05-274-7/+9