0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better script to create DB schemas and tables. More... over 11 years ago
Bugfix (of last commit). Changed signatures of Notify() missing modules. More... over 11 years ago
AMux Listeners: Changed signature to "const shared_ptr<Activity> &" which avoids costs of unnecessary ref counting. More... over 11 years ago
Extensions to the posix wrapper for monitoring IPC and more fds. More... over 11 years ago
Wrapper: Taking advantage of activity announcement. Extracted monitoring_namespace_deactivated() into siox_monitoring_namespace_deactivated() to cleanup dependencies. More... over 11 years ago
ActivityMonitor: Protect thread from being monitored by SIOX LD_PRELOAD. More... over 11 years ago
Added optimizer interface to optimize for the current activity. Modifications throughout the optimizer stack. More... over 11 years ago
Synchronous path added which invokes a layer-specific ActivityMultiplexerSync (if any) right before siox_activity_start() completes. Thus it complements the current execution path which is triggered at siox_activity_end(). More... over 11 years ago
Changed OntologyInterface to not return attribute domain and name if created (because we know it). Use ugly pointer stuffing (only working for 64 bit machines) to get rid of previously necessary object on the heap. More... over 11 years ago
Added new SIOX API call siox_activity_begin() which initializes now the activity and siox_activity_start() starts the timer. Added more hooks in siox-skeleton-builder.py to configure templates with higher flexibility. More... over 11 years ago
Adjusted DatabaseTopologyTest for benchmark uses More... over 11 years ago
Minor fiex in DatabaseTopology More... over 11 years ago
Merge branch 'master' of https://github.com/JulianKunkel/siox More... over 11 years ago
Bugfix: ComponentRegistrar now handles missing component numbers in subsections. More... over 11 years ago
POSIX wrapper store errno correctly. More... over 11 years ago
POSIX wrapper. Some cleanup. More... over 11 years ago
Merge branch 'master' of https://github.com/JulianKunkel/siox More... over 11 years ago
Bugfix last commit: Missing init finalize in dlsym. More... over 11 years ago
Wrapper Initialization variable is now set to be true only if the initalization is really completed. More... over 11 years ago
Sleep time fixed. More... over 11 years ago
Merge branch 'master' of ssh://github.com/JulianKunkel/siox More... over 11 years ago
Renamed transactions for better readability. More... over 11 years ago
Merge branch 'master' of https://github.com/JulianKunkel/siox More... over 11 years ago
FileSurveyor: removed user ID which also caused SEGFAULTs. More... over 11 years ago
Comm performance test allow to test ping/pong speed. More... over 11 years ago
ANetFW output numbers of reconnects. More... over 11 years ago
ANetFW now tries to reconnect. More... over 11 years ago
Merge branch 'master' of https://github.com/JulianKunkel/siox More... over 11 years ago
Reporting relative loss. More... over 11 years ago
Bugfix wrong counter of pending messages which lead to discard of messages. More... over 11 years ago