summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tests] add unit tests for dbus structsHEADmasterRolf Offermanns2010-09-173-1/+42
| | | | | Signed-off-by: Rolf Offermanns <roffermanns@sysgo.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] add dbus struct handlingRolf Offermanns2010-09-171-1/+54
| | | | | Signed-off-by: Rolf Offermanns <roffermanns@sysgo.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [bridge_request] remove unnecessary pointerMichael Olbrich2010-09-173-7/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [json-dbus-bridge] change version to 1.0.0v1.0.0Michael Olbrich2010-06-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] add tests for 'null' valuesMichael Olbrich2010-06-043-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] cleanup error handlingMichael Olbrich2010-06-041-7/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] handle 'null' elements in arrays and objects.Michael Olbrich2010-06-031-1/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] update copyright yearMichael Olbrich2010-06-034-4/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] add copyright headerMichael Olbrich2010-06-0319-14/+148
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] change licence for demo code to CO0Michael Olbrich2010-06-036-52/+28
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] fix error handlingMichael Olbrich2010-06-0315-15/+15
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] wait for dbus serviceMichael Olbrich2010-06-031-0/+19
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [all] cleanup license headersMichael Olbrich2010-06-0310-128/+120
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [automake] make %.xml -> %_xml.h generation silentMichael Olbrich2010-06-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] add graceful shutdownMichael Olbrich2010-06-032-5/+40
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] remove error.log on cleanRobert Schwebel2010-06-031-0/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [configure] use silent modeRobert Schwebel2010-06-031-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [configure] add library function for fcgiRobert Schwebel2010-06-031-1/+1
| | | | | | | | Fix this warning: configure.ac:63: warning: AC_LANG_CALL: no function given Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [configure] add cross-default to AC_RUN_IFELSERobert Schwebel2010-06-031-0/+2
| | | | | | | | | | The ax_lib_event.m4 macro is incomplete which results in this error: configure.ac:54: warning: AC_RUN_IFELSE called without default to allow cross compiling The fix should be applied upstream. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [configure] AC_PROG_LIBTOOL is obsoleteRobert Schwebel2010-06-031-1/+1
| | | | | | Use LT_INIT instead. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [src] always call dbus_message_iter_close_containerMichael Olbrich2010-06-031-20/+18
| | | | | | | | Calling dbus_message_iter_open_container without dbus_message_iter_close_container e.g. when the message is aborted because of an error, creates a memory leak. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] rework run_test.sh.in to run individual testsMichael Olbrich2010-06-032-13/+40
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] more complex testsMichael Olbrich2010-06-035-3/+21
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [README] add stuff for variantsMichael Olbrich2010-06-031-2/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] add complex testsMichael Olbrich2010-06-035-1/+64
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] fix error output formatingMichael Olbrich2010-06-031-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] verify that the variant signature defines a single complete typeMichael Olbrich2010-06-031-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] split testsMichael Olbrich2010-06-0318-75/+168
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] don't use http_proxy for localhostMichael Olbrich2010-06-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] fix 'make distcheck'Michael Olbrich2010-06-031-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] use !/bin/bashMichael Olbrich2010-06-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] cleanupMichael Olbrich2010-06-032-22/+27
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] more stuffMichael Olbrich2010-06-033-2/+62
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] stricter signature <-> parameter matchingMichael Olbrich2010-06-031-3/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] fix json number parsingMichael Olbrich2010-06-031-2/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tests] first unit testsMichael Olbrich2010-06-038-6/+316
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] fix double dbus_message_unref() on errorMichael Olbrich2010-06-031-2/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [TODO] extendMichael Olbrich2010-06-031-0/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [doc] add README & TODOMichael Olbrich2010-06-033-1/+79
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] rename com.pengutronix.devel.* -> com.pengutronix.jdb.*Michael Olbrich2010-06-037-21/+21
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [autotools] cleanupMichael Olbrich2010-06-033-5/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [autoconf] fix configure.acMichael Olbrich2010-06-031-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [src] cleanupMichael Olbrich2010-06-035-6/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [README] updateMichael Olbrich2010-06-031-3/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] helper script to run dbus services + lighttpdMichael Olbrich2010-06-032-0/+48
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] add sample lighttpd.confMichael Olbrich2010-06-032-0/+38
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [html] demo first stepsMichael Olbrich2010-06-033-0/+114
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] add helper scriptsMichael Olbrich2010-06-032-1/+26
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] add python dbus serviceMichael Olbrich2010-06-032-0/+49
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [demo] add dbus-simple-service for demoMichael Olbrich2010-06-038-1/+395
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>