summaryrefslogtreecommitdiff
path: root/libvxi11client
AgeCommit message (Collapse)Author
2013-02-26updated latest VXI client release numberMichael J. Chudobiak
2013-02-26longer default vxi IO timeoutsMichael J. Chudobiak
2013-02-05Queues start with a ref count of 1, so we shouldn't ref it.daniel
2013-02-01clarify address and device parameters in docsMichael J. Chudobiak
2013-01-31change copyright noticeMichael J. Chudobiak
2013-01-31first complete-ish docsMichael J. Chudobiak
2013-01-31doc tweaksMichael J. Chudobiak
2013-02-01Fix return codes section in the docsdaniel
2013-02-01make the function descriptions look more perldaniel
2013-02-01Merge branch 'master' of grenfell.avtechpulse.com:Instrumentdaniel
2013-02-01clean up the function descriptions a bitdaniel
2013-01-31doc updatesMichael J. Chudobiak
2013-01-31clean up formatting a bitdaniel
2013-01-31Return null from open if something failed.daniel
2013-01-30more doc tweaksMichael J. Chudobiak
2013-01-30use print instead of printfMichael J. Chudobiak
2013-01-30tweaked the pod docsMichael J. Chudobiak
2013-01-31Add perl documentation. Probably not "perlish".daniel
2013-01-31Add comments to the perlglue.daniel
2013-01-31Typo in the readmedaniel
2013-01-30add a real sample script to the pod docsvxiMichael J. Chudobiak
2013-01-30disable vxi debugging printfs for nowMichael J. Chudobiak
2013-01-30named argument for vxi_wait_for_interruptMichael J. Chudobiak
2013-01-30Make wait for interrupt more usefuldaniel
2013-01-30Data lengths sent to the server shouldn't include the terminator.daniel
Fix up how the handle gets copied out into perl
2013-01-30Make it easier to tell if a zero read/write happened or an errordaniel
2013-01-30Make interrupt timeout configurabledaniel
2013-01-29more named parametersMichael J. Chudobiak
2013-01-29update some commentsdaniel
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-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-28make vxi feature optional, enable with "diag:eprom:char 225 1"Michael J. Chudobiak
2013-01-24Remove the unneeded string copy, use g_malloc, g_free, bounds check on link ↵daniel
array
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.