summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update reference docs using kernel-doc.v2.0.4Gravatar Dan Dennedy 2009-08-301-785/+1338
* Fix build due to incomplete tarball.Gravatar Dan Dennedy 2009-06-304-2/+7
* Update ChangeLog from git log.v2.0.3Gravatar Dan Dennedy 2009-06-291-10/+982
* Bump to v2.0.3 and update release notes.Gravatar Dan Dennedy 2009-06-292-1/+4
* Fix build always expecting FW_DIR.Gravatar Dan Dennedy 2009-06-182-0/+5
* Match only /dev/fw[0-9]* as firewire-core device filesGravatar Stefan Richter 2009-05-311-4/+10
* Remove an unused struct memberGravatar Stefan Richter 2009-05-301-1/+0
* Fix memory leaks with async requests on firewire-coreGravatar Stefan Richter 2009-05-301-3/+10
* Use new async stream ioctlGravatar Stefan Richter 2009-05-303-16/+52
* Iso reception: Use packet timestamps in juju ABI v2Gravatar Stefan Richter 2009-05-301-3/+13
* Use new iso resource allocation ioctlsGravatar Stefan Richter 2009-05-303-2/+110
* Use new broadcast request ioctlGravatar Stefan Richter 2009-05-301-2/+15
* testlibraw: fix printing of local config ROMGravatar Stefan Richter 2009-05-271-1/+1
* bump version to 2.0.2 and add release notesv2.0.2Gravatar Dan Dennedy 2009-02-032-1/+5
* 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