index
:
~wtay/pulseaudio
HSP-profile
RHEL6-CVE-2014-3970
RHEL7-CVE-2014-3970
access-hooks
access-hooks-arg
access-hooks-core
alsa-device-thread
async-command
bluez-owner-check
bt-tests
dyn-latency
dyn-latency-work
echo-cancel
echo-cancel-2
echo-cancel-3
f20
f21
f26-flatpack
f31
fixes
flat-volume-privilege-hack
flatpack
headset2
headsetd
hfp-gateway
hsp-hs-profile
hsp-old
hsp-review
improve-timing
maemo-master
master
module-echo-cancel
module-headset
module-test
optimize
optimize-smoother
optimize-smoother2
paplay-s24
private-1154072
rawhide
resume-unload-module
rhel-6.5
rhel-6.6
rhel-6.6-dynlat
rhel-6.6-work
rhel-6.7
rhel-6.8
rhel-6.9
rhel-7.0
rhel-7.0-test
rhel-7.1
rhel-7.1-work
rhel-7.2
rhel-7.3
rhel-7.5
rhel-8.0
test
test2
timings
work
wtay's pulseaudio hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulse
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-04
port the threaded mainloop to our new abstract mutex/thread API
Lennart Poettering
1
-288
/
+43
2006-08-27
increase operation timeout
Lennart Poettering
1
-1
/
+1
2006-08-22
Proceed with connect even when no cookie is loaded. Allows you to connect
Pierre Ossman
1
-6
/
+2
2006-08-22
Fix call to pa_pstream_send_tagstruct().
Pierre Ossman
1
-1
/
+1
2006-08-22
Add an ifdef for when we do not have creds.
Pierre Ossman
1
-1
/
+3
2006-08-19
add default "disable-shm" option to client.conf
Lennart Poettering
1
-0
/
+3
2006-08-19
add new "disable-shm" option to client.conf
Lennart Poettering
3
-2
/
+6
2006-08-18
enable SHM support on the client side only if both the client and the server ...
Lennart Poettering
2
-8
/
+24
2006-08-18
remove all occurences of
Lennart Poettering
7
-17
/
+17
2006-08-18
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
3
-8
/
+9
2006-08-17
modify pa_bytes_snprint() to return the string we just wrote to. This should ...
Lennart Poettering
2
-2
/
+4
2006-08-03
implement pa_context_move_source_output_by_{name,index}()
Lennart Poettering
2
-0
/
+56
2006-08-01
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...
Lennart Poettering
2
-0
/
+3
2006-07-31
wrap PA_COMMAND_MOVE_SINK_INPUT for libpulse
Lennart Poettering
2
-0
/
+53
2006-07-29
don't hit an assetr if there are operations outstanding when the pa_context i...
Lennart Poettering
1
-0
/
+4
2006-07-29
fix calculation of pa_usec_to_bytes, to make sure that it never returns fract...
Lennart Poettering
1
-1
/
+1
2006-07-27
remove superfluous code
Lennart Poettering
1
-43
/
+0
2006-07-26
remove two superfluous lines
Lennart Poettering
1
-3
/
+0
2006-07-26
mainloop fixes: when disabling time events when dispatching them, make sure t...
Lennart Poettering
2
-2
/
+12
2006-07-25
Results of profiling PulseAudio with valgrind's callgrind module: rework the ...
Lennart Poettering
1
-194
/
+353
2006-07-25
add a few more g_assert()s and change all assert()s to g_assert()s
Lennart Poettering
1
-52
/
+73
2006-07-22
fix horribly broken glib timeout event handling
Lennart Poettering
1
-7
/
+5
2006-07-20
remove access group setting from default client.conf
Lennart Poettering
1
-3
/
+0
2006-07-20
remove configurable client access group, since can never work on Linux anway,...
Lennart Poettering
3
-11
/
+1
2006-07-20
Make -1 mean "current group/user" so that some platform dependent calls
Pierre Ossman
1
-1
/
+1
2006-07-20
Protect platform dependent headers with ifdefs.
Pierre Ossman
1
-2
/
+3
2006-07-19
* add new function pa_check_in_group()
Lennart Poettering
2
-8
/
+16
2006-07-19
use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUP
Lennart Poettering
1
-1
/
+1
2006-07-19
update @@ tokens according to recent Makefile.am change
Lennart Poettering
1
-1
/
+7
2006-07-19
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
3
-15
/
+30
2006-07-18
remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...
Lennart Poettering
2
-508
/
+1
2006-07-18
add two more \since
Lennart Poettering
1
-2
/
+2
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
Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.
Pierre Ossman
1
-0
/
+6
2006-07-16
add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag
Lennart Poettering
1
-2
/
+4
2006-07-14
remove checking for SIGPIPE blocking from client code. Because we use
Lennart Poettering
1
-4
/
+0
2006-07-14
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
3
-5
/
+7
2006-07-14
* fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() fails
Lennart Poettering
1
-18
/
+45
2006-07-13
* port libpulse-browse to use the native avahi API instead of the HOWL cruft
Lennart Poettering
2
-190
/
+319
2006-07-13
make sure gccmacro.h and cdecl.h may be included at the same time as those he...
Lennart Poettering
1
-2
/
+2
2006-06-30
Make sure we print the file name we actually use.
Pierre Ossman
1
-1
/
+1
2006-06-21
include config.h in browser.c (closes #20)
Lennart Poettering
1
-0
/
+4
2006-06-21
only interpolate when the last timing info told us the stream is indeed playing
Lennart Poettering
1
-1
/
+1
2006-06-20
Fix the final few occurences of polyp.
Pierre Ossman
1
-1
/
+1
2006-06-19
s/POLYP/PULSE/g
Lennart Poettering
2
-12
/
+12
2006-06-19
* more s/pulseaudio/PulseAudio/ replacements
Lennart Poettering
7
-18
/
+18
2006-06-19
update references to the pkg-config files in the docs
Lennart Poettering
1
-4
/
+4
2006-06-19
name the pkg-config files after the library names
Lennart Poettering
1
-10
/
+9
2006-06-19
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
8
-31
/
+31
[next]