summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-18get rid of svn $ keywordsLennart Poettering356-712/+0
2008-06-18add missing gitignore filesLennart Poettering4-0/+27
2008-06-18add another .gitignore file, this time for pulse/Lennart Poettering1-0/+1
2008-06-18Add a .gitignore file for the src/ directory.Lennart Poettering1-0/+56
2008-06-18Add a small README with the new git URLs and stuffLennart Poettering1-1/+34
2008-06-17if building a man page fails remove the output to make sure that calling make...Lennart Poettering1-13/+13
2008-06-17fix man page xmlLennart Poettering1-1/+1
2008-06-17reset prebuf if it is too largeLennart Poettering1-2/+2
2008-06-17limit the prebuf value by tlengthLennart Poettering1-2/+5
2008-06-17bring module-tunnel back to lifeLennart Poettering1-178/+578
2008-06-17server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering1-17/+42
2008-06-17rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...Lennart Poettering2-99/+42
2008-06-17minor modernizationsLennart Poettering1-2/+4
2008-06-17make use of the pa_init_proplist() version in proplist-util.[ch]Lennart Poettering1-1/+3
2008-06-17move pa_init_proplist() to proplist-util.[ch]Lennart Poettering3-0/+151
2008-06-16add missing const to a few functionsLennart Poettering2-8/+8
2008-06-16add pa_memblockq_get_base()Lennart Poettering2-0/+8
2008-06-16add Nokia copyrightLennart Poettering1-1/+2
2008-06-16check for packet size on server info dataLennart Poettering1-1/+2
2008-06-16use new pa_sink_set_latency_range() in null sinkLennart Poettering1-1/+2
2008-06-16a few modernizationsLennart Poettering2-8/+11
2008-06-16add new function pa_iochannel_socket_is_local()Lennart Poettering2-0/+15
2008-06-16make use of the new pa_socket_address_is_local() functionLennart Poettering1-16/+2
2008-06-16add new functions pa_socket_is_local() and pa_socket_address_is_local()Lennart Poettering2-1/+44
2008-06-16add missing inclusionLennart Poettering1-0/+2
2008-06-14minor modernizations, increase unload timeout to 60sLennart Poettering1-5/+3
2008-06-14avoid division by zero when informing user about unloaded lazy samples in the...Lennart Poettering1-2/+5
2008-06-13update todoLennart Poettering1-9/+1
2008-06-13fix a bad memory access pulsecore/client.cLennart Poettering14-33/+220
2008-06-13rearrange thingsLennart Poettering1-5/+8
2008-06-13consider passing the same argument twice to a module an error, also consider ...Lennart Poettering1-1/+17
2008-06-13sometimes a simple memset() is much fasterLennart Poettering1-2/+1
2008-06-13fix a minor memory leak when unloading m-c-kLennart Poettering2-3/+6
2008-06-12drop hal inclusion from module-console-kit.cLennart Poettering1-2/+0
2008-06-12Trivial typo fix in debug log message.Colin Guthrie1-1/+1
2008-06-11merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering14-60/+262
2008-06-11enable auto-spawning by defaultLennart Poettering3-3/+3
2008-06-11enable ConsoleKit support and positioned event sounds by defaultLennart Poettering1-1/+8
2008-06-11add new switch --start to the PA binary which allows starting PA if it is not...Lennart Poettering5-7/+72
2008-06-11don't exit when the XSM signals us a session exit. instead just unload all X1...Lennart Poettering6-55/+193
2008-06-11move pa_core_check_quit() a bit laterLennart Poettering1-2/+5
2008-06-11reformat thingsLennart Poettering1-1/+6
2008-06-11install auto unload time event only when we have at least one auto unload moduleLennart Poettering1-1/+1
2008-06-11add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering2-2/+348
2008-06-11add new module module-position-event-sounds for positioning event sounds in s...Lennart Poettering2-2/+178
2008-06-11replace pa_atof() by pa_atod() because floats are lameLennart Poettering3-12/+8
2008-06-11update well-known property listLennart Poettering1-3/+12
2008-06-09Do not invalidate the cookie if no file was specified.Colin Guthrie1-2/+2
2008-06-03Rejig r2495 slightly and directly compile the necessary source files as libpu...Colin Guthrie1-2/+2
2008-06-03Also link libpulsecore.la to some libraries (needed for logging). Discovered ...Colin Guthrie1-2/+2