summaryrefslogtreecommitdiffstats
path: root/debian/changelog (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-30Fix build due to incomplete tarball.Gravatar Dan Dennedy 4-2/+7
2009-06-29Update ChangeLog from git log.v2.0.3Gravatar Dan Dennedy 1-10/+982
2009-06-29Bump to v2.0.3 and update release notes.Gravatar Dan Dennedy 2-1/+4
2009-06-18Fix build always expecting FW_DIR.Gravatar Dan Dennedy 2-0/+5
2009-05-31Match only /dev/fw[0-9]* as firewire-core device filesGravatar Stefan Richter 1-4/+10
2009-05-30Remove an unused struct memberGravatar Stefan Richter 1-1/+0
2009-05-30Fix memory leaks with async requests on firewire-coreGravatar Stefan Richter 1-3/+10
2009-05-30Use new async stream ioctlGravatar Stefan Richter 3-16/+52
2009-05-30Iso reception: Use packet timestamps in juju ABI v2Gravatar Stefan Richter 1-3/+13
2009-05-30Use new iso resource allocation ioctlsGravatar Stefan Richter 3-2/+110
2009-05-30Use new broadcast request ioctlGravatar Stefan Richter 1-2/+15
2009-05-27testlibraw: fix printing of local config ROMGravatar Stefan Richter 1-1/+1
2009-02-03bump version to 2.0.2 and add release notesv2.0.2Gravatar Dan Dennedy 2-1/+5
2009-02-03Change the license of the "juju" fw*.[hc] files to LGPL v2.1 as approvedGravatar Dan Dennedy 3-39/+9
2009-01-14bump version and add release notesv2.0.1Gravatar Dan Dennedy 2-2/+6
2009-01-12Set errno = ENOSYS in unimplemented functionsGravatar Stefan Richter 1-0/+5
2009-01-10Work without permission to access local node's /dev/fw*Gravatar Stefan Richter 3-21/+38
2008-12-29Fix stack corruption during juju lock transactionsGravatar David Moore 1-13/+19
2008-12-08Fix iso_shutdown with juju firewire stackGravatar Jarod Wilson 2-3/+22
2008-12-07Checking /dev/raw1394 and recommendation for creating it for the install make...Gravatar Dan Dennedy 1-23/+0
2008-12-07testlibraw: test raw1394_read_cycle_timer()Gravatar Stefan Richter 1-0/+23
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