Age | Commit message (Expand) | Author |
1999-12-31 | astyle fixes | root |
1999-12-31 | clear MAV bit after sending VXI message | root |
2013-01-31 | Don't dereference null pointers, don't go passing them to the parser (stops l... | 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 interrupt timeout configurable | daniel |
2013-01-29 | debugging printf on vxi11_fireinterrupt | 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 | Actually lock the device if requested in the link creation. | 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-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 | 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 |
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 |
2013-01-24 | Remove the unneeded string copy, use g_malloc, g_free, bounds check on link a... | daniel |
2013-01-24 | Fix the last commit that didn't actually compile because of the time being me... | daniel |
2013-01-24 | Fix a leak | daniel |
2013-01-24 | Copy the buffer into a fresh allocation and free the copy in globals.. | daniel |
1999-12-31 | added a debugging printf in response to vxi reads | root |
2013-01-17 | If a client disconnects while holding a lock, clear the lock | daniel |
2013-01-13 | clean up compiler warnings in the server | daniel |
2013-01-13 | Would help to actually pass the data read back out | daniel |
2013-01-13 | fire the interrupt from the right place | daniel |
2013-01-12 | fix double free | daniel |
2013-01-11 | most of it seems to work in perl now | daniel |
2013-01-11 | testing interrupt channel, works | daniel |
2013-01-11 | add the missing srq enable, disable checks in gpib for now | daniel |
2013-01-11 | more wiring up | daniel |
2013-01-11 | start feeding the stuff from write into the parser | daniel |
2013-01-11 | Merge branch 'master' into vxi | daniel |
2013-01-10 | add all of the locking calls to the calls that can be locked out | daniel |
2013-01-10 | more filling out on the server side | daniel |
2013-01-10 | the interrupt channel works now. | daniel |
2013-01-10 | add some more code to the server side | daniel |
2013-01-10 | Interrupt channel work | daniel |