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
/
polypcore
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix ugly access-after-free bug when doing asyncronous NS lookups
Lennart Poettering
2006-06-02
1
-6
/
+8
*
Try the ltdl mangled name ourselves so that .la files for modules are optional.
Pierre Ossman
2006-06-01
1
-2
/
+36
*
fix amd64 portability issues
Lennart Poettering
2006-05-30
1
-3
/
+2
*
* add new API function pa_stream_get_buffer_attr().
Lennart Poettering
2006-05-25
3
-1
/
+38
*
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
2006-05-25
15
-13
/
+259
*
Fix warnings.
Pierre Ossman
2006-05-24
6
-10
/
+27
*
Fix some warnings.
Pierre Ossman
2006-05-23
1
-1
/
+1
*
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
2006-05-22
14
-65
/
+95
*
fix long-standing buf that could cause polypaudio to eat 100% CPU: fix handli...
Lennart Poettering
2006-05-20
1
-4
/
+4
*
Convert log text to current locale before passing it on to stderr or syslog.
Pierre Ossman
2006-05-18
1
-5
/
+30
*
Missing include of util.h.
Pierre Ossman
2006-05-18
1
-0
/
+1
*
Don't include util.h from core-util.h as it is not needed by many users.
Pierre Ossman
2006-05-18
6
-2
/
+5
*
Move timeval calculation functions into their own file.
Pierre Ossman
2006-05-18
7
-0
/
+7
*
fix include line for "core-util.h"
Lennart Poettering
2006-05-17
1
-1
/
+1
*
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
2006-05-17
25
-328
/
+31
*
Move utf8 to the public part (libpolyp).
Pierre Ossman
2006-05-17
8
-199
/
+6
*
Move xmalloc to the public side (libpolyp).
Pierre Ossman
2006-05-17
55
-234
/
+95
*
* support native ULAW/ALAW file streams
Lennart Poettering
2006-05-17
1
-13
/
+26
*
support loading ULAW/ALAW files into ULAW/ALAW memchunks
Lennart Poettering
2006-05-17
1
-15
/
+36
*
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
2006-05-16
9
-69
/
+114
*
instead of kicking clients with invalid UTF8 stream names, filter invalid cha...
Lennart Poettering
2006-05-16
1
-14
/
+26
*
add double include protection
Lennart Poettering
2006-05-16
1
-0
/
+5
*
* remove "const" from return type of pa_utf8_filter() since it desn't make an...
Lennart Poettering
2006-05-16
2
-5
/
+5
*
* fix segfault in pa_utf8_validate()
Lennart Poettering
2006-05-16
1
-5
/
+11
*
Add function to filter a string of any invalid UTF-8 sequences. User must
Pierre Ossman
2006-05-15
2
-8
/
+54
*
Clean up the UTF-8 validation code.
Pierre Ossman
2006-05-15
1
-78
/
+76
*
Include utf8.h for the validation function.
Pierre Ossman
2006-05-15
1
-0
/
+1
*
add utf8 validity checking to esound protocol
Lennart Poettering
2006-05-14
1
-0
/
+8
*
check for valid utf8 strings
Lennart Poettering
2006-05-14
1
-20
/
+24
*
add utf8 validity checking API
Lennart Poettering
2006-05-14
2
-0
/
+142
*
update todo
Lennart Poettering
2006-05-14
1
-3
/
+4
*
* add new parameter to pa_open_config_file() to specify open mode
Lennart Poettering
2006-05-14
9
-26
/
+35
*
modify argument order of pa_client_new() to actually match how it is usually ...
Lennart Poettering
2006-05-14
2
-2
/
+2
*
fix esound sample cache names
Lennart Poettering
2006-05-13
1
-1
/
+2
*
don't hit an assert when trying to resample data for 6channel audio
Lennart Poettering
2006-05-13
1
-1
/
+2
*
fix hangup detection for recording streams
Lennart Poettering
2006-05-11
1
-5
/
+7
*
fix iochannel for hangup signals
Lennart Poettering
2006-05-11
1
-1
/
+1
*
pa_write() should use a const pointer.
Pierre Ossman
2006-05-11
2
-2
/
+2
*
Handle pipes on platforms where they are non-existant of broken.
Pierre Ossman
2006-05-11
5
-28
/
+229
*
ANSI codes aren't supported on Windows terminals.
Pierre Ossman
2006-05-11
1
-1
/
+4
*
Do WSAStartup() in the DLL entry routine instead of at context creation.
Pierre Ossman
2006-05-11
1
-4
/
+13
*
We need to read the cookie in binary mode for things to work correctly.
Pierre Ossman
2006-05-02
1
-2
/
+7
*
ouch!
Lennart Poettering
2006-04-27
2
-3
/
+2
*
if a sample is not yet loaded, don't print rubbish about its channel map
Lennart Poettering
2006-04-26
1
-1
/
+1
*
add support for parsing channel maps as module arguments
Lennart Poettering
2006-04-26
2
-0
/
+58
*
* rework reference counting in the client libraries: now refcounting goes
Lennart Poettering
2006-04-24
2
-3
/
+10
*
chown() and chmod() aren't available on Windows.
Pierre Ossman
2006-04-24
1
-0
/
+4
*
fix a segfault when uploading samples with esound
Lennart Poettering
2006-04-23
1
-1
/
+1
*
* add validity checking for sample_spec, channel_map and cvolume structures
Lennart Poettering
2006-04-23
1
-2
/
+15
*
enforce maximum sample size in sample cache
Lennart Poettering
2006-04-23
4
-6
/
+11
[next]