2011-08-19  Eric Day  <eday@oddments.org>

	Backend module cleanup.

2011-08-18  Eric Day  <eday@oddments.org>

	Backend module cleanup.

2011-08-16  Eric Day  <eday@oddments.org>

	Cleaned up WSGI frontend.

2011-08-16  Eric Day  <eday@oddments.org>

	Cleaned up WSGI frontend.

2011-08-16  Eric Day  <eday@oddments.org>

	Test case cleanup, moved backend base test cases to test.backend (out of memory test).

2011-08-16  Eric Day  <eday@oddments.org>

	Test case cleanup, moved backend base test cases to test.backend (out of memory test).

2011-08-10  Eric Day  <eday@oddments.org>

	Pushed wait functionality down into backend, removed frontend tests since this is replaced with HTTP backend test now.

2011-08-10  Eric Day  <eday@oddments.org>

	Pushed wait functionality down into backend, removed frontend tests since this is replaced with HTTP backend test now.

2011-08-10  Eric Day  <eday@oddments.org>

	Added HTTP backend unit tests that work against a running server (auto started/killed with test).

2011-08-09  Eric Day  <eday@oddments.org>

	Added HTTP backend unit tests that work against a running server (auto started/killed with test).

2011-08-10  Eric Day  <eday@oddments.org>

	Backend unittest and cleanup party!

2011-08-09  Eric Day  <eday@oddments.org>

	Made synchronous a real config option.

2011-08-09  Eric Day  <eday@oddments.org>

	Added file-based sqlite unit tests.

2011-08-09  Eric Day  <eday@oddments.org>

	Added unit tests for alrger number of accounts, queues, and messages.

2011-08-09  Eric Day  <eday@oddments.org>

	Backend code cleanup, mainly around sqlite.

2011-08-09  Eric Day  <eday@oddments.org>

	Added backend unit tests for single message methods.

2011-08-09  Eric Day  <eday@oddments.org>

	Pushed detail processing for single-message requests down to backend.

2011-08-09  Eric Day  <eday@oddments.org>

	Cleaned up SQLite backend, added accounts table.

2011-08-09  Eric Day  <eday@oddments.org>

	Cleaned up more of the SQLite backend, fixed a few bugs introduced with single message operations.

2011-08-08  Eric Day  <eday@oddments.org>

	Cleaned up SQLite backend, added accounts table.

2011-08-08  Eric Day  <eday@oddments.org>

	Added more unit test coverage around update_messages.

2011-08-08  Eric Day  <eday@oddments.org>

	Added more unit test coverage around update_messages.

2011-08-04  Eric Day  <eday@oddments.org>

	Added backend message tests, pushed message detail processing down to backend, added NotFound exception to backend to differentiate from empty lists, and cleaned up message storage in memory backend.

2011-08-04  Eric Day  <eday@oddments.org>

	Finished adding backend message tests and pushed message detail processing down to backend.

2011-08-03  Eric Day  <eday@oddments.org>

	Added NotFound exception to backend to differentiate from empty lists, cleaned up message storage in memory queue, started to add message tests.

2011-07-22  Eric Day  <eday@oddments.org>

	Merged trunk.

2011-07-22  Eric Day  <eday@oddments.org>

	Changed WSGI frontend to pass delete account/queue responses back through.

2011-07-22  Eric Day  <eday@oddments.org>

	Merged trunk.

2011-07-22  Eric Day  <eday@oddments.org>

	PEP8 fix.

2011-07-22  Eric Day  <eday@oddments.org>

	Changed WSGI frontend to pass delete account/queue responses back through.

2011-07-22  Eric Day  <eday@oddments.org>

	Merged trunk.

2011-07-22  Eric Day  <eday@oddments.org>

	Rewrote account/queue handling for SQLite backend.

2011-07-22  Eric Day  <eday@oddments.org>

	Rewrote account/queue handling for SQLite backend.

2011-07-15  Eric Day  <eday@oddments.org>

	Cleaned up account and queue handling for memory backend.

2011-07-14  Eric Day  <eday@oddments.org>

	Cleaned up account and queue handling for memory backend.

2011-07-15  Eric Day  <eday@oddments.org>

	Fixed WSGI response headers.

2011-07-14  Eric Day  <eday@oddments.org>

	Fixed WSGI response headers.

2011-07-14  Eric Day  <eday@oddments.org>

	Added backend tests for queues.

2011-07-14  Eric Day  <eday@oddments.org>

	Added backend tests for queues.

2011-07-12  Eric Day  <eday@oddments.org>

	Added proper content-types, cleaned up responses.

2011-07-12  Eric Day  <eday@oddments.org>

	Added proper content-types, cleaned up responses.

2011-06-29  Eric Day  <eday@oddments.org>

	Fixed bug #803237. More query string cleanup to do, will do full review later.

2011-06-29  Eric Day  <eday@oddments.org>

	Fixed bug #803237.

2011-06-15  Eric Day  <eday@oddments.org>

	Finished detail, marker, and limit tests for accounts.

2011-06-15  Eric Day  <eday@oddments.org>

	Finished detail, marker, and limit tests for accounts.

2011-06-13  Eric Day  <eday@oddments.org>

	Added more backend unit tests, reworked memory backend to use mutable objects instead of tuples, added account filter options.

2011-06-13  Eric Day  <eday@oddments.org>

	Changed to older style assertRaises for compatibility.

2011-06-10  Eric Day  <eday@oddments.org>

	Added more backend unit tests, reworked memory backend to use mutable objects instead of tuples, added account filter options.

2011-05-28  Eric Day  <eday@oddments.org>

	Support -h and --help for burrowd command.

2011-05-28  Eric Day  <eday@oddments.org>

	Support -h and --help for burrowd command.

2011-05-24  Eric Day  <eday@oddments.org>

	Fixed bug when PUT request used chunked transfer encoding.

2011-05-23  Eric Day  <eday@oddments.org>

	Fixed bug when PUT request used chunked transfer encoding.

2011-05-19  Eric Day  <eday@oddments.org>

	Moved example docs from wiki into sphinx.

2011-05-19  Eric Day  <eday@oddments.org>

	Added example docs.

2011-05-09  Chmouel Boudjnah  <chmouel@chmouel.com>

	Cast to integer the default_ttl and the hide values.

2011-04-27  Chmouel Boudjnah  <chmouel@chmouel.com>

	Cast to integer the default_ttl and the hide values.
	
	as advised by eday.

2011-04-28  Chmouel Boudjnah  <chmouel@chmouel.com>

	Add deps in setup.py

2011-04-26  Chmouel Boudjnah  <chmouel@chmouel.com>

	Add python module dependences needs to launch burrow.

2011-04-24  Eric Day  <eday@oddments.org>

	Change TTL and hide values to be relative outside of backend API.

2011-04-24  Eric Day  <eday@oddments.org>

	Change TTL and hide values to be relative outside of backend API.

2011-04-22  Eric Day  <eday@oddments.org>

	Misc. bug fixes.

2011-04-21  Eric Day  <eday@oddments.org>

	Misc. bug fixes and.

2011-04-20  Eric Day  <eday@oddments.org>

	Added client API interfaces (Account and Queue), modified HTTP response formatting, misc doc/code cleanup.

2011-04-20  Eric Day  <eday@oddments.org>

	Added client API interfaces (Account and Queue), modified HTTP response formatting, misc doc/code cleanup.

2011-04-20  Eric Day  <eday@oddments.org>

	Pylint cleanup, reorganized code, added interactive shell.

2011-04-19  Eric Day  <eday@oddments.org>

	Pylint cleanup, reorganized code, added interactive shell.

2011-04-18  Eric Day  <eday@oddments.org>

	More docs, added /v1.0 to HTTP paths.

2011-04-18  Eric Day  <eday@oddments.org>

	More docs, added /v1.0 to HTTP paths.

2011-04-08  Eric Day  <eday@oddments.org>

	Added overview and protocol docs.

2011-04-08  Eric Day  <eday@oddments.org>

	Added overview and protocol docs.

2011-04-08  Eric Day  <eday@oddments.org>

	Added source code docs and got other sections started.

2011-04-07  Eric Day  <eday@oddments.org>

	Added source code docs and got other sections started.

2011-04-08  Eric Day  <eday@oddments.org>

	Moved code for command line tools into burrow package, commands are now simple sh scripts. Added .pylintrc and cleaned up pep8.

2011-04-07  Eric Day  <eday@oddments.org>

	Moved code for command line tools into burrow package, commands are now simple sh scripts. Added .pylintrc and cleaned up pep8.

2011-04-07  Eric Day  <eday@oddments.org>

	Added hooks and templates to build OpenStack themed Sphinx documentation.

2011-04-06  Eric Day  <eday@oddments.org>

	Added hooks and templates to build OpenStack themed Spinx documentation.

2011-04-06  Eric Day  <eday@oddments.org>

	A number of cleanup tasks and client support.

2011-04-05  Eric Day  <eday@oddments.org>

	Added command line tool, start of client class, and HTTP backend.

2011-03-30  Eric Day  <eday@oddments.org>

	Merged burrow and burrowd packages, the interfaces for backend/client can be shared, and this will also allow modular in-process queues.

2011-03-18  Eric Day  <eday@oddments.org>

	Started SQLite backend cleanup.

2011-03-18  Eric Day  <eday@oddments.org>

	More backend API cleanup.

2011-03-18  Eric Day  <eday@oddments.org>

	Further backend API cleanup, started cleanup in memory backend.

2011-03-17  Eric Day  <eday@oddments.org>

	Removed the need to 'queue_exists' decorator and backend methods.

2011-03-17  Eric Day  <eday@oddments.org>

	Switched to pass attributes as a dict instead of positional arguments.

2011-03-17  Eric Day  <eday@oddments.org>

	Switched to pass filters as a dict instead of positional arguments.

2011-03-18  Eric Day  <eday@oddments.org>

	Started locale support.

2011-03-17  Eric Day  <eday@oddments.org>

	Started locale support.

2011-03-17  Eric Day  <eday@oddments.org>

	Python prototype conversion to get new trunk started.

2011-03-17  Eric Day  <eday@oddments.org>

	First chunk of code from prototype. Beyond the prototype, configuration, module loading, and log handling was added.

2011-03-17  Eric Day  <eday@oddments.org>

	Created new burrow trunk.

