summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-13Fix upbc and descriptorgen, and update descriptor.Joshua Haberman
2011-02-13Cleanup Makefile and mv descriptor/ -> src/Joshua Haberman
2011-02-13Merged core/ and stream/ -> src/. The split wasn't worth it.Joshua Haberman
2011-02-10Add (but do not activate) an SSE varint decoder.Joshua Haberman
2011-02-09Cache temporary string in the decoder, for better benchmark numbers.Joshua Haberman
2011-02-09Cache decoding objects for better benchmark results. (~15%)Joshua Haberman
2011-02-09Precompute bit offset and bitmask for a small perf improvement.Joshua Haberman
2011-02-08Fix upb's parsetostruct benchmark.Joshua Haberman
2011-02-06Benchmarks compile and run again!Joshua Haberman
2011-02-06All tests pass again, valgrind-clean! Next up: benchmarks.Joshua Haberman
2011-02-05Another round of fixes.Joshua Haberman
2011-02-05Tons of work: we're close to passing test_vs_proto2 again.Joshua Haberman
2011-02-04Improved table benchmark accuracy and output formatting.Joshua Haberman
2011-02-03Merge branch 'src-refactoring'Joshua Haberman
2011-02-02Gutted upb_msg a bit, re-adding only the essentials.Joshua Haberman
2011-01-30Fixes to decoder and textprinter: it works (for some input)!Joshua Haberman
2011-01-29Fixes to decoder, stdio, textprinter.Joshua Haberman
2011-01-29upb_strstream compiles again.Joshua Haberman
2011-01-29Some work on upb_msg, but it has a long way to go.Joshua Haberman
2011-01-29Textprinter is compiling again.Joshua Haberman
2011-01-28Improve comments in headers, to better explain core interfaces.Joshua Haberman
2011-01-28More work on textprinter.Joshua Haberman
2011-01-25More work on decoder and stdio bytesrc/bytesink.Joshua Haberman
2011-01-24Decoder compiles again! But probably doesn't work.Joshua Haberman
2011-01-23Getting closer to a decoder that could actually compile and work.Joshua Haberman
2011-01-23Decoder code structure is mostly in-place.Joshua Haberman
2011-01-22Begin porting old decoder to new interfaces.Joshua Haberman
2011-01-22Added test_stream.c for testing upb_stream.h.Joshua Haberman
2011-01-22upb bootstraps again! and with no memory leaks!Joshua Haberman
2011-01-21Debugging test_def, it's close to working again!Joshua Haberman
2011-01-21Interface refinement: rename some constants.Joshua Haberman
2011-01-18A few minor changes to the streaming protocol.Joshua Haberman
2011-01-10Add INLINE to a few identifiers.Joshua Haberman
2011-01-10upb_def compiles again!Joshua Haberman
2011-01-10More work on upb_src.Joshua Haberman
2011-01-04A bunch of work on upb_def and upb_value.Joshua Haberman
2010-12-06The last major revision to the upb_stream protocol.Joshua Haberman
2010-10-06Change upb_src to use push-based interface.Joshua Haberman
2010-08-02Fleshed out upb_msg: test_vs_proto2 compiles but fails.Joshua Haberman
2010-07-25Re-add a simplified upb_msg.Joshua Haberman
2010-07-24Optimizations and bugfix to benchmark.Joshua Haberman
2010-07-24Fixes to benchmark.Joshua Haberman
2010-07-24strstream header file also.Joshua Haberman
2010-07-24upb_stringsrc: upb_bytesrc for strings.Joshua Haberman
2010-07-24Stream decoding benchmark.Joshua Haberman
2010-07-21Lua support for fielddefs and getting their properties.Joshua Haberman
2010-07-21Fix the case where no def is found for lookup.Joshua Haberman
2010-07-21Updated Lua extension to handle fielddefs.Joshua Haberman
2010-07-21Make object cache weak.Joshua Haberman
2010-07-19Use a weak table to cache objects.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback