0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A new universial values handling framework introduced. Handles only integers and strings right now, but it is a starter ..; More... over 16 years ago
Eclipse project metas added; More... over 16 years ago
The calling convention for namespaces changed - the namespace hash structure is now fed to the module instead of being created there; More... almost 17 years ago
Brought the design to more sane colors (dark theme); More... almost 17 years ago
Some joyful experimentation with the site design brought this delightful pink .. err thing as a result; More... almost 17 years ago
Added the project's web site to the repository; More... almost 17 years ago
Installation instructions added separately from README.TXT; More... almost 17 years ago
PgSQL namespace is now connecting to the db and reporting connection errors. Also if the connection is lost between requests, it tries a reset; More... almost 17 years ago
The core's status retrieval function is moved from the base template to the core itself; More... almost 17 years ago
Cleared some warnings; More... almost 17 years ago
Cache size is now varying depending on the load and the maximum FD limit; More... almost 17 years ago
Unloading of modules over quota is now working, with the amount of unloaded modules adjusted dynamically, depending on how much over the quota they are (not all excess modules are unloaded at once when the limit drops below the current count - they are graduately phased out during several requests); More... almost 17 years ago
Double linked sorted list, tracking module's usage is implemented within the module's data structure; More... almost 17 years ago
Added hard and soft FD limits to the base cache, the hard limit is set via apache's configuration. They are still not used by the algorithms; More... almost 17 years ago
Changed all APR tables to APR hashes (including the namespace itself); More... almost 17 years ago
Removed the .deps file from repo, as it is generated; More... almost 17 years ago
The namespace module parses GET method's arguments on the URI using re2c and hand-made parser and places them in the namespace; More... almost 17 years ago
Publishing cycle closed; More... almost 17 years ago
Basic template implemented; More... almost 17 years ago
Cleaned TODO items in the mac_base module; More... almost 17 years ago
Cleared single module (namespace, cache) standards; More... almost 17 years ago
Moving up - base namespace and cache handling implemented; More... almost 17 years ago
Changed the build structure a bit - now everything is in the src subdir, web subdir added to be a web home; More... about 17 years ago
Added initial source; More... about 17 years ago