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
/
pulse
Commit message (
Expand
)
Author
Age
Files
Lines
*
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
2008-02-13
1
-5
/
+5
*
use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...
Lennart Poettering
2008-01-06
1
-0
/
+9
*
add new function pa_proplist_contains()
Lennart Poettering
2007-12-29
2
-0
/
+15
*
add new property list implementation
Lennart Poettering
2007-12-23
2
-0
/
+332
*
rearrange #includes
Lennart Poettering
2007-11-24
1
-3
/
+3
*
fix uploading of samples into PA. Problem discovered by Colin Guthrie
Lennart Poettering
2007-11-22
1
-1
/
+1
*
- Check process name when dealing with PID files
Lennart Poettering
2007-11-21
6
-20
/
+593
*
use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ...
Lennart Poettering
2007-11-14
1
-1
/
+1
*
use a free list for allocation pa_operation objects
Lennart Poettering
2007-11-14
1
-2
/
+9
*
add array size to increase chance of detecting missing updates
Lennart Poettering
2007-11-13
1
-3
/
+2
*
minor typo
Lennart Poettering
2007-11-09
1
-1
/
+1
*
add support for 32bit integer samples
Lennart Poettering
2007-11-09
2
-5
/
+29
*
strip most comments from the default configuration files, since the man page ...
Lennart Poettering
2007-11-08
1
-20
/
+9
*
pa_boolize the client config
Lennart Poettering
2007-11-01
2
-8
/
+7
*
save and restore errno in the sig handler
Lennart Poettering
2007-10-30
1
-0
/
+6
*
rename 'length' parameters in the API to 'bytes', to make their unit clear
Lennart Poettering
2007-10-30
2
-7
/
+7
*
ignore network sinks/sources
Lennart Poettering
2007-10-29
1
-2
/
+4
*
make use of new pa_readlink() where applicable
Lennart Poettering
2007-10-29
1
-5
/
+6
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
34
-749
/
+1154
*
only browse for ipv4 pa servers for now. Needs better fixing which however is...
Lennart Poettering
2007-05-23
1
-1
/
+1
*
don't allow excessively high sample rates
Lennart Poettering
2007-05-23
2
-0
/
+4
*
Treat empty :0.0 identically to unset :0.0 when trying to find a PA server. (...
Lennart Poettering
2007-05-23
1
-1
/
+1
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
51
-0
/
+156
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
48
-699
/
+699
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
2
-17
/
+4
*
Handle when threaded mainloop is freed before it is started.
Pierre Ossman
2006-11-06
1
-1
/
+2
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
2
-4
/
+17
*
add missing channel names (fixes a segfault when parsing invalid channel maps)
Lennart Poettering
2006-09-07
1
-0
/
+16
*
don't hit an assert in the client if posix shm is not available
Lennart Poettering
2006-09-06
1
-2
/
+14
*
port the threaded mainloop to our new abstract mutex/thread API
Lennart Poettering
2006-09-04
1
-288
/
+43
*
increase operation timeout
Lennart Poettering
2006-08-27
1
-1
/
+1
*
Proceed with connect even when no cookie is loaded. Allows you to connect
Pierre Ossman
2006-08-22
1
-6
/
+2
*
Fix call to pa_pstream_send_tagstruct().
Pierre Ossman
2006-08-22
1
-1
/
+1
*
Add an ifdef for when we do not have creds.
Pierre Ossman
2006-08-22
1
-1
/
+3
*
add default "disable-shm" option to client.conf
Lennart Poettering
2006-08-19
1
-0
/
+3
*
add new "disable-shm" option to client.conf
Lennart Poettering
2006-08-19
3
-2
/
+6
*
enable SHM support on the client side only if both the client and the server ...
Lennart Poettering
2006-08-18
2
-8
/
+24
*
remove all occurences of
Lennart Poettering
2006-08-18
7
-17
/
+17
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
3
-8
/
+9
*
modify pa_bytes_snprint() to return the string we just wrote to. This should ...
Lennart Poettering
2006-08-17
2
-2
/
+4
*
implement pa_context_move_source_output_by_{name,index}()
Lennart Poettering
2006-08-03
2
-0
/
+56
*
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...
Lennart Poettering
2006-08-01
2
-0
/
+3
*
wrap PA_COMMAND_MOVE_SINK_INPUT for libpulse
Lennart Poettering
2006-07-31
2
-0
/
+53
*
don't hit an assetr if there are operations outstanding when the pa_context i...
Lennart Poettering
2006-07-29
1
-0
/
+4
*
fix calculation of pa_usec_to_bytes, to make sure that it never returns fract...
Lennart Poettering
2006-07-29
1
-1
/
+1
*
remove superfluous code
Lennart Poettering
2006-07-27
1
-43
/
+0
*
remove two superfluous lines
Lennart Poettering
2006-07-26
1
-3
/
+0
*
mainloop fixes: when disabling time events when dispatching them, make sure t...
Lennart Poettering
2006-07-26
2
-2
/
+12
*
Results of profiling PulseAudio with valgrind's callgrind module: rework the ...
Lennart Poettering
2006-07-25
1
-194
/
+353
*
add a few more g_assert()s and change all assert()s to g_assert()s
Lennart Poettering
2006-07-25
1
-52
/
+73
[next]