aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-21added Dan Maas' rawiso docsddennedy1-32/+295
2003-04-07new_handle_on_port() error path fix from Jim Radforddmaas1-1/+3
2003-03-26add raw1394_new_handle_on_port() convenience functiondmaas2-1/+41
2003-02-22Updates for new rawiso ioctl interface.bencollins3-37/+125
2003-01-15add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitdmaas5-39/+161
2003-01-15implement tag matching for rawiso receptiondmaas3-4/+12
2003-01-06back out previous commit - don't drop the legacy API just yetdmaas6-173/+130
2003-01-05emulate legacy ISO reception API on top of new rawiso APIdmaas7-131/+174
2002-12-24update iso API for multi-channel reception and new packet buffer layoutdmaas4-123/+236
2002-12-20oops, irq_interval needs to be signedanonymous1-1/+1
2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...anonymous3-124/+48
2002-12-16rawiso updates:dmaas3-18/+25
2002-11-18fix cplusplus extern C blockddennedy1-4/+4
2002-11-18merged rawiso branchddennedy7-6/+488
2002-10-23added missing arm.c from weihs branchddennedy1-0/+93
2002-10-23merged weihs branchddennedy12-18/+591
2002-10-13configure.ac:aeb1-2/+2
2002-10-13Add kernel-doc style documentation headers for most exported functions.aeb8-12/+343
2002-10-08Set the executable flags for autogen.sh and debian/rules that were lost in theaeb2-0/+0
2001-08-01Add raw1394_get_local_id, _irm_id, _nodecount refentry.aeb6-115/+108
2001-07-09Reworked some paragraphs.aeb1-22/+154
2001-06-27Modify info in Debian package copyright file a bit.aeb1-1/+2
2001-06-27Fix wrong error mapping in raw1394_error_to_errno() on local transactions.aeb2-1/+3
2001-06-17debian: Let postinst continue even if input is /dev/null.aeb5-9/+15
2001-06-11Added man page describing format of the iso dump file.aeb5-30/+69
2001-06-08Forgot to add dumpiso and sendiso man pages to repository, fixed.aeb2-0/+77
2001-06-08Moved testlibraw.c from src to tools directory.aeb9-9/+545
2001-05-30debian: Remove a now useless substvar.aeb1-2/+0
2001-05-28debian: Make shlibs file versioned.aeb1-5/+2
2001-05-25Revert move of HTML directory from libraw1394 to libraw1394.htmlaeb2-3/+1
2001-05-25Revert move of HTML directory from libraw1394 to libraw1394.htmlaeb1-6/+6
2001-05-24Move HTML formatted documentation subdir from libraw1394 to libraw1394.html.aeb6-9/+37
2001-05-14Handle generation number is not automatically advanced with bus reset.aeb10-41/+858
2001-05-14Fix macros so that they actually work.aeb1-12/+18
2001-05-07Fix Makefile.am to include libraw1394.m4 in distribution.aeb4-6/+22
2001-03-21Store returned generation count after setting of port.aeb1-0/+1
2001-02-28Install libraw1394.am.aeb1-7/+9
2001-02-28testlibraw gets installed now.aeb5-3/+42
2001-02-27Let received iso header be big endian, to be consistent.aeb1-1/+2
2001-02-05Add libraw1394 autoconf macro (not yet complete).aeb5-1/+183
2001-01-31Put 'extern "C"' for C++ back in.aeb1-1/+1
2001-01-27Adapted testlibraw to new style error handling.aeb1-17/+18
2001-01-19Fix building errors.c.aeb2-0/+2
2001-01-19First implementation of new error reporting API.aeb7-28/+134
2001-01-04Fix misplaced device file in Debian installation.aeb3-3/+10
2000-12-12Debian scripts use makedev (>=2.3.1-49) in postinst by default now.aeb7-30/+104
2000-11-25Fix postinst ldconfig.aeb2-11/+11
2000-11-25Add some information about return values.aeb1-3/+29
2000-11-24Bump up version numbers for release.aeb2-3/+11
2000-11-24Added libraw1394.postinst.in to list of distributed files.aeb3-3/+35
2000-11-23Add ldconfig in deb postinst for Debian policy conformance.aeb2-2/+17
2000-11-23Removed acconfig.h, which wasn't needed for some time.aeb1-13/+0
2000-11-22Added ieee1394.h header.aeb3-1/+38
2000-09-13Fix raw1394_start_iso_write() which uses wrong variable.aeb1-1/+1
2000-09-10Work around compiler warnings for int/ptr casts.aeb6-10/+20
2000-09-10Added control files for Debian packages.aeb6-8/+106
2000-09-01Added missing prototypes for iso send functions.aeb1-0/+7
2000-08-08Added raw1394_get_irm_id().aeb7-7/+39
2000-08-06Added support for isochronous sending.aeb3-0/+35
2000-07-05Added raw1394_reset_bus() call.aeb4-0/+23
2000-06-22- Set library version info in configure.in, use in src/Makefile.am.aeb4-2/+16
2000-06-15Update libtool version number.aeb2-2/+2
2000-06-14Added copyright headers.aeb6-0/+54
2000-06-11Added explicit AC_PROG_INSTALL call.aeb1-0/+1
2000-06-09Fix size of error field.aeb1-2/+2
2000-06-02Modified support for 32/64 bit environments, control struct fields have fixed...aeb7-43/+28
2000-05-28Added support for environments with 64 bit kernel and 32 bit userland.aeb8-7/+45
2000-04-27Fixed missing setting of ext code in raw1394_start_lock()aeb1-0/+1
2000-04-15Fixed lock transaction to actually return response value.aeb3-5/+11
2000-04-12Add userdata functions as news.aeb1-0/+4
2000-04-05Add userdata functions.aeb3-0/+18
2000-03-18Bump version number to 0.6.aeb3-5/+6
2000-03-18Mention byte order change.aeb1-0/+2
2000-03-18Mention SourceForge home.aeb1-1/+5
2000-03-18Add script to generate Makefiles from bare CVS checkout.aeb1-0/+59
2000-03-17Version++ and age++ for libtool version info.aeb1-1/+1
2000-03-16- Added FCP monitoring entryaeb1-0/+8
2000-03-16Added FCP monitoring test.aeb2-7/+46
2000-03-16Use correct typedef in my_tag_handler().aeb1-1/+1
2000-03-16Fix spelign of raw1394_set_fcp_handler().aeb1-3/+3
2000-03-16Added FCP listen functionality.aeb6-1/+98
2000-03-16Removed obsolete AC_PROG_RANLIB.aeb1-1/+0
2000-03-12Ensure this ends up in distributions.aeb1-0/+515
2000-03-12Renamed 'new' args to 'new_h' for C++ compatibility.aeb1-3/+4
2000-02-06Version changed to 0.5abombe1-1/+1
2000-02-06Added lock transaction.abombe2-0/+53
2000-02-04Changed iso rcv handling to separate handlers per channel.abombe6-23/+34
2000-01-02Added dev target to Makefileabombe1-0/+24
1999-12-29Added isochronous I/O supportabombe9-32/+127
1999-12-18- Added FCP register addressesabombe1-0/+7
1999-12-15Added prototypes for async write functionsabombe1-1/+6
1999-12-02Initial revisionabombe17-0/+1030