summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-2/+3
| |\
| | * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-2/+2
| | * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+1
| * | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-6/+0
| * | daemon: strip all special suid/caps log from our startup code, we'll now rely...Lennart Poettering2009-06-191-182/+15
| |/
| * daemon: write a warning blurb to syslog when folks use --system modeLennart Poettering2009-06-171-0/+5
| * daemon: optionally call mlockall() on startupLennart Poettering2009-06-071-0/+15
* | dbus-protocol: Connection handling for local connections.Tanu Kaskinen2009-06-161-1/+2
* | daemon: Implement the DBus server lookup service.Tanu Kaskinen2009-06-121-33/+103
|/
* core-util: introduce pa_disable_sigpipe()Lennart Poettering2009-05-261-3/+1
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-211-0/+3
* 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
* make sure we keep a reference of the bus connection during the whole runtime ...Lennart Poettering2009-04-061-9/+27
* various spelling fixesMaarten Bosmans2009-04-041-1/+1
* downgrade a few messagesLennart Poettering2009-04-031-3/+3
* take org.pulseaudio.Server instead of org.pulseaudio to match the interface n...Lennart Poettering2009-03-301-3/+3
* daemon: take org.pulseaudioMarc-André Lureau2009-03-301-0/+32
* introduce pa_assert_fp() for fast path assertionsLennart Poettering2009-03-201-0/+8
* revive solaris moduleFinn Thain2009-03-031-0/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* rework logging to make it more modularLennart Poettering2009-02-211-6/+9
* make string translatable (fixes #483)Lennart Poettering2009-02-211-2/+3
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-0/+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
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering2009-01-281-5/+0
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-0/+1
* check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering2009-01-271-0/+2
* add API pa_ncpus()Lennart Poettering2009-01-221-0/+2
* NetBSD doesn't know RLIMIT_ASJared D. McNeill2009-01-221-0/+2
* make use of PR_SET_TIMERSLACKLennart Poettering2009-01-161-0/+2
* kill autoload stuff as plannedLennart Poettering2009-01-151-2/+1
* Make sure we drop CAP_NICE if RT is not allowedLennart Poettering2008-12-181-7/+39
* Fix return value of --dump-resample-methodsLennart Poettering2008-12-161-0/+1
* Make log meta, time, backtrace configurable using config fileLennart Poettering2008-10-211-0/+3
* Fix spelling of priviligeLennart Poettering2008-10-191-7/+7
* Initialize exit_idle_time to -1 instead of 0 when in system mode.Lennart Poettering2008-10-071-2/+2
* show valgrind status on startupLennart Poettering2008-10-041-0/+2
* Make the shared memory segment size configurableLennart Poettering2008-10-011-1/+1
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-081-1/+1
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-051-0/+1
* include build and runtime host information in debug outputLennart Poettering2008-09-051-2/+7
* include more build info in debug outputLennart Poettering2008-09-011-0/+13
* change default log level for the library to PA_LOG_ERROR to avoid spamming to...Lennart Poettering2008-08-291-3/+3
* Add CFLAGS information on start-upMarc-André Lureau2008-08-291-0/+1
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-2/+2
* rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-091-10/+26
* print reason when we fail to kill a running daemonLennart Poettering2008-08-091-1/+1
* print machine id during startupLennart Poettering2008-08-071-1/+11