| Commit message (Expand) | Author | Age | Files | Lines |
| * | reorganize and update documentation; fix compiler warning | ddennedy
| 2004-11-11 | 9 | -678/+802 |
| * | revert kernel protocol version | ddennedy
| 2004-10-31 | 1 | -1/+1 |
| * | bump versions, build fixes, and doc updates | ddennedy
| 2004-10-30 | 3 | -7/+4 |
| * | Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup. | bencollins
| 2003-12-09 | 1 | -3/+3 |
| * | Patch from Alexander Neundorf to support differing ISO rx modes. Currently | bencollins
| 2003-11-20 | 3 | -3/+18 |
| * | sync with driver | weihs
| 2003-11-09 | 3 | -0/+94 |
| * | sync with driver version of this file | weihs
| 2003-11-09 | 1 | -2/+6 |
| * | Patch from Alexander Neundorf to add proto for raw1394_iso_recv_flush() | bencollins
| 2003-10-07 | 1 | -0/+3 |
| * | Fixup async_stream to use same local req variable for reentrancy. | bencollins
| 2003-09-26 | 1 | -10/+10 |
| * | Async stream support from Jim Radford. | bencollins
| 2003-09-11 | 3 | -0/+42 |
| * | Patch from Stephen Tiedemann to allow reentrancy in raw1394's usage of | bencollins
| 2003-07-22 | 7 | -200/+199 |
| * | Patch from Dan Maas to add raw1394_iso_recv_flush() call to API, using the | bencollins
| 2003-07-17 | 2 | -3/+25 |
| * | Remove trailing whitespace, which automake chokes on. | bencollins
| 2003-07-17 | 1 | -1/+1 |
| * | Fix compiler warnings. | bencollins
| 2003-07-13 | 2 | -2/+3 |
| * | new_handle_on_port() error path fix from Jim Radford | dmaas
| 2003-04-07 | 1 | -1/+3 |
| * | add raw1394_new_handle_on_port() convenience function | dmaas
| 2003-03-26 | 2 | -1/+41 |
| * | Updates for new rawiso ioctl interface. | bencollins
| 2003-02-22 | 3 | -37/+125 |
| * | add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bit | dmaas
| 2003-01-15 | 5 | -39/+161 |
| * | implement tag matching for rawiso reception | dmaas
| 2003-01-15 | 3 | -4/+12 |
| * | back out previous commit - don't drop the legacy API just yet | dmaas
| 2003-01-06 | 6 | -173/+130 |
| * | emulate legacy ISO reception API on top of new rawiso API | dmaas
| 2003-01-05 | 7 | -131/+174 |
| * | update iso API for multi-channel reception and new packet buffer layout | dmaas
| 2002-12-24 | 4 | -123/+236 |
| * | oops, irq_interval needs to be signed | anonymous
| 2002-12-20 | 1 | -1/+1 |
| * | dmaas - renamed exported arm definitions into the raw1394_ namespace; brought... | anonymous
| 2002-12-20 | 3 | -124/+48 |
| * | rawiso updates: | dmaas
| 2002-12-16 | 3 | -18/+25 |
| * | fix cplusplus extern C block | ddennedy
| 2002-11-18 | 1 | -4/+4 |
| * | merged rawiso branch | ddennedy
| 2002-11-18 | 7 | -6/+488 |
| * | added missing arm.c from weihs branch | ddennedy
| 2002-10-23 | 1 | -0/+93 |
| * | merged weihs branch | ddennedy
| 2002-10-23 | 7 | -16/+555 |
| * | Add kernel-doc style documentation headers for most exported functions. | aeb
| 2002-10-13 | 8 | -12/+343 |
| * | Fix wrong error mapping in raw1394_error_to_errno() on local transactions. | aeb
| 2001-06-27 | 1 | -1/+2 |
| * | Moved testlibraw.c from src to tools directory. | aeb
| 2001-06-08 | 2 | -175/+0 |
| * | Handle generation number is not automatically advanced with bus reset. | aeb
| 2001-05-14 | 4 | -8/+26 |
| * | Store returned generation count after setting of port. | aeb
| 2001-03-21 | 1 | -0/+1 |
| * | testlibraw gets installed now. | aeb
| 2001-02-28 | 1 | -1/+1 |
| * | Let received iso header be big endian, to be consistent. | aeb
| 2001-02-27 | 1 | -1/+2 |
| * | Add libraw1394 autoconf macro (not yet complete). | aeb
| 2001-02-05 | 3 | -0/+29 |
| * | Put 'extern "C"' for C++ back in. | aeb
| 2001-01-31 | 1 | -1/+1 |
| * | Adapted testlibraw to new style error handling. | aeb
| 2001-01-27 | 1 | -17/+18 |
| * | Fix building errors.c. | aeb
| 2001-01-19 | 2 | -0/+2 |
| * | First implementation of new error reporting API. | aeb
| 2001-01-19 | 6 | -25/+129 |
| * | Added ieee1394.h header. | aeb
| 2000-11-22 | 2 | -1/+37 |
| * | Fix raw1394_start_iso_write() which uses wrong variable. | aeb
| 2000-09-13 | 1 | -1/+1 |
| * | Work around compiler warnings for int/ptr casts. | aeb
| 2000-09-10 | 5 | -10/+18 |
| * | Added missing prototypes for iso send functions. | aeb
| 2000-09-01 | 1 | -0/+7 |
| * | Added raw1394_get_irm_id(). | aeb
| 2000-08-08 | 6 | -7/+38 |
| * | Added support for isochronous sending. | aeb
| 2000-08-06 | 2 | -0/+34 |
| * | Added raw1394_reset_bus() call. | aeb
| 2000-07-05 | 3 | -0/+19 |
| * | - Set library version info in configure.in, use in src/Makefile.am. | aeb
| 2000-06-22 | 3 | -2/+5 |
| * | Update libtool version number. | aeb
| 2000-06-15 | 1 | -1/+1 |