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
*
fix an misdesigned assert()
Lennart Poettering
2006-08-28
1
-6
/
+5
*
fix typo
Pierre Ossman
2006-08-23
1
-1
/
+1
*
Fall back to creating a "normal" memory pool if unable to get a shared one.
Pierre Ossman
2006-08-22
1
-4
/
+13
*
Improve error messages a bit.
Pierre Ossman
2006-08-22
2
-2
/
+5
*
Fix up portability of memory pool handling a bit.
Pierre Ossman
2006-08-22
1
-33
/
+43
*
Fix detection of shared memory support and proper fallback.
Pierre Ossman
2006-08-22
1
-1
/
+24
*
Fix detection of page size for non-POSIX systems.
Pierre Ossman
2006-08-22
1
-1
/
+7
*
If a client leaves the sink/source for a stream unspecified by passing NULL as
Lennart Poettering
2006-08-19
2
-24
/
+31
*
fix a bad memory access
Lennart Poettering
2006-08-19
1
-1
/
+1
*
when transferring large memory chunks of a pa_pstream, split them up
Lennart Poettering
2006-08-19
1
-13
/
+29
*
if MAP_ANONYMOUS is not supported use posix_memalign if possible to allocate ...
Lennart Poettering
2006-08-19
1
-2
/
+19
*
print per-type memory block statistics on "stat"
Lennart Poettering
2006-08-19
1
-1
/
+20
*
generate per-type memory block statistics
Lennart Poettering
2006-08-19
2
-1
/
+22
*
rework the resample to allocate temporary memory with pa_memblock_new() inste...
Lennart Poettering
2006-08-19
1
-25
/
+58
*
allow importing of external shm data blocks unconditionally, even when local ...
Lennart Poettering
2006-08-19
1
-10
/
+4
*
deal properly with pa_mempool_new() failing
Lennart Poettering
2006-08-19
1
-2
/
+6
*
fix allocation of anonymous memory
Lennart Poettering
2006-08-19
1
-1
/
+1
*
fix a memory leak
Lennart Poettering
2006-08-19
1
-1
/
+3
*
activate SHM support on the server side only when new client supports it and ...
Lennart Poettering
2006-08-18
1
-2
/
+23
*
one s/0/NULL/
Lennart Poettering
2006-08-18
1
-1
/
+1
*
remove export/import objects when SHM is disable for a pa_pstream object
Lennart Poettering
2006-08-18
1
-5
/
+20
*
add new function pa_mempool_is_shared() to test whether a memory pool is suit...
Lennart Poettering
2006-08-18
2
-0
/
+7
*
remove all occurences of
Lennart Poettering
2006-08-18
34
-222
/
+222
*
rework logging subsystem, to implicitly include __FILE__ in pa_log() calls. I...
Lennart Poettering
2006-08-18
2
-46
/
+84
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
28
-260
/
+1185
*
add abstracted shared memory API
Lennart Poettering
2006-08-18
2
-0
/
+266
*
fix a bad type cast
Lennart Poettering
2006-08-18
1
-1
/
+1
*
cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in id...
Lennart Poettering
2006-08-18
2
-11
/
+46
*
cleanup idxset.[ch] a little: define proper types for the hash/compare funcs,...
Lennart Poettering
2006-08-18
2
-6
/
+14
*
fix a PA_LLIST_HEAD_INIT invocation
Lennart Poettering
2006-08-17
1
-1
/
+1
*
add missing #include
Lennart Poettering
2006-08-17
1
-0
/
+2
*
make PA_LLIST_HEAD_INIT thread safe
Lennart Poettering
2006-08-17
1
-1
/
+1
*
minor optimization
Lennart Poettering
2006-08-13
1
-1
/
+1
*
implement hook_source_ouput_new. For this I modified the pa_source_output_new...
Lennart Poettering
2006-08-13
7
-74
/
+151
*
split a validity check into two
Lennart Poettering
2006-08-13
1
-1
/
+2
*
implement hook_source_disconnect
Lennart Poettering
2006-08-13
1
-1
/
+3
*
define new hooks: hook_source_output_new, hook_source_disconnect
Lennart Poettering
2006-08-13
2
-2
/
+9
*
properly implement a pa_sink_disconnect() hook
Lennart Poettering
2006-08-13
3
-4
/
+7
*
ignore if we recieved a memory block for an invalid stream, since this might ...
Lennart Poettering
2006-08-13
1
-1
/
+1
*
remove pa_sink_input::variable_rate field since it has been folded into pa_si...
Lennart Poettering
2006-08-13
2
-2
/
+1
*
allow hooking into the process of creating playback streams. To implement thi...
Lennart Poettering
2006-08-13
13
-132
/
+265
*
rework hook list stuff once again: change the callback prototype to recieve t...
Lennart Poettering
2006-08-13
2
-9
/
+15
*
rework hook list stuff again, and replace macros with real functins. We loose...
Lennart Poettering
2006-08-13
2
-77
/
+133
*
reall add type safe hook list
Lennart Poettering
2006-08-12
1
-0
/
+117
*
implement typeafe hook chain
Lennart Poettering
2006-08-12
1
-0
/
+2
*
extend maximum sink/source name length, because HAL UDIs can get ridiculously...
Lennart Poettering
2006-08-12
1
-1
/
+1
*
test if sink->monitor_source is set before making use of it
Lennart Poettering
2006-08-12
2
-3
/
+3
*
add pa_sink_used_by()/pa_source_used_by()
Lennart Poettering
2006-08-12
4
-1
/
+24
*
there's no need to queue subscription events if noone is listening, hence don...
Lennart Poettering
2006-08-12
1
-0
/
+4
*
clean up event generation a little: suppress unnecessary events and generate ...
Lennart Poettering
2006-08-12
4
-1
/
+22
[next]