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
*
Store strings directly in strlst elements, other modernizations
Lennart Poettering
2007-07-25
1
-16
/
+23
*
fix some alignment issues and modernize file a little bit
Lennart Poettering
2007-07-25
1
-15
/
+28
*
Convert most snprintf() calls to pa_snprintf()
Lennart Poettering
2007-07-25
15
-35
/
+41
*
Modernize things a little bith more
Lennart Poettering
2007-07-25
1
-14
/
+24
*
Modernize things a little
Lennart Poettering
2007-07-25
1
-25
/
+41
*
add our own implementation for pa_snprintf() because NUL termination is appar...
Lennart Poettering
2007-07-25
2
-1
/
+21
*
Simplify implementation of pa_assert_se()
Lennart Poettering
2007-07-25
1
-4
/
+5
*
drop chunk argument from various drop() functions, since it doesn't make any ...
Lennart Poettering
2007-07-25
10
-206
/
+329
*
update static free list usage in asyncmsgq
Lennart Poettering
2007-07-25
1
-1
/
+1
*
update static free list usage in hashmap
Lennart Poettering
2007-07-25
1
-1
/
+1
*
destruct freelists properly, by using gcc destructors. we do this only to mak...
Lennart Poettering
2007-07-25
1
-14
/
+21
*
wrap destructor gcc attribute in macro
Lennart Poettering
2007-07-25
1
-0
/
+6
*
Fix a couple of typos in the resampler code
Lennart Poettering
2007-07-14
1
-3
/
+5
*
s/assert/pa_assert/g; make use of static flist for memblock allocation where ...
Lennart Poettering
2007-07-13
1
-107
/
+122
*
Minor clarification
Lennart Poettering
2007-07-13
1
-1
/
+2
*
Make use of static flist for hashmap entry alllocation
Lennart Poettering
2007-07-13
1
-2
/
+9
*
Actually make the static flist static
Lennart Poettering
2007-07-13
1
-1
/
+1
*
Remove a superfluous pa_memblock_release(); properly handle buf4 allocation
Lennart Poettering
2007-07-13
1
-5
/
+1
*
Fix concurrency bug when turning memblock into a local memblock
Lennart Poettering
2007-07-13
1
-3
/
+3
*
Fix off-by-one in mixing code
Lennart Poettering
2007-07-13
1
-1
/
+2
*
Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...
Lennart Poettering
2007-07-13
2
-2
/
+5
*
remove pa_memblockq_is_writable() (because it is stupid and not used anywhere...
Lennart Poettering
2007-06-25
2
-59
/
+46
*
make sure we don't free the same connection twice
Lennart Poettering
2007-06-25
1
-1
/
+2
*
Limit silence buffer size for pa_sink_render()
Lennart Poettering
2007-06-24
1
-0
/
+4
*
Track the 'missing' variable safely between the threads
Lennart Poettering
2007-06-24
1
-7
/
+7
*
rework the logic of pa_asyncq
Lennart Poettering
2007-06-24
1
-88
/
+113
*
Make sure the returned pa_msgobject object has a valid refcnt before returnin...
Lennart Poettering
2007-06-24
1
-4
/
+10
*
Include assert.h, since we use assert() for our pa_assert() macro
Lennart Poettering
2007-06-24
1
-0
/
+1
*
Fix length calculation in pa_silence_memblock_new() and make use of pa_assert...
Lennart Poettering
2007-06-24
1
-21
/
+26
*
remove underrun condition in pa_sinks. Instead return silence in pa_sink_rend...
Lennart Poettering
2007-06-23
2
-55
/
+81
*
Fix minor typo
Lennart Poettering
2007-06-23
1
-1
/
+1
*
Fix another ugly typo, which made source outputs unusable
Lennart Poettering
2007-06-14
1
-1
/
+1
*
use pa_memblockq_push_align() instead of pa_memblockq_push() to deal with una...
Lennart Poettering
2007-06-14
1
-2
/
+5
*
Show memchunk length in debug output
Lennart Poettering
2007-06-14
1
-1
/
+1
*
Fix a nasty typo in pa_asyncq_pop
Lennart Poettering
2007-06-14
1
-6
/
+11
*
Remove anotify.[ch], since it is now entirely replaced by pa_asyncmsgq
Lennart Poettering
2007-06-14
2
-185
/
+0
*
rework sink input/source output state machine
Lennart Poettering
2007-06-14
4
-61
/
+98
*
Make debug message more useful
Lennart Poettering
2007-06-14
1
-1
/
+1
*
Move a few things between the threads
Lennart Poettering
2007-06-14
1
-3
/
+12
*
A lot of more work to get the lock-free stuff in place
Lennart Poettering
2007-06-13
25
-436
/
+639
*
make untabify
Lennart Poettering
2007-06-11
5
-224
/
+224
*
make eolspace
Lennart Poettering
2007-06-11
18
-174
/
+174
*
Merge HUGE set of changes temporarily into a branch, to allow me to move them...
Lennart Poettering
2007-06-11
51
-1507
/
+3626
*
Kill spaces on EOL
Lennart Poettering
2007-05-29
6
-2540
/
+2540
*
build fix for systems lacking capability suppoort. (Problem identified and or...
Lennart Poettering
2007-05-28
1
-0
/
+4
*
Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes sense
Lennart Poettering
2007-05-27
5
-61
/
+66
*
unfortunately we cannot detect if a foreign thread is still running. Thus suc...
Lennart Poettering
2007-05-27
1
-11
/
+6
*
Minor optimization: read log level character code from array
Lennart Poettering
2007-05-27
1
-27
/
+12
*
Add a new meta command ".ifexists" to the CLI language, to execute commands o...
Lennart Poettering
2007-05-26
3
-13
/
+73
*
when called with the setid bit change euid to uid sooner to make sure that we...
Lennart Poettering
2007-05-25
1
-3
/
+33
[next]