summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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.
| * | a few modernizationsLennart Poettering2008-08-181-6/+6
| | |
| * | don't unref pa_native_options object twiceLennart Poettering2008-08-181-7/+6
| | |
| * | add some code to make invalid valgrind warnings go awayLennart Poettering2008-08-184-1/+51
| | |
| * | bump releaseLennart Poettering2008-08-181-1/+1
| | |
| * | restore volume/device for streams only when it wasn't set beforeLennart Poettering2008-08-181-8/+21
| | |
| * | allow clients to not specify the volume for their streamsLennart Poettering2008-08-183-3/+29
| | |
| * | rework validity checking of sink/source/... namesLennart Poettering2008-08-181-18/+43
| | |
| * | save a bit of memoryLennart Poettering2008-08-184-26/+29
| | |
| * | fix type errorLennart Poettering2008-08-181-4/+8
| | |
| * | Fix up overzealous HAVE_LT_DLMUTEX_REGISTER blockRuss Dill2008-08-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a built problem on systems without the lt_dlmutex_register function. The overzealousness causes libtool_set_error and libtool_get_error to be undefined. This fixes a build problem on Ubuntu Intrepid. Signed-off-by: Russ Dill <Russ.Dill@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
| * | Make Multicast TTL for RTP configurable, patch from 'dfort'Lennart Poettering2008-08-151-2/+17
| | | | | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
| * | 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
| | |
| * | disable hotplug sounds by defaultLennart Poettering2008-08-151-1/+1
| | |
| * | pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-136-20/+20
| | |
| * | drop 0db reset functions since they are not necessary anymoreLennart Poettering2008-08-132-53/+0
| | |
| * | extend hardware dB scale in software to full range if necessary, instead of ↵Lennart Poettering2008-08-132-191/+295
| | | | | | | | | | | | reverting back to software-only volume control
| * | rework volume/mute APIs: split out pa_xx_set_soft_volume() and add ↵Lennart Poettering2008-08-134-14/+38
| | | | | | | | | | | | force_refresh argument to read functions
| * | add new function pa_alsa_volume_divide()Lennart Poettering2008-08-132-0/+27
| | |
| * | reword some log messagesLennart Poettering2008-08-131-3/+3
| | |
| * | add new API function pa_cvolume_max()Lennart Poettering2008-08-132-0/+15
| | |
| * | reset lock_fd_mutex after destructionLennart Poettering2008-08-131-0/+1
| | |
| * | fix protocol destructionLennart Poettering2008-08-131-4/+3
| | |
| * | initialize IP ACLs properlyLennart Poettering2008-08-112-2/+2
| | |
| * | fix two uninitialized memory accessesLennart Poettering2008-08-112-6/+6
| | |
| * | otpimize mixing code a bit by moving a few checks out of the inner loopsLennart Poettering2008-08-111-83/+39
| | |
| * | optimize volume changing a bit by only using a single counter for the inner ↵Lennart Poettering2008-08-111-31/+36
| | | | | | | | | | | | loops instead of two
| * | adhere to struct gcc aliasing rulesLennart Poettering2008-08-111-7/+3
| | |
| * | fix bad memory accessLennart Poettering2008-08-091-1/+1
| | |
| * | make gcc shut upLennart Poettering2008-08-093-3/+5
| | |
| * | adhere to C strict aliasing rulesLennart Poettering2008-08-091-3/+8
| | |
| * | don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-0940-123/+123
| | |
| * | free regex_t after useLennart Poettering2008-08-091-4/+11
| | |
| * | rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-098-38/+595
| | |
| * | print reason when we fail to kill a running daemonLennart Poettering2008-08-091-1/+1
| | |
| * | set errno properly in all functions from pid.cLennart Poettering2008-08-091-3/+18
| | |
| * | set errno properly in all functions from core-util.cLennart Poettering2008-08-091-23/+95
| | |
| * | add locale support to pa_parse_boolean()Lennart Poettering2008-08-091-0/+35
| | |
| * | set errno properly in all casesLennart Poettering2008-08-091-3/+14
| | |
| * | make sure we don't crash if pa_thread_join() is called more than once on the ↵Lennart Poettering2008-08-081-1/+8
| | | | | | | | | | | | same pa_thread object
| * | add compatibility with older PA socket pathsLennart Poettering2008-08-071-3/+33
| |/
| * 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.