3
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replace trunk with modules branch More... over 3 years ago
Prepare for River 3.0.1 release, update docs, release notes and versions. More... almost 7 years ago
Prepare for River 3.0.1 release, update docs, release notes and versions. More... almost 7 years ago
Prepare for River 3.0.1 release, update docs, release notes and versions. More... almost 7 years ago
Prepare for River 3.0.1 release, update docs, release notes and versions. More... almost 7 years ago
Prepare for River 3.0.1 release, update docs, release notes and versions. More... almost 7 years ago
Prepare for River 3.0.1 release, update docs, release notes and versions. More... almost 7 years ago
RIVER-447 Leaked Executor Service Threads in LoadClass More... over 7 years ago
Minor change to build script, reminder for future work. More... over 7 years ago
port is type int, not short, cast discoveryPort to int. More... almost 8 years ago
PrivateCredentialPermission, when created using it's public constructor, behaves as per the expected Permission api, however instances created by the Java runtime, truncate Principal information from the getName() method. This work around ensures that River's Policy provider behaves as expected. More... almost 8 years ago
Revert breaking changes to protected api. The changes to RemoteEvent's were originally made to ensure safe publication of remote events, while debugging race conditions. It was suspected that the sequence id of RemoteEvent's were being read as their default value, causing the event to be ignored. RemoteEvent's can still be published safely, by ensuring a reference to the RemoteEvent, is final, volatile, or a value in a concurrent collection, or read while synchronized or using a lock. More... almost 8 years ago
Critical patch: More... about 8 years ago
Critical patch: More... about 8 years ago
Critical patch: More... about 8 years ago
There is one class in the 'class-depend' tool that is based on code from 'asm-examples'. As such, this commit adds the INRIA license back into the LICENSE file. More... about 8 years ago
The generated release artifacts for the 2.2 branch are now only the source and documentation artifacts, and do not include the release tooling like 'roll_release.sh'. Those files are only used by the release manager, so shouldn't be in the source distribution. More... about 8 years ago
Apply Dan Rollo's patch to remove '-server' jvm arg from qaDefaults.properties. More... over 8 years ago
Remove duplication of NOTICE and LICENSE files. More... over 8 years ago
Getting closer to having a clean release artifact... More... over 8 years ago
doap_river.rdf is not specific to the jtsk and shouldn't be in the jtsk trunk repository. More... over 8 years ago
Signature verification is temporarily disabled, until we can get the signatures from More... over 8 years ago
Downloadable test libraries now go into 'deps-lib/test' rather than 'test/lib'. More... over 8 years ago
There's now a little more success in executing the 'hudson-ci' target with the downloaded dependencies, but signature verification is still not up and running. Hence the Jenkins jobs that run 'ant verify' will fail. Reason is that the animal-sniffer signatures are not downloading properly yet. More... over 8 years ago
test/lib is also deleted - replaced by Ivy downloads. More... over 8 years ago
dep-libs has been removed. In its place we download the required More... over 8 years ago
Remove calls to examples build. More... over 8 years ago
Examples/hello was deleted and examples/README added to point to the river-examples project. More... over 8 years ago
deploy_river.groovy now has '-install' and '-dryrun' options, as well as '-help'. It's More... over 8 years ago
Remove thread stack size hint from ThreadPool, consider making this tunable. More... over 8 years ago