Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix building again libtool/ltdl 2.2.4. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -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 string | Lennart Poettering | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | Modify pa_state_path() to take an additional argument for prepending the ↵ | Lennart Poettering | 2008-08-07 | 6 | -31/+32 |
| | | | | machine id to the file name. | ||||
* | Rework state/runtime directory logic | Lennart Poettering | 2008-08-07 | 1 | -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 functions | Lennart Poettering | 2008-08-07 | 1 | -5/+1 |
| | |||||
* | print machine id during startup | Lennart Poettering | 2008-08-07 | 1 | -1/+11 |
| | |||||
* | add new function pa_machine_id() | Lennart Poettering | 2008-08-07 | 3 | -0/+47 |
| | |||||
* | translate error strings | Lennart Poettering | 2008-08-07 | 1 | -23/+23 |
| | |||||
* | include host name in default sink/default source file | Lennart Poettering | 2008-08-06 | 1 | -4/+15 |
| | |||||
* | fix a few things in the translations | Lennart Poettering | 2008-08-06 | 1 | -6/+6 |
| | |||||
* | add basic german translation | Lennart Poettering | 2008-08-06 | 3 | -0/+1756 |
| | |||||
* | fix channel position string | Lennart Poettering | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | add a few configuration sanity checks for system mode | Lennart Poettering | 2008-08-06 | 1 | -0/+16 |
| | |||||
* | add disallow-exit to default configuration file | Lennart Poettering | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | add new switch --disallow-exit | Lennart Poettering | 2008-08-06 | 11 | -52/+87 |
| | |||||
* | add i18n support | Lennart Poettering | 2008-08-06 | 35 | -423/+825 |
| | |||||
* | remove authkey-prop from tree | Lennart Poettering | 2008-08-06 | 2 | -147/+0 |
| | |||||
* | don't include authkey-prop.h anymore | Lennart Poettering | 2008-08-06 | 1 | -1/+0 |
| | |||||
* | fix a few potential bad memory accesses | Lennart Poettering | 2008-08-06 | 1 | -2/+7 |
| | |||||
* | fix shutdown when --disallow-module-loading=1 is passed | Lennart Poettering | 2008-08-05 | 26 | -58/+62 |
| | |||||
* | add a function to dump the stream database for debugging purposes | Lennart Poettering | 2008-08-05 | 1 | -0/+32 |
| | |||||
* | don't enforce valid callbacks for extension module APIs | Lennart Poettering | 2008-08-05 | 1 | -5/+0 |
| | |||||
* | allow extension messages to actually carry information | Lennart Poettering | 2008-08-05 | 1 | -2/+1 |
| | |||||
* | fix error path (spotted by Coling Guthrie) | Lennart Poettering | 2008-08-05 | 1 | -1/+3 |
| | |||||
* | fix a few more copy/paste errors | Lennart Poettering | 2008-08-05 | 2 | -6/+6 |
| | |||||
* | fix copy/paste error | Lennart Poettering | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | fix documentation to follow what actually happens | Lennart Poettering | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | inherit proplist on sample playback from client | Lennart Poettering | 2008-08-04 | 1 | -0/+2 |
| | |||||
* | remove port definitions from header file since they are not actually used yet | Lennart Poettering | 2008-08-04 | 1 | -5/+0 |
| | |||||
* | add missing C++ checks in header | Lennart Poettering | 2008-08-04 | 1 | -0/+4 |
| | |||||
* | pa_bool_t is not exported | Lennart Poettering | 2008-08-04 | 2 | -2/+2 |
| | |||||
* | ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map file | Lennart Poettering | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | update list of exported symbols | Lennart Poettering | 2008-08-04 | 1 | -6/+13 |
| | |||||
* | Fix linking | Colin Guthrie | 2008-08-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | wrap protocol extension of module-stream-restore | Lennart Poettering | 2008-08-04 | 6 | -4/+466 |
| | |||||
* | add protocol extension to module-stream-restore | Lennart Poettering | 2008-08-04 | 1 | -10/+322 |
| | |||||
* | store channel map in database and remap volumes if necessary | Lennart Poettering | 2008-08-04 | 1 | -10/+23 |
| | |||||
* | add hooks for connection creation/deletion, for that export pa_native_connection | Lennart Poettering | 2008-08-04 | 3 | -206/+248 |
| | |||||
* | split out save trigger function | Lennart Poettering | 2008-08-04 | 1 | -7/+15 |
| | |||||
* | store channel map in database and remap volumes if ncessary | Lennart Poettering | 2008-08-04 | 1 | -10/+22 |
| | |||||
* | add new API function pa_cvolume_remap() | Lennart Poettering | 2008-08-04 | 2 | -0/+89 |
| | |||||
* | don't hit an assert if when process_rewind() is called with nbytes=0 | Lennart Poettering | 2008-08-04 | 2 | -4/+0 |
| | |||||
* | load module-device-restore and module-stream-restore by default, don't load ↵ | Lennart Poettering | 2008-08-03 | 1 | -2/+3 |
| | | | | module-volume-restore anymore | ||||
* | add new module module-stream-restore | Lennart Poettering | 2008-08-03 | 2 | -1/+442 |
| | |||||
* | a bit of refactoring | Lennart Poettering | 2008-08-03 | 1 | -75/+91 |
| | |||||
* | fix uninitialized memory access | Lennart Poettering | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | define CANONICAL_HOST as macro for the GNU canonical host | Lennart Poettering | 2008-08-03 | 1 | -0/+1 |
| | |||||
* | add extension system for native protocol | Lennart Poettering | 2008-08-03 | 5 | -20/+73 |
| | |||||
* | store load_once flag for module | Lennart Poettering | 2008-08-03 | 2 | -4/+9 |
| | |||||
* | add a new error code PA_ERR_NOEXTENSION | Lennart Poettering | 2008-08-03 | 2 | -1/+5 |
| |