Code

frontend: Added a simple 'LIST' command.
authorSebastian Harl <sh@tokkee.org>
Thu, 28 Nov 2013 16:48:48 +0000 (17:48 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 28 Nov 2013 16:48:48 +0000 (17:48 +0100)
commitc2b7616c8a80c5de6356b675d55a4ee36415fd7b
tree5468c570ff99ed03914bb270e5c9134b3f80bc50
parente2d94a3eba924a4fd3c79d1ed99a57ae8bfb9282
frontend: Added a simple 'LIST' command.

This command sends a JSON representation of the whole store to the client.
src/Makefile.am
src/frontend/connection.c
src/frontend/query.c [new file with mode: 0644]
src/include/frontend/connection.h