Commit Graph

1749 Commits

Author SHA1 Message Date
Michael Davidsaver
f87e305733 update release notes 2018-10-30 18:50:28 -07:00
Michael Davidsaver
728822b0e9 drop eget 2018-10-30 17:20:15 -07:00
Michael Davidsaver
a4e78916b7 pvtools: update options message 2018-10-30 17:20:15 -07:00
Michael Davidsaver
c2f386446a fix pvinfo 2018-10-30 17:20:15 -07:00
Michael Davidsaver
6dea9d90cc pvutils rework 2018-10-30 16:25:59 -07:00
Andrew Johnson
39d0706cf1 Fix typo in CAChannelGet class member 2018-10-30 16:19:12 -05:00
Andrew Johnson
ec926282f3 Removed old stuff from README
Provide links to epics-controls and the gh-pages docs on github.io
2018-10-29 18:23:35 -05:00
Andrew Johnson
2b998541ee Merge caProvider changes (PR #131) from mrkraimer
ANJ: Added some items to release_notes.dox
Fixes: Github issue #126
2018-10-29 18:20:50 -05:00
Michael Davidsaver
620b2f70dc update travis-ci 2018-10-29 13:46:17 -07:00
Andrew Johnson
b28e33566b Fix build rule for testCa's testIoc.dbd 2018-10-27 14:29:03 -05:00
Michael Davidsaver
f84774e3ec PVA server earlier check of monitor window
Check window size before attemting poll() as apparently
"spurious" send() is possible.
2018-10-22 14:07:22 -07:00
Michael Davidsaver
3f85f7c2ad cleanup 2018-10-22 10:04:57 -07:00
Michael Davidsaver
6b68f4b045 update release notes 2018-10-18 17:52:56 -07:00
Michael Davidsaver
a486f3d4c7 SharedPV::Handler better defaults 2018-10-18 17:52:56 -07:00
Michael Davidsaver
0473797e6e cleanup outdated 2018-10-18 17:52:56 -07:00
Michael Davidsaver
31ed0b55ec minor 2018-10-18 17:52:56 -07:00
Michael Davidsaver
1b273d3787 deprecate createFileLogger() 2018-10-18 17:52:56 -07:00
Michael Davidsaver
aa2dcd090c rename documentation/*.h -> .dox 2018-10-18 17:52:56 -07:00
Michael Davidsaver
729f16f94e SharedPV move internal names under detail:: 2018-10-18 17:52:35 -07:00
Michael Davidsaver
0a5f8b44db doc 2018-10-18 15:18:00 -07:00
Michael Davidsaver
ac9ebc47ba improper use of rand() w/o RAND_MAX
... with an extra dose of integer modulo thrown in.
2018-10-18 15:18:00 -07:00
Michael Davidsaver
9de8676a6f pvlist debugging 2018-10-18 15:18:00 -07:00
Michael Davidsaver
8d2edc0bb8 Merge commit '731767b086e8146f31c1f9038568e3c852c609f7'
* commit '731767b086e8146f31c1f9038568e3c852c609f7':
  SharedPV fix onFirstConnect() on monitor creation
  SharedPV allow use of Channel::destroy() to trigger onLastDisconnect()
  SharedPV defer onFirstConnect() to first getField/Put/Monitor
  client.h add some exception guards
  more SharedPV rpc state tracking
  more UDP debugging
  fix global string constants
  fix SharedPV allow rpc() while close()'d
  RPC troubleshooting
  minor
  SharedPV too many notifiedConn
  client.h minor
2018-10-08 09:56:37 -07:00
Michael Davidsaver
731767b086 SharedPV fix onFirstConnect() on monitor creation 2018-10-08 07:10:13 -07:00
Michael Davidsaver
9ca7487e29 SharedPV allow use of Channel::destroy() to trigger onLastDisconnect()
Add dead flag to catch double destroy() or use after destroy()
2018-10-07 20:07:40 -07:00
Michael Davidsaver
ed1bd1b962 SharedPV defer onFirstConnect() to first getField/Put/Monitor 2018-10-07 20:07:40 -07:00
Michael Davidsaver
165313d8f5 client.h add some exception guards
These are one shot operations anyway,
and allowing user exceptions to propagate
to core PVA isn't helpful.
2018-10-07 20:07:40 -07:00
Michael Davidsaver
53b95dd336 more SharedPV rpc state tracking
handle re-open() with RPC
2018-10-06 17:55:57 -07:00
mrkraimer
ad1a719604 caProvider.md: just link to html documentation 2018-10-05 10:12:33 -04:00
Michael Davidsaver
f6eeeac649 more UDP debugging 2018-10-04 21:08:15 -07:00
Michael Davidsaver
48770f132f fix global string constants 2018-10-04 21:08:15 -07:00
Michael Davidsaver
605c172d3c fix SharedPV allow rpc() while close()'d
Don't call channelRPCConnect() again during open().

Turns out that a second channelRPCConnect() has
the effect of sending a reply with OK and NULL.
2018-10-04 07:31:01 -07:00
Michael Davidsaver
542d51a215 RPC troubleshooting
something funny is going on
2018-10-03 23:41:30 -07:00
Michael Davidsaver
abc1b448d5 minor 2018-10-03 23:41:30 -07:00
Michael Davidsaver
421d50e3ba SharedPV too many notifiedConn
notifiedConn set more often than it should.
2018-10-03 18:36:32 -07:00
Michael Davidsaver
e67e00c968 client.h minor 2018-10-03 18:36:32 -07:00
mrkraimer
bca188d597 Merge https://github.com/epics-base/pvAccessCPP 2018-10-03 05:54:04 -04:00
Evan J. Smith
30f07f2fb6 Changing default request string to 'field()' 2018-10-02 20:29:02 -07:00
Michael Davidsaver
d4f3abf461 more descriptive UDP logging 2018-10-02 12:52:24 -07:00
Michael Davidsaver
2fec84461d use of CMD_* instead of magic numbers 2018-10-02 12:52:24 -07:00
Michael Davidsaver
e6902ee41f avoid UB in decodeAsIPv6Address()
Order of evaluation within an expression is
undefined behavior.
2018-10-02 12:52:24 -07:00
Michael Davidsaver
4e5aef3e42 SharedPV allow rpc() while close()'d
No reason to prevent this as RPCs need not use
the same type (Structure) as get/put/monitor.
2018-10-02 12:52:24 -07:00
Michael Davidsaver
4296c5e015 more SharedPV::close() 2018-09-27 13:56:13 -07:00
mrkraimer
d7dff7ebbf Merge https://github.com/epics-base/pvAccessCPP 2018-09-27 10:02:46 -04:00
mrkraimer
1204874481 implement field options 2018-09-27 10:02:00 -04:00
Michael Davidsaver
83b2105241 StaticProvider createChannel() avoid possible deadlock
connect() may invoke SharedPV onFirstConnect() callback.
2018-09-26 16:38:22 -07:00
Michael Davidsaver
7ed6f1315f SharedPV::open() less work under lock 2018-09-26 10:31:33 -07:00
Michael Davidsaver
51bc630755 add pvac::ClientChannel::info() 2018-09-26 10:28:18 -07:00
Michael Davidsaver
855335f3b1 client.h guard concurrent callbacks on cancel
cancel() blocks until concurrent callbacks have
completed.  Also serializes any callbacks for each
Operation/Monitor.
2018-09-26 10:28:18 -07:00
Michael Davidsaver
d01421bf30 client.h cleanup 2018-09-26 10:28:18 -07:00