index
:
libraw1394
master
Fork of libraw1394 that allows for externally managed buffers
Peter McGoron
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address some compiler warnings
Stefan Richter
2008-10-28
1
-2
/
+0
*
Change handle validation to prevent segfault and be more informative.
Dan Dennedy
2008-07-06
1
-8
/
+34
*
First cut at integrating juju
Dan Dennedy
2008-04-23
1
-29
/
+40
*
add support for RAW1394DEV environment variable to override default /dev/raw1...
ddennedy
2007-02-17
1
-5
/
+20
*
added raw1394_read_cycle_timer, contributed by Pieter Palmers
ddennedy
2007-02-14
1
-1
/
+1
*
bugfix segfault in raw1394_iso_shutdown on no iso activity due to not initial...
ddennedy
2006-10-17
1
-2
/
+3
*
add functions for allocating and releasing bandwidth and channels
ddennedy
2005-02-16
1
-0
/
+110
*
add comment about assumptions made in raw1394_get_port_info
ddennedy
2004-11-26
1
-0
/
+5
*
apply patch from Matthias Hanel to fix uninitialized buffer and remove unnces...
ddennedy
2004-11-25
1
-6
/
+1
*
reorganize and update documentation; fix compiler warning
ddennedy
2004-11-11
1
-145
/
+0
*
Patch from Stephen Tiedemann to allow reentrancy in raw1394's usage of
bencollins
2003-07-22
1
-68
/
+68
*
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
1
-0
/
+32
*
add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bit
dmaas
2003-01-15
1
-1
/
+2
*
back out previous commit - don't drop the legacy API just yet
dmaas
2003-01-06
1
-2
/
+1
*
emulate legacy ISO reception API on top of new rawiso API
dmaas
2003-01-05
1
-1
/
+2
*
dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...
anonymous
2002-12-20
1
-2
/
+2
*
merged rawiso branch
ddennedy
2002-11-18
1
-4
/
+8
*
merged weihs branch
ddennedy
2002-10-23
1
-2
/
+96
*
Add kernel-doc style documentation headers for most exported functions.
aeb
2002-10-13
1
-5
/
+142
*
Handle generation number is not automatically advanced with bus reset.
aeb
2001-05-14
1
-1
/
+7
*
Store returned generation count after setting of port.
aeb
2001-03-21
1
-0
/
+1
*
First implementation of new error reporting API.
aeb
2001-01-19
1
-1
/
+2
*
Work around compiler warnings for int/ptr casts.
aeb
2000-09-10
1
-1
/
+1
*
Added raw1394_get_irm_id().
aeb
2000-08-08
1
-2
/
+21
*
Added raw1394_reset_bus() call.
aeb
2000-07-05
1
-0
/
+14
*
- Set library version info in configure.in, use in src/Makefile.am.
aeb
2000-06-22
1
-1
/
+2
*
Added copyright headers.
aeb
2000-06-14
1
-0
/
+9
*
Modified support for 32/64 bit environments, control struct fields have fixed...
aeb
2000-06-02
1
-1
/
+1
*
Added support for environments with 64 bit kernel and 32 bit userland.
aeb
2000-05-28
1
-1
/
+2
*
Add userdata functions.
aeb
2000-04-05
1
-0
/
+9
*
Changed iso rcv handling to separate handlers per channel.
abombe
2000-02-04
1
-7
/
+1
*
Added isochronous I/O support
abombe
1999-12-29
1
-0
/
+10
*
Initial revision
abombe
1999-12-02
1
-0
/
+179