]> code.delx.au - pulseaudio/commit
some updates for pa_hashmap
authorLennart Poettering <lennart@poettering.net>
Sat, 30 Oct 2004 01:55:16 +0000 (01:55 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 30 Oct 2004 01:55:16 +0000 (01:55 +0000)
commit899788b4c5e23af9dabfb98c5f864c2f933804f4
treed31b7ae1a90099163e2bd4f6307e84141d49fb02
parent4e5c44de30de40b80354820f8ac1738a9636515a
some updates for pa_hashmap
add property infrastructure
add module module-x11-publish
allow ldpreloading of all modules
abstract x11wrap from module-x11-bell

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@268 fefdeb5f-60dc-0310-8127-8f9354f1896f
36 files changed:
doc/todo
polyp/Makefile.am
polyp/cli-command.c
polyp/cli-text.c
polyp/core.c
polyp/core.h
polyp/hashmap.c
polyp/hashmap.h
polyp/main.c
polyp/module-alsa-sink.c
polyp/module-alsa-source.c
polyp/module-cli.c
polyp/module-combine.c
polyp/module-defs.h.m4 [new file with mode: 0644]
polyp/module-esound-compat-spawnfd.c
polyp/module-esound-compat-spawnpid.c
polyp/module-match.c
polyp/module-native-protocol-fd.c
polyp/module-null-sink.c
polyp/module-oss-mmap.c
polyp/module-oss.c
polyp/module-pipe-sink.c
polyp/module-pipe-source.c
polyp/module-protocol-stub.c
polyp/module-sine.c
polyp/module-tunnel.c
polyp/module-x11-bell.c
polyp/module-x11-publish.c [new file with mode: 0644]
polyp/module.h
polyp/namereg.c
polyp/polyplib-internal.h
polyp/props.c [new file with mode: 0644]
polyp/props.h [new file with mode: 0644]
polyp/protocol-native.c
polyp/x11wrap.c [new file with mode: 0644]
polyp/x11wrap.h [new file with mode: 0644]