summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | todo updateLennart Poettering2006-02-201-1/+0
* | | disable SIGPIPE before calling pa_core_new(), this way the warning message is...Lennart Poettering2006-02-201-11/+12
* | | build defer() function in src/polyp/mainloop-signal.c only on win32Lennart Poettering2006-02-201-4/+3
* | | fix snd_pcm_hw_params_set_rate_near() usageLennart Poettering2006-02-201-1/+6
* | | build dllmain.c only on win32 (makes gcc shut up a little more)Lennart Poettering2006-02-201-2/+10
* | | todo updateLennart Poettering2006-02-201-1/+1
* | | improve error checking in simple APILennart Poettering2006-02-201-18/+72
* | | add validity check for the "server" parameter of pa_context_connect()Lennart Poettering2006-02-201-0/+1
* | | fix yet another pa_context_connect() occurance with regards to the flags para...Lennart Poettering2006-02-201-1/+1
* | | remove a superfluous log lineLennart Poettering2006-02-201-1/+1
* | | change calls of pa_context_connect() to pass flags arugment correctlyLennart Poettering2006-02-203-3/+3
* | | fix moddirLennart Poettering2006-02-201-2/+2
* | | * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-2020-513/+782
* | | * a lot of doxygen updatesLennart Poettering2006-02-2018-100/+125
* | | todo updateLennart Poettering2006-02-201-0/+1
* | | add doxygen docs for channel mapLennart Poettering2006-02-201-3/+20
* | | Add aligment fix in esound to todo.Pierre Ossman2006-02-201-0/+1
* | | minor doxygen fixesLennart Poettering2006-02-202-3/+2
* | | Fix some warnings by making sure we have the right signedness on things.Pierre Ossman2006-02-201-6/+6
* | | Hardware volume support for Solaris.Pierre Ossman2006-02-201-0/+36
* | | replace "spawn" parameter of pa_context_new() with a proper flags parameterLennart Poettering2006-02-203-7/+12
* | | explcitily cast strings to make gcc shut upLennart Poettering2006-02-201-5/+5
* | | * Make typdefs for the pa_context callback prototypesLennart Poettering2006-02-207-27/+31
* | | remove cdecl.h from doxygen docsLennart Poettering2006-02-201-1/+1
* | | Fixes for the Solaris detection.Pierre Ossman2006-02-201-1/+3
* | | Add mute switch to todo.Pierre Ossman2006-02-201-0/+1
* | | Detect support for Windows' waveout.Pierre Ossman2006-02-201-0/+16
* | | Detect support for Solaris (/dev/audio).Pierre Ossman2006-02-202-1/+35
* | | Remove a debug fprintf that was left in.Pierre Ossman2006-02-201-2/+0
* | | util.c uses some socket functions so we need winsock on Windows.Pierre Ossman2006-02-201-1/+1
* | | update TODOLennart Poettering2006-02-201-5/+14
* | | make doxygen ignore PA_CDECL_BEGIN/PA_CDECL_ENDLennart Poettering2006-02-201-2/+2
* | | 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-2038-752/+1939
* | | update todoLennart Poettering2006-02-181-4/+3
* | | Properly clear members during init.Pierre Ossman2006-02-171-0/+5
* | | 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-176-11/+98
* | | Ignore generated win32 binaries.Pierre Ossman2006-02-170-0/+0
* | | Module needs stuff in libpolypcore.Pierre Ossman2006-02-171-1/+1
* | | Fix path to poll.h.Pierre Ossman2006-02-171-1/+1
* | | Fix typo in #ifndef.Pierre Ossman2006-02-171-1/+1
* | | Integrate error routines into libpolyp. Not much point in having this as aPierre Ossman2006-02-171-12/+7
* | | Make sure that all polypcore headers are installed.Pierre Ossman2006-02-171-9/+47
* | | Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-17137-421/+523
* | | Move the util libs to the modules section since they're in that directory.Pierre Ossman2006-02-171-34/+16
* | | fix doxygenLennart Poettering2006-02-1710-19/+18
* | | include header files in simple.h with <> instead of ""Lennart Poettering2006-02-161-2/+2
* | | * rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering2006-02-1623-30/+30
* | | shorten include list of utils a littleLennart Poettering2006-02-165-11/+4
* | | * drop polylib prefix from #defineLennart Poettering2006-02-1613-27/+28