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
/
configure.ac
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-28
Compare unsigned values instead of subtracting them.
Erik Hovland
1
-2
/
+3
2008-10-28
Protect against resource leaks.
Erik Hovland
2
-4
/
+11
2008-10-28
Make sure variables are initialized before used.
Erik Hovland
1
-1
/
+2
2008-07-21
dispatch.c: fix a memory leak on not deleting the raw1394 wrapper handle.
Dan Dennedy
1
-1
/
+2
2008-07-18
configure.ac, Makefile.am: drop debian from build and restore doc and tools
v2.0.0
Dan Dennedy
2
-3
/
+1
2008-07-18
NEWS: added release notes
Dan Dennedy
2
-1
/
+5
2008-07-18
Reset the libtool age.
Dan Dennedy
2
-2
/
+5
2008-07-06
Change handle validation to prevent segfault and be more informative.
Dan Dennedy
5
-69
/
+314
2008-07-05
Fix raw1394_read_cycle_timer after juju integration
Stefan Richter
4
-1
/
+33
2008-07-05
Plug dir leak and initialize data structs
Philippe Troin
3
-1
/
+17
2008-04-30
Move the source code files in the juju directory into the src directory and
Dan Dennedy
9
-25
/
+18
2008-04-29
libraw1394.sgml, raw1394.h: remove information about deprecated isochronous
Dan Dennedy
3
-443
/
+29
2008-04-29
juju/raw1394-iso.c: bugfix size of mmap'ed isochronous buffer to prevent
Dan Dennedy
1
-2
/
+2
2008-04-23
First cut at integrating juju
Dan Dennedy
18
-672
/
+1208
2008-04-22
Fix configure.ac missing fi after initial merge.
Dan Dennedy
1
-0
/
+1
2008-03-27
src/eventloop.c: redo the undo (git-svn virgin at the controls)
ddennedy
1
-2
/
+3
2008-03-27
eventloop.c: apply patch from Jonas Bonn to retrty read when failed with EINTR.
ddennedy
1
-3
/
+2
2008-03-27
eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.
ddennedy
1
-2
/
+3
2008-03-27
eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.
Dan Dennedy
1
-2
/
+3
2007-10-24
Set handle->iso.packets to NULL after freeing to avoid double-frees.
Jarod Wilson
1
-0
/
+5
2007-10-14
fix documentation on raw1394_update_config_rom
ddennedy
1
-1
/
+1
2007-10-14
add Pieter Palmers to AUTHORS as contributor
ddennedy
1
-0
/
+1
2007-10-14
update release notes
ddennedy
1
-0
/
+9
2007-06-13
Update the juju implementation to follow the recent bitfield changes.
Kristian Høgsberg
2
-16
/
+9
2007-05-30
Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind happy...
ddennedy
2
-4
/
+31
2007-04-17
Follow ioctl changes and header file move.
Kristian Høgsberg
2
-3
/
+12
2007-04-12
Use correct payload size for two-operand lock transactions.
Jay Fenlason
1
-2
/
+2
2007-04-12
Use power-of-two max packet sizes.
Kristian Høgsberg
1
-1
/
+13
2007-04-12
Wrap receive tail pointer correctly.
Kristian Høgsberg
1
-1
/
+2
2007-04-11
Refactor packet queueing and use for both xmit and recv.
Kristian Høgsberg
2
-129
/
+54
2007-04-03
Fix warnings.
Kristian Høgsberg
2
-11
/
+17
2007-04-03
Implement raw1394_iso_xmit_sync(), remove debug code.
Kristian Høgsberg
1
-10
/
+33
2007-04-03
Handle rawiso dispositions.
Kristian Høgsberg
1
-7
/
+37
2007-04-03
Fix xmit payload packing, use pointers for circular buffer indices.
Kristian Høgsberg
2
-63
/
+58
2007-04-03
Make raw1394_iso_xmit_write work.
Kristian Høgsberg
2
-38
/
+98
2007-04-02
More work on iso receive; handle payload wrapping.
Kristian Høgsberg
2
-16
/
+28
2007-03-31
Decode iso headers properly.
Kristian Høgsberg
1
-8
/
+11
2007-03-28
Get rawiso receive a little closer to working.
Kristian Høgsberg
3
-58
/
+127
2007-03-26
Add the juju support work so far.
Kristian Høgsberg
8
-19
/
+2053
2007-02-17
add documentation about existence of RAW1394DEV
ddennedy
1
-2
/
+12
2007-02-17
add support for RAW1394DEV environment variable to override default /dev/raw1...
ddennedy
1
-5
/
+20
2007-02-14
added raw1394_read_cycle_timer, contributed by Pieter Palmers
ddennedy
6
-18
/
+55
2006-10-17
bugfix segfault in raw1394_iso_shutdown on no iso activity due to not initial...
ddennedy
1
-2
/
+3
2006-05-09
apply optimization patch from Pieter Palmers that removes modulo operator fro...
ddennedy
1
-4
/
+16
2006-04-09
cleanup some compiler warnings
ddennedy
3
-13
/
+18
2006-04-09
add release notes
ddennedy
1
-0
/
+4
2006-04-09
lock allocated isochronous packet tracking memory
ddennedy
1
-1
/
+16
2006-04-09
remove memory allocations for isochronous operations from the libraw1394 even...
ddennedy
2
-8
/
+19
2006-03-04
Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.
ddennedy
2
-0
/
+13
2005-07-04
Fix raw1394_iso_xmit_write() to work with recent kernel change to raw1394
ddennedy
1
-1
/
+1
[next]