summaryrefslogtreecommitdiff
path: root/src/pulsecore/protocol-esound.c
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Replace "authorization" with "authentication"David Henningsson2014-09-021-1/+1
* esound, native: Pass an absolute path to pa_authkey_load() when using a file ...Tanu Kaskinen2014-06-241-5/+10
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-25/+25
* protocol-esound/http/simple: Make sure callers can handle iochannel_write cha...David Henningsson2013-06-241-6/+9
* iochannel: Avoid unnecessary wakeup after successful writeDavid Henningsson2013-06-141-4/+0
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-1/+1
* Log the reason for every suspend/resume.Tanu Kaskinen2012-12-191-0/+3
* esound: Suspend/resume also sources on STANDBY/RESUME commands.Tanu Kaskinen2012-12-191-4/+6
* auth: move cookie file to ~/.config/pulse/cookieLennart Poettering2012-05-151-1/+1
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-2/+4
* More spelling fixesMaarten Bosmans2011-08-251-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+0
* esound,streams: Fix some crashes.Colin Guthrie2011-06-221-2/+4
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-1/+1
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-2/+1
* esd,simple: use pa_memblockq_pop_missing()Lennart Poettering2010-02-231-1/+1
* various modernizationsLennart Poettering2010-02-231-12/+12
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-091-1/+4
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-3/+1
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-2/+2
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-2/+1
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-9/+6
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-2/+2
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-2/+3
* fix misplace _ref() calls that should have been _assert_ref()Lennart Poettering2009-03-251-3/+4
* trivial simplificationLennart Poettering2009-03-251-2/+1
* Fix a NULL pointer access when sutting down esound/simple connectionsLennart Poettering2009-03-041-0/+3
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* fix handling of stereoLennart Poettering2009-02-231-2/+3
* it's probably more appropriate to return the configured latency instead of th...Lennart Poettering2009-02-231-1/+1
* complete esd suspend/resume implementationLennart Poettering2009-02-231-6/+35
* implement esd sample panning. closes #428Lennart Poettering2009-02-231-5/+63
* set esound.byte_order propertyLennart Poettering2009-02-231-0/+3
* a couple of boring updatesLennart Poettering2009-02-221-16/+19
* protocol-esound: don't accept a request of PROTOCOL_MAXMarc-André Lureau2009-02-191-1/+1
* make a couple of functions return proper error codesLennart Poettering2009-02-031-2/+2
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-1/+1
* make proplist inheritance scheme automatic and implicitLennart Poettering2009-01-151-2/+0
* kill autoload stuff as plannedLennart Poettering2009-01-151-6/+6
* convert pa_client instantiation to use a pa_client_new_data struct and add ho...Lennart Poettering2009-01-151-6/+16
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-32/+36
* initialize IP ACLs properlyLennart Poettering2008-08-111-1/+1
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-8/+8
* make all protocol objects global singletonsLennart Poettering2008-08-031-81/+188
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* fix esound proto to not crashLennart Poettering2008-05-271-1/+3
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-71/+112