Latest
Get the latest code here from the repository:
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code
v0.1.67
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 67
Changes:
- Added stencet support.
v0.1.45
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 45
Changes:
- Expanded upon restAdv example with reflection stuff. See blog post.
v0.1.43
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 43
Changes:
- Added Content Handler support.
- Added support for seeing which content type a request accepts.
- Made header field names invariant to casing.
- Added two new examples. One demonstrates the new content handler support, the other is a text fixture for creating routes with a diverse set of types.
v0.1.29
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 29
Changes:
- Includes JsonCpp support
- Includes REST support
v0.1.37
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 37
Changes:
- Made the configuration and logging modules optional
- Moved documentation out of header files
- Fixed miscellaneous issues related to uninitialized values
- Added end to end test cases
- Added mongoose configuration option for setting the document root
v0.1.29
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 29
Changes:
- Includes JsonCpp support
- Includes REST support
v0.1.18
hg clone http://hg.code.sf.net/p/rikitiki/code rikitiki-code --rev 18
Changes:
- Includes Cookie/Header support