summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | | | | always expect name field in upload datagramLennart Poettering2008-05-271-4/+8
* | | | | | | fix esound proto to not crashLennart Poettering2008-05-271-1/+3
* | | | | | | readd name field to upload datagramLennart Poettering2008-05-271-3/+8
* | | | | | | fix a minor memory leakLennart Poettering2008-05-271-2/+6
* | | | | | | big mumbo jumo of interleaved patches.Lennart Poettering2008-05-217-35/+98
* | | | | | | move device volume file to state dirLennart Poettering2008-05-211-5/+6
* | | | | | | move default device from runtime to state dirLennart Poettering2008-05-211-2/+2
* | | | | | | move volume restore table from runtime to state dir, fix another compiler war...Lennart Poettering2008-05-211-2/+4
* | | | | | | define PA_SYSTEM_CONFIG_PATH and PA_SYSTEM_STATE_PATH for CLennart Poettering2008-05-211-0/+2
* | | | | | | deal with failing pa_runtime_path()Lennart Poettering2008-05-211-3/+7
* | | | | | | properly handle if pa_runtime_path() failsLennart Poettering2008-05-211-1/+3