Initial revision
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 7 Apr 2011 15:35:42 +0000 (17:35 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 21 Oct 2011 06:12:22 +0000 (23:12 -0700)
commit691a38d5a9ff5529c7b30aba878a60598e68b9c9
treee42009b3ccd2a6a0fa766eaa0e9f1b1412b47fa6
Initial revision
32 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
HACKING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
bootstrap [new file with mode: 0755]
bootstrap-configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/adapter-api.txt [new file with mode: 0644]
doc/manager-api.txt [new file with mode: 0644]
doc/target-api.txt [new file with mode: 0644]
gdbus/gdbus.h [new file with mode: 0644]
gdbus/mainloop.c [new file with mode: 0644]
gdbus/object.c [new file with mode: 0644]
gdbus/polkit.c [new file with mode: 0644]
gdbus/watch.c [new file with mode: 0644]
include/dbus.h [new file with mode: 0644]
src/adapter.c [new file with mode: 0644]
src/dbus.c [new file with mode: 0644]
src/error.c [new file with mode: 0644]
src/genbuiltin [new file with mode: 0755]
src/log.c [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/manager.c [new file with mode: 0644]
src/near.h [new file with mode: 0644]
src/types.h [new file with mode: 0644]