summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Don't supress warnings when compiling, argh!Christopher Peplin1-1/+1
2014-01-06Grab PID from response without dereffing a type punned pointer.Christopher Peplin2-9/+7
2014-01-06Mark request handle and response completed even if an error ocurred.Christopher Peplin2-3/+18
2014-01-06Make sure not to use a negative payload length.Christopher Peplin1-1/+5
2014-01-06Initialize outgoing payload to 0.Christopher Peplin1-1/+1
2014-01-06Use new set_bitfield function to handle swapping endianness.Christopher Peplin2-9/+7
2014-01-05Add a TODO about flipping byte order.Christopher Peplin1-1/+2
2014-01-05Log when sending a new diagnositc request.Christopher Peplin1-0/+16
2014-01-05Update API in README to match actual code.Christopher Peplin1-1/+1
2014-01-05Add imports and return values to allow compiling with projects.Christopher Peplin2-3/+20
2014-01-03Add dependencies to README.Christopher Peplin1-1/+8
2014-01-03Move notes lower down in README.Christopher Peplin1-11/+12
2014-01-03Document all remaining methods and data structures.Christopher Peplin3-50/+129
2014-01-03Remove a resolved TODO.Christopher Peplin1-5/+0
2014-01-03Split up header file for clarity.Christopher Peplin3-143/+238
2014-01-03Greatly expand API example in README.Christopher Peplin4-51/+155
2014-01-03Clean up the primary diag request handler.Christopher Peplin3-124/+106
2014-01-03Test receiving a negative response.Christopher Peplin2-3/+31
2014-01-03Test receiving a CAN frame to an already completed message.Christopher Peplin1-0/+35
2014-01-03Remove a resolved TODO.Christopher Peplin1-2/+0
2014-01-03Test sending payload with diagnostic request.Christopher Peplin1-0/+29
2014-01-03Update bitfield library version.Christopher Peplin1-5/+5
2014-01-03Compile with test coverage calculation.Christopher Peplin2-8/+26
2014-01-03Update version of isotp-c library.Christopher Peplin3-14/+4
2014-01-02Test basic diag request and response!Christopher Peplin4-38/+55
2014-01-02Draft implemenation of receiving and parsing single fram diag messages.Christopher Peplin6-43/+99
2014-01-02Match isotp receive_can_frame style, depend less on callbacks.Christopher Peplin5-61/+115
2013-12-31Draft reworking of API.Christopher Peplin4-39/+87
2013-12-30Spray a bunch of notes and code into the implementation file.Christopher Peplin2-12/+53
2013-12-30Add more failing tests before beginning implementation.Christopher Peplin2-6/+48
2013-12-30Add a failing test for a simple diag request/response.Christopher Peplin3-9/+108
2013-12-30Add skeleton of the API and data structures.Christopher Peplin6-7/+292
2013-12-30Initial commit.Christopher Peplin11-0/+175