summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-07testlibraw: test all cards instead of only the firstGravatar Stefan Richter 1-120/+143
2008-12-07Let fw_read_cycle_timer() use the local fd instead of requiring iso to be ini...Gravatar Dan Dennedy 1-1/+1
2008-12-03[libraw1394 patch] Unify {ieee1394,fw}_bandwidth_modify()Gravatar Stefan Richter 3-56/+1
2008-12-03[libraw1394 patch] Fix raw1394_channel_modify() on firewire-coreGravatar Stefan Richter 4-57/+2
2008-10-28Fix segfault in juju's handle_arm_requestGravatar Stefan Richter 1-0/+2
2008-10-28Reduce nesting depth in new_handle dispatchersGravatar Stefan Richter 1-47/+49
2008-10-28Address some compiler warningsGravatar Stefan Richter 5-10/+5
2008-10-28Makes extra sure strings are not overrun.Gravatar Erik Hovland 1-13/+19
2008-10-28Makes sure to check any return valuesGravatar Erik Hovland 1-1/+2
2008-10-28Makes sure a value is returned by the function.Gravatar Erik Hovland 1-0/+1
2008-10-28Make sure that we have the right types.Gravatar Erik Hovland 2-7/+8
2008-10-28Compare unsigned values instead of subtracting them.Gravatar Erik Hovland 1-2/+3
2008-10-28Protect against resource leaks.Gravatar Erik Hovland 2-4/+11
2008-10-28Make sure variables are initialized before used.Gravatar Erik Hovland 1-1/+2
2008-07-21dispatch.c: fix a memory leak on not deleting the raw1394 wrapper handle.Gravatar Dan Dennedy 1-1/+2
2008-07-18configure.ac, Makefile.am: drop debian from build and restore doc and toolsv2.0.0Gravatar Dan Dennedy 2-3/+1
2008-07-18NEWS: added release notesGravatar Dan Dennedy 2-1/+5
2008-07-18Reset the libtool age.Gravatar Dan Dennedy 2-2/+5
2008-07-06Change handle validation to prevent segfault and be more informative.Gravatar Dan Dennedy 5-69/+314
2008-07-05Fix raw1394_read_cycle_timer after juju integrationGravatar Stefan Richter 4-1/+33
2008-07-05Plug dir leak and initialize data structsGravatar Philippe Troin 3-1/+17
2008-04-30Move the source code files in the juju directory into the src directory andGravatar Dan Dennedy 9-25/+18
2008-04-29libraw1394.sgml, raw1394.h: remove information about deprecated isochronousGravatar Dan Dennedy 3-443/+29
2008-04-29juju/raw1394-iso.c: bugfix size of mmap'ed isochronous buffer to preventGravatar Dan Dennedy 1-2/+2
2008-04-23First cut at integrating jujuGravatar Dan Dennedy 18-672/+1208
2008-04-22Fix configure.ac missing fi after initial merge.Gravatar Dan Dennedy 1-0/+1
2008-03-27src/eventloop.c: redo the undo (git-svn virgin at the controls)Gravatar ddennedy 1-2/+3
2008-03-27eventloop.c: apply patch from Jonas Bonn to retrty read when failed with EINTR.Gravatar ddennedy 1-3/+2
2008-03-27eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.Gravatar ddennedy 1-2/+3
2008-03-27eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.Gravatar Dan Dennedy 1-2/+3
2007-10-24Set handle->iso.packets to NULL after freeing to avoid double-frees.Gravatar Jarod Wilson 1-0/+5
2007-10-14fix documentation on raw1394_update_config_romGravatar ddennedy 1-1/+1
2007-10-14add Pieter Palmers to AUTHORS as contributorGravatar ddennedy 1-0/+1
2007-10-14update release notesGravatar ddennedy 1-0/+9
2007-06-13Update the juju implementation to follow the recent bitfield changes.Gravatar Kristian Høgsberg 2-16/+9
2007-05-30Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind happy...Gravatar ddennedy 2-4/+31
2007-04-17Follow ioctl changes and header file move.Gravatar Kristian Høgsberg 2-3/+12
2007-04-12Use correct payload size for two-operand lock transactions.Gravatar Jay Fenlason 1-2/+2
2007-04-12Use power-of-two max packet sizes.Gravatar Kristian Høgsberg 1-1/+13
2007-04-12Wrap receive tail pointer correctly.Gravatar Kristian Høgsberg 1-1/+2
2007-04-11Refactor packet queueing and use for both xmit and recv.Gravatar Kristian Høgsberg 2-129/+54
2007-04-03Fix warnings.Gravatar Kristian Høgsberg 2-11/+17
2007-04-03Implement raw1394_iso_xmit_sync(), remove debug code.Gravatar Kristian Høgsberg 1-10/+33
2007-04-03Handle rawiso dispositions.Gravatar Kristian Høgsberg 1-7/+37
2007-04-03Fix xmit payload packing, use pointers for circular buffer indices.Gravatar Kristian Høgsberg 2-63/+58
2007-04-03Make raw1394_iso_xmit_write work.Gravatar Kristian Høgsberg 2-38/+98
2007-04-02More work on iso receive; handle payload wrapping.Gravatar Kristian Høgsberg 2-16/+28
2007-03-31Decode iso headers properly.Gravatar Kristian Høgsberg 1-8/+11
2007-03-28Get rawiso receive a little closer to working.Gravatar Kristian Høgsberg 3-58/+127
2007-03-26Add the juju support work so far.Gravatar Kristian Høgsberg 8-19/+2053