summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-114-7/+61
* 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
* fix a compiler warningLennart Poettering2008-05-211-2/+2
* add O_NOCTTYLennart Poettering2008-05-211-1/+5
* add new functions pa_state_path()/pa_get_state_dir(), change return value of ...Lennart Poettering2008-05-212-13/+61
* fix daemon shutdown with active monitor streamsLennart Poettering2008-05-182-2/+0
* add a small test program for pa_close_all()Lennart Poettering2008-05-182-0/+26
* remove a misplaced assertLennart Poettering2008-05-181-1/+0
* make sure we don't hit an assert when autospawningLennart Poettering2008-05-181-0/+1
* fix pa_close_all() to make it actually work as advertisedLennart Poettering2008-05-181-11/+20
* fix a misplaced assertLennart Poettering2008-05-181-1/+1
* fix return value of noop pa_limit_caps()Lennart Poettering2008-05-171-1/+1
* add another assert to catch sleep time miscalculations easierLennart Poettering2008-05-171-0/+3
* use pa_source_set_latency_range()/pa_sink_set_latency_range() in the ALSA dri...Lennart Poettering2008-05-171-5/+5