Age | Commit message (Expand) | Author |
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 | 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 |
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 |
2013-01-23 | Make readstb make sense :) | daniel |
2013-01-23 | Correct buffer null check block | daniel |
2013-01-23 | Add missing file | daniel |
2013-01-23 | Add the missing arg for read in the c client | daniel |
2013-01-23 | Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi | daniel |
2013-01-23 | Update docs, add the "global" functions to the export list, add the reason fr... | daniel |
2013-01-22 | mark testscript.pl as user-executable | Michael J. Chudobiak |
2013-01-19 | Add another debug message to confirm the port is actually set by the other th... | daniel |
2013-01-19 | use fancy glib stuff to wait for the interrupt thread to start instead of spi... | daniel |
2013-01-18 | Add prefix, fix read (probably leaks..). | daniel |
2013-01-18 | convert read to the OUTLIST style. | daniel |
2013-01-18 | add a lazy way to call write | daniel |
2013-01-17 | not sure what happens with strings once they get into perl, but this keeps th... | daniel |
2013-01-17 | If a client disconnects while holding a lock, clear the lock | daniel |
2013-01-17 | make module perlish (object methods) | daniel |
2013-01-17 | Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi | daniel |
2013-01-17 | Everything for multiple instruments on the C side | daniel |
2013-01-17 | add a "context" for handling multiple instruments | daniel |
2013-01-16 | added missing include | Michael J. Chudobiak |
2013-01-14 | use ExtUtils::PkgConfig to get the libs and headers for glib/gthread | daniel |
2013-01-13 | add missing header | daniel |
2013-01-13 | clean up compiler warnings in the server | daniel |