summaryrefslogtreecommitdiff
path: root/tests.c
AgeCommit message (Collapse)Author
2009-06-16Bring 'tests' back up to date and build it again.Joshua Haberman
2009-03-01Enabled more warnings, fixed the warnings.Joshua Haberman
2009-03-02More refactoring of structures.Joshua Haberman
pbstream_internal.h is now where even lower-level parsing functions go.
2009-02-28Implemented the array part of the fieldnum lookup.Joshua Haberman
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