Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | save a bit of memory | Lennart Poettering | 2008-08-18 | 4 | -26/+29 |
| | |||||
* | fix type error | Lennart Poettering | 2008-08-18 | 1 | -4/+8 |
| | |||||
* | Fix up overzealous HAVE_LT_DLMUTEX_REGISTER block | Russ Dill | 2008-08-17 | 1 | -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 Poettering | 2008-08-15 | 1 | -2/+17 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | apply newly configured rules properly | Lennart Poettering | 2008-08-15 | 1 | -2/+3 |
| | |||||
* | apply volumes properly more than once in a row | Lennart Poettering | 2008-08-15 | 1 | -1/+2 |
| | |||||
* | apply the correct rules to sink inputs | Lennart Poettering | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | don't restore devices for direct-on-input streams | Lennart Poettering | 2008-08-15 | 1 | -0/+1 |
| | |||||
* | disable hotplug sounds by default | Lennart Poettering | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | pass force_refresh=FALSE to all volume/mute read invocations | Lennart Poettering | 2008-08-13 | 6 | -20/+20 |
| | |||||
* | drop 0db reset functions since they are not necessary anymore | Lennart Poettering | 2008-08-13 | 2 | -53/+0 |
| | |||||
* | extend hardware dB scale in software to full range if necessary, instead of ↵ | Lennart Poettering | 2008-08-13 | 2 | -191/+295 |
| | | | | reverting back to software-only volume control | ||||
* | rework volume/mute APIs: split out pa_xx_set_soft_volume() and add ↵ | Lennart Poettering | 2008-08-13 | 4 | -14/+38 |
| | | | | force_refresh argument to read functions | ||||
* | add new function pa_alsa_volume_divide() | Lennart Poettering | 2008-08-13 | 2 | -0/+27 |
| | |||||
* | reword some log messages | Lennart Poettering | 2008-08-13 | 1 | -3/+3 |
| | |||||
* | add new API function pa_cvolume_max() | Lennart Poettering | 2008-08-13 | 2 | -0/+15 |
| | |||||
* | reset lock_fd_mutex after destruction | Lennart Poettering | 2008-08-13 | 1 | -0/+1 |
| | |||||
* | fix protocol destruction | Lennart Poettering | 2008-08-13 | 1 | -4/+3 |
| | |||||
* | initialize IP ACLs properly | Lennart Poettering | 2008-08-11 | 2 | -2/+2 |
| | |||||
* | fix two uninitialized memory accesses | Lennart Poettering | 2008-08-11 | 2 | -6/+6 |
| | |||||
* | otpimize mixing code a bit by moving a few checks out of the inner loops | Lennart Poettering | 2008-08-11 | 1 | -83/+39 |
| | |||||
* | optimize volume changing a bit by only using a single counter for the inner ↵ | Lennart Poettering | 2008-08-11 | 1 | -31/+36 |
| | | | | loops instead of two | ||||
* | adhere to struct gcc aliasing rules | Lennart Poettering | 2008-08-11 | 1 | -7/+3 |
| | |||||
* | fix bad memory access | Lennart Poettering | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | make gcc shut up | Lennart Poettering | 2008-08-09 | 3 | -3/+5 |
| | |||||
* | adhere to C strict aliasing rules | Lennart Poettering | 2008-08-09 | 1 | -3/+8 |
| | |||||
* | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 40 | -123/+123 |
| | |||||
* | free regex_t after use | Lennart Poettering | 2008-08-09 | 1 | -4/+11 |
| | |||||
* | rework autospawning code to survive multiple pa_contexts in a single process | Lennart Poettering | 2008-08-09 | 8 | -38/+595 |
| | |||||
* | print reason when we fail to kill a running daemon | Lennart Poettering | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | set errno properly in all functions from pid.c | Lennart Poettering | 2008-08-09 | 1 | -3/+18 |
| | |||||
* | set errno properly in all functions from core-util.c | Lennart Poettering | 2008-08-09 | 1 | -23/+95 |
| | |||||
* | add locale support to pa_parse_boolean() | Lennart Poettering | 2008-08-09 | 1 | -0/+35 |
| | |||||
* | set errno properly in all cases | Lennart Poettering | 2008-08-09 | 1 | -3/+14 |
| | |||||
* | make sure we don't crash if pa_thread_join() is called more than once on the ↵ | Lennart Poettering | 2008-08-08 | 1 | -1/+8 |
| | | | | same pa_thread object | ||||
* | add compatibility with older PA socket paths | Lennart Poettering | 2008-08-07 | 1 | -3/+33 |
| | |||||
* | 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 |
| | |||||
* | include host name in default sink/default source file | Lennart Poettering | 2008-08-06 | 1 | -4/+15 |
| | |||||
* | 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 | 28 | -416/+584 |
| | |||||
* | 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 |
| |