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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update code to use libtool 2.2. Use convenience recursive libltdl.
Diego 'Flameeyes' Pettenò
2008-08-08
3
-81
/
+5
*
Create an m4 directory for common macros and use it.
Diego 'Flameeyes' Pettenò
2008-08-08
8
-42
/
+49
*
Remove gettext macros from configure.ac, intltool is used.
Diego 'Flameeyes' Pettenò
2008-08-08
1
-2
/
+0
*
Bump autoconf requirement to 2.62 (latest released version).
Diego 'Flameeyes' Pettenò
2008-08-07
1
-1
/
+1
*
remove some leftover debug string
Lennart Poettering
2008-08-07
1
-1
/
+1
*
Modify pa_state_path() to take an additional argument for prepending the mach...
Lennart Poettering
2008-08-07
6
-31
/
+32
*
Rework state/runtime directory logic
Lennart Poettering
2008-08-07
1
-26
/
+221
*
don't spam to stderr in API functions
Lennart Poettering
2008-08-07
1
-5
/
+1
*
print machine id during startup
Lennart Poettering
2008-08-07
1
-1
/
+11
*
add new function pa_machine_id()
Lennart Poettering
2008-08-07
3
-0
/
+47
*
translate error strings
Lennart Poettering
2008-08-07
1
-23
/
+23
*
include host name in default sink/default source file
Lennart Poettering
2008-08-06
1
-4
/
+15
*
fix a few things in the translations
Lennart Poettering
2008-08-06
1
-6
/
+6
*
add basic german translation
Lennart Poettering
2008-08-06
3
-0
/
+1756
*
fix channel position string
Lennart Poettering
2008-08-06
1
-1
/
+1
*
add a few configuration sanity checks for system mode
Lennart Poettering
2008-08-06
1
-0
/
+16
*
add disallow-exit to default configuration file
Lennart Poettering
2008-08-06
1
-0
/
+1
*
add new switch --disallow-exit
Lennart Poettering
2008-08-06
11
-52
/
+87
*
add i18n support
Lennart Poettering
2008-08-06
35
-423
/
+825
*
remove authkey-prop from tree
Lennart Poettering
2008-08-06
2
-147
/
+0
*
don't include authkey-prop.h anymore
Lennart Poettering
2008-08-06
1
-1
/
+0
*
fix a few potential bad memory accesses
Lennart Poettering
2008-08-06
1
-2
/
+7
*
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
2008-08-05
26
-58
/
+62
*
add a function to dump the stream database for debugging purposes
Lennart Poettering
2008-08-05
1
-0
/
+32
*
don't enforce valid callbacks for extension module APIs
Lennart Poettering
2008-08-05
1
-5
/
+0
*
allow extension messages to actually carry information
Lennart Poettering
2008-08-05
1
-2
/
+1
*
fix error path (spotted by Coling Guthrie)
Lennart Poettering
2008-08-05
1
-1
/
+3
*
fix a few more copy/paste errors
Lennart Poettering
2008-08-05
2
-6
/
+6
*
fix copy/paste error
Lennart Poettering
2008-08-04
1
-1
/
+1
*
fix documentation to follow what actually happens
Lennart Poettering
2008-08-04
1
-2
/
+2
*
inherit proplist on sample playback from client
Lennart Poettering
2008-08-04
1
-0
/
+2
*
remove port definitions from header file since they are not actually used yet
Lennart Poettering
2008-08-04
1
-5
/
+0
*
add missing C++ checks in header
Lennart Poettering
2008-08-04
1
-0
/
+4
*
pa_bool_t is not exported
Lennart Poettering
2008-08-04
2
-2
/
+2
*
ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map file
Lennart Poettering
2008-08-04
1
-1
/
+1
*
update list of exported symbols
Lennart Poettering
2008-08-04
1
-6
/
+13
*
Fix linking
Colin Guthrie
2008-08-04
1
-2
/
+2
*
wrap protocol extension of module-stream-restore
Lennart Poettering
2008-08-04
6
-4
/
+466
*
add protocol extension to module-stream-restore
Lennart Poettering
2008-08-04
1
-10
/
+322
*
store channel map in database and remap volumes if necessary
Lennart Poettering
2008-08-04
1
-10
/
+23
*
add hooks for connection creation/deletion, for that export pa_native_connection
Lennart Poettering
2008-08-04
3
-206
/
+248
*
split out save trigger function
Lennart Poettering
2008-08-04
1
-7
/
+15
*
store channel map in database and remap volumes if ncessary
Lennart Poettering
2008-08-04
1
-10
/
+22
*
add new API function pa_cvolume_remap()
Lennart Poettering
2008-08-04
2
-0
/
+89
*
don't hit an assert if when process_rewind() is called with nbytes=0
Lennart Poettering
2008-08-04
2
-4
/
+0
*
load module-device-restore and module-stream-restore by default, don't load m...
Lennart Poettering
2008-08-03
1
-2
/
+3
*
add new module module-stream-restore
Lennart Poettering
2008-08-03
2
-1
/
+442
*
a bit of refactoring
Lennart Poettering
2008-08-03
1
-75
/
+91
*
fix uninitialized memory access
Lennart Poettering
2008-08-03
1
-1
/
+1
*
define CANONICAL_HOST as macro for the GNU canonical host
Lennart Poettering
2008-08-03
1
-0
/
+1
[next]