index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pulsecore
Commit message (
Expand
)
Author
Age
Files
Lines
*
save a bit of memory
Lennart Poettering
2008-08-18
4
-26
/
+29
*
pass force_refresh=FALSE to all volume/mute read invocations
Lennart Poettering
2008-08-13
3
-12
/
+12
*
rework volume/mute APIs: split out pa_xx_set_soft_volume() and add force_refr...
Lennart Poettering
2008-08-13
4
-14
/
+38
*
initialize IP ACLs properly
Lennart Poettering
2008-08-11
2
-2
/
+2
*
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 l...
Lennart Poettering
2008-08-11
1
-31
/
+36
*
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
*
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
13
-58
/
+58
*
free regex_t after use
Lennart Poettering
2008-08-09
1
-4
/
+11
*
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
*
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
*
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 mach...
Lennart Poettering
2008-08-07
2
-6
/
+19
*
Rework state/runtime directory logic
Lennart Poettering
2008-08-07
1
-26
/
+221
*
add new function pa_machine_id()
Lennart Poettering
2008-08-07
2
-0
/
+46
*
add new switch --disallow-exit
Lennart Poettering
2008-08-06
5
-19
/
+37
*
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
*
fix a few potential bad memory accesses
Lennart Poettering
2008-08-06
1
-2
/
+7
*
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
2008-08-05
5
-16
/
+20
*
fix a few more copy/paste errors
Lennart Poettering
2008-08-05
2
-6
/
+6
*
fix copy/paste error
Lennart Poettering
2008-08-04
1
-1
/
+1
*
inherit proplist on sample playback from client
Lennart Poettering
2008-08-04
1
-0
/
+2
*
add hooks for connection creation/deletion, for that export pa_native_connection
Lennart Poettering
2008-08-04
2
-205
/
+247
*
don't hit an assert if when process_rewind() is called with nbytes=0
Lennart Poettering
2008-08-04
2
-4
/
+0
*
fix uninitialized memory access
Lennart Poettering
2008-08-03
1
-1
/
+1
*
add extension system for native protocol
Lennart Poettering
2008-08-03
3
-18
/
+65
*
store load_once flag for module
Lennart Poettering
2008-08-03
2
-4
/
+9
*
start idle timer even when no module is ever loaded
Lennart Poettering
2008-08-03
1
-0
/
+2
*
some pa_bool_t'ization
Lennart Poettering
2008-08-03
1
-5
/
+8
*
fix iteration over random devices
Sjoerd Simons
2008-08-03
1
-0
/
+2
*
make all protocol objects global singletons
Lennart Poettering
2008-08-03
10
-388
/
+794
*
use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() to mak...
Lennart Poettering
2008-08-03
1
-2
/
+1
*
simplify a bit
Lennart Poettering
2008-08-03
1
-2
/
+4
*
add new api function pa_cli_get_module()
Lennart Poettering
2008-08-03
2
-1
/
+9
*
introduce pa_cli_eof_cb_t
Lennart Poettering
2008-08-03
2
-6
/
+8
*
rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on...
Lennart Poettering
2008-08-03
3
-3
/
+3
*
use @ as seperator between shared name variable and instance
Lennart Poettering
2008-08-03
1
-1
/
+2
*
add new auth cookie singleton
Lennart Poettering
2008-08-03
2
-0
/
+144
*
rename props.[ch] to shared.[ch]
Lennart Poettering
2008-08-01
7
-6
/
+6
*
rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists
Lennart Poettering
2008-08-01
8
-79
/
+80
*
don't pass rediculously high values to umask()
Lennart Poettering
2008-07-30
1
-1
/
+1
*
fix two thinkos in signal reset/close_all code
Lennart Poettering
2008-07-29
1
-9
/
+14
*
don't break if we fail to resume access to an audio device
Lennart Poettering
2008-07-23
2
-8
/
+26
*
get rid of our internal copy of the speex resampler. Instead, link against a ...
Lennart Poettering
2008-06-28
8
-2026
/
+15
*
add proper update_max_request handler to native protocol streams
Lennart Poettering
2008-06-28
1
-1
/
+18
[next]