Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-04 | Require an 'action' in diagnostic requests. | 7 | -75/+372 | ||
It wasn't very clean to try and infer a delete/create/update based on the value of the frequency field - this will require a little more code, but as they say in Python, explicit is better than implicit. Fixed https://github.com/openxc/openxc-message-format/issues/12 | |||||
2014-08-04 | Explain when to use JSON vs. binary. | 1 | -3/+10 | ||
2014-08-04 | Expand diagnostic mode field to a full byte's range. | 2 | -2/+3 | ||
Fixed #10. | |||||
2014-06-25 | Add 'extras' field to JSON messages for custom data. | 2 | -1/+15 | ||
2014-06-25 | Make the protobuf format more clear in README. | 2 | -14/+18 | ||
2014-06-25 | Merge remote-tracking branch 'origin/master' into next | 2 | -3/+7 | ||
2014-06-11 | Remove factor and offset from diag requests - left up to clients. | 2 | -2/+6 | ||
2014-05-24 | Fix typo in example for raw message format. | 1 | -1/+1 | ||
2014-04-29 | Bump to next dev release. | 1 | -1/+1 | ||
2014-04-29 | Bump to v0.3. | 2 | -1/+8 | ||
2014-04-29 | Add version to README. | 1 | -0/+2 | ||
2014-04-28 | Merge remote-tracking branch 'origin/master' into diagnostic | 1 | -2/+2 | ||
2014-04-13 | Bump copyright date. | 1 | -1/+1 | ||
2014-04-13 | Add a quick list of the output from a build with OBD-II enabled. | 1 | -0/+21 | ||
2014-04-08 | Merge pull request #9 from dret/master | 1 | -2/+2 | ||
more gears | |||||
2014-04-08 | more gears | 1 | -2/+2 | ||
with consumer vehicles now routinely having 8-speed gearboxes, gear_lever_position should go at least up to eighth, and maybe to be on the safe side even up to tenth. transmission_gear_position already went up to eighth, but for consistency it now also goes all the way up to tenth. | |||||
2014-03-27 | Clarify that 'newline' in trace file may or may not have \r. | 1 | -3/+3 | ||
2014-03-27 | Document delimiters for both formats. | 1 | -4/+10 | ||
2014-03-26 | Clarify how diagnostic requests are identified, updated and cancelled. | 1 | -5/+19 | ||
2014-03-26 | Refactor diagnostic fields for decoding payload. | 7 | -293/+316 | ||
2014-03-26 | Remove parse_payload from diagnostic messages, it's not needed. | 6 | -278/+183 | ||
2014-03-23 | Elaborate on 'name' field for diagnostic requests. | 1 | -9/+9 | ||
2014-03-23 | Make negative diagnostic response format clearer. | 1 | -4/+14 | ||
2014-03-22 | Add 'success' field to example diagnostic response. | 1 | -1/+1 | ||
2014-03-22 | Document command queries and responses. | 1 | -6/+27 | ||
2014-03-20 | Require byte arrays in JSON hex strings to have 2 chars per byte. | 1 | -1/+5 | ||
2014-03-15 | Add 'name' and 'multiple_responses' fields to diag requests. | 8 | -121/+403 | ||
2014-03-06 | Add CommandResponse type to VehicleMessage (from VI to host). | 7 | -71/+936 | ||
2014-03-04 | Condense string/number/bool trio into a field. | 7 | -586/+1244 | ||
2014-03-04 | Remove duplicate generate files. | 4 | -483/+0 | ||
2014-03-04 | Move ControlCommand inside VehicleMessage so it can be on same stream. | 6 | -58/+281 | ||
2014-03-03 | Add a draft protobuf format for diagnostic requests. | 7 | -233/+2314 | ||
2014-02-28 | Add details about updating diag requests. | 1 | -0/+5 | ||
2014-02-28 | Move 'frequency' field inside 'request' object of diag command. | 1 | -11/+19 | ||
2014-02-28 | Add more optional fields to diag requests and responses. | 1 | -6/+29 | ||
2014-02-19 | Add a value field to diagnostic responses for parsed payloads. | 6 | -26/+121 | ||
2014-01-17 | Store raw CAN payload in bytes instead of uint64_t. | 7 | -37/+46 | ||
2014-01-17 | Merge branch 'master' into diagnostic | 1 | -0/+1 | ||
2014-01-17 | Ignore dirty submodules (generated files in nanopb). | 1 | -0/+1 | ||
2014-01-17 | Add Diagnostic type within VehicleMessage supertype. | 6 | -43/+266 | ||
2014-01-17 | Store diagnostic response payload as a byte array in protobuf. | 7 | -36/+87 | ||
2014-01-17 | Add a protobuf type for diagnostic message responses. | 6 | -22/+1052 | ||
2014-01-17 | Update nanopb to 0.2.5 and fix max string length options. | 5 | -29/+28 | ||
2014-01-07 | Draft an idea of what the diagnostic request/response format will be. | 1 | -0/+75 | ||
2014-01-07 | Minimize the number of separate protobuf types. | 7 | -274/+573 | ||
2014-01-07 | Revert "Switch back to many subtypes for binary messages." | 7 | -4903/+666 | ||
This reverts commit 3e954ea9c44bdd00b39d3f0d2cc43662e633c891. | |||||
2014-01-07 | Revert "Restore accidentally deleted data field from raw message." | 6 | -129/+35 | ||
This reverts commit e4a78ec9935af3b19d314e88b0ed935789162ca8. | |||||
2014-01-07 | Restore accidentally deleted data field from raw message. | 6 | -35/+129 | ||
2014-01-07 | Switch back to many subtypes for binary messages. | 7 | -666/+4903 | ||
Some protobuf libraries don't support checking if a field exists (they always return a default value), so although this style has more code it is easier to support. | |||||
2014-01-07 | Fix package name of generated protobuf objects. | 6 | -160/+167 | ||