]> sigrok.org Git - libsigrok.git/history - hardware/common/scpi_tcp.c
build: Portability fixes.
[libsigrok.git] / hardware / common / scpi_tcp.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-02-07 Aurelien Jacobsscpi: add a struct drv_context parameter to scpi_dev_in...
2014-01-14 Aurelien Jacobschange a bunch of functions from SR_PRIV to static
2014-01-11 Aurelien Jacobsscpi_tcp: split into scpi_tcp_raw and scpi_tcp_rigol
2014-01-11 Aurelien Jacobsscpi: make the scpi_dev_inst_new more generic
2013-12-29 Martin LingRevise SCPI read API to allow backend-independent data...
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-22 Martin LingWinsock2.h must be included before anything that includ...
2013-12-06 Martin Lingscpi_tcp: must define _WIN32_WINNT to 0x0501 or higher...
2013-12-06 Martin Lingscpi_tcp: Fix building on Windows.
2013-12-04 Martin Lingscpi_tcp: Adjust to observed protocol for Rigol VS5000...
2013-12-04 Martin LingAdd implementation for SCPI over TCP.