Commit Graph

742 Commits

Author SHA1 Message Date
Michael Davidsaver c141478c19 pvxvct print beacons as info (shown by default) 2022-04-05 07:57:16 -07:00
Michael Davidsaver 341c8308e0 quiet warning 2022-04-05 07:57:16 -07:00
Michael Davidsaver c2f1f13bb3 server: fix beacons TX on Linux 2022-04-05 07:57:16 -07:00
Michael Davidsaver bd9fcd8586 add testwild
test behavior when binding to ipv4/6 wildcard interfaces
2022-04-05 07:57:16 -07:00
Michael Davidsaver a9aad63292 server: OS specific handling of 0.0.0.0 and :: 2022-04-05 07:57:16 -07:00
Michael Davidsaver e809da219d evsocket::ipstack 2022-04-05 07:57:16 -07:00
Michael Davidsaver 1be0477ee6 evsocket::canIPv6 once 2022-04-05 07:57:16 -07:00
Michael Davidsaver 89fd1bba7a server: 0.0.0.0 -> :: promotion is Linux specific 2022-04-05 07:57:16 -07:00
Michael Davidsaver 8fb7956ca1 evsocket::bind() 2022-04-05 07:57:16 -07:00
Michael Davidsaver 9b4ea35834 testget cover AF_INET6 2022-04-05 07:57:16 -07:00
Michael Davidsaver 8e56972dbc testsock check bind() order behavior for ipv4/6 2022-04-05 07:57:16 -07:00
Michael Davidsaver d0b62d695f udp_collector: fix listener filtering 2022-04-05 07:57:16 -07:00
Michael Davidsaver 6d8ec570b6 Add pvxmshim 2022-04-05 07:57:16 -07:00
Michael Davidsaver 5d61ed75bf minor logging 2022-04-05 07:57:16 -07:00
Michael Davidsaver df4289b4e6 IPv6+mcast support 2022-04-05 07:57:16 -07:00
Michael Davidsaver 1040e87f39 add SockAddr::isMCast() and capacity() 2022-04-05 07:57:16 -07:00
Michael Davidsaver 923c423055 epicsThreadOnce() wrapper
Ensure exceptions are propagated
2022-04-05 07:57:16 -07:00
Michael Davidsaver 7a65a85c99 client: add discover() and pvxlist 2022-04-05 07:57:16 -07:00
Michael Davidsaver d77ef29b53 quiet warning 2022-04-05 07:57:16 -07:00
Michael Davidsaver bd9c3cc338 UDPListener add mcast 2022-04-05 07:57:16 -07:00
Michael Davidsaver 47ebfd5371 Accept CMD_ORIGIN_TAG
Implement local mcast hack
2022-04-05 07:57:16 -07:00
Michael Davidsaver 290b565203 minor 2022-04-05 07:57:16 -07:00
Michael Davidsaver f67f27e96b Portable capture of destination interface and IP address
Use recvmsg() and control messages IP_PKTINFO (Linux, OSX, Windows)
or IP_ORIGDSTADDR and IP_RECVIF (RTEMS w/ libbsd) to find the
index of the logical interface through which a UDP packet was received,
and the destination address from the IPv4 header.

Also, clear IP_MULTICAST_ALL on Linux to disable non-compliant legacy brokenness
and receive only those multicasts we are interested in.
2022-04-05 07:57:16 -07:00
Basil Aljamal fe6974025a Add missing <limits> header 2022-03-25 07:42:29 -07:00
Bruno Martins 344a96207f Fix pvxsl: serv->getSource needs order argument 2022-03-25 07:38:33 -07:00
Bruno Martins 5256d52b3c Add dependency on pvxsIoc.dbd to the docs 2022-02-20 18:30:33 -05:00
Michael Davidsaver 4ef739ea5f ci: drop centos 8
The centos:8 docker image has disappeared.
2022-01-31 11:06:01 -08:00
Michael Davidsaver 4697055b92 note on MSVC __VA_ARGS__ weirdness 2022-01-31 11:06:01 -08:00
Michael Davidsaver 964da05ef2 Revert "accommodate gcc vs. msvc handling of empty __VA_ARGS__"
This reverts commit f7dd311daa.
2022-01-31 11:06:01 -08:00
Michael Davidsaver f7dd311daa accommodate gcc vs. msvc handling of empty __VA_ARGS__ 2022-01-28 08:42:18 -08:00
Michael Davidsaver dfb8b953fb clarify some client/server connection log messages 2022-01-28 08:42:01 -08:00
Michael Davidsaver 45a4bc8f05 prepare for 0.2.3 2022-01-28 08:42:01 -08:00
Michael Davidsaver 46d7bfaeb8 0.2.2
PVXS Python / win64 3.10 (push) Failing after 1s
PVXS Python / win64 3.5 (push) Failing after 0s
PVXS Python / win64 3.6 (push) Failing after 0s
PVXS Python / win64 3.7 (push) Failing after 0s
PVXS Python / win64 3.8 (push) Failing after 1s
PVXS Python / win64 3.9 (push) Failing after 0s
PVXS EPICS / Linux centos 7 (push) Failing after 2s
PVXS EPICS / Linux centos 8 (push) Failing after 1s
PVXS EPICS / Linux fedora 34 (push) Failing after 1s
PVXS Python / linux64 test (push) Failing after 1s
PVXS Python / linux 2.7 i686 (push) Failing after 7s
PVXS Python / linux 2.7u i686 (push) Failing after 7s
PVXS Python / linux 3.5 i686 (push) Failing after 7s
PVXS Python / linux 3.6 i686 (push) Failing after 7s
PVXS Python / linux 3.7 i686 (push) Failing after 8s
PVXS Python / linux 3.8 i686 (push) Failing after 7s
PVXS Python / linux 3.9 i686 (push) Failing after 8s
PVXS Python / linux 2.7 amd64 (push) Failing after 7s
PVXS Python / linux 2.7u amd64 (push) Failing after 8s
PVXS Python / linux 3.5 amd64 (push) Failing after 7s
PVXS Python / linux 3.6 amd64 (push) Failing after 7s
PVXS Python / linux 3.7 amd64 (push) Failing after 8s
PVXS Python / linux 3.8 amd64 (push) Failing after 8s
PVXS Python / linux 3.10 amd64 (push) Failing after 7s
PVXS Python / linux 3.9 amd64 (push) Failing after 10s
PVXS Python / osx 3.10 intel (push) Cancelled after 0s
PVXS EPICS / vs2019 static (push) Cancelled after 0s
PVXS Python / osx 2.7 intel (push) Cancelled after 0s
PVXS EPICS / Native Linux with 3.14 (push) Cancelled after 0s
PVXS EPICS / Native Linux with 3.15 (push) Cancelled after 0s
PVXS EPICS / Native Linux with clang (push) Cancelled after 0s
PVXS EPICS / OSX (push) Cancelled after 0s
PVXS EPICS / Native Linux (WError) (push) Cancelled after 0s
PVXS EPICS / Cross mingw64 DLL (push) Cancelled after 0s
PVXS EPICS / RTEMS5 (push) Cancelled after 0s
PVXS EPICS / Native Linux with libevent stable (push) Cancelled after 0s
PVXS EPICS / Cross mingw64 static (push) Cancelled after 0s
PVXS EPICS / vs2019 DLL (push) Cancelled after 0s
PVXS Python / osx 3.6 intel (push) Cancelled after 0s
PVXS Python / osx 3.7 intel (push) Cancelled after 0s
PVXS Python / osx 3.8 intel (push) Cancelled after 0s
PVXS Python / osx 3.9 intel (push) Cancelled after 0s
0.2.2
2022-01-24 10:01:42 -08:00
Michael Davidsaver f7e5f3c127 py: add 3.10 builds 2022-01-13 10:50:18 -08:00
Michael Davidsaver 97b519a672 ci: really avoid building numpy 2022-01-13 10:50:18 -08:00
Michael Davidsaver b3fff7bb92 ci: avoid building numpy 2021-12-12 22:18:39 -08:00
Michael Davidsaver f749b5ee39 minor cppcheck 2021-10-28 10:04:25 -07:00
Michael Davidsaver 49144445f7 minor 2021-10-28 10:04:25 -07:00
Michael Davidsaver e9fb58b19e py: missing strict epicscorelibs dep. 2021-10-14 17:44:19 -07:00
Michael Davidsaver 36c21b52a2 py 0.2.2a2 2021-10-12 21:35:14 -07:00
Michael Davidsaver 19eb350c0d Add release notes/scripts 2021-10-03 11:29:48 -07:00
Michael Davidsaver f16a0c408e prepare for 0.2.2 2021-10-03 10:29:20 -07:00
Michael Davidsaver 300df47e83 doc 2021-10-03 10:20:32 -07:00
Michael Davidsaver 81782bee5e 0.2.1
PVXS Python / win64 3.5 (push) Failing after 1s
PVXS Python / win64 3.6 (push) Failing after 0s
PVXS Python / win64 3.7 (push) Failing after 1s
PVXS Python / win64 3.8 (push) Failing after 0s
PVXS Python / win64 3.9 (push) Failing after 0s
PVXS EPICS / Linux centos 7 (push) Failing after 2s
PVXS EPICS / Linux centos 8 (push) Failing after 1s
PVXS EPICS / Linux fedora 34 (push) Failing after 2s
PVXS Python / linux64 test (push) Failing after 1s
PVXS Python / linux 2.7 i686 (push) Failing after 7s
PVXS Python / linux 2.7u i686 (push) Failing after 7s
PVXS Python / linux 3.5 i686 (push) Failing after 7s
PVXS Python / linux 3.6 i686 (push) Failing after 7s
PVXS Python / linux 3.7 i686 (push) Failing after 7s
PVXS Python / linux 3.8 i686 (push) Failing after 7s
PVXS Python / linux 3.9 i686 (push) Failing after 7s
PVXS Python / linux 2.7 amd64 (push) Failing after 7s
PVXS Python / linux 2.7u amd64 (push) Failing after 7s
PVXS Python / linux 3.5 amd64 (push) Failing after 7s
PVXS Python / linux 3.6 amd64 (push) Failing after 7s
PVXS Python / linux 3.7 amd64 (push) Failing after 7s
PVXS Python / linux 3.8 amd64 (push) Failing after 7s
PVXS Python / linux 3.9 amd64 (push) Failing after 7s
PVXS Python / osx 3.6 intel (push) Cancelled after 0s
PVXS EPICS / vs2019 static (push) Cancelled after 0s
PVXS Python / osx 2.7 intel (push) Cancelled after 0s
PVXS EPICS / Native Linux with 3.14 (push) Cancelled after 0s
PVXS EPICS / Native Linux with 3.15 (push) Cancelled after 0s
PVXS EPICS / Native Linux with clang (push) Cancelled after 0s
PVXS EPICS / OSX (push) Cancelled after 0s
PVXS EPICS / Native Linux (WError) (push) Cancelled after 0s
PVXS EPICS / Cross mingw64 DLL (push) Cancelled after 0s
PVXS EPICS / RTEMS5 (push) Cancelled after 0s
PVXS EPICS / Native Linux with libevent stable (push) Cancelled after 0s
PVXS EPICS / Cross mingw64 static (push) Cancelled after 0s
PVXS EPICS / vs2019 DLL (push) Cancelled after 0s
PVXS Python / osx 3.7 intel (push) Cancelled after 0s
PVXS Python / osx 3.8 intel (push) Cancelled after 0s
PVXS Python / osx 3.9 intel (push) Cancelled after 0s
0.2.1
2021-10-03 10:05:10 -07:00
Michael Davidsaver 2ab08c115b sharedpv: fix race w/ subscribers list 2021-09-21 19:13:59 -07:00
Michael Davidsaver 8ed998a896 sharedpv: fix race w/ current
Don't allow current Value to become queued,
where it would be accessed w/o SharedPV::lock
2021-09-21 19:13:59 -07:00
Michael Davidsaver 85285546b2 fix Subscription::shared_from_this()
was leaking internal ref. which had to be disposed on client worker
2021-09-13 19:24:07 -07:00
Michael Davidsaver 0e2a5ff2a6 avoid pvxmonitor hang on interrupt 2021-09-13 19:24:07 -07:00
Michael Davidsaver bbfa429c72 change up client rawRequest()
.rawRequest(Value()) is a no-op.
A truly empty request structure makes no sense.
2021-09-13 19:24:07 -07:00
Michael Davidsaver e474d5cde8 doc 2021-09-13 19:24:07 -07:00