pulseaudio/src/pulsecore
Lennart Poettering dfe27f6237 shm: don't complain about missing SHM segments
If two clients try to cleanup the SHM directory at the same time, they
might want to open and then delete the same segment at the same time, in
which case one client might win, the other one lose. In this case, don't
warn about ENOENT.
2010-02-19 03:29:36 +01:00
..
ffmpeg run make update-ffmpeg 2009-03-02 14:33:36 +01:00
asyncmsgq.c asyncmsgq: introduce pa_asyncmsgq_dispatching() 2009-08-15 22:22:57 +02:00
asyncmsgq.h asyncmsgq: introduce pa_asyncmsgq_dispatching() 2009-08-15 22:22:57 +02:00
asyncq.c Rename the wait parameter to wait_op, to avoid shadowing wait(). 2009-06-29 17:41:37 +02:00
asyncq.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
atomic.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
aupdate.c aupdate: implicitly call _write_swap() if it wasn't called explicitly 2009-08-16 02:02:51 +02:00
aupdate.h aupdate: implicitly call _write_swap() if it wasn't called explicitly 2009-08-16 02:02:51 +02:00
auth-cookie.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
auth-cookie.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
authkey.c core-util: replace remaining fixed size destination string functions by _malloc() versions 2009-08-01 02:03:22 +02:00
authkey.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
avahi-wrap.c Base mainloop on pa_rtclock_now() 2009-06-20 17:29:31 +03:00
avahi-wrap.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
bitset.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
bitset.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
card.c card: make sure to always hand failure code back in some calls 2009-06-17 03:15:56 +02:00
card.h card: get rid of description field which is unused 2009-06-17 03:16:13 +02:00
cli-command.c cli-command: don't necessarily ovveride failure code of files (llvm-clang-analyzer) 2009-09-08 23:51:00 +02:00
cli-command.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
cli-text.c core: add priority field to pa_sink/pa_source 2009-08-28 23:31:05 +02:00
cli-text.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
cli.c cli: allow easy repeating of commands with '/' 2009-05-25 23:56:38 +02:00
cli.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
client.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
client.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
conf-parser.c conf-parser: properly initialize variable we free() later (llvm-clang-analyzer) 2009-09-08 23:51:39 +02:00
conf-parser.h conf: add pa_config_parse_not_bool() for parsing inverse boolean configuration options 2009-08-12 20:14:31 +02:00
core-error.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
core-error.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
core-rtclock.c timeval: make timeval conversion routines handle PA_USEC_INVALID special 2009-09-18 04:14:39 +02:00
core-rtclock.h core-rtclock: introduce pa_timespec_store() akin pa_timeval_store() 2009-09-18 04:14:37 +02:00
core-scache.c volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and use it wherever applicable 2009-09-07 19:53:39 +02:00
core-scache.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
core-subscribe.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
core-subscribe.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
core-util.c core: make cpuid code compile cleanly with 32bit PIC 2009-11-11 05:27:19 +01:00
core-util.h core-util: add call to detect if we are called from within a VM 2009-11-11 05:26:16 +01:00
core.c object: speed up type verification by not relying on strcmp() 2009-08-21 21:27:44 +02:00
core.h object: speed up type verification by not relying on strcmp() 2009-08-21 21:27:44 +02:00
cpu-arm.c Fix the following warnings (which now cause buildd failures in Ubuntu 10.04): 2010-01-15 01:35:54 +01:00
cpu-arm.h arm: implement ARM cpu detection 2009-08-20 11:31:04 +02:00
cpu-x86.c cpu: check for CMOV flag before using this intsruction in assembly 2010-01-13 20:31:17 +01:00
cpu-x86.h cpu: check for CMOV flag before using this intsruction in assembly 2010-01-13 20:31:17 +01:00
creds.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
database-gdbm.c gdbm: set default block size to 1K 2009-06-17 03:16:48 +02:00
database-simple.c database: simple hashmap based database implementation 2009-08-15 02:07:00 +02:00
database-tdb.c tdb: include signal.h before tdb.h for compat reasons 2009-06-04 23:50:43 +02:00
database.h database: add abstracted database API 2009-05-14 01:21:56 +02:00
dbus-shared.c Base mainloop on pa_rtclock_now() 2009-06-20 17:29:31 +03:00
dbus-shared.h dbus: split dbus-util into dbus-shared 2009-03-30 20:56:55 +03:00
dbus-util.c dbus: first restart timer, then dispatch it 2010-02-16 02:49:44 +01:00
dbus-util.h Base mainloop on pa_rtclock_now() 2009-06-20 17:29:31 +03:00
dllmain.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
dynarray.c save some memory by increasing the dynamic array at a slower rate 2008-06-27 19:12:03 +02:00
dynarray.h some modernizations 2008-06-27 19:11:28 +02:00
endianmacros.h endian: fix LE/BE order for 24 bit accessor functions 2009-05-01 04:13:15 +02:00
envelope.c make gcc shut up 2009-02-04 17:17:48 +01:00
envelope.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
esound.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
fdsem.c fdsem: be more verbose when reading from eventfd fails. 2010-02-16 03:36:44 +01:00
fdsem.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
flist.c llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes 2009-09-08 23:46:23 +02:00
flist.h once: make once related variables volatile 2010-01-12 23:03:04 +01:00
g711.c merge 'lennart' branch back into trunk. 2007-10-28 19:13:50 +00:00
g711.h fix comment 2007-05-22 23:08:34 +00:00
hashmap.c hashmap: implement pa_hashmap_last() 2009-06-17 03:02:34 +02:00
hashmap.h hashmap: implement pa_hashmap_last() 2009-06-17 03:02:34 +02:00
hook-list.c hook-list: make use of PA_LLIST_FOREACH 2009-08-15 00:55:31 +02:00
hook-list.h add pa_hook_is_firing 2009-03-21 01:18:48 +01:00
idxset.c idxset: implement pa_idxset_copy() 2009-06-17 03:01:40 +02:00
idxset.h idxset: implement pa_idxset_copy() 2009-06-17 03:01:40 +02:00
inet_ntop.c Optionally disable IPv6 2009-02-13 21:58:09 +01:00
inet_ntop.h big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
inet_pton.c Optionally disable IPv6 2009-02-13 21:58:09 +01:00
inet_pton.h big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
iochannel.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
iochannel.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
ioline.c ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained() 2009-04-29 04:14:52 +02:00
ioline.h ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained() 2009-04-29 04:14:52 +02:00
ipacl.c Optionally disable IPv6 2009-02-13 21:58:09 +01:00
ipacl.h headers: minor cleanups 2009-04-30 02:33:49 +02:00
llist.h llist: add PA_LLIST_FOREACH_SAFE macro for iteration that allows deleting 2009-08-26 20:05:48 +02:00
lock-autospawn.c autospawn: if creating the lock file fails, pass error code cleanly back to main process 2009-08-01 03:10:19 +02:00
lock-autospawn.h move autospawn lock to pulsecore/ since we don't need it in the client anymore 2008-09-08 17:22:27 +03:00
log.c log: add an easy way to disable log rate limiting 2010-01-13 17:35:04 +01:00
log.h alsa: when printing warning about bogus data from alsa include snd_pcm_dump() 2009-04-10 01:58:39 +02:00
ltdl-helper.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
ltdl-helper.h modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
macro.h macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros 2009-09-18 04:14:37 +02:00
Makefile big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
mcalign.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
mcalign.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
memblock.c memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are much bigger than we want them 2009-09-18 22:16:26 +02:00
memblock.h Make the shared memory segment size configurable 2008-10-01 01:14:36 +02:00
memblockq.c native: rework handling of seeks that depend on variables the client does not know anything about 2010-01-18 01:33:04 +01:00
memblockq.h native: rework handling of seeks that depend on variables the client does not know anything about 2010-01-18 01:33:04 +01:00
memchunk.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
memchunk.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
memtrap.c memtrap: properly add items to linked list 2009-09-19 00:21:34 +02:00
memtrap.h memtrap,aupdate: split atomic update from memtrap into seperate aupdate framework 2009-04-22 19:10:09 +02:00
mime-type.c mime: drop additional whitespace from mime types 2009-05-11 19:56:13 +02:00
mime-type.h http: split out mime type handling calls 2009-04-29 23:22:08 +02:00
modargs.c modargs: introduce pa_modargs_get_proplist() 2009-05-27 23:18:17 +02:00
modargs.h modargs: introduce pa_modargs_get_proplist() 2009-05-27 23:18:17 +02:00
modinfo.c modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
modinfo.h modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
module.c modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
module.h modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
msgobject.c object: speed up type verification by not relying on strcmp() 2009-08-21 21:27:44 +02:00
msgobject.h object: speed up type verification by not relying on strcmp() 2009-08-21 21:27:44 +02:00
mutex-posix.c mutex: when we fail to fill in mutex into static mutex ptr free it again 2009-04-21 21:24:33 +02:00
mutex-win32.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
mutex.h mutex: add initializer for static mutexes 2009-04-21 21:25:01 +02:00
namereg.c namereg: choose default sink/source as soon as one becomes available 2009-09-18 22:42:37 +02:00
namereg.h namereg: add new pa_namereg_is_valid_name_or_wildcard() call 2009-08-29 03:56:03 +02:00
native-common.h native: implement command to change sink/source port 2009-06-17 04:52:41 +02:00
object.c object: speed up type verification by not relying on strcmp() 2009-08-21 21:27:44 +02:00
object.h object: speed up type verification by not relying on strcmp() 2009-08-21 21:27:44 +02:00
once.c once: make once related variables volatile 2010-01-12 23:03:04 +01:00
once.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
packet.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
packet.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
parseaddr.c Add missing headers' include to build on FreeBSD 7.1. 2009-05-15 23:42:43 +02:00
parseaddr.h headers: minor cleanups 2009-04-30 02:33:49 +02:00
pdispatch.c pdispatch: various modernizations 2009-08-26 20:07:04 +02:00
pdispatch.h pdispatch: various modernizations 2009-08-26 20:07:04 +02:00
pid.c llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes 2009-09-08 23:46:23 +02:00
pid.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
pipe.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
pipe.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
play-memblockq.c core: move 'flags' field into 'pa_sink_input_new_data' structure so that hooks can access it 2009-08-28 23:24:09 +02:00
play-memblockq.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
play-memchunk.c core: make sure we always return a valid memblock in sink_input_pop() callbacks 2010-01-08 21:51:30 +01:00
play-memchunk.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
poll.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
poll.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
prioq.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
prioq.h fix compilation errors in priority queue code 2008-09-27 16:31:56 +02:00
proplist-util.c core-util: replace remaining fixed size destination string functions by _malloc() versions 2009-08-01 02:03:22 +02:00
proplist-util.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
protocol-cli.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
protocol-cli.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
protocol-esound.c core: make sure we always return a valid memblock in sink_input_pop() callbacks 2010-01-08 21:51:30 +01:00
protocol-esound.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
protocol-http.c core: move 'flags' field into 'pa_sink_input_new_data' structure so that hooks can access it 2009-08-28 23:24:09 +02:00
protocol-http.h http: export information about currently active server strings 2009-04-30 01:35:18 +02:00
protocol-native.c native: rework handling of seeks that depend on variables the client does not know anything about 2010-01-18 01:33:04 +01:00
protocol-native.h protocol-native: print more volume change debug messages to easy tracking down of feedback loops 2009-08-27 00:05:54 +02:00
protocol-simple.c core: make sure we always return a valid memblock in sink_input_pop() callbacks 2010-01-08 21:51:30 +01:00
protocol-simple.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
pstream-util.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
pstream-util.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
pstream.c pstream: fix s/recieve/receive/ typos 2009-06-17 03:17:23 +02:00
pstream.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
queue.c some modernizations 2008-06-27 19:15:32 +02:00
queue.h some modernizations 2008-06-27 19:15:32 +02:00
random.c some pa_bool_t'ization 2008-08-03 17:00:52 +02:00
random.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
ratelimit.c pulse: move pa_rtclock_now in pulsecommon 2009-06-20 17:29:08 +03:00
ratelimit.h ratelimit: allow non-static ratelimit structs 2009-09-09 02:41:34 +02:00
refcnt.h add simple ref counting debugging framework 2009-03-25 02:42:18 +01:00
remap.c remap: init the do_remap function to NULL 2009-08-20 18:32:51 +02:00
remap.h remap: move remapping code in separate file 2009-08-20 18:23:42 +02:00
remap_mmx.c simd: be more precise which SIMD optimizations we activate 2009-09-09 04:28:22 +02:00
remap_sse.c simd: be more precise which SIMD optimizations we activate 2009-09-09 04:28:22 +02:00
resampler.c Fix checking for NULL after usage 2009-08-28 17:12:44 +02:00
resampler.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
rtkit.c core: ask RealtimeKit for RT scheduling 2009-06-19 04:19:08 +02:00
rtkit.h core: ask RealtimeKit for RT scheduling 2009-06-19 04:19:08 +02:00
rtpoll.c alsa: automatically decrease watermark after a time of stability 2009-08-24 03:27:29 +02:00
rtpoll.h alsa: automatically decrease watermark after a time of stability 2009-08-24 03:27:29 +02:00
sample-util.c sample-util: add pa_convert_size() call for converting sizes between two sample specs 2009-09-09 04:27:16 +02:00
sample-util.h sample-util: add pa_convert_size() call for converting sizes between two sample specs 2009-09-09 04:27:16 +02:00
sconv-s16be.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sconv-s16be.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sconv-s16le.c Get rid of liboil 2009-08-20 11:31:03 +02:00
sconv-s16le.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sconv.c sconv: fix indentation 2009-08-27 10:44:52 +02:00
sconv.h sconv: allow for setting custom functions 2009-08-20 15:50:02 +02:00
sconv_sse.c simd: be more precise which SIMD optimizations we activate 2009-09-09 04:28:22 +02:00
semaphore-posix.c semaphore: introduce static semaphores 2009-04-21 21:25:27 +02:00
semaphore-win32.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
semaphore.h semaphore: introduce static semaphores 2009-04-21 21:25:27 +02:00
shared.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
shared.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
shm.c shm: don't complain about missing SHM segments 2010-02-19 03:29:36 +01:00
shm.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
shmasyncq.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
shmasyncq.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
sink-input.c core: Fix macro typo - PA_SINK_IS_LINKED -> PA_SINK_INPUT_IS_LINKED 2010-02-09 22:01:08 +00:00
sink-input.h core: add an additional volume factor that is applied after resampling took place 2009-09-11 03:26:25 +02:00
sink.c sink: simplify silence checks 2009-11-11 05:14:56 +01:00
sink.h core: initialize sink/source priorities automatically based on their proplists 2009-08-29 04:31:33 +02:00
sioman.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sioman.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sndfile-util.c sndfile: fix build on BE archs 2009-06-23 18:54:17 +02:00
sndfile-util.h sndfile: big rework of libsndfile interfacing code 2009-05-26 00:05:28 +02:00
socket-client.c socket-client: modernizations 2009-09-18 22:16:25 +02:00
socket-client.h socket-client: modernizations 2009-09-18 22:16:25 +02:00
socket-server.c socket-server: memory leak, free machine id after use 2009-04-10 01:15:26 +02:00
socket-server.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
socket-util.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
socket-util.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sound-file-stream.c core: make sure we always return a valid memblock in sink_input_pop() callbacks 2010-01-08 21:51:30 +01:00
sound-file-stream.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sound-file.c sndfile: big rework of libsndfile interfacing code 2009-05-26 00:05:28 +02:00
sound-file.h sndfile: big rework of libsndfile interfacing code 2009-05-26 00:05:28 +02:00
source-output.c core: dump proplist when creating stream similar to how we already to it for sinks/sources 2009-09-20 03:18:03 +02:00
source-output.h core: move 'flags' field into 'pa_sink_input_new_data' structure so that hooks can access it 2009-08-28 23:24:09 +02:00
source.c core: always allow volume setting with single-channel pa_cvolume 2009-08-31 21:40:59 +02:00
source.h core: add priority field to pa_sink/pa_source 2009-08-28 23:31:05 +02:00
start-child.c daemon: clean up environment when forking off children 2009-09-02 00:42:54 +02:00
start-child.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
strbuf.c strbuf: add new call pa_strbuf_putc() 2009-04-29 01:46:51 +02:00
strbuf.h strbuf: add new call pa_strbuf_putc() 2009-04-29 01:46:51 +02:00
strlist.c strlist: add new calls pa_strlist_{next|data}() 2009-04-30 01:33:56 +02:00
strlist.h strlist: add new calls pa_strlist_{next|data}() 2009-04-30 01:33:56 +02:00
svolume_arm.c svolume: cleanups 2009-08-20 12:30:48 +02:00
svolume_c.c whitespace fixes 2009-08-20 11:31:04 +02:00
svolume_mmx.c cpu: check for CMOV flag before using this intsruction in assembly 2010-01-13 20:31:17 +01:00
svolume_sse.c Fix build when using -fweb, accept both register and memory constraints. 2009-11-11 05:12:28 +01:00
tagstruct.c Add APIs to pass pa_volume_t fields in a tagstruct 2008-12-24 00:46:02 +01:00
tagstruct.h document that I am a retard 2009-01-20 00:49:45 +01:00
thread-mq.c thread-mq: do final q flush only when we aren't dispatching anyway 2009-08-15 22:23:42 +02:00
thread-mq.h core: add assert macros for verifying calling context 2009-08-13 02:14:19 +02:00
thread-posix.c once: make once related variables volatile 2010-01-12 23:03:04 +01:00
thread-win32.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
thread.h once: make once related variables volatile 2010-01-12 23:03:04 +01:00
time-smoother.c smoother: readd #ifdef protection 2009-08-05 03:52:15 +02:00
time-smoother.h alsa: throw timing data away after device resume 2009-07-24 20:13:52 +02:00
tokenizer.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
tokenizer.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
usergroup.c core: Remove wrong doc on how to free returned data 2009-08-22 01:08:39 +02:00
usergroup.h core: Add thread-safe group info functions with dynamic buffers 2009-08-22 00:53:39 +02:00
vector.h vector: don't try to build vector stuff on altivec 2009-09-07 22:32:11 +02:00
winsock.h merge 'lennart' branch back into trunk. 2007-10-28 19:13:50 +00:00
x11prop.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
x11prop.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
x11wrap.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
x11wrap.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00