pulseaudio/src
Lennart Poettering c6ea9fecc9 core-util: rework pa_strlcpy() to not rely on strncpy()
strncpy() is very slow since it resets the entire destination buffer.
Replace usage of strncpy by memcpy().
2009-08-01 02:01:58 +02:00
..
daemon Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio 2009-07-23 15:18:06 +02:00
modules pipe: replace PIPE_BUF macro pa pa_pipe_buf call 2009-08-01 01:59:58 +02:00
pulse client: documented that pa_stream_drain() may only have a single operation active at a time 2009-07-31 23:09:16 +02:00
pulsecore core-util: rework pa_strlcpy() to not rely on strncpy() 2009-08-01 02:01:58 +02:00
tests interpol-test: allow configuration of latency 2009-07-24 20:22:19 +02:00
utils pacat: use zero-copy write calls when playing audio file 2009-07-23 20:01:40 +02:00
.gitignore memtrap: add new logic to trap and handle SIGBUS 2009-04-21 21:33:32 +02:00
depmod.py remove remaining $ 2008-06-18 22:38:32 +02:00
Makefile.am Check for support of -z nodelete LD flag, don't use it unconditionally. 2009-07-17 14:18:07 +02:00
map-file client: include zerocopy write calls in map file 2009-07-23 20:00:08 +02:00