1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GZIP compression/decompression made optional and based on Cloudstore-Content-Encoding request's header More... over 9 years ago
Tried sth. & reversed it - leaving comments that might become helpful.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Notifying server when closing LocalServerClient to prevent unnecessary timeouts when closing the app cleanly. * Suppress warning message in ReflectionUtil when not debug logging is disabled.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Solved timeout problem in inverse-direction-RPC in LocalServer protocol by introducing DelayedMethodInvocationResponse on the InverseInvoker-side. * Introduced fast-failure by introducing Inverseinvoker.diedOfTimeout (if it died already, there's no need to wait for yet another timeout). * Extended PropertyChangeListenerJanitor to replace PropertyChangeListeners by proxies catching+logging exceptions (instead of escalating).
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Renamed ReferenceCleaner to ReferenceJanitor, because it has more advanced work to do than just cleaning only ;-) * Finished implementing first version of PropertyChangeListenerJanitor (it does not yet proxy the listeners for fault-tolerance, but it already unregisters them). * Implemented WeakIdentityHashMap. * Implemented WeakPropertyChangeListener and corresponding PropertyChangeUtil.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Added javadoc. * Added log messages for analysing LocalServer-method-invocation bug. * Started ReferenceCleaner framework and PropertyChangeListenerCleaner implementation.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Changed protocol of LocalServer: Reduced socket-read-timeout to only 3 minutes and introduced "DelayedMethodInvocationResponse" instead.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Merge branch 'master' of https://github.com/cloudstore/cloudstore More... over 9 years ago
@NotThreadSafe annotation instead of synchronization for CloudStoreRestClientTest More... over 9 years ago
Further performance optimisation.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Increased timeout from 15 to 60 minutes.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Moved @NoObjectRef into c.c.c.core to avoid dependency onto ls stuff when only an annotation is needed.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Fixed JavaNativeWithObjectRefMessageBodyWriter.NoObjectRefAnalyser.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Added a few useful methods to StringUtil.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Introduced BeanSupport and AbstractBean.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Added missing null-check. * Using import static instead of prefixing static method again and again.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Made IOUtil.replaceTemplateVariables(...) work recursively, i.e. resolve variables inside variable-values, too.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
base class for tests that use jmockit More... over 9 years ago
* Added UidList. * Made a few constructors protected for extensibility.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Changed implementation of compareInputStreams(...).
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Switched from fixed args to var-args for convenience reasons.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
cosmetics More... over 9 years ago
suppress http compliance validation merged More... over 9 years ago
#48 + refactoring of CloudStoreRestClient More... over 9 years ago
#48 + refactoring of CloudStoreRestClient More... over 9 years ago
Switched visibility to protected/public for extensibility.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Allow PUT without entity.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Switched from POST to PUT, because the operation is idempotent.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Minor changes for better extensibility.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
More method invocations in test.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago