|
5b333922d5
|
6.1.2
6.1.2
|
2019-04-17 14:12:16 -07:00 |
|
|
eec3efd36a
|
doxygen
|
2019-04-17 13:45:53 -07:00 |
|
|
8415a125d9
|
minor
|
2019-04-17 09:38:37 -07:00 |
|
|
3fa1e83b55
|
avoid redundant sockaddr -> string
|
2019-04-17 09:35:43 -07:00 |
|
|
a697008f13
|
demagic
|
2019-04-17 09:35:43 -07:00 |
|
|
31a7b66575
|
MonitorFIFO relax state requirements for post()
post() while close()d can be a no-op. Simplify async. close().
May indicate a race with open(), which will fail on type change.
|
2019-04-17 09:35:43 -07:00 |
|
|
b3b1e0b2c5
|
Have env tryGetPropertyAsString() ck for ENV_PARAM default.
|
2019-04-17 09:34:54 -07:00 |
|
|
78410499f0
|
6.1.1
6.1.1
|
2019-03-18 11:22:15 -07:00 |
|
|
5b7b865965
|
release notes
|
2019-03-18 09:03:19 -07:00 |
|
|
77a7d53f62
|
Add MonitorFIFO::getRequester()
|
2019-03-17 19:31:09 -07:00 |
|
|
b462d82b18
|
pvinfo show peerName
|
2019-03-17 19:30:49 -07:00 |
|
|
ea149f6292
|
pvac Add ConnectEvent::peerName
|
2019-03-17 19:30:46 -07:00 |
|
|
663146f2e7
|
update release notes
|
2019-03-11 14:34:58 -07:00 |
|
|
754a1d2b08
|
pvtools main() catch
|
2019-03-04 18:01:33 -08:00 |
|
|
936f8add27
|
pvcall fix array args
|
2019-02-21 08:52:55 -08:00 |
|
|
5b14bbef5a
|
drop display.format
|
2019-02-19 19:58:47 -08:00 |
|
|
37cb765ed5
|
minor log message
|
2019-02-19 19:58:33 -08:00 |
|
|
22622e91a9
|
server: detect duplicate channelCreated() calls
|
2019-02-19 19:58:13 -08:00 |
|
|
d52d8cf5d4
|
pva/server.h allow createChannel() to return NULL
|
2019-02-19 19:55:58 -08:00 |
|
|
31d98fc965
|
attempt to please MSVC
Seems not to elide some calls to
Configure::operator=()
|
2019-01-12 14:31:19 -08:00 |
|
|
3b4a52a360
|
remove usage of NoDefaultMethods
|
2019-01-12 12:02:25 -08:00 |
|
|
09354041dc
|
minor c++11
|
2019-01-12 12:02:25 -08:00 |
|
|
0d1ba091a2
|
remove unused, and un-useful, IP address utils
|
2019-01-12 12:02:25 -08:00 |
|
|
d48971dbb9
|
BlockingUDPConnector cleanup
remove unused options and arguments. Avoid alloc.
|
2019-01-12 12:02:25 -08:00 |
|
|
5e79342219
|
Update and unify README.md
6.1.0
|
2018-12-17 15:37:57 -06:00 |
|
|
be3729cdb1
|
oops
|
2018-12-08 18:45:30 -08:00 |
|
|
81af0d72e8
|
client.h monitor missing NULL test
|
2018-12-08 17:50:09 -08:00 |
|
|
eb8be48807
|
preemptive dllimport
|
2018-12-08 17:50:09 -08:00 |
|
|
eaf422669b
|
Fix Windows symbol decorations in src/client implementation
|
2018-11-28 13:29:32 -06:00 |
|
|
8043bab458
|
6.1.0
|
2018-11-26 10:40:44 -08:00 |
|
|
93a83ffa7e
|
don't install testServer et. al
Not really something most end users care about.
So don't clutter up the install tree. Continue
to build, but not run as, tests.
|
2018-11-26 10:40:44 -08:00 |
|
|
095011d013
|
note
|
2018-11-26 10:40:43 -08:00 |
|
|
0959f9be88
|
use epicsGuard
|
2018-10-31 09:21:23 -07:00 |
|
|
f87e305733
|
update release notes
|
2018-10-30 18:50:28 -07:00 |
|
|
728822b0e9
|
drop eget
|
2018-10-30 17:20:15 -07:00 |
|
|
a4e78916b7
|
pvtools: update options message
|
2018-10-30 17:20:15 -07:00 |
|
|
c2f386446a
|
fix pvinfo
|
2018-10-30 17:20:15 -07:00 |
|
|
6dea9d90cc
|
pvutils rework
|
2018-10-30 16:25:59 -07:00 |
|
|
39d0706cf1
|
Fix typo in CAChannelGet class member
|
2018-10-30 16:19:12 -05:00 |
|
|
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 |
|
|
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 |
|
|
620b2f70dc
|
update travis-ci
|
2018-10-29 13:46:17 -07:00 |
|
|
b28e33566b
|
Fix build rule for testCa's testIoc.dbd
|
2018-10-27 14:29:03 -05:00 |
|
|
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 |
|
|
3f85f7c2ad
|
cleanup
|
2018-10-22 10:04:57 -07:00 |
|
|
6b68f4b045
|
update release notes
|
2018-10-18 17:52:56 -07:00 |
|
|
a486f3d4c7
|
SharedPV::Handler better defaults
|
2018-10-18 17:52:56 -07:00 |
|
|
0473797e6e
|
cleanup outdated
|
2018-10-18 17:52:56 -07:00 |
|
|
31ed0b55ec
|
minor
|
2018-10-18 17:52:56 -07:00 |
|
|
1b273d3787
|
deprecate createFileLogger()
|
2018-10-18 17:52:56 -07:00 |
|