]> rtime.felk.cvut.cz Git - sojka/can-utils.git/shortlog
sojka/can-utils.git
2009-04-06 Oliver HartkoppRemoved the limitation for the number of CAN filters...
2009-04-06 Oliver HartkoppAdd functionality to
2009-02-15 Oliver HartkoppSpagetti code cleanup:
2009-02-04 Oliver HartkoppAllow SLCAN RTR frames without data length code field.
2009-02-04 Oliver HartkoppSome more implementation to make it work with a certain...
2009-02-03 Oliver HartkoppUse rxbuf[] for acknowledges.
2009-02-03 Oliver HartkoppImplemented ACK/NACK replies for ASCII commands.
2009-02-03 Oliver HartkoppAdded timestamp handling with Z0 or Z1 command.
2009-01-21 Oliver HartkoppAdd can_id/can_mask filter handling which is defined...
2009-01-21 Oliver HartkoppRemoved sanity check for received slcan ASCII data
2009-01-20 Oliver HartkoppAdded a proof of concept tool 'slcanpty' which
2009-01-13 Oliver HartkoppConsistencely allow '-?' to get a help text.
2009-01-06 Oliver Hartkoppdisable default receive filter on the write-only bridge...
2008-12-01 Oliver HartkoppFix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter...
2008-11-28 Oliver HartkoppFixed parse_canframe() with reordering the checks for...
2008-11-17 Oliver HartkoppAdded interface name to parameter list in first line.
2008-11-05 Oliver HartkoppAdded Id keyword propertiy on new files.
2008-11-05 Oliver HartkoppAdded ISO 15765-2 CAN transport protocol for protocol...
2008-11-04 Oliver HartkoppReworked slcan_attach to give slcan setup values direct...
2008-10-29 Oliver HartkoppPrint non-data stuff (errors, warnings, hints) on stderr.
2008-10-29 Oliver HartkoppAdded support for swapped byte order representation.
2008-10-02 Oliver HartkoppStart candump in silent mode, when logging into a file.
2008-09-17 Oliver HartkoppThe number for the SLCAN line discipline can not be...
2008-09-09 Oliver HartkoppAdded support for comments in logfiles.
2008-07-25 Oliver HartkoppCreate an informative error message when detecting...
2008-07-24 Oliver HartkoppChanged comment line recognition:
2008-07-24 Oliver HartkoppSupport for comment lines in the logfile:
2008-07-10 Oliver HartkoppAdded missing help test.
2008-07-10 Oliver HartkoppAdded -f option to filter only on the CAN-ID and not...
2008-07-02 Oliver HartkoppDo not allow to create error frame filters via standard...
2008-07-02 Oliver HartkoppAdded automatic extended frame format recognition.
2008-07-01 Oliver HartkoppAdded silent correction for can_dlc out of range.
2008-06-26 Oliver HartkoppFixed condition pointed out by Uwe Bonnes:
2008-06-20 Oliver HartkoppFix typo.
2008-06-20 Oliver HartkoppFix commandline parameter handling for fixed canframe...
2008-06-20 Oliver HartkoppIntroduced new functions:
2008-06-11 Oliver Hartkoppfixed comment.
2008-06-11 Oliver HartkoppRemoved bad hacks in vcan.c and slcan_attach.c.
2008-06-03 Oliver HartkoppAdded Id properties that gone lost.
2008-06-03 Oliver HartkoppWhitespace fixes. Indented the code following Linux...
2008-06-02 Oliver HartkoppAdded binary output option to candump.c and sprint_long...
2008-05-27 Oliver HartkoppAdded tiny tool to measure CAN busload.
2008-05-11 Oliver HartkoppAdded hint about hexadecimal data representation.
2008-05-05 Oliver HartkoppUpdated new 'cangen' and 'candump' in the trunk.
2008-03-13 Oliver HartkoppAllow commandline option '-?' to print the help text.
2008-03-13 Oliver HartkoppUpdated help text for commandline options.
2007-12-23 Oliver HartkoppFixed the temporary hack to run with 2.6.24-rc5 again.
2007-12-10 Oliver Hartkopp- allow timout to be zero, which means timeout is off.
2007-11-30 Oliver HartkoppAdded canlogserver programmed by Andre Naujoks.
2007-11-20 Oliver HartkoppChanged color order at colorized output.
2007-10-07 Oliver HartkoppFixed checking of CAN interface name commandline parameter.
2007-10-01 Oliver HartkoppReverted most of the changes since r500 except the...
2007-09-30 Oliver HartkoppChanged loopback to echo in CAN RAW sockets. The binary...
2007-09-27 Oliver HartkoppFixed contradiction in Sourcecode discalimer.
2007-09-21 Oliver HartkoppUpdate outdated comment.
2007-09-07 Oliver HartkoppUpdated the canplayer to accept logfile timestamps...
2007-08-03 Oliver HartkoppRemoved "unused variable i" warning for the dry-run...
2007-07-16 Oliver HartkoppAdded the blanking of 'old' data when the can_dlc decre...
2007-07-16 Oliver HartkoppAdded -B option to display binary content with a gap...
2007-07-08 Oliver HartkoppFixed compilation warning on 64bit architectures.
2007-07-07 Urs ThuermannAdd vcan config tool to Makefile.
2007-07-06 Urs ThuermannAdd a tool "vcan" to add/remove vcan interfaces.
2007-06-25 Oliver HartkoppUpdated LDISC number to 17 (16 is occupied in the Kernel)
2007-06-22 Oliver HartkoppAdded option '-x' to disable local loopback for sent...
2007-06-22 Oliver HartkoppChanged option name '-l' to '-x' as this option should...
2007-06-22 Oliver HartkoppAdded option '-l' to disable local loopback for generat...
2007-06-18 Oliver HartkoppAdded program exit on SIOCGIFINDEX error.
2007-06-18 Oliver HartkoppDisabled obsolte receive filter. Added error checking...
2007-05-30 Oliver HartkoppAdded new commandline option '-B' which acts like the...
2007-05-09 Oliver HartkoppAdded missing initialisation to prevent a gcc warning.
2007-03-05 Oliver HartkoppFixed Makefiles to compile test-apps and can-utils...
2007-02-22 Oliver HartkoppAdded CAN interface driver for low-cost CAN-Interfaces...
2007-02-12 Oliver HartkoppAdded Option -l ('l'oop) to make the canplayer replay...
2007-02-09 Oliver HartkoppRemoved possibility to terminate candump with an input...
2007-02-08 Oliver HartkoppRenamed can-sniffer to cansniffer.
2007-01-10 Oliver HartkoppFixed typo in log2asc.c
2007-01-09 Oliver HartkoppSome new ASC files support 6 digits in decimal place.
2007-01-07 Oliver HartkoppAdded option '-L' to candump to create the compact...
2007-01-06 Oliver HartkoppMinor fix and cosmetics in color handling in candump.c .
2007-01-01 Oliver Hartkopp- added error frame support in lib.c
2006-10-31 Oliver HartkoppAdded include <sys/socket.h> to lib.c after discussion...
2006-10-30 Oliver HartkoppAdded tiny tool cansend and a library to parse ASCII...
2006-10-24 Urs Thuermannchanged user space programs to use new include files.
2006-07-07 Urs ThuermannRemove remnants of the projects VW history (Email addre...
2006-05-11 Urs Thuermannadd Id to svn:keywords property.
2006-04-24 Urs ThuermannInitial import of llcf-2.0-pre2