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
*
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
*
fix horribly broken glib timeout event handling
Lennart Poettering
2006-07-22
1
-7
/
+5
*
remove access group setting from default client.conf
Lennart Poettering
2006-07-20
1
-3
/
+0
*
remove configurable client access group, since can never work on Linux anway,...
Lennart Poettering
2006-07-20
3
-11
/
+1
*
Make -1 mean "current group/user" so that some platform dependent calls
Pierre Ossman
2006-07-20
1
-1
/
+1
*
Protect platform dependent headers with ifdefs.
Pierre Ossman
2006-07-20
1
-2
/
+3
*
* add new function pa_check_in_group()
Lennart Poettering
2006-07-19
2
-8
/
+16
*
use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUP
Lennart Poettering
2006-07-19
1
-1
/
+1
*
update @@ tokens according to recent Makefile.am change
Lennart Poettering
2006-07-19
1
-1
/
+7
*
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
2006-07-19
3
-15
/
+30
*
remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...
Lennart Poettering
2006-07-18
2
-508
/
+1
*
add two more \since
Lennart Poettering
2006-07-18
1
-2
/
+2
*
turn the glib adapter into a single GSource instead of creating a bunch of se...
Lennart Poettering
2006-07-18
1
-344
/
+444
*
define proper typdefs for callback prototypes
Lennart Poettering
2006-07-18
1
-20
/
+23
*
Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.
Pierre Ossman
2006-07-17
1
-0
/
+6
*
add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag
Lennart Poettering
2006-07-16
1
-2
/
+4
*
remove checking for SIGPIPE blocking from client code. Because we use
Lennart Poettering
2006-07-14
1
-4
/
+0
*
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
2006-07-14
3
-5
/
+7
*
* fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() fails
Lennart Poettering
2006-07-14
1
-18
/
+45
*
* port libpulse-browse to use the native avahi API instead of the HOWL cruft
Lennart Poettering
2006-07-13
2
-190
/
+319
*
make sure gccmacro.h and cdecl.h may be included at the same time as those he...
Lennart Poettering
2006-07-13
1
-2
/
+2
*
Make sure we print the file name we actually use.
Pierre Ossman
2006-06-30
1
-1
/
+1
*
include config.h in browser.c (closes #20)
Lennart Poettering
2006-06-21
1
-0
/
+4
*
only interpolate when the last timing info told us the stream is indeed playing
Lennart Poettering
2006-06-21
1
-1
/
+1
*
Fix the final few occurences of polyp.
Pierre Ossman
2006-06-20
1
-1
/
+1
*
s/POLYP/PULSE/g
Lennart Poettering
2006-06-19
2
-12
/
+12
*
* more s/pulseaudio/PulseAudio/ replacements
Lennart Poettering
2006-06-19
7
-18
/
+18
*
update references to the pkg-config files in the docs
Lennart Poettering
2006-06-19
1
-4
/
+4
*
name the pkg-config files after the library names
Lennart Poettering
2006-06-19
1
-10
/
+9
*
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
2006-06-19
8
-31
/
+31
*
rename polypaudio.h to pulseaudio.h
Lennart Poettering
2006-06-19
1
-0
/
+0
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
54
-0
/
+13160