summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-01use gcc malloc attribute macros for internal functions, tooLennart Poettering2-4/+10
2008-09-01drop -Winline from build cflagsLennart Poettering1-1/+1
2008-09-01don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docsLennart Poettering1-0/+3
2008-09-01prefix internally used inline function with _Lennart Poettering1-6/+6
2008-09-01add gcc malloc related function attributes where appropriateLennart Poettering1-6/+8
2008-09-01add malloc related gcc attribute macrosLennart Poettering1-0/+20
2008-09-01avoid rounding errors on requested buffering metricsLennart Poettering1-11/+18
2008-09-01output relative timestamps in addition to absolute timestamps when loggingLennart Poettering1-4/+14
2008-09-01include more build info in debug outputLennart Poettering1-0/+13
2008-08-31rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support in...Lennart Poettering1-39/+68
2008-08-30remove a few more gcc warningsLennart Poettering6-10/+10
2008-08-29fix a few compiler warnings on older gccLennart Poettering10-19/+19
2008-08-29reword amd64 messageLennart Poettering1-1/+1
2008-08-29change default log level for the library to PA_LOG_ERROR to avoid spamming to...Lennart Poettering2-4/+4
2008-08-29downgrade a few messagesLennart Poettering1-4/+4
2008-08-29the native atomic ops implementation for amd64 seems to work fineLennart Poettering1-3/+3
2008-08-29Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering1-14/+16
2008-08-29Add CFLAGS information on start-upMarc-André Lureau2-0/+3
2008-08-29optionally add timestampts to every line loggedLennart Poettering3-14/+39
2008-08-29reduce needlessly large gdbm cache a bitLennart Poettering2-0/+10
2008-08-29fix up latency before calling into stream code, to make sure we don't ask for...Lennart Poettering4-13/+16
2008-08-29add missing config.h inclusionLennart Poettering1-0/+4
2008-08-29rework pa_ulog2 and base it on __builtin_clz if available, make pa_make_power...Lennart Poettering1-15/+21
2008-08-28add byte-to-usec and usec-to-byte converters that round up, not downLennart Poettering2-0/+36
2008-08-28document in which direction we roundLennart Poettering1-2/+6
2008-08-26alsa_error_handler should note source of errorsEd Catmur1-1/+6
2008-08-26increase pa_xmalloc() limit to 96 MB, closes #344Lennart Poettering1-1/+1
2008-08-26fix typoLennart Poettering1-1/+1
2008-08-26Fix error code in pa_stream_get_timing_info()Lennart Poettering1-1/+1
2008-08-26call close() in a loop to catch EINTRLennart Poettering1-1/+9
2008-08-22Fix more linking issues in x11-publish and stream-restoreColin Guthrie1-2/+2
2008-08-22Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie196-3286/+7690
2008-08-20add a few missing castsLennart Poettering7-20/+20
2008-08-20add doxygen documentation for ext-stream-restore.hLennart Poettering2-470/+486
2008-08-19use final glibc eventfd() instead of our homegrown syscall invocationsLennart Poettering2-37/+14
2008-08-19rework cpu limit logic to use monotonic instead of wall clock timeLennart Poettering2-6/+10
2008-08-19simplify pa_start_child_for_read by using pa_close_all()/pa_reset_sigs()/pa_u...Lennart Poettering1-57/+3
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering99-776/+810
2008-08-19run autoupdateLennart Poettering1-24/+24
2008-08-19update gitignoreLennart Poettering2-1/+9
2008-08-19require ac 2.62 in bootstrap.shLennart Poettering1-2/+2
2008-08-18Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering13-242/+407
2008-08-18a few modernizationsLennart Poettering1-6/+6
2008-08-18don't unref pa_native_options object twiceLennart Poettering1-7/+6
2008-08-18add some code to make invalid valgrind warnings go awayLennart Poettering4-1/+51
2008-08-18bump releaseLennart Poettering1-1/+1
2008-08-18restore volume/device for streams only when it wasn't set beforeLennart Poettering1-8/+21
2008-08-18allow clients to not specify the volume for their streamsLennart Poettering3-3/+29
2008-08-18rework validity checking of sink/source/... namesLennart Poettering1-18/+43
2008-08-18save a bit of memoryLennart Poettering4-26/+29