Michael Davidsaver
|
2972bd8205
|
client: add onInit hook
|
2021-06-08 09:45:49 -07:00 |
|
Michael Davidsaver
|
564b9ec2cc
|
client: add Context::connect()
A means of manually (pre)populating
the channel cache.
|
2021-06-08 09:45:49 -07:00 |
|
Michael Davidsaver
|
da004bc54b
|
configurable timeout (with $EPICS_PVA_CONN_TMO)
|
2021-06-08 09:45:49 -07:00 |
|
Michael Davidsaver
|
e5b21535ab
|
server: add EPICS_PVAS_IGNORE_ADDR_LIST
|
2021-06-08 09:45:49 -07:00 |
|
Michael Davidsaver
|
bd7ba0db62
|
simplify GUID printing
|
2021-06-08 09:45:48 -07:00 |
|
Michael Davidsaver
|
94f0065a4d
|
fix beaconSenders locking
|
2021-06-08 09:45:21 -07:00 |
|
Michael Davidsaver
|
0f90531615
|
fix EPICS_PVAS_INTF_ADDR_LIST
|
2021-06-02 14:50:35 -05:00 |
|
Michael Davidsaver
|
a4c06fe423
|
minor
|
2021-06-02 14:47:39 -05:00 |
|
Michael Davidsaver
|
e61df5a371
|
doc
|
2021-05-31 08:05:37 -05:00 |
|
Michael Davidsaver
|
47d8a639be
|
minor
|
2021-05-31 08:05:37 -05:00 |
|
Michael Davidsaver
|
2554b0897f
|
accommodate old autoconf
autoconf circa rhel7 is confused by "AR = ar -rc" from Base.
|
2021-05-18 10:31:45 -07:00 |
|
Michael Davidsaver
|
f31cd81551
|
ci: upload artifacts
|
2021-05-17 09:52:38 -07:00 |
|
Michael Davidsaver
|
8981488cfa
|
minor
|
2021-05-17 09:51:31 -07:00 |
|
Michael Davidsaver
|
6267202fd4
|
doc
|
2021-05-13 08:16:44 -07:00 |
|
Michael Davidsaver
|
af936c0ec3
|
ci: add redhat container builds
|
2021-05-12 08:44:19 -07:00 |
|
Michael Davidsaver
|
286f4a7cf0
|
prepare for 0.1.6
|
2021-05-07 10:52:41 -07:00 |
|
Michael Davidsaver
|
4023aedaec
|
0.1.5
PVXS / ubuntu-20.04/gcc/default/3.14// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/3.15// (push) Cancelled after 0s
PVXS / macos-latest/clang/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0//release-2.0.22-stable (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/static/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.8/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.9/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc-8/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/static/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/clang/default/7.0// (push) Cancelled after 0s
0.1.5
|
2021-05-07 10:16:39 -07:00 |
|
Michael Davidsaver
|
cbcd3ce105
|
log: avoid direct use of stderr
|
2021-05-06 08:46:27 -07:00 |
|
Michael Davidsaver
|
d3979fb56d
|
test log config from environment
|
2021-05-06 08:46:27 -07:00 |
|
Michael Davidsaver
|
3dcf2f59fe
|
fix logger_level_set()
|
2021-05-06 08:46:27 -07:00 |
|
Michael Davidsaver
|
5d64bca234
|
complete change default log level to Warn
|
2021-05-06 08:46:20 -07:00 |
|
Basil Aljamal
|
383f332d20
|
src/conn.cpp: add limits header to fix 'numeric_limits' is not a member of 'std'
|
2021-05-06 08:36:51 -07:00 |
|
Michael Davidsaver
|
3fe93ed92d
|
change default log level to Warn
|
2021-05-04 16:46:41 -07:00 |
|
Michael Davidsaver
|
6c3e5b693c
|
add NTEnum
|
2021-05-04 16:46:41 -07:00 |
|
Michael Davidsaver
|
01745aad72
|
fix shared_array::back() and ::swap()
|
2021-05-04 16:46:41 -07:00 |
|
Michael Davidsaver
|
f0c123ae28
|
init const sharedArray from sequence
"cheat" to allow newly allocated const array
to be initialized from a sequence.
|
2021-05-04 16:46:41 -07:00 |
|
Michael Davidsaver
|
f88733d7c6
|
shared_array: fix assembly from void*
CaptureBase<void> not valid
|
2021-05-04 16:46:41 -07:00 |
|
Michael Davidsaver
|
23004f8912
|
server: don't warn when port 0 requested
cf. 4a6c468f9f
|
2021-05-04 16:46:41 -07:00 |
|
Michael Davidsaver
|
ab30a9430e
|
oops
Doing the opposite of adding randomness...
|
2021-04-21 16:08:10 -07:00 |
|
Michael Davidsaver
|
4a86694605
|
missing includes
|
2021-04-18 18:07:56 -07:00 |
|
Michael Davidsaver
|
251b455e1c
|
Prefer <iosfwd> in public headers
Maybe give some small decrease in compile time for user code.
|
2021-04-18 13:47:01 -07:00 |
|
Michael Davidsaver
|
4a6c468f9f
|
server: warn when falling back to random TCP port
|
2021-04-18 13:46:26 -07:00 |
|
Michael Davidsaver
|
78940d5530
|
config remove duplicates from address lists
|
2021-04-17 10:51:29 -07:00 |
|
Michael Davidsaver
|
93b5708471
|
prepare for 0.1.5
|
2021-04-17 09:30:16 -07:00 |
|
Michael Davidsaver
|
9a334323e5
|
0.1.4
PVXS / ubuntu-20.04/gcc/default/3.14// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/3.15// (push) Cancelled after 0s
PVXS / macos-latest/clang/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0//release-2.0.22-stable (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/static/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.8/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.9/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc-8/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/static/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/clang/default/7.0// (push) Cancelled after 0s
0.1.4
|
2021-04-17 09:11:30 -07:00 |
|
Michael Davidsaver
|
7540825810
|
doc
|
2021-04-17 09:05:17 -07:00 |
|
Michael Davidsaver
|
51bfce2340
|
doc
|
2021-04-15 13:59:04 -07:00 |
|
Michael Davidsaver
|
3a55005609
|
nt: add TimeStamp and Alarm
Add helpers for common time and alarm sub-structures
|
2021-04-15 07:36:28 -07:00 |
|
Michael Davidsaver
|
47a563cac2
|
ticker example multiple PVs
|
2021-04-10 10:44:56 -07:00 |
|
Michael Davidsaver
|
6b78623932
|
sharedpv possible locking issue with concurrent open()/close() vs. post()
Maybe paraonoia...
|
2021-03-16 18:48:28 -07:00 |
|
Michael Davidsaver
|
21d9cb6b1c
|
fix monitor queue locking
|
2021-03-16 18:45:43 -07:00 |
|
Michael Davidsaver
|
acb7156767
|
ci: add ci-core-dumper
|
2021-03-15 08:12:33 -07:00 |
|
Michael Davidsaver
|
32debd3e40
|
prepare for 0.1.4
|
2021-02-20 12:34:36 -08:00 |
|
Michael Davidsaver
|
4143534402
|
0.1.3
PVXS / ubuntu-20.04/gcc/default/3.14// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/3.15// (push) Cancelled after 0s
PVXS / macos-latest/clang/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0//release-2.0.22-stable (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/static/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.8/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.9/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc-8/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/static/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/clang/default/7.0// (push) Cancelled after 0s
0.1.3
|
2021-02-20 12:33:05 -08:00 |
|
Michael Davidsaver
|
b47482e38a
|
fix usage of recvmsg()
control message buf is not meaningful if
recvmsg() has returned an error.
|
2021-02-20 11:46:28 -08:00 |
|
Michael Davidsaver
|
f5af9c7bff
|
minor
|
2021-02-15 09:59:16 -08:00 |
|
Michael Davidsaver
|
c1b5b301c7
|
ci: dev
|
2021-02-15 09:59:16 -08:00 |
|
Michael Davidsaver
|
ba568d1f82
|
prepare for 0.1.3
|
2021-02-12 12:21:28 -08:00 |
|
Michael Davidsaver
|
dfa227d182
|
0.1.2
PVXS / ubuntu-20.04/gcc/default/3.14// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/3.15// (push) Cancelled after 0s
PVXS / macos-latest/clang/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0//release-2.0.22-stable (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/static/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.8/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.9/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc-8/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/static/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/clang/default/7.0// (push) Cancelled after 0s
0.1.2
|
2021-02-12 11:25:36 -08:00 |
|
Michael Davidsaver
|
b38b33db03
|
raise search reply processing limit
Seems pvAccessCPP likes to send lots of individual replies
to our nicely batched search requests.
|
2021-02-12 11:19:46 -08:00 |
|