]> code.delx.au - pulseaudio/log
pulseaudio
14 years agodevice-manager: Reroute streams when they change allowing the media.role to be update...
Colin Guthrie [Sun, 20 Sep 2009 20:19:41 +0000 (21:19 +0100)]
device-manager: Reroute streams when they change allowing the media.role to be updated mid-stream.

We do not handle the _EVENT_NEW subscription here as the PA_CORE_HOOK_SINK_INPUT_NEW/PA_CORE_HOOK_SOURCE_OUTPUT_NEW
hook should handle the initial routing.

14 years agodevice-manager: Refactor the routing method to allow the routing of a single stream
Colin Guthrie [Sun, 20 Sep 2009 19:57:34 +0000 (20:57 +0100)]
device-manager: Refactor the routing method to allow the routing of a single stream

14 years agodevice-manager: More sensible names for internal functions
Colin Guthrie [Sun, 20 Sep 2009 19:50:23 +0000 (20:50 +0100)]
device-manager: More sensible names for internal functions

14 years agodevice-manager: Reroute the streams on startup and update our cache on enable.
Colin Guthrie [Sun, 20 Sep 2009 19:48:58 +0000 (20:48 +0100)]
device-manager: Reroute the streams on startup and update our cache on enable.

14 years agodevice-manager: Keep a cache of the highest priority devices for each role.
Colin Guthrie [Sun, 20 Sep 2009 19:34:52 +0000 (20:34 +0100)]
device-manager: Keep a cache of the highest priority devices for each role.

Rather than querying our database on every new stream, we keep a cache and only update it when a sink/source is added/removed.

14 years agodevice-manager: Fix the database write mode
Colin Guthrie [Sun, 20 Sep 2009 18:30:31 +0000 (19:30 +0100)]
device-manager: Fix the database write mode

14 years agodevice-manager: Update exports
Colin Guthrie [Sun, 20 Sep 2009 18:18:22 +0000 (19:18 +0100)]
device-manager: Update exports

14 years agodevice-manager: Some efficiency and safety tweaks
Colin Guthrie [Sun, 20 Sep 2009 17:39:50 +0000 (18:39 +0100)]
device-manager: Some efficiency and safety tweaks

14 years agodevice-manager: Allow the routing component to be turned on via a module argument...
Colin Guthrie [Sun, 20 Sep 2009 17:31:10 +0000 (18:31 +0100)]
device-manager: Allow the routing component to be turned on via a module argument as well as via protocol extn.

14 years agodevice-manager: Remove unused variables
Colin Guthrie [Sun, 20 Sep 2009 17:24:51 +0000 (18:24 +0100)]
device-manager: Remove unused variables

14 years agodevice-manager: Set the most appropriate sink/source when new streams are created
Colin Guthrie [Sun, 20 Sep 2009 17:23:52 +0000 (18:23 +0100)]
device-manager: Set the most appropriate sink/source when new streams are created

14 years agodevice-manager: Add routing functions that are triggered when sinks/soruces are added...
Colin Guthrie [Sun, 20 Sep 2009 17:08:40 +0000 (18:08 +0100)]
device-manager: Add routing functions that are triggered when sinks/soruces are added/removed.

14 years agodevice-manager: Add a function to get a list of the highest priority device indexes...
Colin Guthrie [Sun, 20 Sep 2009 16:34:17 +0000 (17:34 +0100)]
device-manager: Add a function to get a list of the highest priority device indexes for each role.

14 years agodevice-manager: Remove unneeded logic for checking for and (un)loading module-stream...
Colin Guthrie [Sun, 20 Sep 2009 16:33:18 +0000 (17:33 +0100)]
device-manager: Remove unneeded logic for checking for and (un)loading module-stream-restore. We can co-exist

14 years agodevice-manager: Rough framework (slots etc.) for handling routing.
Colin Guthrie [Sun, 20 Sep 2009 16:29:38 +0000 (17:29 +0100)]
device-manager: Rough framework (slots etc.) for handling routing.

This is incomplete, it just adds the slots in question and assigns noops to them.
Some minor cleanup of types.

Due to the priority of the hooks, it seems we can actually coexist with module-stream restore so
the code to detect and unload it will be removed shortly.

14 years agodevice-manager: debug and comments
Colin Guthrie [Sun, 20 Sep 2009 13:43:53 +0000 (14:43 +0100)]
device-manager: debug and comments

14 years agodevice-manager: Fix the freeing of the datum on prefer/defer.
Colin Guthrie [Sun, 20 Sep 2009 13:39:41 +0000 (14:39 +0100)]
device-manager: Fix the freeing of the datum on prefer/defer.

Also fix a log typo

14 years agodevice-manager: When a new device is encountered, initialise the priority list to...
Colin Guthrie [Sun, 20 Sep 2009 13:36:20 +0000 (14:36 +0100)]
device-manager: When a new device is encountered, initialise the priority list to an appropriate value

14 years agodevice-manager: Let subscribed clients know when something changes.
Colin Guthrie [Sun, 20 Sep 2009 12:57:10 +0000 (13:57 +0100)]
device-manager: Let subscribed clients know when something changes.

14 years agodevice-manager: Change the write function to a rename function.
Colin Guthrie [Sun, 20 Sep 2009 11:44:02 +0000 (12:44 +0100)]
device-manager: Change the write function to a rename function.

The structure itself will contain various bits of info so exposing this fully to the client is a bad idea.
By keeping to a rename operation we keep what we do store abstracted from the clients.

Also fix some doxy comments.

14 years agodevice-manager: Provide a method for prefering/defering a device.
Colin Guthrie [Sat, 19 Sep 2009 16:48:10 +0000 (17:48 +0100)]
device-manager: Provide a method for prefering/defering a device.

This allows clients to edit the priroity order. What is not yet in place is the initialisation of that priority list
when new devices are detected or the cleaning (remove holes) when devices are removed.

In order to keep the storage transparent I will likely remove the write functionality and replace it with a
simple rename method.

I also still need to expose the priority itself when reading the data.

14 years agodevice-manager: Fix copy+paste code that looped over the tagstruct when not necessary
Colin Guthrie [Sat, 19 Sep 2009 15:46:18 +0000 (16:46 +0100)]
device-manager: Fix copy+paste code that looped over the tagstruct when not necessary

14 years agodevice-manager: Provide a way for clients to enable/disable role-based device-priorit...
Colin Guthrie [Sat, 19 Sep 2009 15:13:25 +0000 (16:13 +0100)]
device-manager: Provide a way for clients to enable/disable role-based device-priority routing.

The routing logic itself does not yet exist, but the command currently will unload/load module-stream-restore as approriate.
(module-stream-restore would conflict with the role-based priority-routing).

14 years agodevice-manager: Update docs version -> 0.9.19 (predicted)
Colin Guthrie [Sat, 19 Sep 2009 14:32:13 +0000 (15:32 +0100)]
device-manager: Update docs version -> 0.9.19 (predicted)

14 years agodevice-manager: Fix copy+paste leftover
Colin Guthrie [Sun, 5 Jul 2009 18:40:06 +0000 (19:40 +0100)]
device-manager: Fix copy+paste leftover

14 years agodevice-manager: Only store and save details for non-monitor sources
Colin Guthrie [Mon, 29 Jun 2009 19:10:04 +0000 (20:10 +0100)]
device-manager: Only store and save details for non-monitor sources

14 years agostream-restore: Preventative initialistion to NULL
Colin Guthrie [Mon, 29 Jun 2009 18:55:34 +0000 (19:55 +0100)]
stream-restore: Preventative initialistion to NULL

There is not technically a bug here due to the early return and the knowledge that one of the if blocks
will definitely be run, but this makes sure we don't call free on uninitialised data or do
anything else suitibly daft. Also helps when you copy the code and change it slightly and don't realise
you've left things open...

14 years agodevice-restore: Fix the application of an entry to allow changing the name of devices.
Colin Guthrie [Sun, 28 Jun 2009 14:33:38 +0000 (15:33 +0100)]
device-restore: Fix the application of an entry to allow changing the name of devices.

This fixes a few bugs in the copy+pasted implementation of apply_entry()/get_name().

14 years agodevice-manager: Fix tagstruct description extraction (copy+paste blunder)
Colin Guthrie [Sun, 28 Jun 2009 13:40:00 +0000 (14:40 +0100)]
device-manager: Fix tagstruct description extraction (copy+paste blunder)

14 years agodevice-manager: Link native protocol library.
Colin Guthrie [Sun, 28 Jun 2009 12:21:43 +0000 (13:21 +0100)]
device-manager: Link native protocol library.

14 years agodevice-manager: Export device-manager extension functions
Colin Guthrie [Sun, 28 Jun 2009 12:08:17 +0000 (13:08 +0100)]
device-manager: Export device-manager extension functions

14 years agodevice-manager: Fix indentation
Colin Guthrie [Sat, 27 Jun 2009 21:09:00 +0000 (22:09 +0100)]
device-manager: Fix indentation

14 years agodevice-manager: Add an untested protocol extension.
Colin Guthrie [Sat, 27 Jun 2009 21:08:07 +0000 (22:08 +0100)]
device-manager: Add an untested protocol extension.

This is effectively copied from the stream restore extension.

14 years agodevice-manager: Add a new module to keep track of the names and descriptions of vario...
Colin Guthrie [Sat, 27 Jun 2009 20:03:37 +0000 (21:03 +0100)]
device-manager: Add a new module to keep track of the names and descriptions of various sinks.

This will be used as the basis for a queryable system for past and present devices, initially for use in KDE.
Currently all this module does is save lists of sinks/sources and their descriptions, so it needs to
gain a protocol extension to make this queryable.

As things stand it will save the device descriptions of all sinks and restore them if they differ from whats on record.

14 years agomodule-equalizer-sink: resync with ladspa parent sink
Jason Newton [Sun, 23 Aug 2009 22:49:27 +0000 (15:49 -0700)]
module-equalizer-sink: resync with ladspa parent sink

14 years agomodule-equalizer-sink: fix improper usage of pa_modargs_get_value_boolean for u-...
Jason Newton [Fri, 21 Aug 2009 06:55:02 +0000 (23:55 -0700)]
module-equalizer-sink: fix improper usage of pa_modargs_get_value_boolean for u->set_default

14 years agomodule-equalizer-sink: added server side persistance of profile names
Jason Newton [Fri, 21 Aug 2009 01:24:19 +0000 (18:24 -0700)]
module-equalizer-sink: added server side persistance of profile names

14 years agomodule-equalizer-sink: per-channel filtering support + profiles, easier default confi...
Jason Newton [Thu, 20 Aug 2009 06:22:33 +0000 (23:22 -0700)]
module-equalizer-sink: per-channel filtering support + profiles, easier default configuration

14 years agomodule-equalizer-sink: fixed a bug w/ new zero-latency input scheme (that was an...
Jason Newton [Wed, 19 Aug 2009 07:30:07 +0000 (00:30 -0700)]
module-equalizer-sink: fixed a bug w/ new zero-latency input scheme (that was an interesting/cool bug!)

14 years agomodule-equalizer-sink: added support for preamp
Jason Newton [Wed, 19 Aug 2009 05:11:37 +0000 (22:11 -0700)]
module-equalizer-sink: added support for preamp

14 years agomodule-equalizer-sink: drop old macros for new library based ones
Jason Newton [Mon, 17 Aug 2009 17:52:43 +0000 (10:52 -0700)]
module-equalizer-sink: drop old macros for new library based ones

14 years agomodule-equalizer-sink: fixed timeval initialization
Jason Newton [Sun, 16 Aug 2009 23:14:30 +0000 (16:14 -0700)]
module-equalizer-sink: fixed timeval initialization

14 years agomodule-equalizer-sink.c: swapped order of attach_within_thread and set_max_request...
Jason Newton [Sun, 16 Aug 2009 22:41:40 +0000 (15:41 -0700)]
module-equalizer-sink.c: swapped order of attach_within_thread and set_max_request within sink_input_attach_cb

14 years agomodule-equalizer-sink.c
Jason Newton [Sun, 16 Aug 2009 21:29:21 +0000 (14:29 -0700)]
module-equalizer-sink.c
    i->sink -> i in pa_get_sink_max_request*

14 years agomodule-equalizer-sink
Jason Newton [Sun, 16 Aug 2009 18:38:12 +0000 (11:38 -0700)]
module-equalizer-sink
    exchanged improper usage of memblockq_peek'd memchunk for silence block
    dropped unneeded function prototypes
    changed mround to be slightly more elegant
    __restrict__ -> restrict for c99
    removed unneeded pa_aupdate_swap calls
    first_iteration -> pa_bool_t
    cleaned up some usage of pa_malloc0 where pa_new0 was more appropriate
    cruft removal, whitespace fixes and reordering of variables

14 years agomodule-equalizer-sink:
Jason Newton [Sat, 15 Aug 2009 13:17:40 +0000 (06:17 -0700)]
module-equalizer-sink:
    merging in upstream changes
    whitespace fix and fix for first iteration un-windowing

14 years agomodule-equalizer-sink:
Jason Newton [Sat, 15 Aug 2009 12:22:29 +0000 (05:22 -0700)]
module-equalizer-sink:
    reworked processing so we don't have input->output delay of R samples

14 years agomodule-equalizer-sink:
Jason Newton [Tue, 11 Aug 2009 10:00:28 +0000 (03:00 -0700)]
module-equalizer-sink:
    fix for peek returning a null memblock
    pa_log -> pa_log_debug for fft size
    updated module description
    fixed a comment in dbus error for incorrect x positions

14 years agomodule-equalizer-sink:
Jason Newton [Mon, 10 Aug 2009 22:33:55 +0000 (15:33 -0700)]
module-equalizer-sink:
    proper fix for pa_xmalloc(0) given that 0 is illegal
    fix coefficients in case there's no resume state
    loadprofile now signals filterchanged

14 years agomodule-equalizer-sink:
Jason Newton [Sun, 9 Aug 2009 05:20:05 +0000 (22:20 -0700)]
module-equalizer-sink:
    dbus:
        eliminated some redundant code in dbus handlers/getall
        switched filter back to being a property
        signals for changed profiles, added/removed sinks, filter updates and sink reconfigurations
    fixed timing routines

14 years agomodule-equalizer-sink: reverted buffering logic back to how the ladspa sink did it
Jason Newton [Sat, 8 Aug 2009 07:53:40 +0000 (00:53 -0700)]
module-equalizer-sink: reverted buffering logic back to how the ladspa sink did it

14 years agomodule-equalizer-sink:
Jason Newton [Fri, 7 Aug 2009 22:08:57 +0000 (15:08 -0700)]
module-equalizer-sink:
    add lennard's fix for piggy-back sinks in pop_cb
    fixed some tsched issues

14 years agomodule-equalizer-sink:
Jason Newton [Wed, 5 Aug 2009 07:52:16 +0000 (00:52 -0700)]
module-equalizer-sink:
    dbus properties and manager so that multiple sinks can be loaded and mixers can be equalizer-sink aware
    functionality to seed new filters quickly (rteq guis)
    profile support
    extra checking in client->server dbus messages

14 years agomodule-equalizer-sink:
Jason Newton [Sun, 2 Aug 2009 03:23:49 +0000 (20:23 -0700)]
module-equalizer-sink:
    added support for suspend/resume of filter coefficients
    unregister the correct dbus interface.
    made equalizer state file sink index dependent
    expanded dbus properties
    whitespace

14 years agomodule-equalizer-sink:
Jason Newton [Sat, 1 Aug 2009 01:10:11 +0000 (18:10 -0700)]
module-equalizer-sink:
    added dbus support
    removed cruft from inherited from ladspa module and improved clarity
    switched dsp processing to reference implementation until project is more mature
    tsched=0 seems to help with the micro-dropouts/crackling! oh my!
    reformatting/spaces

14 years agomodule-equalizer-sink:
Jason Newton [Mon, 27 Jul 2009 08:22:26 +0000 (01:22 -0700)]
module-equalizer-sink:
    removed liboil
    added sse2 optimized dsp logic implementation
    cleaned up a bit

14 years agomodule-equalizer-sink:
Jason Newton [Thu, 23 Jul 2009 10:26:35 +0000 (03:26 -0700)]
module-equalizer-sink:
    first commit of a working state (cpu speed dependant)
    added noop processing for filter debugability

14 years agomodule-equalizer-sink: simplified sink_input pop callback and introduced new variable...
Jason Newton [Tue, 21 Jul 2009 10:24:57 +0000 (03:24 -0700)]
module-equalizer-sink: simplified sink_input pop callback and introduced new variables that simplify different strategies.

14 years agomodule-equalizer-sink: trying new buffering strategies
Jason Newton [Sat, 18 Jul 2009 08:00:35 +0000 (01:00 -0700)]
module-equalizer-sink: trying new buffering strategies

14 years agomodule-equalizer-sink: attempt different buffering strategy
Jason Newton [Fri, 17 Jul 2009 05:00:38 +0000 (22:00 -0700)]
module-equalizer-sink: attempt different buffering strategy

14 years agomodule-equalizer-sink: added more assertions to aid in debugging
Jason Newton [Fri, 17 Jul 2009 01:18:14 +0000 (18:18 -0700)]
module-equalizer-sink: added more assertions to aid in debugging

14 years agomodule-equalizer-sink:
Jason Newton [Wed, 15 Jul 2009 13:57:33 +0000 (06:57 -0700)]
module-equalizer-sink:
    added temporary debugging output to track filter output
    removed dead code
    only a small amount of crackling remains

14 years agomodule-equalizer-sink added
Jason Newton [Mon, 22 Jun 2009 07:36:14 +0000 (00:36 -0700)]
module-equalizer-sink added
src/Makefile.am: added module-equalizer-sink

14 years agobuild-sys: bump soname
Lennart Poettering [Wed, 30 Sep 2009 01:04:12 +0000 (03:04 +0200)]
build-sys: bump soname

14 years agoi18n: run make update-po
Lennart Poettering [Wed, 30 Sep 2009 00:43:55 +0000 (02:43 +0200)]
i18n: run make update-po

14 years agoi18n: ad more .c files to POTFILES.in
Lennart Poettering [Tue, 29 Sep 2009 21:48:37 +0000 (23:48 +0200)]
i18n: ad more .c files to POTFILES.in

14 years agopolkit: drop left-over polkit policy file from git tree
Lennart Poettering [Tue, 29 Sep 2009 21:47:49 +0000 (23:47 +0200)]
polkit: drop left-over polkit policy file from git tree

14 years agoDon't refuse to start on systems using GNU stow, graft, STORE et al
Nix [Sat, 26 Sep 2009 19:18:00 +0000 (20:18 +0100)]
Don't refuse to start on systems using GNU stow, graft, STORE et al

There are multiple package management systems out there which implement
packages using symlinks. The recent (otherwise useful) check to ensure that
a re-executed pulseaudio is actually reexecuting itself unfortunately breaks
in the presence of all these packaging systems, because PA_BINARY refers
to its installed location (e.g. /usr/local/bin/pulseaudio), which is a
symlink to the binary (e.g. /usr/local/stow/pulseaudio-0.9.18/bin/pulseaudio),
because /proc/self/exe always contains the canonical path of the executable,
with all symlinks resolved.

(At least one distribution uses a symlink-based packaging system, so
will be forced to apply this locally in any case.)

The fix is simple: canonicalize PA_BINARY before equality-testing. (This
should be completely safe, because the OS does just that when PA_BINARY
is executed.)

The patch is against 0.9.18, but applies without fuzz to current master.

14 years agoi18n: run make update-po
Lennart Poettering [Tue, 29 Sep 2009 17:27:02 +0000 (19:27 +0200)]
i18n: run make update-po

14 years agoMerge remote branch 'origin/master-tx'
Lennart Poettering [Tue, 29 Sep 2009 17:24:26 +0000 (19:24 +0200)]
Merge remote branch 'origin/master-tx'

14 years agoreserve: downgrade reserve logic messages, so that reusing pa in two sessions does...
Lennart Poettering [Tue, 29 Sep 2009 02:54:37 +0000 (19:54 -0700)]
reserve: downgrade reserve logic messages, so that reusing pa in two sessions does not create spew in syslog

14 years agoSending translation for German
jsimon [Mon, 28 Sep 2009 14:50:12 +0000 (14:50 +0000)]
Sending translation for German

14 years agoSending translation for German
jsimon [Mon, 28 Sep 2009 14:48:17 +0000 (14:48 +0000)]
Sending translation for German

14 years agoSending translation for Polish
raven [Sun, 27 Sep 2009 13:42:46 +0000 (13:42 +0000)]
Sending translation for Polish

14 years agosvolume: tweak constraints for 32 bits
Wim Taymans [Wed, 23 Sep 2009 15:16:04 +0000 (17:16 +0200)]
svolume: tweak constraints for 32 bits

Tweak the constraints a little so that register starved 32bit systems
can select a stack variable for the channel paramter instead of reusing one of
the registers we're using in the code.

14 years agoSending translation for Portuguese
ruigo [Tue, 22 Sep 2009 20:45:29 +0000 (20:45 +0000)]
Sending translation for Portuguese

14 years agolibpulse: Add *_NOFLAGS flags with value 0 for various enums
Colin Guthrie [Tue, 22 Sep 2009 17:43:03 +0000 (18:43 +0100)]
libpulse: Add *_NOFLAGS flags with value 0 for various enums

This avoids the need for ugly casting in client implementations.

14 years agoSending translation for Kannada
shanky [Tue, 22 Sep 2009 10:12:04 +0000 (10:12 +0000)]
Sending translation for Kannada

14 years agoMerge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack [Tue, 22 Sep 2009 03:30:30 +0000 (11:30 +0800)]
Merge branch 'master' of git://0pointer.de/pulseaudio

14 years agoSending translation for Malayalam
anipeter [Mon, 21 Sep 2009 15:24:57 +0000 (15:24 +0000)]
Sending translation for Malayalam

14 years agoSending translation for Marathi
sandeeps [Mon, 21 Sep 2009 12:49:41 +0000 (12:49 +0000)]
Sending translation for Marathi

14 years agoSending translation for Telugu
kkrothap [Mon, 21 Sep 2009 11:57:52 +0000 (11:57 +0000)]
Sending translation for Telugu

14 years agoSending translation for Hindi
rajesh [Mon, 21 Sep 2009 10:57:45 +0000 (10:57 +0000)]
Sending translation for Hindi

14 years agotunnel: fix parsing of source info from newer servers
Colin Guthrie [Sun, 20 Sep 2009 20:36:14 +0000 (21:36 +0100)]
tunnel: fix parsing of source info from newer servers

14 years agotunnel: fix parsing of sink info from newer servers
Emil Renner Berthing [Sun, 20 Sep 2009 19:28:23 +0000 (21:28 +0200)]
tunnel: fix parsing of sink info from newer servers

14 years agostream-restore: Comment fix
Colin Guthrie [Sun, 20 Sep 2009 17:07:23 +0000 (18:07 +0100)]
stream-restore: Comment fix

14 years agocore: dump proplist when creating stream similar to how we already to it for sinks...
Lennart Poettering [Sun, 20 Sep 2009 01:18:03 +0000 (03:18 +0200)]
core: dump proplist when creating stream similar to how we already to it for sinks/sources

14 years agoalsa: make build gcc clean on 32bit
Lennart Poettering [Sun, 20 Sep 2009 01:17:36 +0000 (03:17 +0200)]
alsa: make build gcc clean on 32bit

14 years agoMerge remote branch 'origin/master-tx'
Lennart Poettering [Sat, 19 Sep 2009 00:35:13 +0000 (02:35 +0200)]
Merge remote branch 'origin/master-tx'

14 years agobuild-sys: bump soname for release
Lennart Poettering [Fri, 18 Sep 2009 23:58:03 +0000 (01:58 +0200)]
build-sys: bump soname for release

14 years agovala: install .vapi file by default
Lennart Poettering [Fri, 18 Sep 2009 23:55:46 +0000 (01:55 +0200)]
vala: install .vapi file by default

14 years agovala: numerous updates
Lennart Poettering [Fri, 18 Sep 2009 23:49:36 +0000 (01:49 +0200)]
vala: numerous updates

14 years agoSending translation for Portuguese
ricardopinto [Fri, 18 Sep 2009 22:44:59 +0000 (22:44 +0000)]
Sending translation for Portuguese

14 years agomemtrap: properly add items to linked list
Lennart Poettering [Fri, 18 Sep 2009 22:21:34 +0000 (00:21 +0200)]
memtrap: properly add items to linked list

14 years agogconf: run the wrapper script when running gconf-helper from build tree
Lennart Poettering [Fri, 18 Sep 2009 21:31:54 +0000 (23:31 +0200)]
gconf: run the wrapper script when running gconf-helper from build tree

14 years agonamereg: choose default sink/source as soon as one becomes available
Lennart Poettering [Fri, 18 Sep 2009 20:42:37 +0000 (22:42 +0200)]
namereg: choose default sink/source as soon as one becomes available

14 years agoi18n: run make update-po
Lennart Poettering [Fri, 18 Sep 2009 20:21:08 +0000 (22:21 +0200)]
i18n: run make update-po

14 years agoMerge remote branch 'origin/master-tx'
Lennart Poettering [Fri, 18 Sep 2009 20:16:59 +0000 (22:16 +0200)]
Merge remote branch 'origin/master-tx'

14 years agomemblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are...
Lennart Poettering [Fri, 18 Sep 2009 20:15:33 +0000 (22:15 +0200)]
memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are much bigger than we want them

14 years agomainloop: fix detection of rt clocks
Lennart Poettering [Fri, 18 Sep 2009 20:14:55 +0000 (22:14 +0200)]
mainloop: fix detection of rt clocks