Add tag searching to web API
[blerg.git] / http_blerg.c
2010-12-27 Chip BlackAdd tag searching to web API
2010-12-24 Chip BlackAdd timestamp field to blerg record
2010-12-24 Chip BlackFix empty response for empty accounts
2010-12-24 Chip BlackAdd support for fetching ranges of records
2010-12-23 Chip BlackAdd /info endpoint
2010-12-23 Chip BlackChange JSON output format -- now an array of objects
2010-12-23 Chip BlackSome cleanup, genericize JSON iterator to accept a...
2010-12-22 Chip Blackget rid of debug printfs
2010-12-22 Chip BlackProperly iterate on /put and /get
2010-12-22 Chip BlackSome refactoring, remove build bits for libmicrohttpd
2010-12-22 Chip BlackFix authentication, finish /put API.
2010-12-21 Chip BlackFinish user creation
2010-12-21 Chip BlackClean up error responses, add 501 for other than POST...
2010-12-21 Chip BlackAdd beginnings of user creation API
2010-12-21 Chip BlackBegin work on authentication
2010-12-20 Chip BlackClean up URL handling/parsing
2010-12-19 Chip BlackRemove useless print statements
2010-12-19 Chip BlackAdd partially-working web server