Age | Commit message (Expand) | Author | Files | Lines |
2012-10-18 | Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks. |  Petteri Aimonen | 1 | -11/+26 |
2012-09-03 | Enable -Wconversion for core and fix the warnings. |  Petteri Aimonen | 1 | -4/+4 |
2012-09-03 | Fix build warnings on MS compilers |  dch | 1 | -4/+4 |
2012-08-26 | Fix warnings with -Wcast-qual. Add test for C++ compile. |  Petteri Aimonen | 1 | -1/+8 |
2012-08-26 | Add pb_decode_noinit and use it from pb_dec_submessage. |  Petteri Aimonen | 1 | -4/+8 |
2012-08-26 | Revert "Add pb_decode_noinit and use it from pb_dec_submessage." |  Petteri Aimonen | 1 | -8/+4 |
2012-08-26 | Add pb_decode_noinit and use it from pb_dec_submessage. |  Petteri Aimonen | 1 | -4/+8 |
2012-08-24 | Implement error messages in the decoder side. |  Petteri Aimonen | 1 | -15/+15 |
2012-08-24 | Revert "Change the substream implementation in pb_decode." |  Petteri Aimonen | 1 | -13/+20 |
2012-08-24 | Reorganize the field decoder interface. |  Petteri Aimonen | 1 | -55/+82 |
2012-08-24 | Change the substream implementation in pb_decode. |  Petteri Aimonen | 1 | -16/+13 |
2012-08-16 | Fix casting issues |  Stan Hu | 1 | -2/+2 |
2012-08-09 | Declare warn_unused_result only on GCC >= 3.4.0. |  Petteri Aimonen | 1 | -5/+5 |
2012-07-31 | Fix bug in decoder with packed arrays. |  Petteri Aimonen | 1 | -1/+4 |
2012-07-19 | Additional unsigned vs. signed fix for tag |  Petteri Aimonen | 1 | -1/+1 |
2012-07-18 | Fix an unsigned vs. signed warning on some compiler. |  Petteri Aimonen | 1 | -2/+2 |
2012-07-18 | Fixed a few compiler warnings, added check. |  Petteri Aimonen | 1 | -1/+1 |
2012-06-30 | Improve the detection of missing required fields. |  Petteri Aimonen | 1 | -15/+25 |
2012-06-16 | Added new functions to public interface in pb_decode.h. |  Petteri Aimonen | 1 | -18/+34 |
2012-06-13 | Fix non-constant initializer errors with some compilers. |  Petteri Aimonen | 1 | -5/+14 |
2012-04-18 | Fixing compiler warnings, mostly related to unused parameters. |  Petteri Aimonen | 1 | -2/+5 |
2012-01-12 | Fixed issue 1 reported by Erik Rosen: |  Petteri Aimonen | 1 | -1/+3 |
2011-11-30 | Merged 0005-Handle-endianness-correctly.patch by Matt Kern. |  Petteri Aimonen | 1 | -5/+9 |
2011-11-10 | Fix some compiler warnings in strict C89 mode |  Petteri Aimonen | 1 | -5/+6 |
2011-09-13 | Fixed a bunch of bugs related to callback fields. |  Petteri Aimonen | 1 | -22/+63 |
2011-08-23 | more unittests |  Petteri Aimonen | 1 | -6/+3 |
2011-08-23 | check return values |  Petteri Aimonen | 1 | -19/+27 |
2011-08-23 | More unittests |  Petteri Aimonen | 1 | -2/+3 |
2011-08-22 | unittests, change to PB_LTYPE_BYTES data size |  Petteri Aimonen | 1 | -4/+2 |
2011-08-17 | Example |  Petteri Aimonen | 1 | -7/+26 |
2011-08-14 | More documentation, small improvements |  Petteri Aimonen | 1 | -8/+13 |
2011-08-11 | Documenting and improving stream behaviour |  Petteri Aimonen | 1 | -1/+1 |
2011-08-04 | Encoder |  Petteri Aimonen | 1 | -29/+28 |
2011-07-30 | unittests (some) |  Petteri Aimonen | 1 | -3/+4 |
2011-07-28 | iter |  Petteri Aimonen | 1 | -48/+103 |
2011-07-28 | git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e5-d11d-0410-8d38-ebb78... |  Petteri Aimonen | 1 | -89/+36 |
2011-07-27 | bugfix |  Petteri Aimonen | 1 | -2/+2 |
2011-07-27 | Making code ansi-compatible |  Petteri Aimonen | 1 | -53/+75 |
2011-07-27 | Improvements, array support |  Petteri Aimonen | 1 | -106/+281 |
2011-07-25 | First version of decoding |  Petteri Aimonen | 1 | -0/+274 |