use the copied udi string as hash key for the device table, because the temporary...
[platform/upstream/pulseaudio.git] / src /
2006-08-11 Lennart Poetteringuse the copied udi string as hash key for the device...
2006-08-08 Shahms E. Kingadd HAL support for OSS devices and capability changes
2006-08-07 Shahms E. Kingclean up hal patch to use pa_xnew and timeval compatibi...
2006-08-07 Lennart Poetteringtry to reduce volume updates in the ALSA sinks/sources...
2006-08-06 Lennart Poettering* add SVN $Id$ tags
2006-08-06 Lennart Poetteringmerge HAL support from Shams E. King
2006-08-03 Lennart Poetteringimplement "pactl move-source-output"
2006-08-03 Lennart Poetteringimplement pa_context_move_source_output_by_{name,index}()
2006-08-03 Lennart Poetteringwrap pa_source_output_move_to() in the native protocol
2006-08-03 Lennart Poetteringadd new CLI command move-source-output as wrapper aroun...
2006-08-03 Lennart PoetteringImplement pa_source_input_move_to() for moving record...
2006-08-03 Lennart Poettering- don't call pa_sink_notify in pa_sink_input_new()...
2006-08-01 Lennart Poetteringbump API and protocol version. Return PA_ERR_NOTSUPPORT...
2006-07-31 Lennart Poetteringadd new "move-sink-input" command to pactl
2006-07-31 Lennart Poetteringwrap PA_COMMAND_MOVE_SINK_INPUT for libpulse
2006-07-31 Lennart Poetteringadd new native protocol function for moving sink inputs...
2006-07-31 Lennart Poetteringadd new commands opcode for moving sink inputs and...
2006-07-31 Lennart Poetteringdeal properly with recursive module unloading
2006-07-31 Lennart Poetteringfix bad memory access if a non-existing entry shall...
2006-07-29 Lennart Poetteringfix module-gconf initialization
2006-07-29 Lennart Poetteringdon't hit an assetr if there are operations outstanding...
2006-07-29 Lennart Poetteringfix two typos (pierre, have you been sleeping? next...
2006-07-29 Lennart Poetteringadd new CLI function "move-sink-input" as wrapper aroun...
2006-07-29 Lennart Poettering* implement "hot" moving of playback streams between...
2006-07-29 Lennart Poetteringfree the memblockq if we decide not to play it
2006-07-29 Lennart Poetteringif the memblockq is empty, return -1 in all cases
2006-07-29 Lennart Poetteringfix calculation of pa_usec_to_bytes, to make sure that...
2006-07-29 Lennart Poetteringhandle EOF correctly if it is read before the stream...
2006-07-28 Lennart Poetteringfor the playing field of pa_timing_info use pa_sink_inp...
2006-07-28 Lennart Poetteringfold the seperate variable pa_sink_input::playing into...
2006-07-28 Lennart Poetteringintroduce pa_play_memblockq() which creates a playback...
2006-07-27 Lennart Poetteringload module-gconf in default install
2006-07-27 Lennart Poetteringintroduce three virtual sink/source names: @DEFAULT_SIN...
2006-07-27 Lennart Poetteringif possible do not unload already loaded modules when...
2006-07-27 Lennart Poetteringbecause gconf doesn't provide real transactions we...
2006-07-27 Lennart Poetteringremove superfluous code
2006-07-26 Lennart Poetteringremove two superfluous lines
2006-07-26 Lennart Poetteringmainloop fixes: when disabling time events when dispatc...
2006-07-26 Lennart Poetteringadd some protection that the gconf helper process will...
2006-07-26 Lennart Poetteringadd new module "module-gconf" which reads configuration...
2006-07-25 Lennart Poetteringadd new command line option --no-cpu-limit. This is...
2006-07-25 Lennart PoetteringResults of profiling PulseAudio with valgrind's callgri...
2006-07-25 Lennart Poetteringsplit a few asserts
2006-07-25 Lennart Poetteringsplit a few assert()s
2006-07-25 Lennart Poetteringadd a few more g_assert()s and change all assert()s...
2006-07-23 Lennart Poetteringadd massif target to Makefile
2006-07-23 Lennart Poetteringas a result of memory profiling with valgrind/massif...
2006-07-22 Lennart Poetteringfix horribly broken glib timeout event handling
2006-07-21 Lennart Poetteringraise the default value for RLIMIT_NOFILE to 200 since...
2006-07-20 Pierre OssmanGet ACL:s to work on Win32.
2006-07-20 Lennart Poetteringremove access group setting from default client.conf
2006-07-20 Lennart Poetteringfix a few @@ replacments
2006-07-20 Lennart Poetteringeven more FreeBSD portability (thanks Flameeyes, again!)
2006-07-20 Lennart Poetteringadd missing #ifdef HAVE_CREDS (thanks, Flameeyes)
2006-07-20 Lennart Poetteringsome more FreeBSD compat from Flameeyes
2006-07-20 Lennart Poetteringremove configurable client access group, since can...
2006-07-20 Lennart Poetteringimplement "auth-ip-acl=" in the native and esound protocols
2006-07-20 Lennart Poetteringactually ship src/pulsecore/creds.h in the tarballs
2006-07-20 Lennart Poetteringadd IP address ACL subsystem
2006-07-20 Pierre OssmanFix incorrect call to nonexistant pa_log_warning().
2006-07-20 Pierre OssmanOnly warn when running as root and not --system.
2006-07-20 Pierre OssmanCentralise check if we're running as root.
2006-07-20 Pierre OssmanMove check for SUID into the caps functions.
2006-07-20 Pierre OssmanHandle user switch in a more platform independent manner.
2006-07-20 Pierre OssmanMake sure parse_rlimit is only used when rlimits are...
2006-07-20 Lennart Poetteringadd support to set resource limits for the daemon and...
2006-07-20 Lennart Poetteringundo r1111 in some way: include sys/socket.h and sys...
2006-07-20 Pierre OssmanAdd missing header.
2006-07-20 Pierre OssmanMake -1 mean "current group/user" so that some platform...
2006-07-20 Pierre OssmanProtect platform dependent headers with ifdefs.
2006-07-20 Pierre OssmanRemove unneeded headers.
2006-07-19 Lennart Poetteringadd a few comments
2006-07-19 Lennart Poettering* add new function pa_check_in_group()
2006-07-19 Lennart Poetteringuse access group dedclared in ~/.pulse/client.conf...
2006-07-19 Lennart Poetteringupdate @@ tokens according to recent Makefile.am change
2006-07-19 Lennart Poetteringfix sed scripts according to #define renames
2006-07-19 Lennart Poettering* add new --system command line parameter to the daemon...
2006-07-18 Lennart Poetteringremove glib 1.2 adapter. It started to bitrot and wasn...
2006-07-18 Lennart Poetteringadd two more \since
2006-07-18 Lennart Poetteringfix module-detect on FreeBSD (patch from Diego "Flameey...
2006-07-18 Lennart Poetteringturn the glib adapter into a single GSource instead...
2006-07-18 Lennart Poetteringdefine proper typdefs for callback prototypes
2006-07-17 Lennart Poetteringchange licensing blurb form "Library GPL" to "Lesser...
2006-07-17 Pierre OssmanForgot to protect one access to with_creds with an...
2006-07-17 Pierre OssmanRestore SIGPIPE warning when the platform doesn't have...
2006-07-16 Lennart Poetteringmake pulseaudio compile again on FreeBSD (patch from...
2006-07-16 Lennart Poetteringshow value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in...
2006-07-16 Lennart Poetteringset is_hardware flag for a few hw plugins
2006-07-16 Lennart Poetteringadd new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag
2006-07-16 Lennart Poetteringadd a new boolean variable is_hardware to pa_sink/pa_so...
2006-07-14 Lennart Poetteringimprove latency calculation of NULL sink
2006-07-14 Lennart Poetteringremove checking for SIGPIPE blocking from client code...
2006-07-14 Lennart Poetteringdon't send SCM_CREDENTIALS on every sendmsg(), instead...
2006-07-14 Lennart Poetteringdon't set MSG_NOSIGNAL for recvmsg(), since it doesn...
2006-07-14 Lennart Poetteringtry to use send(,,MSG_NOSIGNAL) instead of write()...
2006-07-14 Pierre OssmanMake sure the win32 default conf gets shipped.
2006-07-14 Lennart Poetteringadd new test get-binary-name-test for testing pa_get_bi...
2006-07-14 Lennart PoetteringDon't call pa_path_get_filename() anymore since it...
2006-07-14 Lennart Poettering* fall back to prctl(PR_GET_NAME) in pa_get_binary_name...
2006-07-13 Lennart Poetteringsupport time events with NULL timevals which are OK...
next