summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tests] don't use http_proxy for localhostMichael Olbrich2010-06-031-1/+1
* [tests] fix 'make distcheck'Michael Olbrich2010-06-031-0/+8
* [tests] use !/bin/bashMichael Olbrich2010-06-031-1/+1
* [src] cleanupMichael Olbrich2010-06-032-22/+27
* [tests] more stuffMichael Olbrich2010-06-033-2/+62
* [src] stricter signature <-> parameter matchingMichael Olbrich2010-06-031-3/+9
* [src] fix json number parsingMichael Olbrich2010-06-031-2/+9
* [tests] first unit testsMichael Olbrich2010-06-038-6/+316
* [src] fix double dbus_message_unref() on errorMichael Olbrich2010-06-031-2/+4
* [TODO] extendMichael Olbrich2010-06-031-0/+12
* [doc] add README & TODOMichael Olbrich2010-06-033-1/+79
* [demo] rename com.pengutronix.devel.* -> com.pengutronix.jdb.*Michael Olbrich2010-06-037-21/+21
* [autotools] cleanupMichael Olbrich2010-06-033-5/+5
* [autoconf] fix configure.acMichael Olbrich2010-06-031-1/+3
* [src] cleanupMichael Olbrich2010-06-035-6/+14
* [README] updateMichael Olbrich2010-06-031-3/+10
* [demo] helper script to run dbus services + lighttpdMichael Olbrich2010-06-032-0/+48
* [demo] add sample lighttpd.confMichael Olbrich2010-06-032-0/+38
* [html] demo first stepsMichael Olbrich2010-06-033-0/+114
* [demo] add helper scriptsMichael Olbrich2010-06-032-1/+26
* [demo] add python dbus serviceMichael Olbrich2010-06-032-0/+49
* [demo] add dbus-simple-service for demoMichael Olbrich2010-06-038-1/+395
* [src] add parentheses to shut up gcc 4.4Michael Olbrich2010-06-031-1/+1
* [git] add .gitignoreMichael Olbrich2010-06-031-0/+17
* [autotools] add checks for libevent2 and libfcgiMichael Olbrich2010-06-035-2/+216
* [src] move application source to src/ subdirMichael Olbrich2010-06-038-22/+30
* [json-dbus-bridge] add terminating '\0' to the json data and handle error pro...mol2010-06-031-1/+3
* [json-dbus-bridge] fix handling of empty arraysmol2010-06-031-8/+14
* [json-dbus-bridge] cleanupmol2010-06-034-47/+35
* [bridge_request] improve error handlingmol2010-06-031-15/+39
* [bridge_request] cleanup memory managementmol2010-06-031-4/+6
* [json-dbus-bridge] handle multiple requests in parallelmol2010-06-035-115/+355
* [json-dbus-bridge] rewrite JSON -> DBus remashalingmol2010-06-031-108/+166
* [json-dbus-bridge] rewritemol2010-06-033-94/+303
* * add json-dbus-bridgemol2009-08-1710-0/+1261