Age | Commit message (Expand) | Author |
2013-02-01 | clean up the function descriptions a bit | daniel |
2013-01-31 | clean up formatting a bit | daniel |
2013-01-31 | Return null from open if something failed. | daniel |
2013-01-30 | more doc tweaks | Michael J. Chudobiak |
2013-01-30 | use print instead of printf | Michael J. Chudobiak |
2013-01-30 | tweaked the pod docs | Michael J. Chudobiak |
2013-01-31 | Don't dereference null pointers, don't go passing them to the parser (stops l... | daniel |
2013-01-31 | Add perl documentation. Probably not "perlish". | daniel |
2013-01-31 | Add comments to the perlglue. | daniel |
2013-01-31 | Typo in the readme | daniel |
2013-01-30 | add a real sample script to the pod docsvxi | Michael J. Chudobiak |
2013-01-30 | disable vxi debugging printfs for now | Michael J. Chudobiak |
2013-01-30 | don't fire interrupt every time status is checked | Michael J. Chudobiak |
2013-01-30 | named argument for vxi_wait_for_interrupt | Michael J. Chudobiak |
2013-01-30 | Make wait for interrupt more useful | daniel |
2013-01-30 | Comment out a call to vxi11_fireinterrupt I put in for debugging | daniel |
2013-01-30 | Data lengths sent to the server shouldn't include the terminator. | daniel |
2013-01-30 | Fire an interrupt when a new interrupt channel is requested and one exists, | daniel |
2013-01-30 | Make it easier to tell if a zero read/write happened or an error | daniel |
2013-01-30 | Make interrupt timeout configurable | daniel |
2013-01-29 | debugging printf on vxi11_fireinterrupt | Michael J. Chudobiak |
2013-01-29 | more named parameters | Michael J. Chudobiak |
1999-12-31 | cancel vxi panel lockout if all vxi connections are gone? | root |
1999-12-31 | Merge branch 'vxi' of ulmo:Instrument into vxi | root |
2013-01-28 | added vxi remote/local functionality | Michael J. Chudobiak |
2013-01-29 | Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi | daniel |
2013-01-29 | update some comments | daniel |
2013-01-29 | Actually lock the device if requested in the link creation. | daniel |
2013-01-29 | Make the perl test script pass on the BB server | daniel |
2013-01-29 | Check the data returned by read or docmd aren't null first. | daniel |
2013-01-29 | Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi | daniel |
2013-01-29 | Endian fixes. | daniel |
2013-01-28 | Add a little check to kill off an existing interrupt channel if it's died. | daniel |
2013-01-28 | Implement the abort behaviour as noted in the spec | daniel |
2013-01-28 | Fix duplicate files. Replace with links | daniel |
2013-01-26 | move locking bits around and free the lock if the link destroyed | daniel |
2013-01-26 | Add a "hack" to report back to the vxi11 service code when a link dies. | daniel |
2013-01-25 | fix docmd | daniel |
2013-01-25 | docmd and better termination fix | daniel |
2013-01-25 | String termination fix try 2 | daniel |
2013-01-25 | force termination of the strings coming from the remote | daniel |
1999-12-31 | device_trigger now returns ERR_OPERATIONNOTSUPPORTED | root |
2013-01-28 | make vxi feature optional, enable with "diag:eprom:char 225 1" | Michael J. Chudobiak |
1999-12-31 | add hex dump of received data for debugging | root |
2013-01-25 | Add some code to track when a link was last active and some code in create li... | daniel |
2013-01-24 | make read cleaner | daniel |
2013-01-24 | Add a max recv value for completeness. | daniel |
2013-01-24 | make the wait loop simpler | daniel |
2013-01-24 | fix logic for io wait | daniel |
2013-01-24 | memset some of the static structures so that info doesn't get leaked to the n... | daniel |