summaryrefslogtreecommitdiff
path: root/tests.c
AgeCommit message (Collapse)Author
2009-02-26Since the stack has a fixed size, don't allocate dynamically.Joshua Haberman
2009-02-26Change to a fixed stack size.Joshua Haberman
Proto2 only allows a nesting depth of 64, so we follow suit.
2009-02-25Another test, another bugfix.Joshua Haberman
2009-02-25More tests and bugfixes -- parses its first proto!Joshua Haberman
2009-02-24Removed bounds checking, for speed and simplicity.Joshua Haberman
Callers must always over-allocate their buffer by at least ten bytes. Since we will never read *more* than ten bytes, there is no need to do bounds checking inside the parsing code.
2009-02-24Move submessage begin code to handler as well.Joshua Haberman
2009-02-23Massive changes (practically a rewrite). More compact and minimal.Joshua Haberman
Still doesn't actually work yet, but much closer.
2009-02-02Tests and fixes to bugs that the tests found.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback