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 yet another DoS vulnerability, also identified Luigi Auriemma (re #67)
Lennart Poettering
2007-05-23
1
-1
/
+2
*
fix minor typo
Lennart Poettering
2007-05-23
1
-1
/
+1
*
Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67)
Lennart Poettering
2007-05-23
1
-1
/
+1
*
fix a DoS vulnerability (re #67), originally identified by Luigi Auriemma
Lennart Poettering
2007-05-23
1
-1
/
+1
*
fix comment
Lennart Poettering
2007-05-22
1
-1
/
+1
*
Fix some instances where we printed a string without first checking that
Pierre Ossman
2007-03-06
2
-5
/
+15
*
Add some debugging output from sample cache subsystem.
Pierre Ossman
2007-03-01
1
-0
/
+10
*
Add a wrapper around close() to work around Windows' ass backwards way of
Pierre Ossman
2007-02-14
7
-24
/
+45
*
Allow a formatted string in the validation warning.
Pierre Ossman
2007-02-14
1
-4
/
+4
*
Prefix log lines with a character indicating level.
Pierre Ossman
2007-02-14
1
-4
/
+27
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
165
-14
/
+396
*
Don't abort config loading when the user specific cannot be loaded.
Pierre Ossman
2007-02-05
1
-2
/
+8
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
163
-1850
/
+1850
*
Fix silly copy-and-paste error. (closes #45)
Pierre Ossman
2006-12-04
1
-1
/
+1
*
Fix incorrect assert.
Pierre Ossman
2006-11-24
1
-1
/
+1
*
Support reversed endian floats. (closes #28) (closes #35)
Pierre Ossman
2006-11-08
2
-0
/
+21
*
Check correct variable for return value. Closes #37.
Pierre Ossman
2006-11-08
1
-1
/
+1
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
18
-845
/
+448
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
18
-448
/
+845
*
upgrade refcnt.h to make use of our new pa_atomic_xxx() API
Lennart Poettering
2006-09-26
1
-8
/
+9
*
add asynchronous inter-thread notification API
Lennart Poettering
2006-09-26
2
-0
/
+181
*
Fix up build structure for platform dependent modules. Also add implementation
Pierre Ossman
2006-09-11
2
-29
/
+73
*
make pa_mutex_new() and pa_cond_new() succeed in all cases. Similar behaviour...
Lennart Poettering
2006-09-09
1
-13
/
+3
*
rework pa_once once again, because the once function needs to have terminated...
Lennart Poettering
2006-09-09
2
-9
/
+74
*
update for newer APIs: replace direct usage of libatomic_ops by usage of our ...
Lennart Poettering
2006-09-09
2
-43
/
+13
*
implement trival pa_once API based on atomic operations
Lennart Poettering
2006-09-09
1
-0
/
+42
*
add static initializer PA_ATOMIC_INIT()
Lennart Poettering
2006-09-09
1
-0
/
+2
*
implement a simple lock-free free list
Lennart Poettering
2006-09-09
2
-0
/
+265
*
add a tiny wrapper around libatomic_ops: pa_atomic_int_t and pa_atomit_ptr_t.
Lennart Poettering
2006-09-08
1
-0
/
+80
*
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_stream thread-safe: use new refcounting system, protect access using ...
Lennart Poettering
2006-09-07
1
-28
/
+93
*
fix indentation
Lennart Poettering
2006-09-06
1
-2
/
+2
*
add accessor functions for the userdata attached to a pa_thread object
Lennart Poettering
2006-09-04
2
-0
/
+15
*
fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...
Lennart Poettering
2006-09-04
1
-1
/
+25
*
make pa_thread_self() return a sensible pointer on foreign threads
Lennart Poettering
2006-09-04
1
-2
/
+19
*
Fix call to pa_mutex_new().
Pierre Ossman
2006-09-01
1
-1
/
+1
*
Add pthread_once() equivalent support.
Pierre Ossman
2006-09-01
3
-31
/
+55
*
Thread implementation for Win32.
Pierre Ossman
2006-09-01
2
-0
/
+379
*
Also wrap yield functionality so that it can be platform independent.
Pierre Ossman
2006-08-31
2
-0
/
+10
*
define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...
Lennart Poettering
2006-08-31
3
-3
/
+0
*
fix handling of "running" variable
Lennart Poettering
2006-08-30
1
-3
/
+8
*
Add AO_REQUIRE_CAS as we do.
Pierre Ossman
2006-08-30
3
-0
/
+5
*
add a threading primitive API
Lennart Poettering
2006-08-29
4
-0
/
+350
*
make pa_mempool_stat thread-safe/lock-free
Lennart Poettering
2006-08-29
4
-61
/
+66
*
modify memory block reference counting to use the new reference counting API
Lennart Poettering
2006-08-29
3
-15
/
+18
*
add lock-free reference counting macros, based on libatomic-ops
Lennart Poettering
2006-08-29
1
-0
/
+41
*
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
[prev]
[next]