index
:
~colin/pulseaudio.git-bakup
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
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
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
colin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-19
use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUP
Lennart Poettering
2
-2
/
+2
2006-07-19
update @@ tokens according to recent Makefile.am change
Lennart Poettering
3
-4
/
+10
2006-07-19
fix sed scripts according to #define renames
Lennart Poettering
1
-5
/
+5
2006-07-19
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
28
-135
/
+403
2006-07-18
remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...
Lennart Poettering
7
-620
/
+12
2006-07-18
add two more \since
Lennart Poettering
1
-2
/
+2
2006-07-18
fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)
Lennart Poettering
1
-11
/
+17
2006-07-18
turn the glib adapter into a single GSource instead of creating a bunch of se...
Lennart Poettering
1
-344
/
+444
2006-07-18
define proper typdefs for callback prototypes
Lennart Poettering
1
-20
/
+23
2006-07-17
change licensing blurb form "Library GPL" to "Lesser GPL" on request of Loic ...
Lennart Poettering
4
-60
/
+68
2006-07-17
Forgot to protect one access to with_creds with an ifdef.
Pierre Ossman
1
-0
/
+2
2006-07-17
Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.
Pierre Ossman
2
-0
/
+11
2006-07-16
make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)
Lennart Poettering
5
-7
/
+58
2006-07-16
todo
Lennart Poettering
1
-1
/
+0
2006-07-16
show summary after "configure" has run (closes: #22)
Lennart Poettering
1
-0
/
+77
2006-07-16
show value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in pactl
Lennart Poettering
1
-4
/
+6
2006-07-16
set is_hardware flag for a few hw plugins
Lennart Poettering
6
-0
/
+10
2006-07-16
add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag
Lennart Poettering
2
-4
/
+12
2006-07-16
add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...
Lennart Poettering
4
-0
/
+8
2006-07-15
update todo
Lennart Poettering
1
-1
/
+1
2006-07-14
improve latency calculation of NULL sink
Lennart Poettering
1
-7
/
+27
2006-07-14
update todo
Lennart Poettering
1
-1
/
+0
2006-07-14
remove checking for SIGPIPE blocking from client code. Because we use
Lennart Poettering
1
-4
/
+0
2006-07-14
don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshake
Lennart Poettering
1
-5
/
+4
2006-07-14
don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense there
Lennart Poettering
1
-1
/
+1
2006-07-14
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
17
-58
/
+100
2006-07-14
remove vi'ism
Lennart Poettering
1
-1
/
+1
2006-07-14
update todo
Lennart Poettering
1
-2
/
+0
2006-07-14
Make sure the win32 default conf gets shipped.
Pierre Ossman
1
-0
/
+1
2006-07-14
add new test get-binary-name-test for testing pa_get_binary_name()
Lennart Poettering
2
-1
/
+43
2006-07-14
Don't call pa_path_get_filename() anymore since it is implicitly called by pa...
Lennart Poettering
1
-1
/
+1
2006-07-14
* fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() fails
Lennart Poettering
2
-18
/
+47
2006-07-13
support time events with NULL timevals which are OK in avahi, but not in PA. ...
Lennart Poettering
1
-3
/
+12
2006-07-13
update todo
Lennart Poettering
1
-0
/
+2
2006-07-13
remove avahi/howl item from todo list
Lennart Poettering
1
-1
/
+0
2006-07-13
remove howl-wrap.[ch]
Lennart Poettering
2
-154
/
+0
2006-07-13
remove HOWL snippet from configure script
Lennart Poettering
2
-36
/
+1
2006-07-13
* add proper error handling to pabrowse.c
Lennart Poettering
1
-1
/
+16
2006-07-13
add browser.h to doxygen docs
Lennart Poettering
1
-1
/
+1
2006-07-13
* port libpulse-browse to use the native avahi API instead of the HOWL cruft
Lennart Poettering
4
-205
/
+327
2006-07-13
update module-zeroconf-publish to make use of the native AVAHI API, instead o...
Lennart Poettering
4
-129
/
+537
2006-07-13
make sure gccmacro.h and cdecl.h may be included at the same time as those he...
Lennart Poettering
2
-4
/
+4
2006-07-13
check for avahi in configure.ac
Lennart Poettering
1
-0
/
+31
2006-07-10
mark HAL for shams king
Lennart Poettering
1
-1
/
+1
2006-07-08
* remove doc/ directory
Lennart Poettering
4
-23
/
+2
2006-07-08
Remove some unused m4 files.
Pierre Ossman
3
-6383
/
+1
2006-07-08
Fix typo.
Pierre Ossman
1
-1
/
+1
2006-07-08
unhide a few files
Lennart Poettering
0
-0
/
+0
2006-07-07
remove all docs from tarball since they are now available on pulseaudio.org
Lennart Poettering
10
-1563
/
+3
2006-07-07
s/avahi/pulseuaiod/
Lennart Poettering
1
-2
/
+2
[next]