2006-08-12 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Lennart Poettering | clean up event generation a little: suppress unnecessar... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Lennart Poettering | rework subscription code: try to drop redundant queued... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Lennart Poettering | fix a compiler warning |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Lennart Poettering | add new macro PA_LLIST_INSERT_AFTER |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Shahms E. King | increase module argument buffer size to prevent truncat... |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Lennart Poettering | allow setting the null sink description by a module... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | don't set the sink/source descriptions manually, use... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | comment which values in pa_{sink,source,sink_input... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | * introduce new functions pa_sink_set_description(... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | shorten sink/source device descriptions a little |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | use the HAL UDI for naming input/output devices |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | do not export name validity checking routes and apply... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | fix bad memory access and a leak when detructing ALSA... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | rework name register a litle to only allow "valid"... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | Build HAL support only when either OSS or ALSA is available |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | remove OSS specific code from module-hal-detect if... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | ALSA: handle write()/read() errors properly by unloadin... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | change order of the ALSA event dispatch code to make... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Lennart Poettering | use the copied udi string as hash key for the device... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Shahms E. King | add HAL support for OSS devices and capability changes |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Shahms E. King | clean up hal patch to use pa_xnew and timeval compatibi... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Lennart Poettering | try to reduce volume updates in the ALSA sinks/sources... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Lennart Poettering | * add SVN $Id$ tags |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Lennart Poettering | merge HAL support from Shams E. King |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | implement "pactl move-source-output" |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | implement pa_context_move_source_output_by_{name,index}() |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | wrap pa_source_output_move_to() in the native protocol |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | add new CLI command move-source-output as wrapper aroun... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | Implement pa_source_input_move_to() for moving record... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Lennart Poettering | - don't call pa_sink_notify in pa_sink_input_new()... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Lennart Poettering | bump API and protocol version. Return PA_ERR_NOTSUPPORT... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Lennart Poettering | add new "move-sink-input" command to pactl |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Lennart Poettering | wrap PA_COMMAND_MOVE_SINK_INPUT for libpulse |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Lennart Poettering | add new native protocol function for moving sink inputs... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Lennart Poettering | add new commands opcode for moving sink inputs and... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Lennart Poettering | deal properly with recursive module unloading |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Lennart Poettering | fix bad memory access if a non-existing entry shall... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | fix module-gconf initialization |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | don't hit an assetr if there are operations outstanding... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | fix two typos (pierre, have you been sleeping? next... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | add new CLI function "move-sink-input" as wrapper aroun... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | * implement "hot" moving of playback streams between... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | free the memblockq if we decide not to play it |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | if the memblockq is empty, return -1 in all cases |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | fix calculation of pa_usec_to_bytes, to make sure that... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Lennart Poettering | handle EOF correctly if it is read before the stream... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Lennart Poettering | for the playing field of pa_timing_info use pa_sink_inp... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Lennart Poettering | fold the seperate variable pa_sink_input::playing into... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Lennart Poettering | introduce pa_play_memblockq() which creates a playback... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Lennart Poettering | load module-gconf in default install |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Lennart Poettering | introduce three virtual sink/source names: @DEFAULT_SIN... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Lennart Poettering | if possible do not unload already loaded modules when... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Lennart Poettering | because gconf doesn't provide real transactions we... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Lennart Poettering | remove superfluous code |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Lennart Poettering | remove two superfluous lines |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Lennart Poettering | mainloop fixes: when disabling time events when dispatc... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Lennart Poettering | add some protection that the gconf helper process will... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Lennart Poettering | add missing configure.ac checks for module-gconf |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Lennart Poettering | add new module "module-gconf" which reads configuration... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Lennart Poettering | add new command line option --no-cpu-limit. This is... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Lennart Poettering | Results of profiling PulseAudio with valgrind's callgri... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Lennart Poettering | split a few asserts |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Lennart Poettering | split a few assert()s |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Lennart Poettering | add a few more g_assert()s and change all assert()s... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Lennart Poettering | add autogen.sh for jhbuild (for you, elmarco!) |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Lennart Poettering | bump version and sonames |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Lennart Poettering | add massif target to Makefile |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Lennart Poettering | as a result of memory profiling with valgrind/massif... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Lennart Poettering | fix horribly broken glib timeout event handling |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Pierre Ossman | Use proper @libdir@ in pc.in files to handle x86_64... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Lennart Poettering | raise the default value for RLIMIT_NOFILE to 200 since... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Get ACL:s to work on Win32. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | remove access group setting from default client.conf |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | fix a few @@ replacments |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | even more FreeBSD portability (thanks Flameeyes, again!) |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | add missing #ifdef HAVE_CREDS (thanks, Flameeyes) |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | some more FreeBSD compat from Flameeyes |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | bump release and sonames |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | remove configurable client access group, since can... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | update todo |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | implement "auth-ip-acl=" in the native and esound protocols |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | actually ship src/pulsecore/creds.h in the tarballs |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | add IP address ACL subsystem |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Fix incorrect call to nonexistant pa_log_warning(). |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Only warn when running as root and not --system. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Centralise check if we're running as root. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Move check for SUID into the caps functions. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Handle user switch in a more platform independent manner. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Make sure parse_rlimit is only used when rlimits are... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | add support to set resource limits for the daemon and... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Lennart Poettering | undo r1111 in some way: include sys/socket.h and sys... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Add missing header. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Make -1 mean "current group/user" so that some platform... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Pierre Ossman | Protect platform dependent headers with ifdefs. |
commit | commitdiff | tree | snapshot |
next |