summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-29Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxidaniel
2013-01-29update some commentsdaniel
2013-01-29Actually lock the device if requested in the link creation.daniel
2013-01-29Make the perl test script pass on the BB serverdaniel
2013-01-29Check the data returned by read or docmd aren't null first.daniel
2013-01-29Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxidaniel
2013-01-29Endian fixes.daniel
2013-01-28Add a little check to kill off an existing interrupt channel if it's died.daniel
2013-01-28Implement the abort behaviour as noted in the specdaniel
2013-01-28Fix duplicate files. Replace with linksdaniel
2013-01-26move locking bits around and free the lock if the link destroyeddaniel
2013-01-26Add a "hack" to report back to the vxi11 service code when a link dies.daniel
It's a hack because linux/glibc's RPC implementation doesn't seem to have the ability to set a recv error callback. The hack is to add an extra event to the events poll'd.. that event tells us if the socket died.
2013-01-25fix docmddaniel
2013-01-25docmd and better termination fixdaniel
2013-01-25String termination fix try 2daniel
2013-01-25force termination of the strings coming from the remotedaniel
1999-12-31device_trigger now returns ERR_OPERATIONNOTSUPPORTEDroot
2013-01-28make vxi feature optional, enable with "diag:eprom:char 225 1"Michael J. Chudobiak
1999-12-31add hex dump of received data for debuggingroot
2013-01-25Add some code to track when a link was last active and some code in create ↵daniel
link and the lock check to see if a link hasn't been active for a long time and if so remove it. This should make deadlocks less of a problem.. before if a link held the lock and then disappeared no one else would ever be able to lock again. If 8 clients connected and didn't shutdown their link no more clients would be able to connect.
2013-01-24make read cleanerdaniel
2013-01-24Add a max recv value for completeness.daniel
2013-01-24make the wait loop simplerdaniel
2013-01-24fix logic for io waitdaniel
2013-01-24memset some of the static structures so that info doesn't get leaked to the ↵daniel
next caller
2013-01-24Remove the unneeded string copy, use g_malloc, g_free, bounds check on link ↵daniel
array
2013-01-24Fix the last commit that didn't actually compile because of the time being ↵daniel
messed up on my BB
2013-01-24Fix a leakdaniel
2013-01-24Copy the buffer into a fresh allocation and free the copy in globals..daniel
2013-01-23added autochompMichael J. Chudobiak
2013-01-23update SYNOPSISMichael J. Chudobiak
2013-01-23make vxi_write accept the datastring as an unnamed parameterMichael J. Chudobiak
2013-01-24Expand a bit more on the perl stuffdaniel
2013-01-24Add a little readmedaniel
2013-01-24add default values for waitforlockdaniel
2013-01-24named parameters for read()daniel
2013-01-24Named parameters for write()daniel
2013-01-24nameddaniel
2013-01-23fix the handling of int getting passed back.. returning the address of the ↵daniel
int is not what we want.
2013-01-23Make readstb make sense :)daniel
2013-01-23Correct buffer null check blockdaniel
2013-01-23Add missing filedaniel
2013-01-23Add the missing arg for read in the c clientdaniel
2013-01-23Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxidaniel
Conflicts: libvxi11client/perlbits/testscript.pl
2013-01-23Update docs, add the "global" functions to the export list, add the reason ↵daniel
from read to the stuff that gets returned.
2013-01-22mark testscript.pl as user-executableMichael J. Chudobiak
2013-01-19Add another debug message to confirm the port is actually set by the other ↵daniel
thread
2013-01-19use fancy glib stuff to wait for the interrupt thread to start instead of ↵daniel
spinning
2013-01-18Add prefix, fix read (probably leaks..).daniel
2013-01-18convert read to the OUTLIST style.daniel