summaryrefslogtreecommitdiffstats
path: root/src/modules/module-stream-restore.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass GDBM_NOLOCK to gdbmLennart Poettering2009-01-121-1/+1
| | | | | | | | | | gdbm still uses BSD lockf for locking which is incompatible with NFS. Since we don't need the locking here since the db files in question should never be accessed by more than one process since they are per-home-dir and per-machine we can disable locking without any ill results. This should fix rhbz #471279.
* fix minor typoLennart Poettering2008-09-091-1/+1
|
* reduce needlessly large gdbm cache a bitLennart Poettering2008-08-291-0/+5
|
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-5/+5
|
* restore volume/device for streams only when it wasn't set beforeLennart Poettering2008-08-181-8/+21
|
* apply newly configured rules properlyLennart Poettering2008-08-151-2/+3
|
* apply volumes properly more than once in a rowLennart Poettering2008-08-151-1/+2
|
* apply the correct rules to sink inputsLennart Poettering2008-08-151-1/+1
|
* don't restore devices for direct-on-input streamsLennart Poettering2008-08-151-0/+1
|
* make gcc shut upLennart Poettering2008-08-091-1/+1
|
* Modify pa_state_path() to take an additional argument for prepending the ↵Lennart Poettering2008-08-071-5/+5
| | | | machine id to the file name.
* add a function to dump the stream database for debugging purposesLennart Poettering2008-08-051-0/+32
|
* 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 new module module-stream-restoreLennart Poettering2008-08-031-0/+433