summaryrefslogtreecommitdiffstats
path: root/src (follow)
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
* 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
* 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 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
* 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-052-1/+16
* Move the source code files in the juju directory into the src directory andGravatar Dan Dennedy 2008-04-306-5/+2162
* libraw1394.sgml, raw1394.h: remove information about deprecated isochronousGravatar Dan Dennedy 2008-04-291-2/+2
* First cut at integrating jujuGravatar Dan Dennedy 2008-04-2311-416/+905
* eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.Gravatar Dan Dennedy 2008-03-271-2/+3
* fix documentation on raw1394_update_config_romGravatar ddennedy 2007-10-141-1/+1
* Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind happy...Gravatar ddennedy 2007-05-301-4/+26
* add documentation about existence of RAW1394DEVGravatar ddennedy 2007-02-171-2/+12
* add support for RAW1394DEV environment variable to override default /dev/raw1...Gravatar ddennedy 2007-02-171-5/+20
* added raw1394_read_cycle_timer, contributed by Pieter PalmersGravatar ddennedy 2007-02-145-14/+51
* bugfix segfault in raw1394_iso_shutdown on no iso activity due to not initial...Gravatar ddennedy 2006-10-171-2/+3
* apply optimization patch from Pieter Palmers that removes modulo operator fro...Gravatar ddennedy 2006-05-091-4/+16
* cleanup some compiler warningsGravatar ddennedy 2006-04-091-1/+1
* lock allocated isochronous packet tracking memoryGravatar ddennedy 2006-04-091-1/+16
* remove memory allocations for isochronous operations from the libraw1394 even...Gravatar ddennedy 2006-04-092-8/+19
* Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.Gravatar ddennedy 2006-03-042-0/+13
* Fix raw1394_iso_xmit_write() to work with recent kernel change to raw1394Gravatar ddennedy 2005-07-041-1/+1
* add sanity check to queuing of packets in rawiso xmitGravatar ddennedy 2005-07-042-6/+15
* Add a comment that libraw does not allocate channels and bandwidth. ThisGravatar ddennedy 2005-07-011-0/+1
* bugfix stalling on iso transmission underflowGravatar ddennedy 2005-06-231-1/+1
* documentation and header comment corrections from Stefan RichterGravatar ddennedy 2005-06-021-19/+23
* add functions for allocating and releasing bandwidth and channelsGravatar ddennedy 2005-02-163-1/+164
* add comment about assumptions made in raw1394_get_port_infoGravatar ddennedy 2004-11-261-0/+5
* apply patch from Matthias Hanel to fix uninitialized buffer and remove unnces...Gravatar ddennedy 2004-11-251-6/+1
* improve reference documentationGravatar ddennedy 2004-11-251-75/+192
* port iso examples to rawiso APIGravatar ddennedy 2004-11-181-1/+1
* reorganize and update documentation; fix compiler warningGravatar ddennedy 2004-11-119-678/+802
* revert kernel protocol versionGravatar ddennedy 2004-10-311-1/+1
* bump versions, build fixes, and doc updatesGravatar ddennedy 2004-10-303-7/+4
* Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup.Gravatar bencollins 2003-12-091-3/+3