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
/
memblock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...
Lennart Poettering
2007-09-17
1
-1
/
+1
*
use priority inheritance on mutexes where applicable
Lennart Poettering
2007-09-17
1
-6
/
+10
*
add new API pa_mempool_block_size_max() to query the maximum tile size
Lennart Poettering
2007-09-16
1
-1
/
+8
*
remaining s/assert/pa_assert/ and refcnt.h modernizations
Lennart Poettering
2007-09-11
1
-1
/
+0
*
fix an assert when runnig module-oss in record only-mode. optimize allocation...
Lennart Poettering
2007-09-06
1
-9
/
+22
*
add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macro
Lennart Poettering
2007-09-02
1
-13
/
+19
*
add new function pa_memblock_ref_is_one()
Lennart Poettering
2007-08-30
1
-0
/
+12
*
fix a bad memory access when destructing pa_memimports
Lennart Poettering
2007-08-23
1
-3
/
+4
*
64 bit fixes and minor gcc shut ups
Lennart Poettering
2007-08-12
1
-1
/
+1
*
protect memimpors with a recursive mutex to avoid deadlock when shutting down
Lennart Poettering
2007-08-09
1
-1
/
+1
*
reverse order flist destruction and mempool allocation warning
Lennart Poettering
2007-07-26
1
-1
/
+2
*
drop chunk argument from various drop() functions, since it doesn't make any ...
Lennart Poettering
2007-07-25
1
-3
/
+3
*
s/assert/pa_assert/g; make use of static flist for memblock allocation where ...
Lennart Poettering
2007-07-13
1
-107
/
+122
*
Fix concurrency bug when turning memblock into a local memblock
Lennart Poettering
2007-07-13
1
-3
/
+3
*
Merge HUGE set of changes temporarily into a branch, to allow me to move them...
Lennart Poettering
2007-06-11
1
-80
/
+347
*
Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes sense
Lennart Poettering
2007-05-27
1
-33
/
+33
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+3
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-47
/
+47
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
1
-390
/
+117
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
1
-117
/
+390
*
don't maintain a list of allocated mempool slots, we don't use it anyway
Lennart Poettering
2006-09-07
1
-6
/
+1
*
make pa_mempool_stat thread-safe/lock-free
Lennart Poettering
2006-08-29
1
-33
/
+34
*
modify memory block reference counting to use the new reference counting API
Lennart Poettering
2006-08-29
1
-12
/
+12
*
fix typo
Pierre Ossman
2006-08-23
1
-1
/
+1
*
Fix detection of page size for non-POSIX systems.
Pierre Ossman
2006-08-22
1
-1
/
+7
*
generate per-type memory block statistics
Lennart Poettering
2006-08-19
1
-1
/
+18
*
add new function pa_mempool_is_shared() to test whether a memory pool is suit...
Lennart Poettering
2006-08-18
1
-0
/
+6
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-3
/
+3
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
1
-73
/
+664
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
1
-0
/
+173