~drizzle-trunk/drizzle/development

2283.4.1 by Stewart Smith
very basic HTTP server
1
[plugin]
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
2
title=JSON Server
2283.4.1 by Stewart Smith
very basic HTTP server
3
description=libevent based http server with JSON interface
4
version=0.1
5
author=Stewart Smith
6
license=PLUGIN_LICENSE_GPL
2363.1.1 by Brian Aker
Fix memory leak in temporal and json server.
7
headers= 
8
  json/autolink.h
9
  json/config.h
10
  json/features.h
11
  json/forwards.h
12
  json/json_batchallocator.h
13
  json/json.h
14
  json/reader.h
15
  json/value.h
16
  json/writer.h
17
  json/json_internalarray.inl
18
  json/json_internalmap.inl
19
  json/json_valueiterator.inl
2283.4.1 by Stewart Smith
very basic HTTP server
20
sources=
2363.1.1 by Brian Aker
Fix memory leak in temporal and json server.
21
  json_server.cc
22
  json/json_reader.cpp
23
  json/json_value.cpp
24
  json/json_writer.cpp
2283.4.14 by Stewart Smith
require http_functions to be able to be built to build json_server so that tests can be run
25
build_conditional="x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"
2283.4.1 by Stewart Smith
very basic HTTP server
26
ldflags=${LTLIBEVENT}