summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
...
* endian: fix LE/BE order for 24 bit accessor functionsLennart Poettering2009-05-011-4/+4
* headers: minor cleanupsLennart Poettering2009-04-302-4/+6
* http: export information about currently active server stringsLennart Poettering2009-04-302-2/+33
* strlist: add new calls pa_strlist_{next|data}()Lennart Poettering2009-04-302-0/+18
* parseaddr: add new call pa_is_ip_address()Lennart Poettering2009-04-302-0/+17
* http: split out mime type handling callsLennart Poettering2009-04-293-154/+221
* protocol-http: allow listening into sinks/sources via HTTPLennart Poettering2009-04-291-111/+394
* ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained()Lennart Poettering2009-04-292-2/+31
* ioline: add callback that can be called when the ioline object is fully drainedLennart Poettering2009-04-292-1/+25
* simple-protocol: don't hit an assert when we call connection_unlink() earlyLennart Poettering2009-04-291-1/+1
* protocol-http: substantial modernizationsLennart Poettering2009-04-291-103/+394
* protocol-native,proplist-util: port to pa_get_{user|host}_name_malloc()Lennart Poettering2009-04-292-13/+19
* core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc()Lennart Poettering2009-04-292-19/+49
* memtrap: implicitly page align memory areasLennart Poettering2009-04-291-4/+6
* macro: make pa_page_align roung up instead of downLennart Poettering2009-04-291-1/+2
* macro: add new macro pa_align_ptr()Lennart Poettering2009-04-291-0/+8
* shm: minor modernizationsLennart Poettering2009-04-291-3/+3
* shm: page align shm size when mmap()ing itLennart Poettering2009-04-291-3/+3
* strbuf: add new call pa_strbuf_putc()Lennart Poettering2009-04-292-0/+8
* idxset: add enumeration macro PA_IDXSET_FOREACHLennart Poettering2009-04-291-0/+4
* memtrap,aupdate: split atomic update from memtrap into seperate aupdate frame...Lennart Poettering2009-04-224-82/+263
* memtrap: add a bit of documentation for memtrapLennart Poettering2009-04-211-0/+11
* memtrap: fix parameter typeLennart Poettering2009-04-211-1/+1
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-211-0/+7
* memtrap: make installation of SIGBUS handler explicit to ease integration int...Lennart Poettering2009-04-212-23/+17
* memtrap: when we fail to handle sigbus say soLennart Poettering2009-04-211-0/+1
* memtrap: add new logic to trap and handle SIGBUSLennart Poettering2009-04-212-0/+294
* semaphore: introduce static semaphoresLennart Poettering2009-04-212-0/+37
* mutex: add initializer for static mutexesLennart Poettering2009-04-212-1/+5
* mutex: when we fail to fill in mutex into static mutex ptr free it againLennart Poettering2009-04-211-0/+2
* llist: add PA_LLIST_FOREACHLennart Poettering2009-04-211-0/+3
* object: revert to old unref() behaviourLennart Poettering2009-04-191-2/+1
* object: fix ref counting of objects on destructionLennart Poettering2009-04-191-1/+1
* log: use pa_logl() instead of pa_log_level()Lennart Poettering2009-04-191-1/+1
* log: print file name only when we have itLennart Poettering2009-04-191-1/+1
* object: keep refcount at 1 while destructing objectsLennart Poettering2009-04-181-3/+6
* core-util: handle EINTR already inside of pa_read/pa_writeLennart Poettering2009-04-181-7/+32
* core: when applying delay memblockq take monitored sink latency into accountLennart Poettering2009-04-141-0/+19
* core: use pa_{source|sink}_get_latency_within_thread() at one more placeLennart Poettering2009-04-142-8/+2
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-138-61/+90
* proplist-util: use pa_session_id() instead of accessing 7b816367b01393ed3e3e6...Lennart Poettering2009-04-131-5/+4
* core-util: filter utf8 in pa_machine_id()Lennart Poettering2009-04-131-3/+6
* core-util: add pa_session_id()Lennart Poettering2009-04-132-0/+10
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-101-0/+1
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-107-28/+67
* core: memory leak, fix ref counting when moving streamsLennart Poettering2009-04-104-10/+38
* dbus: memory leak, actually free dbus wrapperLennart Poettering2009-04-101-1/+2
* dbus: drop pa_ prefix from static symbolLennart Poettering2009-04-101-7/+2
* protocol-native: downgrade message if we receive pcm block for dead streamLennart Poettering2009-04-101-1/+1
* protocol-native: print underrun message only once for each underrunLennart Poettering2009-04-101-1/+2