summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the license of the "juju" fw*.[hc] files to LGPL v2.1 as approvedGravatar Dan Dennedy 2009-02-033-39/+9
* bump version and add release notesv2.0.1Gravatar Dan Dennedy 2009-01-142-2/+6
* Set errno = ENOSYS in unimplemented functionsGravatar Stefan Richter 2009-01-121-0/+5
* Work without permission to access local node's /dev/fw*Gravatar Stefan Richter 2009-01-103-21/+38
* Fix stack corruption during juju lock transactionsGravatar David Moore 2008-12-291-13/+19
* Fix iso_shutdown with juju firewire stackGravatar Jarod Wilson 2008-12-082-3/+22
* Checking /dev/raw1394 and recommendation for creating it for the install make...Gravatar Dan Dennedy 2008-12-071-23/+0
* testlibraw: test raw1394_read_cycle_timer()Gravatar Stefan Richter 2008-12-071-0/+23
* testlibraw: test all cards instead of only the firstGravatar Stefan Richter 2008-12-071-120/+143
* Let fw_read_cycle_timer() use the local fd instead of requiring iso to be ini...Gravatar Dan Dennedy 2008-12-071-1/+1
* [libraw1394 patch] Unify {ieee1394,fw}_bandwidth_modify()Gravatar Stefan Richter 2008-12-033-56/+1
* [libraw1394 patch] Fix raw1394_channel_modify() on firewire-coreGravatar Stefan Richter 2008-12-034-57/+2
* Fix segfault in juju's handle_arm_requestGravatar Stefan Richter 2008-10-281-0/+2
* Reduce nesting depth in new_handle dispatchersGravatar Stefan Richter 2008-10-281-47/+49
* Address some compiler warningsGravatar Stefan Richter 2008-10-285-10/+5
* Makes extra sure strings are not overrun.Gravatar Erik Hovland 2008-10-281-13/+19
* Makes sure to check any return valuesGravatar Erik Hovland 2008-10-281-1/+2
* Makes sure a value is returned by the function.Gravatar Erik Hovland 2008-10-281-0/+1
* Make sure that we have the right types.Gravatar Erik Hovland 2008-10-282-7/+8
* Compare unsigned values instead of subtracting them.Gravatar Erik Hovland 2008-10-281-2/+3
* Protect against resource leaks.Gravatar Erik Hovland 2008-10-282-4/+11
* Make sure variables are initialized before used.Gravatar Erik Hovland 2008-10-281-1/+2
* dispatch.c: fix a memory leak on not deleting the raw1394 wrapper handle.Gravatar Dan Dennedy 2008-07-211-1/+2
* configure.ac, Makefile.am: drop debian from build and restore doc and toolsv2.0.0Gravatar Dan Dennedy 2008-07-182-3/+1
* NEWS: added release notesGravatar Dan Dennedy 2008-07-182-1/+5
* Reset the libtool age.Gravatar Dan Dennedy 2008-07-182-2/+5
* Change handle validation to prevent segfault and be more informative.Gravatar Dan Dennedy 2008-07-065-69/+314
* Fix raw1394_read_cycle_timer after juju integrationGravatar Stefan Richter 2008-07-054-1/+33
* Plug dir leak and initialize data structsGravatar Philippe Troin 2008-07-053-1/+17
* Move the source code files in the juju directory into the src directory andGravatar Dan Dennedy 2008-04-309-25/+18
* libraw1394.sgml, raw1394.h: remove information about deprecated isochronousGravatar Dan Dennedy 2008-04-293-443/+29
* juju/raw1394-iso.c: bugfix size of mmap'ed isochronous buffer to preventGravatar Dan Dennedy 2008-04-291-2/+2
* First cut at integrating jujuGravatar Dan Dennedy 2008-04-2318-672/+1208
* Fix configure.ac missing fi after initial merge.Gravatar Dan Dennedy 2008-04-221-0/+1
* Merge commit 'krh/juju'Gravatar Dan Dennedy 2008-04-228-19/+2196
|\
| * Set handle->iso.packets to NULL after freeing to avoid double-frees.Gravatar Jarod Wilson 2007-10-241-0/+5
| * Update the juju implementation to follow the recent bitfield changes.Gravatar Kristian Høgsberg 2007-06-132-16/+9
| * Follow ioctl changes and header file move.Gravatar Kristian Høgsberg 2007-04-172-3/+12
| * Use correct payload size for two-operand lock transactions.Gravatar Jay Fenlason 2007-04-121-2/+2
| * Use power-of-two max packet sizes.Gravatar Kristian Høgsberg 2007-04-121-1/+13
| * Wrap receive tail pointer correctly.Gravatar Kristian Høgsberg 2007-04-121-1/+2
| * Refactor packet queueing and use for both xmit and recv.Gravatar Kristian Høgsberg 2007-04-112-129/+54
| * Fix warnings.Gravatar Kristian Høgsberg 2007-04-032-11/+17
| * Implement raw1394_iso_xmit_sync(), remove debug code.Gravatar Kristian Høgsberg 2007-04-031-10/+33
| * Handle rawiso dispositions.Gravatar Kristian Høgsberg 2007-04-031-7/+37
| * Fix xmit payload packing, use pointers for circular buffer indices.Gravatar Kristian Høgsberg 2007-04-032-63/+58
| * Make raw1394_iso_xmit_write work.Gravatar Kristian Høgsberg 2007-04-032-38/+98
| * More work on iso receive; handle payload wrapping.Gravatar Kristian Høgsberg 2007-04-022-16/+28
| * Decode iso headers properly.Gravatar Kristian Høgsberg 2007-03-311-8/+11
| * Get rawiso receive a little closer to working.Gravatar Kristian Høgsberg 2007-03-283-58/+127
2003-03-26add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2-1/+41 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@104 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-02-22Updates for new rawiso ioctl interface.Gravatar bencollins 3-37/+125 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@103 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-15add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 5-39/+161 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@102 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-15implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@101 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@100 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@99 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@98 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab