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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
core: Slightly more helpful pa_cstrerror for unknown errors
Thomas Martitz
1
-2
/
+3
2012-10-23
pacat: Replace read(), write() with pa_* equivalent.
Thomas Martitz
1
-3
/
+5
2012-10-23
core: Transparently handle non-blocking sockets on Windows
Thomas Martitz
1
-4
/
+32
2012-10-23
pacat: Enable binary mode on Windows.
Thomas Martitz
1
-0
/
+4
2012-10-22
bluetooth: Hold device pointer while module loaded
Mikel Astiz
1
-28
/
+15
2012-10-22
bluetooth: Self unload module-bluetooth-device
Mikel Astiz
2
-4
/
+22
2012-10-22
bluetooth: Add hook to tell device was removed
Mikel Astiz
2
-0
/
+18
2012-10-22
bluetooth: Remove const qualifier for device
Mikel Astiz
3
-11
/
+11
2012-10-22
alsa-sink/source: Warn for scheduling delays
David Henningsson
2
-4
/
+32
2012-10-22
daemon: Fix redundant redeclaration warning
Peter Meerwald
1
-4
/
+0
2012-10-19
modargs: New function: pa_modargs_get_value_double().
Flavio Ceolin
2
-0
/
+17
2012-10-19
bluetooth: Hold transport pointer while profile set
Mikel Astiz
1
-34
/
+23
2012-10-19
bluetooth: Set to off instead of failing module load
Mikel Astiz
1
-2
/
+9
2012-10-19
bluetooth: Set to off if transport removed
Mikel Astiz
1
-0
/
+19
2012-10-19
bluetooth: Add hook to tell transport was removed
Mikel Astiz
2
-1
/
+5
2012-10-19
bluetooth: Remove const qualifier for transports
Mikel Astiz
3
-9
/
+9
2012-10-19
bluetooth: Check return value of start_thread()
Mikel Astiz
1
-2
/
+2
2012-10-19
bluetooth: Check return value of init_profile()
Mikel Astiz
1
-1
/
+9
2012-10-19
bluetooth: Use assertions when setting off profile
Mikel Astiz
1
-2
/
+1
2012-10-19
core: Fix a litte-endian bug in ARM svolume code
Arun Raghavan
1
-0
/
+21
2012-10-19
core: Document ARM-optimised svolume code a bit
Arun Raghavan
1
-7
/
+7
2012-10-19
tests: Minor cpu-test reorganisation
Arun Raghavan
1
-1
/
+3
2012-10-19
tests: Factor out ARM svolume test into cpu-test
Arun Raghavan
2
-86
/
+39
2012-10-19
core: Separate ARM CPU detection from initialisation
Arun Raghavan
2
-2
/
+11
2012-10-18
bluetooth: Remove stream moving code
Mikel Astiz
1
-21
/
+0
2012-10-16
cli: Output asterisk when default sink/source is found
David Henningsson
1
-4
/
+9
2012-10-14
bluetooth: Unlink sink-sources in stop_thread()
Mikel Astiz
1
-16
/
+8
2012-10-14
bluetooth: Release transport in stop_thread()
Mikel Astiz
1
-18
/
+6
2012-10-14
bluetooth: Don't find device if set profile is off
Mikel Astiz
1
-23
/
+21
2012-10-14
bluetooth: Fix potential assertion failure
Mikel Astiz
1
-4
/
+4
2012-10-14
bluetooth: Trivial function rename
Mikel Astiz
1
-2
/
+2
2012-10-14
bluetooth: Ignore Device.DisconnectRequested
Mikel Astiz
1
-18
/
+0
2012-10-06
bluetooth: Remove ipc.[ch] files in the bluetooth module
Chan-yeol Park
4
-321
/
+66
2012-10-04
tests: make 'check' optional
Deng Zhengrong
1
-0
/
+14
2012-10-04
alsa-mixer: Remove analog-output-lfe-on-mono
David Henningsson
6
-118
/
+28
2012-10-03
alsa-mixer: Cache failure to open inputs/output mappings
David Henningsson
1
-4
/
+50
2012-09-26
bluetooth: Add port availability transition policies
Mikel Astiz
1
-0
/
+92
2012-09-26
bluetooth: Let suspend-on-idle request audio in headset
Mikel Astiz
1
-2
/
+24
2012-09-26
bluetooth: Do not switch to HFGW automatically
Mikel Astiz
1
-16
/
+0
2012-09-26
bluetooth: Release transport when not available
Mikel Astiz
1
-0
/
+19
2012-09-26
bluetooth: Acquire transport when becomes available
Mikel Astiz
1
-0
/
+18
2012-09-26
bluetooth: Do not acquire transport during profile change
Mikel Astiz
1
-0
/
+38
2012-09-26
bluetooth: Set profile even if transport not acquired
Mikel Astiz
2
-25
/
+56
2012-09-26
bluetooth: Support port availability flag
Mikel Astiz
1
-5
/
+67
2012-09-26
bluetooth: Config MTU transport after acquire
Mikel Astiz
1
-19
/
+36
2012-09-26
bluetooth: Provide dummy set_port callbacks
Mikel Astiz
1
-0
/
+10
2012-09-26
sink, source: Support creating suspended sinks and sources
Mikel Astiz
5
-6
/
+20
2012-09-26
bluetooth: Fix check if transport exists before acquire
Mikel Astiz
1
-0
/
+5
2012-09-26
bluetooth: Fix using garbage memory
Mikel Astiz
1
-1
/
+1
2012-09-26
bluetooth: Fix wrongly set "phone" role for HFGW
Mikel Astiz
1
-1
/
+1
[prev]
[next]