Bump copyright date.
[apps/low-level-can-service.git] / gen /
2014-03-26 Christopher PeplinRefactor diagnostic fields for decoding payload.
2014-03-26 Christopher PeplinRemove parse_payload from diagnostic messages, it's...
2014-03-15 Christopher PeplinAdd 'name' and 'multiple_responses' fields to diag...
2014-03-06 Christopher PeplinAdd CommandResponse type to VehicleMessage (from VI...
2014-03-04 Christopher PeplinCondense string/number/bool trio into a field.
2014-03-04 Christopher PeplinRemove duplicate generate files.
2014-03-04 Christopher PeplinMove ControlCommand inside VehicleMessage so it can...
2014-03-03 Christopher PeplinAdd a draft protobuf format for diagnostic requests.
2014-02-19 Christopher PeplinAdd a value field to diagnostic responses for parsed...
2014-01-17 Christopher PeplinStore raw CAN payload in bytes instead of uint64_t.
2014-01-17 Christopher PeplinMerge branch 'master' into diagnostic
2014-01-17 Christopher PeplinAdd Diagnostic type within VehicleMessage supertype.
2014-01-17 Christopher PeplinStore diagnostic response payload as a byte array in...
2014-01-17 Christopher PeplinAdd a protobuf type for diagnostic message responses.
2014-01-17 Christopher PeplinUpdate nanopb to 0.2.5 and fix max string length options.
2014-01-07 Christopher PeplinMinimize the number of separate protobuf types.
2014-01-07 Christopher PeplinRevert "Switch back to many subtypes for binary messages."
2014-01-07 Christopher PeplinRevert "Restore accidentally deleted data field from...
2014-01-07 Christopher PeplinRestore accidentally deleted data field from raw message.
2014-01-07 Christopher PeplinSwitch back to many subtypes for binary messages.
2014-01-07 Christopher PeplinFix package name of generated protobuf objects.
2014-01-07 Christopher PeplinSwitch raw data field to uint64 to fit all values and...
2014-01-07 Christopher PeplinMerge all sub-types into a single TranslatedMessage...
2014-01-07 Christopher PeplinAdd generated protobuf implementations.