blerg.git
2011-01-08 Chip BlackAdd missing CSS for docs
2011-01-08 Chip BlackAdd license notifications to all source files
2011-01-08 Chip BlackAdd web code, license, and simple readme
2011-01-08 Chip BlackAdd rss to gitignore list
2011-01-08 Chip BlackAdd slightly better library configuration
2011-01-06 Chip BlackEveryone is chip!
2011-01-06 Chip BlackWorkaround for apache mangling our /tag/#blah urls
2011-01-06 Chip BlackFix some broken fwrite calls
2011-01-05 Chip BlackAdd guid to RSS
2011-01-05 Chip BlackFix RSS encoding
2011-01-05 Chip BlackAdd pubDate to RSS generator
2011-01-02 Chip BlackFix RSS bugs
2011-01-02 Chip BlackFix RSS XML declaration
2011-01-02 Chip BlackFix XML encoding declaration
2011-01-01 Chip BlackAdd RSS CGI, also quite a lot of refactoring
2010-12-31 Chip BlackWhoops, shouldn't mix fd and FILE* methods
2010-12-31 Chip BlackSanitize username inputs in the database layer
2010-12-31 Chip BlackFinish authenticated API endpoints on cgi_blerg
2010-12-31 Chip BlackWhoops, my status things weren't valid JSON
2010-12-30 Chip BlackAdd cookie auth to /put
2010-12-30 Chip BlackCheck auth for logout
2010-12-30 Chip BlackBegin basic login/logout
2010-12-30 Chip BlackActually implement /tag in cgi_blerg. Also /create
2010-12-30 Chip BlackAdd tagging to cgi_blerg (and stubs for everything...
2010-12-28 Chip BlackAdd /info method to cgi_blerg
2010-12-28 Chip BlackAdd first stab of cgi_blerg
2010-12-28 Chip BlackRefactor a bunch of stuff for cgi fork
2010-12-28 Chip BlackOrganize source tree
2010-12-28 Chip BlackFix some memory/fd leaks for tag searching and empty...
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 BlackMinor makefile cleanup
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 BlackClean up some #defines
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 BlackWhoops, what the hell was that?
2010-12-19 Chip BlackRemove useless print statements
2010-12-19 Chip BlackAdd partially-working web server
2010-12-19 Chip BlackAdd tag listing functionality
2010-12-18 Chip BlackFinish tagging implementation for hash tags
2010-11-23 Chip BlackAdd first stab at tagging
2010-11-23 Chip BlackWorking multi-segment blerg database