summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Create an m4 directory for common macros and use it.Diego 'Flameeyes' Pettenò2008-08-088-42/+49
| | | | | | | Split acinclude.m4 in multiple macro files. Let it be known to autoconf and aclocal to use the m4 directory. Ignore macro files copied or linked by libtool and intltool.
* Remove gettext macros from configure.ac, intltool is used.Diego 'Flameeyes' Pettenò2008-08-081-2/+0
| | | | | When using intltool there is no need to _also_ use gettext, so remove gettext macros so that autoreconf does not copy them over.
* Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-081-1/+1
|
* Fix man pages generation when building out of tree.Diego 'Flameeyes' Pettenò2008-08-081-13/+13
| | | | | | When referring to the xmltoman script srcdir should be requested, or the build will fail when doing out of tree builds (and the script is thus not in the build directory).
* Fix building again libtool/ltdl 2.2.4.Diego 'Flameeyes' Pettenò2008-08-081-0/+6
| | | | | | | On changeset f1d2bf84089b1e5b5988a5e5d6d571a507a52337 support for libtool 2.2 was broken as libtool_set_error was not defined anymore on that version. Fix this by also putting under #ifdef the calls to that function.
* remove some leftover debug stringLennart Poettering2008-08-071-1/+1
|
* Modify pa_state_path() to take an additional argument for prepending the ↵Lennart Poettering2008-08-076-31/+32
| | | | machine id to the file name.
* Rework state/runtime directory logicLennart Poettering2008-08-071-26/+221
| | | | | | | The runtime directory is now guaranteed to be in /tmp which will hopefully provide support for POSIX file locking and UNIX sockets. The state directory stays in $HOME.
* don't spam to stderr in API functionsLennart Poettering2008-08-071-5/+1
|
* print machine id during startupLennart Poettering2008-08-071-1/+11
|
* add new function pa_machine_id()Lennart Poettering2008-08-073-0/+47
|
* translate error stringsLennart Poettering2008-08-071-23/+23
|
* include host name in default sink/default source fileLennart Poettering2008-08-061-4/+15
|
* fix a few things in the translationsLennart Poettering2008-08-061-6/+6
|
* add basic german translationLennart Poettering2008-08-063-0/+1756
|
* fix channel position stringLennart Poettering2008-08-061-1/+1
|
* add a few configuration sanity checks for system modeLennart Poettering2008-08-061-0/+16
|
* add disallow-exit to default configuration fileLennart Poettering2008-08-061-0/+1
|
* add new switch --disallow-exitLennart Poettering2008-08-0611-52/+87
|
* add i18n supportLennart Poettering2008-08-0635-423/+825
|
* remove authkey-prop from treeLennart Poettering2008-08-062-147/+0
|
* don't include authkey-prop.h anymoreLennart Poettering2008-08-061-1/+0
|
* fix a few potential bad memory accessesLennart Poettering2008-08-061-2/+7
|
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-0526-58/+62
|
* add a function to dump the stream database for debugging purposesLennart Poettering2008-08-051-0/+32
|
* don't enforce valid callbacks for extension module APIsLennart Poettering2008-08-051-5/+0
|
* allow extension messages to actually carry informationLennart Poettering2008-08-051-2/+1
|
* fix error path (spotted by Coling Guthrie)Lennart Poettering2008-08-051-1/+3
|
* fix a few more copy/paste errorsLennart Poettering2008-08-052-6/+6
|
* fix copy/paste errorLennart Poettering2008-08-041-1/+1
|
* fix documentation to follow what actually happensLennart Poettering2008-08-041-2/+2
|
* inherit proplist on sample playback from clientLennart Poettering2008-08-041-0/+2
|
* remove port definitions from header file since they are not actually used yetLennart Poettering2008-08-041-5/+0
|
* add missing C++ checks in headerLennart Poettering2008-08-041-0/+4
|
* pa_bool_t is not exportedLennart Poettering2008-08-042-2/+2
|
* ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map fileLennart Poettering2008-08-041-1/+1
|
* update list of exported symbolsLennart Poettering2008-08-041-6/+13
|
* Fix linkingColin Guthrie2008-08-041-2/+2
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* wrap protocol extension of module-stream-restoreLennart Poettering2008-08-046-4/+466
|
* add protocol extension to module-stream-restoreLennart Poettering2008-08-041-10/+322
|
* store channel map in database and remap volumes if necessaryLennart Poettering2008-08-041-10/+23
|
* add hooks for connection creation/deletion, for that export pa_native_connectionLennart Poettering2008-08-043-206/+248
|
* split out save trigger functionLennart Poettering2008-08-041-7/+15
|
* store channel map in database and remap volumes if ncessaryLennart Poettering2008-08-041-10/+22
|
* add new API function pa_cvolume_remap()Lennart Poettering2008-08-042-0/+89
|
* don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering2008-08-042-4/+0
|
* load module-device-restore and module-stream-restore by default, don't load ↵Lennart Poettering2008-08-031-2/+3
| | | | module-volume-restore anymore
* add new module module-stream-restoreLennart Poettering2008-08-032-1/+442
|
* a bit of refactoringLennart Poettering2008-08-031-75/+91
|
* fix uninitialized memory accessLennart Poettering2008-08-031-1/+1
|