summaryrefslogtreecommitdiff
path: root/src/lib/eldbus
Commit message (Expand)AuthorAgeFilesLines
* eldbus: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-071-0/+3
* Eldbus: fix potential unsigned int underflow.Tom Hacohen2015-04-221-1/+1
* eldbus: Fix formattingChris Michael2015-02-111-1/+2
* eldbus: refactoring code.Guilherme Lepsch2015-02-091-29/+24
* eldbus: eina_value not allocated from mempool.Guilherme Lepsch2015-02-051-8/+5
* eldbus: fix memory leak.Guilherme Lepsch2015-02-051-0/+2
* eldbus: production code inside Eina Safety Check assert.Guilherme Lepsch2015-02-051-3/+2
* eldbus: Fix crash when removing the last reference of the message container i...José Roberto de Souza2014-12-174-18/+47
* Revert "eldbus hackaround for proxy deletion during pending callback"José Roberto de Souza2014-12-172-3/+0
* eldbus: Fix possible null dereference reported by CoverityChris Michael2014-12-101-0/+2
* eldbus hackaround for proxy deletion during pending callbackMike Blumenkrantz2014-12-082-0/+3
* eldbus: Use the timeout parameter on eldbus_proxy_send_and_block()José Roberto de Souza2014-12-051-1/+1
* eldbus: Add timeout parameter to eldbus_proxy_send_and_block()José Roberto de Souza2014-12-054-7/+9
* eldbus: Fix _eldbus_connection_send_and_block()José Roberto de Souza2014-12-052-16/+21
* eldbus: Add actual API function code for eldbus_proxy_send_and_blockChris Michael2014-12-041-0/+15
* eldbus: Add code for _eldbus_connection_send_and_block functionChris Michael2014-12-041-0/+25
* eldbus: Add API function declaration for eldbus_proxy_send_and_blockChris Michael2014-12-041-0/+14
* eldbus: Add function prototype for send_and_blockChris Michael2014-12-041-0/+1
* eldbus: Fix wrong comments.Pierre Le Magourou2014-10-211-9/+9
* eldbus: update missing eldbus_proxy API documentation.Pierre Le Magourou2014-10-201-11/+109
* eldbus: update missing eldbus_pending.h API documentation.Pierre Le Magourou2014-10-201-0/+63
* eldbus: update missing eldbus_object API documentation.Pierre Le Magourou2014-10-201-12/+97
* eldbus: update missing eldbus_message API documentation.Pierre Le Magourou2014-10-202-9/+77
* eldbus: update missing eldbus_freedesktop.h API documentation.Pierre Le Magourou2014-10-201-1/+182
* eldbus: update missing API documentation.Pierre Le Magourou2014-10-201-2/+20
* eldbus: add missing API documentation in Eldbus.h.Pierre Le Magourou2014-10-201-17/+33
* eldbus: add documentation for Eldbus_Version structure.Nicolas Aguirre2014-10-201-4/+8
* eldbus: Only call va_end() if the signature does not match after rewriteStefan Schmidt2014-09-041-2/+5
* eldbus - fix missing varags va_endCarsten Haitzler (Rasterman)2014-09-011-1/+5
* eldbus - fix varargs usage - missing va_end on returnCarsten Haitzler (Rasterman)2014-08-251-0/+1
* eldbus - fix varargs missing end in iter get and nextCarsten Haitzler (Rasterman)2014-08-141-1/+5
* eldbus: do not ignore numeric "0" in property_setWonguk Jeong2014-08-101-1/+15
* Fixes ABI breakage in Eldbus for use with C++ EldbusFelipe Magno de Almeida2014-07-152-6/+66
* fix eldbus warningsCarsten Haitzler (Rasterman)2014-07-081-5/+5
* eldbus: Fixes ABI break in Eldbus_Method with appended void* dataFelipe Magno de Almeida2014-07-082-2/+13
* eldbus-cxx: Implementation of eldbus C++ APIFelipe Magno de Almeida2014-07-032-16/+34
* do not use EINA_FALSE instead of NULLJérémy Zurcher2014-05-071-6/+6
* Registers a fallback handler for a given subsection of the object hierarchy.Carsten Haitzler (Rasterman)2014-01-233-6/+51
* efl: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-264-9/+9
* eldbus: don't do a double initialization due to ecore module using eldbus now.Cedric BAIL2013-12-231-3/+3
* eldbus: Check return value of eina_value_pgetSebastian Dransfeld2013-12-071-1/+2
* eldbus: use alloca to allocate local memSebastian Dransfeld2013-12-071-2/+1
* eldbus: unref msg on errorSebastian Dransfeld2013-12-071-1/+5
* eldbus: on error unref msgSebastian Dransfeld2013-12-071-2/+6
* eldbus: free allocated mem on errorSebastian Dransfeld2013-12-071-4/+4
* eldbus: Check return value of _type_sizeSebastian Dransfeld2013-12-071-0/+2
* Eldbus: added function for getting bus unique nameCarsten Haitzler (Rasterman)2013-12-022-0/+17
* eldbus: Fix crash caused when the object of an monitored proxy is deletedJosé Roberto de Souza2013-11-291-2/+15
* Revert "workaround for T543"José Roberto de Souza2013-11-291-7/+1
* workaround for T543Mike Blumenkrantz2013-11-211-1/+7