Wykres commitów

1951 Commity (e178a984ca693750f2b8a45f3e6b1e516faed281)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 4b03abbdac Remove static from band_changed.c 2024-01-14 08:47:10 -06:00
Mike Black W9MDB a6951c8e14 Change debug indentation to use "*" to make more visible 2024-01-13 08:23:01 -06:00
Mike Black W9MDB 32ed2c4d91 Add debug for stopbits in serial_setup 2024-01-11 08:12:07 -06:00
Mike Black W9MDB ac054e9f75 Fix error check in rig_bandselect 2024-01-11 07:15:19 -06:00
Mike Black W9MDB 05fb4389f7 Fix segfault in rig_bandselect 2024-01-11 07:03:16 -06:00
Mike Black W9MDB e25fab7d2f Add band_changed to rig.c 2024-01-10 11:25:44 -06:00
Mike Black W9MDB ddb0a64272 Reduce debug level for band changing 2024-01-10 09:48:01 -06:00
Mike Black W9MDB 7002ca9f09 Add band_change.c to Makefile.am 2024-01-10 08:32:35 -06:00
Mike Black W9MDB a7d2a5e32b Seperate rig_band_changed into it's own file included from rig.c 2024-01-10 08:21:18 -06:00
Mike Black W9MDB 2709fb8ab9 Add rig_band_changed function for customization of rig actions on each band
This takes user action to customize during build right now.
2024-01-10 07:28:17 -06:00
Mike Black W9MDB e610d3b691 astyle rig.c 2024-01-10 06:38:37 -06:00
Mike Black W9MDB cb74453f06 Fix Doppler detection false alarm for WSJT-X's 55 Hz test 2024-01-10 06:37:46 -06:00
Mike Black W9MDB eab660500e Suppress UDP packet error when errno==0
https://github.com/Hamlib/Hamlib/issues/1461
2024-01-06 16:12:48 -06:00
Mike Black W9MDB 65bd022a2c Fix BAND_SELECT segfault on dumpcaps
https://github.com/Hamlib/Hamlib/issues/1467
2023-12-29 15:41:05 -06:00
Mike Black W9MDB 08ba518b71 Change network.s to allow MacOS compilation for is_networked
https://github.com/Hamlib/Hamlib/issues/1463
2023-12-26 06:40:11 -06:00
Mike Black W9MDB 32f37d390f Allow mulitcast receiver to continue after error==0
https://github.com/Hamlib/Hamlib/issues/1418
2023-12-25 16:13:43 -06:00
Mike Black W9MDB 3ba1bc2c19 Get the right variable name for checking the 169.x.x.x address
https://github.com/Hamlib/Hamlib/issues/1461
2023-12-24 22:26:04 -06:00
Mike Black W9MDB b2850ff7a8 Fix warning message on duplicate IP addresses to only when trying to use
https://github.com/Hamlib/Hamlib/issues/1461
2023-12-24 16:25:43 -06:00
Mike Black W9MDB 675ed1c85a Fix 169.x.x.x network detection
https://github.com/Hamlib/Hamlib/issues/1461
2023-12-24 16:18:48 -06:00
Mike Black W9MDB a1b56bc315 Prevent multicast from trying to use 169.x.x.x network
https://github.com/Hamlib/Hamlib/issues/1461
2023-12-24 14:52:37 -06:00
Mike Black W9MDB 8c8c20c256 Make multicast bind the IPV4 address if available
https://github.com/Hamlib/Hamlib/issues/1461
2023-12-24 11:39:30 -06:00
Mike Black W9MDB 37c0f07ecb Add some debug for https://github.com/Hamlib/Hamlib/issues/1461 2023-12-23 00:01:56 -06:00
Mike Black W9MDB 935cebed6e Remove some debug and fix debug indendation 2023-12-18 16:44:57 -06:00
Mike Black W9MDB af5ea58350 Add -# --skip_init option to rigctl 2023-12-18 15:26:46 -06:00
Mike Black W9MDB 48b6b4910c Allow compilation for systems without pthreads
https://github.com/Hamlib/Hamlib/issues/1373
2023-12-18 11:56:41 -06:00
Mike Black W9MDB 3a6073d401 astyle files 2023-12-18 08:25:15 -06:00
Mike Black W9MDB bc6f874675 Fix wireless detection 2023-12-17 23:13:32 -06:00
Mike Black W9MDB dbb8f4d5a7 Remove some debug statements 2023-12-17 22:29:21 -06:00
Mike Black W9MDB 1f38d59153 Fix Windows rigctl shutdown
https://github.com/Hamlib/Hamlib/issues/1448
2023-12-17 17:38:28 -06:00
Mike Black W9MDB e267c62764 astyle files 2023-12-16 11:37:58 -06:00
Mike Black W9MDB 5dc55ff9e1 Fix some double entries 2023-12-12 12:11:31 -06:00
Mike Black W9MDB 27d7e8bd2d Revert "Speed up shutdown of multicast thread"
This broke Windows rigctl quit
This reverts commit b25b496051.
2023-12-09 15:57:47 -06:00
Mike Black W9MDB b25b496051 Speed up shutdown of multicast thread 2023-12-09 09:45:21 -06:00
Mike Black W9MDB f6eed23494 Ignore RIG_VFO_NONE in cache.c 2023-12-08 08:24:29 -06:00
Mike Black W9MDB cf973c9b0a Ignorie RIG_VFO_OTHER cache request 2023-12-08 07:53:21 -06:00
George Baltz N3GB f4d40e0d79 Restore shared library ABI compatibility with previous hamlibs
No need for post_ptt_delay to be in hamlib_port - move it to misc
  rig_state data.
Update references to post_ptt_delay
Fix a couple of typos
Add code to actually set post_ptt_delay

Fixes issue #1412
2023-12-04 10:47:52 -05:00
Mike Black W9MDB 7973db52de Remove debug from network.c 2023-11-29 14:53:39 -06:00
Mike Black W9MDB 001dd01a10 Fix more compile errors for mingw 2023-11-29 12:53:16 -06:00
Mike Black W9MDB 756fad1c72 Fix compile error on mingw with network.c 2023-11-29 12:47:38 -06:00
Mike Black W9MDB 07f57cfc18 Fix error on ctrl-c of rigctld 2023-11-29 12:45:11 -06:00
Mike Black W9MDB 09ab2819b3 Add better error info to serial error 2023-11-27 11:39:09 -06:00
Mike Black W9MDB 46c16b22a0 Fix compile warning 2023-11-26 12:41:26 -06:00
Mike Black W9MDB 698cb10ff3 Re-enable extra get_freq so see if it fixes timeout problem on IC-7100 2023-11-25 22:33:07 -06:00
Mike Black W9MDB 9c01045356 Fix HOMEPATH for Windows hamlib_settings file 2023-11-25 15:05:42 -06:00
Mike Black W9MDB 9841e500b9 Fix ptt_share segmentation fault
https://github.com/Hamlib/Hamlib/issues/1433
Fix ID5100 0x25 and simplex VFO actions
https://github.com/Hamlib/Hamlib/issues/1429
2023-11-23 15:00:05 -06:00
Mike Black W9MDB f28d674211 Remove unnecessary rig_get_freq 2023-11-22 23:44:15 -06:00
Mike Black W9MDB 5d51e29d44 Fix conf.c to detect const structure 2023-11-22 07:28:05 -06:00
Mike Black W9MDB 15729dfafd Fix segfault in conf.c on TOK_PTT_TYPE 2023-11-22 07:18:55 -06:00
Mike Black W9MDB 41a1da795c Fix build for Apple
https://github.com/Hamlib/Hamlib/issues/1430
2023-11-16 15:42:52 -06:00
Mike Black W9MDB 43545e171a Fix debug statement for mingw 2023-11-16 14:40:25 -06:00