summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* daemon: write a warning blurb to syslog when folks use --system modeLennart Poettering2009-06-171-0/+5
|
* conf: remove obsolete module-idle-time directive from default config ↵Lennart Poettering2009-06-071-1/+0
| | | | file/man page
* daemon: optionally call mlockall() on startupLennart Poettering2009-06-074-12/+29
|
* hal,udev: deprecate HAL support in favour of udevLennart Poettering2009-06-061-3/+3
|
* utils: use pa_path_get_filename() where applicableLennart Poettering2009-06-041-8/+3
|
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-281-0/+2
|
* core-util: introduce pa_disable_sigpipe()Lennart Poettering2009-05-261-3/+1
|
* start-pulseaudio-x11: don't start a local sound server if a remote sound ↵Lennart Poettering2009-04-221-0/+2
| | | | server is configured
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-211-0/+3
|
* explcitly ignore return values of some functions marked with gcc's ↵Lennart Poettering2009-04-141-1/+1
| | | | warn_unused_result attribute
* print session id when starting upLennart Poettering2009-04-131-0/+5
|
* Downgrade default log level to NOTICE to follow documentationLennart Poettering2009-04-101-1/+1
| | | | Closes #527
* make sure we keep a reference of the bus connection during the whole runtime ↵Lennart Poettering2009-04-061-9/+27
| | | | if we manage to acquire the bus name
* various spelling fixesMaarten Bosmans2009-04-041-1/+1
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-031-2/+2
|\
| * load bt discover module only when installedLennart Poettering2009-04-011-2/+2
| |
* | downgrade a few messagesLennart Poettering2009-04-031-3/+3
|/
* take org.pulseaudio.Server instead of org.pulseaudio to match the interface ↵Lennart Poettering2009-03-301-3/+3
| | | | name already used in the HAL module
* daemon: take org.pulseaudioMarc-André Lureau2009-03-301-0/+32
|
* enable bluetooth default by supportLennart Poettering2009-03-231-1/+1
|
* introduce pa_assert_fp() for fast path assertionsLennart Poettering2009-03-201-0/+8
|
* revive solaris moduleFinn Thain2009-03-033-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hi All, This patch fixes the solaris audio device source and sink, and fixes some portability issues that break the build on solaris. Questions and comments welcomed. I've tested this patch only with OpenSolaris Express snv 103. Eventually I hope to be able to test a few older releases and older hardware (though it is hard to say whether there is much interest in those). This is my first brush with pulseaudio and so I read the wiki docs and some of the source code but I'm still unsure of a few things. In particular I'm wondering about rewind processing, corking and what (if anything) the module needs for those. I'm also unclear on the implications of thread_info.buffer_size, .fragment_size and .max_request, and whether my code is correct or not. This patch disables link map/library versioning unless ld is GNU ld. Another approach for solaris would be to use that linker's -M option, but I couldn't make that work (due to undefined mainloop, browse and simple symbols when linking pacat. I can post the errors if anyone is intested.) Thanks, Finn Thain
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-0315-15/+15
|
* update gitignoreLennart Poettering2009-02-241-0/+2
|
* Make .desktop and .policy file in src/daemon translatableKelemen Gábor2009-02-242-60/+0
|
* Make pulseaudio.desktop and org.pulseaudio.policy translatable.Kelemen Gábor2009-02-242-0/+60
|
* rework logging to make it more modularLennart Poettering2009-02-211-6/+9
|
* make string translatable (fixes #483)Lennart Poettering2009-02-211-2/+3
|
* fix wording, closes #484Lennart Poettering2009-02-211-3/+3
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-214-126/+104
|
* daemon-conf: make sure c->log_level < LEVEL_MAXMarc-André Lureau2009-02-191-1/+1
|
* main: remove unused lf variableMarc-André Lureau2009-02-191-4/+0
|
* allow pa to be run in a chroot() environment tht lacks /procLennart Poettering2009-02-181-2/+5
|
* add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering2009-02-131-0/+1
| | | | key events
* implement a module that corks music/video streams automatically when a phone ↵Lennart Poettering2009-02-121-0/+3
| | | | call is active
* add new module-augment-properties module for augmenting properties from ↵Lennart Poettering2009-02-051-0/+4
| | | | .desktop files
* parse ini-style sections properlyLennart Poettering2009-02-051-60/+60
|
* Load module gconf earlierSjoerd Simons2009-02-031-9/+9
| | | | | | | This makes sure that module-default-device-restore can actually work when GConf enables additional sinks. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵Lennart Poettering2009-01-281-5/+0
| | | | of a string
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-274-1/+9
| | | | field to sinks/sources
* get rid of module-flat-volumes since we are moving this into the coreLennart Poettering2009-01-271-3/+0
|
* check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering2009-01-273-3/+28
|
* add API pa_ncpus()Lennart Poettering2009-01-221-0/+2
|
* NetBSD doesn't know RLIMIT_ASJared D. McNeill2009-01-221-0/+2
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* enable module-card-restore by defaultLennart Poettering2009-01-211-0/+1
|
* make use of PR_SET_TIMERSLACKLennart Poettering2009-01-161-0/+2
|
* kill autoload stuff as plannedLennart Poettering2009-01-154-13/+1
|
* --check: Updated manpage slightly and pulseaudio --help slightly.Sean McNamara2009-01-071-1/+1
| | | | | | | | | | | | | | It's good for new users - I didn't know about the convention for daemon checks to only bump the exit code until, say, a year after I first installed Linux. Of course, we could also put an entire guide to using Linux in our manpage, or tell users how to check the exit code with $?, or how to get to the terminal, or an example script, ... (you can see how this would quickly get out of control). So just a little bit more hint should be good for now. John? Does this work for you? Sean Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Fix typo in log message: s/Recevied/Received/chocolateboy2009-01-071-1/+1
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Make sure we drop CAP_NICE if RT is not allowedLennart Poettering2008-12-181-7/+39
| | | | | but make sure we still allow RT if RLIMIT_RTPRIO is properly set when PA is called.