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
*
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
*
update speex resampler
Lennart Poettering
2008-06-27
5
-321
/
+456
*
update ffmpeg resampler from upstream SVN
Lennart Poettering
2008-06-27
1
-2
/
+2
*
save a bit of memory
Lennart Poettering
2008-06-27
1
-3
/
+5
*
modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea...
Lennart Poettering
2008-06-27
3
-244
/
+246
*
halve memory consumption of mempool flist, since we know we cannot have more ...
Lennart Poettering
2008-06-27
1
-2
/
+2
*
modernize hashmap implementation a bit, reduce memory consumption a bit
Lennart Poettering
2008-06-27
4
-71
/
+109
*
rework the flist implementation to halve memory consumption by merging the st...
Lennart Poettering
2008-06-27
2
-56
/
+41
*
some modernizations
Lennart Poettering
2008-06-27
2
-9
/
+13
*
rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome...
Lennart Poettering
2008-06-27
3
-3
/
+3
*
save some memory by increasing the dynamic array at a slower rate
Lennart Poettering
2008-06-27
1
-2
/
+2
*
some modernizations
Lennart Poettering
2008-06-27
2
-8
/
+13
*
fix underrun detection for prebuf=0 streams
Lennart Poettering
2008-06-27
1
-11
/
+16
*
use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...
Lennart Poettering
2008-06-27
1
-8
/
+19
*
fix crash when using sync'ed streams
Lennart Poettering
2008-06-27
1
-2
/
+2
[next]