Age | Commit message (Expand) | Author | Files | Lines |
2013-02-06 | Add compile-time option PB_BUFFER_ONLY. | Petteri Aimonen | 1 | -0/+2 |
2012-12-06 | Fix small error in field callback documentation. | Petteri Aimonen | 1 | -1/+1 |
2012-10-29 | Document new generator options | Petteri Aimonen | 1 | -0/+14 |
2012-10-18 | Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks. | Petteri Aimonen | 1 | -2/+1 |
2012-08-26 | Add pb_decode_noinit and use it from pb_dec_submessage. | Petteri Aimonen | 1 | -0/+10 |
2012-08-26 | Revert "Add pb_decode_noinit and use it from pb_dec_submessage." | Petteri Aimonen | 1 | -10/+0 |
2012-08-26 | Add pb_decode_noinit and use it from pb_dec_submessage. | Petteri Aimonen | 1 | -0/+10 |
2012-08-24 | Add note that stream callbacks must read the whole requested length. | Petteri Aimonen | 1 | -0/+1 |
2012-08-24 | Implement error messages in the decoder side. | Petteri Aimonen | 2 | -10/+8 |
2012-08-24 | Document pb_close_string_substream. | Petteri Aimonen | 1 | -1/+13 |
2012-08-24 | Reorganize the field decoder interface. | Petteri Aimonen | 1 | -86/+32 |
2012-07-01 | Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT. | Petteri Aimonen | 1 | -5/+12 |
2012-06-30 | Add PB_MANY_FIELDS option for supporting fields > 255. | Petteri Aimonen | 1 | -1/+3 |
2012-06-30 | Improve the detection of missing required fields. | Petteri Aimonen | 1 | -7/+6 |
2012-06-25 | Fixed formatting in docs | Petteri Aimonen | 1 | -2/+5 |
2012-06-25 | Documented NANOPB_INTERNALS compilation option | Petteri Aimonen | 1 | -0/+1 |
2012-06-25 | Note about __BIG_ENDIAN__ compilation option | Petteri Aimonen | 1 | -0/+6 |
2012-06-16 | Added new functions to public interface in pb_decode.h. | Petteri Aimonen | 1 | -11/+36 |
2012-03-01 | Refactoring the field encoder interface. | Petteri Aimonen | 1 | -82/+42 |
2012-01-23 | Improved documentation on field decoders. | Petteri Aimonen | 1 | -5/+24 |
2012-01-12 | Fixed issue 1 reported by Erik Rosen: | Petteri Aimonen | 1 | -1/+4 |
2012-01-05 | Added logo for project :) | Petteri Aimonen | 5 | -0/+1471 |
2011-11-04 | Some additions to documentation | Petteri Aimonen | 3 | -7/+2883 |
2011-09-18 | Documentation outdated phrase | Petteri Aimonen | 1 | -1/+1 |
2011-09-14 | Added README | Petteri Aimonen | 1 | -2/+2 |
2011-09-13 | Fixed a bunch of bugs related to callback fields. | Petteri Aimonen | 1 | -16/+38 |
2011-09-12 | Tests for callback fields | Petteri Aimonen | 1 | -1/+1 |
2011-08-24 | Cyclic messages not supported - thanks to Josh for pointing this out. | Petteri Aimonen | 1 | -0/+1 |
2011-08-24 | documentation | Petteri Aimonen | 1 | -7/+20 |
2011-08-23 | More unittests | Petteri Aimonen | 3 | -3/+23 |
2011-08-23 | More unittests | Petteri Aimonen | 1 | -0/+7 |
2011-08-22 | unittests, change to PB_LTYPE_BYTES data size | Petteri Aimonen | 2 | -2/+3 |
2011-08-17 | Example | Petteri Aimonen | 3 | -4/+4 |
2011-08-16 | Docs | Petteri Aimonen | 7 | -45/+161 |
2011-08-14 | More documentation, small improvements | Petteri Aimonen | 6 | -59/+514 |
2011-08-11 | Documenting and improving stream behaviour | Petteri Aimonen | 5 | -6/+143 |
2011-08-10 | Started writing documentation | Petteri Aimonen | 3 | -0/+327 |