summaryrefslogtreecommitdiff
path: root/pbstream.c
AgeCommit message (Collapse)Author
2009-02-25Remove DYNARRAY for the stack (wasn't buying much).Joshua Haberman
2009-02-25Rip out more stuff that belongs in higher layers.Joshua Haberman
2009-02-25Credit where credit is due.Joshua Haberman
2009-02-24Removed CALLBACK() macro and struct of callbacks.Joshua Haberman
2009-02-24Removed DECODE macro (wasn't buying much).Joshua Haberman
Also decided that groups aren't a TODO -- I don't plan to ever support them (unless there is a real need).
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-21Newfound respect for 80 characters and for terseness.Joshua Haberman
2009-02-20Fully add tests (oops) and bugfixes.Joshua Haberman
2009-02-06Small tweaks.Joshua Haberman
2009-02-06Implementations for ZigZag decoding.Joshua Haberman
2009-02-01Initial commit.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback