Age | Commit message (Expand) | Author |
2013-02-26 | updated latest VXI client release number | Michael J. Chudobiak |
2013-02-26 | longer default vxi IO timeouts | Michael J. Chudobiak |
2013-02-05 | Queues start with a ref count of 1, so we shouldn't ref it. | daniel |
2013-02-01 | clarify address and device parameters in docs | Michael J. Chudobiak |
2013-01-31 | change copyright notice | Michael J. Chudobiak |
2013-01-31 | first complete-ish docs | Michael J. Chudobiak |
2013-01-31 | doc tweaks | Michael J. Chudobiak |
2013-02-01 | Fix return codes section in the docs | daniel |
2013-02-01 | make the function descriptions look more perl | daniel |
2013-02-01 | Merge branch 'master' of grenfell.avtechpulse.com:Instrument | daniel |
2013-02-01 | clean up the function descriptions a bit | daniel |
2013-01-31 | doc updates | Michael J. Chudobiak |
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 | 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 | named argument for vxi_wait_for_interrupt | Michael J. Chudobiak |
2013-01-30 | Make wait for interrupt more useful | daniel |
2013-01-30 | Data lengths sent to the server shouldn't include the terminator. | 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 | more named parameters | Michael J. Chudobiak |
2013-01-29 | update some comments | 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-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-28 | make vxi feature optional, enable with "diag:eprom:char 225 1" | Michael J. Chudobiak |
2013-01-24 | Remove the unneeded string copy, use g_malloc, g_free, bounds check on link a... | daniel |
2013-01-24 | Copy the buffer into a fresh allocation and free the copy in globals.. | daniel |
2013-01-23 | added autochomp | Michael J. Chudobiak |
2013-01-23 | update SYNOPSIS | Michael J. Chudobiak |
2013-01-23 | make vxi_write accept the datastring as an unnamed parameter | Michael J. Chudobiak |
2013-01-24 | Expand a bit more on the perl stuff | daniel |
2013-01-24 | Add a little readme | daniel |
2013-01-24 | add default values for waitforlock | daniel |
2013-01-24 | named parameters for read() | daniel |
2013-01-24 | Named parameters for write() | daniel |
2013-01-24 | named | daniel |
2013-01-23 | fix the handling of int getting passed back.. returning the address of the in... | daniel |