8
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Sep 26, 2024 — Sep 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DIRECTMEMORY-77 : make MemoryManagerServiceWithAllocationPolicyImpl the default MemoryManagerService More... over 14 years ago
DIRECTMEMORY-40, DIRECTMEMORY-70 : add javadoc and comments, put logger in abstract, add feature to close an allocator and release all the held buffers. More... over 14 years ago
DIRECTMEMORY-78 : remove OffHeapMemoryBuffer More... over 14 years ago
DIRECTMEMORY-40, DIRECTMEMORY-70 : separate responsabilities more clearly, set allocation with merging pointers as the default one, add a SLAB's style allocator (fixed buffer size), mark OffHeapMemoryBuffer as deprecated More... over 14 years ago
DIRECTMEMORY-61 : init 10 buffers of 1000 bytes instead of 1000 buffers of 10 bytes More... over 14 years ago
more rat exclusion needed for archetype More... over 14 years ago
add Apache snapshots repository in archetype More... over 14 years ago
add a README in archetype More... over 14 years ago
add an archetype to generate a sample server More... over 14 years ago
sample how to pass serializer as http header More... over 14 years ago
client return the stored size on server too More... over 14 years ago
use a bean rather than Boolean to be able to add more datas in the future More... over 14 years ago
start javadoc More... over 14 years ago
cleanup documentation More... over 14 years ago
add a http header in put response X-DirectMemory-SerializeSize to give information on byte numbers stored on server side. More... over 14 years ago
magnify sample using accordion :-) More... over 14 years ago
add expiresIn sample More... over 14 years ago
sample with deleted remote content entry More... over 14 years ago
fix license header ignore jquery which do not have usual ASF header More... over 14 years ago
js app sample magnify ui :-) More... over 14 years ago
example with putting json string from a javascript app works More... over 14 years ago
http 204 No content if put in cache failed: no pointer, implements client side More... over 14 years ago
http 204 No content if put in cache failed: no pointer More... over 14 years ago
add maven layout for a server webapp sample More... over 14 years ago
not a war but a jar as it users will be able to simply add a dependency and the servlet declaration More... over 14 years ago
use deploy goals for release plugin More... over 14 years ago
pax test tend to create tmp files and never clean them so write those to ${project.build.directory} More... over 14 years ago
fix osgi unit tests More... over 14 years ago
make directmemory version dynamic (upgrading or make release could fail or not test the correct bundle) More... over 14 years ago
fix osgi test compilation make vm debug mode configurable tru cli -Dosgi.debug=true. More... over 14 years ago