summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add kernel-doc style documentation headers for most exported functions.Gravatar aeb 2002-10-138-12/+343
* Fix wrong error mapping in raw1394_error_to_errno() on local transactions.Gravatar aeb 2001-06-271-1/+2
* Moved testlibraw.c from src to tools directory.Gravatar aeb 2001-06-082-175/+0
* Handle generation number is not automatically advanced with bus reset.Gravatar aeb 2001-05-144-8/+26
* Store returned generation count after setting of port.Gravatar aeb 2001-03-211-0/+1
* testlibraw gets installed now.Gravatar aeb 2001-02-281-1/+1
* 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-053-0/+29
* 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-196-25/+129
* Added ieee1394.h header.Gravatar aeb 2000-11-222-1/+37
* 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-105-10/+18
* Added missing prototypes for iso send functions.Gravatar aeb 2000-09-011-0/+7
* Added raw1394_get_irm_id().Gravatar aeb 2000-08-086-7/+38
* Added support for isochronous sending.Gravatar aeb 2000-08-062-0/+34
* Added raw1394_reset_bus() call.Gravatar aeb 2000-07-053-0/+19
* - Set library version info in configure.in, use in src/Makefile.am.Gravatar aeb 2000-06-223-2/+5
* Update libtool version number.Gravatar aeb 2000-06-151-1/+1
* Added copyright headers.Gravatar aeb 2000-06-146-0/+54
* Fix size of error field.Gravatar aeb 2000-06-091-2/+2
* Modified support for 32/64 bit environments, control struct fields have fixed...Gravatar aeb 2000-06-025-30/+26
* Added support for environments with 64 bit kernel and 32 bit userland.Gravatar aeb 2000-05-286-7/+18
* Fixed missing setting of ext code in raw1394_start_lock()Gravatar aeb 2000-04-271-0/+1
* Fixed lock transaction to actually return response value.Gravatar aeb 2000-04-152-5/+8
* Add userdata functions.Gravatar aeb 2000-04-053-0/+18
* Version++ and age++ for libtool version info.Gravatar aeb 2000-03-171-1/+1
* Added FCP monitoring test.Gravatar aeb 2000-03-162-7/+46
* Use correct typedef in my_tag_handler().Gravatar aeb 2000-03-161-1/+1
* Fix spelign of raw1394_set_fcp_handler().Gravatar aeb 2000-03-161-3/+3
* Added FCP listen functionality.Gravatar aeb 2000-03-166-1/+98
* Renamed 'new' args to 'new_h' for C++ compatibility.Gravatar aeb 2000-03-121-3/+4
* Added lock transaction.Gravatar abombe 2000-02-062-0/+53
* Changed iso rcv handling to separate handlers per channel.Gravatar abombe 2000-02-045-23/+33
* Added isochronous I/O supportGravatar abombe 1999-12-297-31/+116
* - Added FCP register addressesGravatar abombe 1999-12-181-0/+7
* Added prototypes for async write functionsGravatar abombe 1999-12-151-1/+6
* Initial revisionGravatar abombe 1999-12-029-0/+775