Age | Commit message (Expand) | Author | Files | Lines |
2013-07-22 | Fix bugs in extension support when multiple extension fields are present. | Petteri Aimonen | 1 | -1/+6 |
2013-07-17 | Extension support implemented for decoder. | Petteri Aimonen | 1 | -1/+2 |
2013-07-17 | Implement extension support for the encoder | Petteri Aimonen | 1 | -21/+73 |
2013-07-06 | Add pb_decode_delimited and pb_encode_delimited wrapper functions. | Petteri Aimonen | 1 | -0/+5 |
2013-04-14 | Handle unterminated strings when encoding. | Petteri Aimonen | 1 | -2/+10 |
2013-04-02 | Change the callback function to use void**. | Petteri Aimonen | 1 | -1/+8 |
2013-03-09 | Add PB_SYSTEM_HEADER compile time option. | Petteri Aimonen | 1 | -1/+0 |
2013-03-09 | Implement error message support for the encoder side. | Petteri Aimonen | 1 | -14/+23 |
2013-02-20 | Separate PB_HTYPE to PB_ATYPE and PB_HTYPE. | Petteri Aimonen | 1 | -33/+64 |
2013-02-20 | Rename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED. | Petteri Aimonen | 1 | -2/+2 |
2013-02-06 | Add compile-time option PB_BUFFER_ONLY. | Petteri Aimonen | 1 | -1/+10 |
2013-02-05 | Performance improvement: replace memcpy with loop. | Petteri Aimonen | 1 | -1/+4 |
2012-09-03 | Enable -Wconversion for core and fix the warnings. | Petteri Aimonen | 1 | -5/+5 |
2012-09-02 | Clean up one (uint64_t) cast. | Petteri Aimonen | 1 | -2/+2 |
2012-08-26 | Fix warnings with -Wcast-qual. Add test for C++ compile. | Petteri Aimonen | 1 | -14/+14 |
2012-08-09 | Declare warn_unused_result only on GCC >= 3.4.0. | Petteri Aimonen | 1 | -5/+5 |
2012-07-18 | Fixed a few compiler warnings, added check. | Petteri Aimonen | 1 | -2/+2 |
2012-07-05 | Apparently some compilers don't want to automatically cast size_t to uint64_t. | Petteri Aimonen | 1 | -4/+4 |
2012-07-05 | Fix some typos in __BIG_ENDIAN__ code | Petteri Aimonen | 1 | -2/+2 |
2012-06-13 | Fix non-constant initializer errors with some compilers. | Petteri Aimonen | 1 | -3/+14 |
2012-04-18 | Fixing compiler warnings, mostly related to unused parameters. | Petteri Aimonen | 1 | -2/+6 |
2012-03-01 | Refactoring the field encoder interface. | Petteri Aimonen | 1 | -77/+93 |
2011-12-30 | Fixed a bug related to submessage encoding into memory buffer. | Petteri Aimonen | 1 | -0/+1 |
2011-11-10 | Fix some compiler warnings in strict C89 mode | Petteri Aimonen | 1 | -3/+2 |
2011-09-13 | Fixed a bunch of bugs related to callback fields. | Petteri Aimonen | 1 | -14/+30 |
2011-08-23 | More unittests | Petteri Aimonen | 1 | -1/+1 |
2011-08-23 | Changed autogenerated file naming from foo.c to foo.pb.c | Petteri Aimonen | 1 | -0/+7 |
2011-08-23 | check return values | Petteri Aimonen | 1 | -16/+25 |
2011-08-17 | Example | Petteri Aimonen | 1 | -2/+5 |
2011-08-14 | More documentation, small improvements | Petteri Aimonen | 1 | -1/+3 |
2011-08-11 | Documenting and improving stream behaviour | Petteri Aimonen | 1 | -4/+22 |
2011-08-10 | Unittests for encode | Petteri Aimonen | 1 | -14/+19 |
2011-08-04 | Encoder | Petteri Aimonen | 1 | -0/+326 |