Age | Commit message (Expand) | Author | Files | Lines |
2013-10-29 | Remove the NANOPB_INTERNALS functions from public API. | Petteri Aimonen | 1 | -19/+0 |
2013-09-09 | Move the declarations of _pb_ostream_t and _pb_istream_t before first use. | Petteri Aimonen | 1 | -33/+33 |
2013-07-06 | Add pb_decode_delimited and pb_encode_delimited wrapper functions. | Petteri Aimonen | 1 | -0/+6 |
2013-07-06 | Clean up the comments in pb_encode.h and pb_decode.h | Petteri Aimonen | 1 | -38/+68 |
2013-04-08 | No need to include stdbool.h separately | dch | 1 | -1/+0 |
2013-02-06 | Add compile-time option PB_BUFFER_ONLY. | Petteri Aimonen | 1 | -0/+9 |
2012-10-29 | Add extern "C" to header files. | Petteri Aimonen | 1 | -0/+8 |
2012-10-18 | Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks. | Petteri Aimonen | 1 | -4/+2 |
2012-08-26 | Add pb_decode_noinit and use it from pb_dec_submessage. | Petteri Aimonen | 1 | -0/+6 |
2012-08-26 | Revert "Add pb_decode_noinit and use it from pb_dec_submessage." | Petteri Aimonen | 1 | -6/+0 |
2012-08-26 | Add pb_decode_noinit and use it from pb_dec_submessage. | Petteri Aimonen | 1 | -0/+6 |
2012-08-24 | Implement error messages in the decoder side. | Petteri Aimonen | 1 | -0/+4 |
2012-08-24 | Revert "Change the substream implementation in pb_decode." | Petteri Aimonen | 1 | -0/+5 |
2012-08-24 | Reorganize the field decoder interface. | Petteri Aimonen | 1 | -6/+28 |
2012-08-24 | Change the substream implementation in pb_decode. | Petteri Aimonen | 1 | -4/+0 |
2012-08-24 | Fix a confusing statement in a comment. | Petteri Aimonen | 1 | -1/+1 |
2012-07-18 | Fix an unsigned vs. signed warning on some compiler. | Petteri Aimonen | 1 | -1/+1 |
2012-06-16 | Added new functions to public interface in pb_decode.h. | Petteri Aimonen | 1 | -0/+3 |
2011-09-13 | Fixed a bunch of bugs related to callback fields. | Petteri Aimonen | 1 | -1/+2 |
2011-08-14 | More documentation, small improvements | Petteri Aimonen | 1 | -2/+1 |
2011-08-04 | Encoder | Petteri Aimonen | 1 | -14/+22 |
2011-07-28 | git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e5-d11d-0410-8d38-ebb78... | Petteri Aimonen | 1 | -12/+4 |
2011-07-27 | Making code ansi-compatible | Petteri Aimonen | 1 | -15/+34 |
2011-07-27 | Improvements, array support | Petteri Aimonen | 1 | -12/+9 |
2011-07-25 | First version of decoding | Petteri Aimonen | 1 | -0/+55 |