aboutsummaryrefslogtreecommitdiff
path: root/libjaylink/device.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Remove trailing dot in log messagesMarc Schink1-56/+56
2020-05-31Minor code cleanupMarc Schink1-1/+1
2019-10-03Declare variables in for-loops (C99-style)Marc Schink1-15/+8
2018-07-30Add jaylink_device_get_usb_bus_ports()Oleksij Rempel1-0/+61
2017-07-12Make libusb optionalMarc Schink1-10/+22
2017-07-12Update jaylink_device_get_usb_address() documentationMarc Schink1-1/+2
2017-07-12transport: Add initial TCP/IP supportMarc Schink1-4/+0
2017-07-12Add functions to query information about TCP/IP devicesMarc Schink1-0/+163
2017-07-12discovery: Add initial TCP/IP supportMarc Schink1-7/+17
2017-03-09device: Add function to retrieve counter valuesMarc Schink1-0/+80
2016-11-15Minor code and documentation cleanupsMarc Schink1-27/+26
2016-10-29Use JAYLINK_ERR_IOMarc Schink1-0/+12
2016-09-17Add example to jaylink_register() documentationMarc Schink1-0/+45
2016-09-17Use error description in log messagesMarc Schink1-41/+78
2016-09-10Do not catch values not covered by an enumMarc Schink1-0/+4
2016-09-09Minor documentation cleanupsMarc Schink1-16/+14
2016-09-09Simplify jaylink_(un)register() APIMarc Schink1-24/+2
2016-08-03Use string for IPv4 address in jaylink_connectionMarc Schink1-15/+71
2016-08-03Avoid 'interface' identifier in public APIMarc Schink1-5/+5
2016-08-03Allow jaylink_close() to return errorsMarc Schink1-3/+11
2016-07-23Minor code cleanupsMarc Schink1-42/+42
2016-07-17Doxygen: Add @since tagsMarc Schink1-0/+42
2016-06-23Rework device discovery APIMarc Schink1-14/+64
2016-06-21Change API of jaylink_(un)registerMarc Schink1-12/+26
2016-05-14Add more debug outputMarc Schink1-1/+9
2016-04-25Use 'bool' instead of 'int' for boolean valuesMarc Schink1-12/+15
2016-04-11Make use of the host interface supportMarc Schink1-0/+4
2016-03-10Add host interface supportMarc Schink1-0/+22
2016-02-13Add jaylink_get_device()Marc Schink1-0/+18
2016-01-31Change API of jaylink_device_get_usb_address()Marc Schink1-6/+10
2016-01-29Change API of jaylink_get_firmware_version()Marc Schink1-17/+23
2015-12-22Use spaces instead of tabs in Doxygen commentsMarc Schink1-53/+53
2015-11-24Work around serial number issues.Andreas Färber1-0/+4
2015-11-11Fix copy-paste error in error messages.Marc Schink1-2/+2
2015-09-21Use JAYLINK_ERR_PROTO.Marc Schink1-7/+7
2015-09-21device: Add function to retrieve hardware information.Marc Schink1-0/+75
2015-04-02Minor cosmetics and cleanups.Marc Schink1-4/+3
2015-03-23Change license to GPLv2+.Marc Schink1-1/+1
2015-03-02device: Add support for connection registration.Marc Schink1-0/+292
2015-03-02Move jaylink_set_speed() to target.c.Marc Schink1-46/+0
2015-03-02Mark visibility of public API and private functions.Marc Schink1-20/+26
2015-03-02Improve doxygen documentation.Marc Schink1-12/+101
2015-03-02device: Add functions to read/write raw configuration data.Marc Schink1-0/+110
2015-03-02device: Add function to retrieve hardware version.Marc Schink1-0/+62
2015-03-02device: Add function to set target interface speed.Marc Schink1-0/+45
2015-03-02device: Add function to retrieve free memory size.Marc Schink1-0/+56
2015-03-02device: Add functions to retrieve (extended) capabilities.Marc Schink1-0/+121
2015-03-02device: Add function to retrieve hardware status.Marc Schink1-1/+58
2015-03-02device: Add function to retrieve firmware version.Marc Schink1-0/+85
2015-03-02Initial transport abstraction layer implementation.Marc Schink1-0/+58