master/voe_handler.c
2012-01-12 Florian Pose Datagram device_index member. redundancy
2011-03-14 Martin Troxler Reduced frame size when sending to mailbox, uses 2 datagrams. Enabled with configure option --enable-mboxframesize
2010-05-20 Florian Pose Fixed format specifiers.
2010-05-03 Florian Pose Improved syslog macros.
2010-02-23 Florian Pose Introduced ec_datagram_print_state() method and used it at all places where
2009-10-28 Florian Pose Added missing newline.
2009-10-28 Florian Pose Avoid zeroing mailbox datagram because of VoE handlers.
2009-10-19 Florian Pose Avoid warnings on x86_64 platform. Thanks to Thomas Elste.
2009-07-27 Florian Pose Removed unwanted tabulators.
2009-02-24 Florian Pose Improved and added license headers.
2009-01-30 Florian Pose Fixed usage of internal request states.
2009-01-26 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
2009-01-26 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
2008-11-18 Florian Pose Output debug message only on debug level > 0.
2008-11-18 Florian Pose Included ecrt_voe_handler_read_nosync()-Patch by Mathias Weber.
2008-11-17 Florian Pose Improved error case return codes of many functions.
2008-11-17 Florian Pose Created backend versions of all API functions returing a pointer; using
2008-10-15 Florian Pose Maintained code docs.
2008-10-14 Florian Pose Implemented VoE handler in userspace.
2008-09-30 Florian Pose Introduced ecrt_voe_handler_received_header(); renamed
2008-09-29 Florian Pose Fixed VoE mailbox type.
2008-09-22 Florian Pose Introduced VoE header.
2008-09-22 Florian Pose Changed VoE mailbox type to 0xff.
2008-09-01 Florian Pose Added VoE handler.