1890 Commits

Author SHA1 Message Date
1641bd18b4 Update version numbers for release 7.1.1 2020-05-28 15:12:49 -05:00
3cae45128f update release notes 2020-05-20 15:09:00 -07:00
0897836520 ci-scripts 2.3.2 (with appveyor) 2020-04-23 15:16:14 -07:00
8fe018009a testCaProvider: Add build-time switch to use external IOC 2020-04-16 17:26:28 -07:00
febff66eb4 testCaProvider: Show how we start the IOC 2020-04-16 17:26:28 -07:00
9413d97fd5 testCaProvider: Make system(softIoc) OS-independent 2020-04-16 17:26:28 -07:00
3ba6679e67 removed spaces at end of line 2020-04-15 08:17:03 -07:00
40300a12cb replaced tabs with spaces 2020-04-15 08:17:03 -07:00
ef4bf9120e client: fix mixed up CID/SID in CMD_DESTROY_CHANNEL handler
servers send SID then CID
2020-04-07 13:13:23 -07:00
19d868eb7d start CID, SID, and IOID from different non-zero
Help to detect situations where these IDs get mixed up
2020-04-07 13:08:55 -07:00
4ef9c1102b no "invalid bit-set length"
Not actually an error case as BitSet storage is compacted.
2020-03-18 09:35:34 -07:00
245a09a199 client unconditionally clear existingBitSet
When reused (after reconnect) need to clear mask from previous
operation, which may be a different type from a different server
and just happen to have the same number of bits.
2020-03-18 09:35:34 -07:00
208eef0962 Static analysis of epics base during the Codathon at Diamond. 2020-02-17 12:04:43 +00:00
ddc5d261cb #inlcude <pv/refTrack.h> is incorrectly located w.r.t. #define epicsExportSharedSymbols.
The header file imports definitions from pvData into the module.
It does not export from this module.

This causes DLL build problems on Windows.
2020-02-17 12:04:05 +00:00
2c199fe50c Compare float values with a tolerance 2020-02-14 01:18:48 -08:00
aca717aa2a Print more details about how test failed 2020-02-14 01:18:48 -08:00
a597381f83 pvget -V show dependency versions 2020-01-16 16:25:51 -08:00
ee2e159421 update release notes 2020-01-16 09:53:27 -08:00
4c1ed86f96 add pval
List names from all ChannelProviders.
2020-01-16 09:50:34 -08:00
642168efe1 ipAddrToDottedIP() consistent buffer size
IPv4 + port "XXX.XXX.XXX.XXX:12345" is 4*4 + 5 + 1 == 22

rounding up to 24 for no good reason.
2020-01-16 09:22:23 -08:00
068fcf6ab6 pvput fix JSON mode
Broken by 50de6cc58e
2020-01-16 09:16:55 -08:00
0fdd3a7079 bind() error msg buffer too small 2020-01-16 09:16:23 -08:00
094b61274e travis switch to ci-scripts 2019-12-20 10:34:05 -08:00
9a02377b3d pvcall RPC can legally return NULL 2019-12-19 18:46:57 -08:00
7903a736d4 avoid ipAddrToA() 2019-11-24 19:37:08 -08:00
7d7bd4d630 finalize doxygen 2019-11-03 20:06:41 -08:00
a01869bbd0 Incr version and set development flag after release 2019-10-31 17:34:11 -05:00
47e6f61f04 Clear development flag for 7.1.0 release 7.1.0 2019-10-31 17:29:54 -05:00
fa3bb7cea9 Indent sub-bullets by 2 spaces for pandoc gfm 2019-10-31 17:28:58 -05:00
5972306346 release notes for 7.1.0 2019-10-31 10:39:19 -07:00
135bf7265c fully fix AuthorizationRegistry race 2019-10-31 07:43:48 -07:00
e27de1bd28 Fix pvlist loop to query multiple servers 2019-10-28 16:12:23 -05:00
7bc5bc2cbc fix AuthorizationRegistry race
oops.  should only prevent add/remove while iterating,
not concurrent iteration.
2019-10-10 15:12:58 -07:00
f81ebae455 minor log 2019-10-10 15:12:58 -07:00
866b75a36d Tweak pvlist output to make it easier to cut/paste w/o picking up unwanted syntax 2019-09-25 18:35:19 -07:00
8ae4e5513a showauth for other user names 2019-09-12 09:47:23 -07:00
b24afb9d33 osdGetRoles() avoid fault when gid==0
Attempt to detect misbehaving getgrouplist()
fails when user is actually a member of
group 0 (aka. root).

Instead, fill with (gid_t)-1 which seems less likely
to cause problems if erroneously grant.
2019-09-12 09:32:57 -07:00
24e83daaba pvac::Monitor::cancel() don't clear data members
Clearing root, overrun, and changed makes it difficult
to avoid a race during an async. cancel (very common).
2019-09-11 18:05:08 -07:00
710bcde7be rtd-ci: add read-the-docs integration 2019-09-06 11:59:45 +02:00
03b0121021 server fail to start w/ invalid EPICS_PVAS_INTF_ADDR_LIST 2019-08-20 15:53:06 -07:00
89bbe09b02 cleanup unused accessors 2019-08-20 15:53:03 -07:00
1f0841d8d4 release notes 2019-08-20 15:53:01 -07:00
aafb12f562 SharedPV separate close() and disconnect()
Previously, SharedPV::close() and StaticProvider::close()
would both disconnect all active clients, and put the SharedPV
in a closed (untyped) state.

SharedPV::close() remains unchanged.

StaticProvider::close() now only disconnects Channels created
through it, and leaves SharedPVs in the opened state.
2019-08-20 15:52:59 -07:00
50de6cc58e remove 3.14 compatibility 2019-08-20 15:52:56 -07:00
99d66750fb Merge remote-tracking branch 'md/txrxstats'
* md/txrxstats:
  stop testing against Base 3.14
  bytes tx/rx stats per socket and per Operation
2019-08-20 15:52:49 -07:00
c8c3cf4fd8 Update version number to 7.0.1 DEVELOPMENT 2019-08-13 11:10:50 -05:00
936f5d35d8 Update release notes for 7.0.0 7.0.0 2019-07-24 16:08:00 -07:00
a22f866211 mask warnings during shutdown()
On some target (OSX), and interrupted recv() will
return with a a spurious error (EBADF).
2019-07-24 16:08:00 -07:00
50eed1c339 stop testing against Base 3.14 2019-07-15 14:06:06 -07:00
badf14c4fa cleanup and quiet warnings 2019-07-15 14:06:06 -07:00