0
I Use This!
Inactive

Commits : Listings

Analyzed 37 minutes ago. based on code collected about 6 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:diirt/pvmanager More... over 9 years ago
Using new github plugin (to see if it fixes current problems) More... over 9 years ago
ported to the latest 3.1.1-SNAPSHOT pvData/pvAccess More... over 9 years ago
core: enabling passive scanning for writes More... over 9 years ago
test: making test more sturdy More... over 9 years ago
core: refactoring pvwriter configuration More... over 9 years ago
*: refactoring reader director to prepare for a single read/write director More... over 9 years ago
core: refactoring pvreader setup More... over 9 years ago
core: fix passive scan More... over 9 years ago
core: remove unused code More... over 9 years ago
core: fix passive scan logging level More... over 9 years ago
core: passive scan fix for really delayed response More... over 9 years ago
core: passive scan fix for extra events More... over 9 years ago
core: using synchronized set instead of CopyOnWrite in the datasource. CopyOnWrite was the main bottleneck when creating many connections. Went down from 65536 connections in 24 seconds to 65536 connections in 0.78 seconds. The main problem was that the growth was exponential and now is closer to linear. More... over 9 years ago
sample: removing old example (was redone better) More... over 9 years ago
sample: removing old useless examples More... over 9 years ago
sample: reviewed the probe example More... over 9 years ago
sample: example to show the actual measure event rate Re-purposed old example that was not so useful now. More... over 9 years ago
sample: moving ca examples/testcases to own package More... over 9 years ago
sample: removing old deadlock testcase (was fixed when all locks were hidden) More... over 9 years ago
sample: removing CAPVFrame (probe supercedes that) More... over 9 years ago
sample: moving the graphene apps in a different package More... over 9 years ago
loc: remove old unsafe tests that used mockito More... over 9 years ago
core: enabling passive scanning for simple pvs. More... over 9 years ago
test: making test more robust More... over 9 years ago
core: re-enabling read timeouts. All tests are passing at this point. More... over 9 years ago
Trying to avoid the peer not authenticated error when deploying to maven central More... over 9 years ago
core: starting to integrate new decouplers still a couple of tests that don't pass, put great overall More... over 9 years ago
core: testing event throttling on slow client More... over 9 years ago
core: testing passive decoupler More... over 9 years ago