summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 2002-12-244-123/+236
* oops, irq_interval needs to be signedGravatar anonymous 2002-12-201-1/+1
* dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 2002-12-203-124/+48
* rawiso updates:Gravatar dmaas 2002-12-163-18/+25
* fix cplusplus extern C blockGravatar ddennedy 2002-11-181-4/+4
* merged rawiso branchGravatar ddennedy 2002-11-187-6/+488
* added missing arm.c from weihs branchGravatar ddennedy 2002-10-231-0/+93
* merged weihs branchGravatar ddennedy 2002-10-2312-18/+591
* configure.ac:Gravatar aeb 2002-10-131-2/+2
* Add kernel-doc style documentation headers for most exported functions.Gravatar aeb 2002-10-138-12/+343
* Set the executable flags for autogen.sh and debian/rules that were lost in theGravatar aeb 2002-10-082-0/+0
* Add raw1394_get_local_id, _irm_id, _nodecount refentry.Gravatar aeb 2001-08-016-115/+108
* Reworked some paragraphs.Gravatar aeb 2001-07-091-22/+154
* Modify info in Debian package copyright file a bit.Gravatar aeb 2001-06-271-1/+2
* Fix wrong error mapping in raw1394_error_to_errno() on local transactions.Gravatar aeb 2001-06-272-1/+3
* debian: Let postinst continue even if input is /dev/null.Gravatar aeb 2001-06-175-9/+15
* Added man page describing format of the iso dump file.Gravatar aeb 2001-06-115-30/+69
* Forgot to add dumpiso and sendiso man pages to repository, fixed.Gravatar aeb 2001-06-082-0/+77
* Moved testlibraw.c from src to tools directory.Gravatar aeb 2001-06-089-9/+545
* debian: Remove a now useless substvar.Gravatar aeb 2001-05-301-2/+0
* debian: Make shlibs file versioned.Gravatar aeb 2001-05-281-5/+2
* Revert move of HTML directory from libraw1394 to libraw1394.htmlGravatar aeb 2001-05-252-3/+1
* Revert move of HTML directory from libraw1394 to libraw1394.htmlGravatar aeb 2001-05-251-6/+6
* Move HTML formatted documentation subdir from libraw1394 to libraw1394.html.Gravatar aeb 2001-05-246-9/+37
* Handle generation number is not automatically advanced with bus reset.Gravatar aeb 2001-05-1410-41/+858
* Fix macros so that they actually work.Gravatar aeb 2001-05-141-12/+18
* Fix Makefile.am to include libraw1394.m4 in distribution.Gravatar aeb 2001-05-074-6/+22
* Store returned generation count after setting of port.Gravatar aeb 2001-03-211-0/+1
* Install libraw1394.am.Gravatar aeb 2001-02-281-7/+9
* testlibraw gets installed now.Gravatar aeb 2001-02-285-3/+42
* Let received iso header be big endian, to be consistent.Gravatar aeb 2001-02-271-1/+2
* Add libraw1394 autoconf macro (not yet complete).Gravatar aeb 2001-02-055-1/+183
* Put 'extern "C"' for C++ back in.Gravatar aeb 2001-01-311-1/+1
* Adapted testlibraw to new style error handling.Gravatar aeb 2001-01-271-17/+18
* Fix building errors.c.Gravatar aeb 2001-01-192-0/+2
* First implementation of new error reporting API.Gravatar aeb 2001-01-197-28/+134
* Fix misplaced device file in Debian installation.Gravatar aeb 2001-01-043-3/+10
* Debian scripts use makedev (>=2.3.1-49) in postinst by default now.Gravatar aeb 2000-12-127-30/+104
* Fix postinst ldconfig.Gravatar aeb 2000-11-252-11/+11
* Add some information about return values.Gravatar aeb 2000-11-251-3/+29
* Bump up version numbers for release.Gravatar aeb 2000-11-242-3/+11
* Added libraw1394.postinst.in to list of distributed files.Gravatar aeb 2000-11-243-3/+35
* Add ldconfig in deb postinst for Debian policy conformance.Gravatar aeb 2000-11-232-2/+17
* Removed acconfig.h, which wasn't needed for some time.Gravatar aeb 2000-11-231-13/+0
* Added ieee1394.h header.Gravatar aeb 2000-11-223-1/+38
* Fix raw1394_start_iso_write() which uses wrong variable.Gravatar aeb 2000-09-131-1/+1
* Work around compiler warnings for int/ptr casts.Gravatar aeb 2000-09-106-10/+20
* Added control files for Debian packages.Gravatar aeb 2000-09-106-8/+106
* Added missing prototypes for iso send functions.Gravatar aeb 2000-09-011-0/+7
* Added raw1394_get_irm_id().Gravatar aeb 2000-08-087-7/+39