summaryrefslogtreecommitdiffstats
path: root/src/polyp/context.c
Commit message (Expand)AuthorAgeFilesLines
* big s/polyp/pulse/gLennart Poettering2006-06-191-980/+0
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-3/+4
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+1
* Do WSAStartup() in the DLL entry routine instead of at context creation.Pierre Ossman2006-05-111-11/+0
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-241-13/+15
* small optimizationLennart Poettering2006-04-231-6/+3
* Win32 needs to have the socket subsystem initialised.Pierre Ossman2006-04-191-0/+11
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* include local record memblockq in latency calculationsLennart Poettering2006-04-121-2/+4
* proper validity checking for pa_context_is_pending()Lennart Poettering2006-04-121-1/+5
* return the error code and not just -1 when pa_context_is_pending() failsLennart Poettering2006-04-101-1/+1
* validity checks for pa_context_is_pending()Lennart Poettering2006-04-101-3/+2
* Negotiate protocol version between server and client. Will allow smootherPierre Ossman2006-03-021-0/+25
* add support for authentication using SCM_CREDENTIALSLennart Poettering2006-02-241-3/+3
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-6/+6
* simplify tagstruct creationLennart Poettering2006-02-231-22/+21
* Wrong userdata used to init operation.Pierre Ossman2006-02-221-1/+1
* add validity check for the "server" parameter of pa_context_connect()Lennart Poettering2006-02-201-0/+1
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-201-83/+145
* * a lot of doxygen updatesLennart Poettering2006-02-201-4/+4
* replace "spawn" parameter of pa_context_new() with a proper flags parameterLennart Poettering2006-02-201-2/+2
* * Make typdefs for the pa_context callback prototypesLennart Poettering2006-02-201-7/+7
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-201-30/+43
* That's a delta parameter, not a size parameter.Pierre Ossman2006-02-171-1/+1
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-171-5/+5
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-5/+9
* drop polyplib- prefix from client library filesLennart Poettering2006-02-161-0/+871