2008-09-24 Florian Pose TODO. stable-1.4
2008-09-24 Florian Pose merge -r1446:1448 trunk: Plugfest6 fixes. stable-1.4
2008-08-27 Florian Pose Fixed nodist causing master files not to be distributed... stable-1.4
2008-08-27 Florian Pose Version 1.4.0-rc2. stable-1.4
2008-08-27 Florian Pose merge -c1430 trunk: NEWS. stable-1.4
2008-08-27 Florian Pose merge -r1424:1428 trunk: TODO, docs. stable-1.4
2008-08-13 Florian Pose merge -c1422 trunk: Fixed output spacing. stable-1.4
2008-08-13 Florian Pose Stable. stable-1.4
2008-08-13 Florian Pose Created branch stable-1.4. stable-1.4
2006-08-03 Florian Pose MERGE trunk -r492:493 -> branches/stable-1.0 (Init script identation. stable-1.0
2006-08-02 Florian Pose MERGE trunk -r490:491 -> branches/stable-1.0 (Init script bug) stable-1.0
2006-08-02 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r450:451 -> branches/stable-1.0 (docs) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r 448:449 -> branches/stable-1.0 (bridge gateway) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r428:447 -> branches/stable-1.0 (Complete EEPROM data, unloading buxfix, variable data, bridging) stable-1.0
2006-05-29 Florian Pose Consistent example configuration files. stable-1.0
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2006-04-24 Florian Pose MERGE trunk -r355:360 -> branches/stable-1.0 (Doxygen, INSTALL, and GPLv2) stable-1.0
2006-04-20 Florian Pose MERGE trunk -r354:355 -> branches/stable-1.0 (version numbers) stable-1.0
2006-04-20 Florian Pose (Re-) Creating stable-1.0 branch stable-1.0
2010-01-08 Florian Pose TTY example: Auto-create multiple handlers.
2010-01-08 Florian Pose Fixed function call.
2010-01-08 Florian Pose TTY: Sourced serial device functions out into serial.c/serial.h.
2010-01-08 Florian Pose Removed tabulators.
2010-01-08 Florian Pose Merged Komax changes.
2010-01-04 Martin Troxler Merged
2010-01-04 Matthias Luescher Merged
2010-01-04 Matthias Luescher Fixed sdo request handling in case of failure
2010-01-04 Martin Troxler generic device driver checks link up/down
2009-12-27 Martin Troxler Merged
2009-12-18 Martin Troxler merged
2009-12-18 Martin Troxler undone changes of revision 1547: Abort SDO/FOE requests when slave is in INIT
2009-12-17 Matthias Luescher fix build for recent kernel versions (tested with 2.6.31)
2009-12-17 Martin Troxler removed busy loop in idle thread
2009-12-15 Martin Troxler master FSM enables slave FSM
2009-12-15 Martin Troxler use given send interval to limit SDO/FOE traffic
2009-12-15 Martin Troxler removed obsolete datagram reinit in fsm_sii
2009-12-10 Martin Troxler Postpone SDO request when slave is in INIT
2009-12-01 Martin Troxler Moved FOE request queue and fsm into slaves
2009-12-01 Martin Troxler Moved sdo request queue to slaves
2010-01-08 Florian Pose Implemented tty put_char and break_ctl callbacks for kernels newer than 2.6.26
2010-01-07 Florian Pose Implemented ecrt_master() and ecrt_master_get_slave() in kernel space.
2010-01-07 Florian Pose Fixed string length constant bug.
2010-01-05 Florian Pose Removed 'Preliminary'.
2010-01-05 Florian Pose Ignore documentation files.
2010-01-05 Florian Pose Updated FEATURES.
2010-01-05 Florian Pose Revision and date on every page.
2010-01-05 Florian Pose Using rcsInfo; Documented generic Ethernet driver.
2009-12-14 Florian Pose Updated TODO.
2009-12-14 Florian Pose Merged changes by Martin Troxler.
2009-11-30 Martin Troxler ecrt_master_set_max_cycle_size: limit SDO traffic
2009-11-30 Martin Troxler ec_print_data: show only the first 128 and the last 128 bytes of a data block
2009-11-26 Martin Troxler Each slave got its own SDO state machine (faster handling of external SDO requests)
2009-11-23 Martin Troxler Fixed SDO up/download kernel oops bug
2009-12-14 Florian Pose Merged changes from Martin Troxler.
2009-11-19 Martin Troxler Merge
2009-11-19 Martin Troxler applied komax patch to version r1822
2009-12-09 Florian Pose Added README to dist.
2009-12-09 Florian Pose Implemented reading direction of tty driver.
2009-12-02 Florian Pose Fixed distribution of TTY example.