Wykres commitów

1996 Commity (bf8bf51bf404e8034088b8ef2dc20ad81ec45911)

Autor SHA1 Wiadomość Data
George Baltz N3GB bf8bf51bf4 Convert some cache references to pointers
Affects issue #1420
2024-02-05 11:28:30 -05:00
Mike Black W9MDB 9bfb0f5f71 Fix bandlist nullification 2024-02-03 23:23:25 -06:00
Mike Black W9MDB b4ec8a427c Fix return value in test_2038
https://github.com/Hamlib/Hamlib/issues/1492
2024-01-30 11:02:05 -06:00
Mike Black W9MDB 8d59c9302f Change test_2038 routine to return error on time_t size==4
Seems ctime might be seg faulting on the test
https://github.com/Hamlib/Hamlib/issues/1492
2024-01-29 07:52:56 -06:00
Mike Black W9MDB d29caa7cad Add debug and null check to test_2038 to see if it solves 32-bit segfault
https://github.com/Hamlib/Hamlib/issues/1492
2024-01-28 09:46:09 -06:00
Mike Black W9MDB 267f30d16b Fix compile warning in rig.c 2024-01-28 09:44:41 -06:00
Mike Black W9MDB 703d86a025 Add example of band_changed.c 2024-01-27 07:31:01 -06:00
Mike Black W9MDB c8e33010f6 Fix 12M band for rig_get_band 2024-01-26 16:58:51 -06:00
Mike Black W9MDB fabfe61a45 Add rig_test_2038 to rig_init so it will show on all systems
https://github.com/Hamlib/Hamlib/issues/1478
2024-01-24 15:48:05 -06:00
Mike Black W9MDB 05033171c3 Change token_t to hamlib_token_t to avoid collsions with libbsm and others
https://github.com/Hamlib/Hamlib/issues/1469
2024-01-21 23:11:55 -06:00
Mike Black W9MDB 2cc68f4773 Fix compilation for mingw DLL 2024-01-21 16:38:19 -06:00
Mikael Nousiainen 8bb5bcefb9 Merge upstream and fix conflicts 2024-01-21 20:59:54 +02:00
Mike Black W9MDB 7d0c737e96 Fix Icom startup with poweron
https://github.com/Hamlib/Hamlib/issues/1480
2024-01-21 11:39:07 -06:00
Mikael Nousiainen 4b3a7514ca Merge upstream and fix conflicts 2024-01-20 13:08:29 +02:00
Mike Black W9MDB d391773622 Ensure transmit vfo is used for rig split 2024-01-19 16:44:04 -06:00
Mike Black W9MDB 761f1d3b00 Add rest of RIG_FUNC_SYNC changes 2024-01-18 09:18:49 -06:00
Mike Black W9MDB df64af4583 Suppress no get_vfo message for Icom rigs.
No hope of getting Icom to ever provide this ability
2024-01-15 11:18:46 -06:00
Mike Black W9MDB 0e5d2cfc48 Fix tx_vfo default in rig.c 2024-01-15 07:33:21 -06:00
Mike Black W9MDB 4d568c782e Speed up rig_band_changed actions for FT991 and perhaps others
Putting the AC001; command immediately after FA freq change make the band change end state occur immediately
2024-01-15 07:28:22 -06:00
Mikael Nousiainen eb7634abfb Merge upstream changes and fix conflicts 2024-01-15 09:24:17 +02:00
Mike Black W9MDB d6689145a0 Make rig_band_changed HAMLIB_API 2024-01-14 23:06:41 -06:00
George Baltz N3GB 7f67363687 Need more parens to work in expressions.
Clean up sticky note items.
2024-01-14 18:13:05 -05:00
George Baltz N3GB 64f69421de Pointerize all the ports in src/rig.c 2024-01-14 18:13:05 -05:00
George Baltz N3GB aa9c3b39ba Convert more files in src/
Leaves only src/rig.c
2024-01-14 18:13:05 -05:00
George Baltz N3GB fddddf1f6f Port conf.c to use access macros
This will need to copy to all deprecated port structures, when the time comes.
2024-01-14 18:13:05 -05:00
George Baltz N3GB 2c85a96309 Add function to get rotator port address(es)
Add ROTPORT2 definitions.
Convert src/rotator.c to use new access.
2024-01-14 18:13:05 -05:00
George Baltz N3GB b0d1eb297f Function to get amplifier port address
Convert src/amplifier.c to new MACROs/access method.
2024-01-14 18:13:05 -05:00
George Baltz N3GB cd1f4d3929 Implement function to get structure address
Add AMPPORT and ROTPORT macros
2024-01-14 18:13:05 -05:00
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
Mikael Nousiainen 051e671bfa Merge upstream changes and fix conflicts. Use snprintf() in most sprintflst.c functions to avoid buffer overflows. 2024-01-04 10:43:15 +02: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