1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libaxl: * [fix] removing unnecessary includes from axl decl module. More... over 18 years ago
libaxl: * [new] Added support two new function to the axl hash API that allows to create a hash that store values using integers as keys. More... over 18 years ago
libaxl: * [fix] making axl hash module to only include those headers used by the axl module, allowing to make this module to be used by other projects. More... over 18 years ago
[no comment] More... over 18 years ago
libaxl: * [fix] fixed the bug caused by placing a comemnt just before a text content inside a node. Added test case test_21. More... over 18 years ago
af-kernel: * [fix] updated startup check done inside af-kernel server to get the service hash and use it to check if all services exported are installed. More... over 18 years ago
af-kerne,idls,libafdal-af-kernel,libafdal-af-kernel-sharp: * [new] Added a new service that allows to get the user identification from the user login. Commiting updated files for all components updated. More... over 18 years ago
libafdal-af-kernel: * [fix] Updated Makefile.am to include latest files generated by af-gen. More... over 18 years ago
libaxl: * [fix] fixed a bug inside axl_hash_internal_lookup which wasn't checking for hash and key references received before operating. More... over 18 years ago
libvortex: * [fix] making common reply code to check application level replies, avoiding to reply several times to the same msgno, making __vortex_channel_common_rpy to not hang but drop an error log. (only done for RPY and ERR). More... over 18 years ago
libaxl: * [fix] fixed a bug inside axl_node_anotate_get, which wasn't checking for node and key reference received.
kb
More... over 18 years ago
libaxl: * [fix] Fixed a bug inside axl_node_set_content_ref which was making the node content to be lost if set twice (memory leak). Added initial test to get support for mixed content (test_21). More... over 18 years ago
libaxl: * [fix] making axl stream to not process more items than the one supported at the axl_stream_get_untilv_wide (MAX_INSPECTED_CHUNKS). Updated minimum from 10 to 30. More... over 18 years ago
af-kenrel: * [fix] updated af-kernel schema due to af-gen update (now by default string values are represented with varchar, previously were using varchar(250)). More... over 18 years ago
libvortex: * [new] Extending XML-RPC API to include a function to stringify a method value containing basic values (int, string, boolean, double) and making vortex_xml_rpc_method_response_stringify to use it. API added: More... over 18 years ago
libaxl: * [new] Adding new API to allow performing a foreach function for a provided stack configuring three user defined pointers. API added: More... over 18 years ago
libexarg: * [new] Added a new function that allows simulate command line options defined by the user. This function register the value and the option to be defined as the user was provided the value at the command prompt. API added: More... over 18 years ago
libafdal-af-kernel: * [fix] commiting missing files (update due to new Af-Arch security model). More... over 18 years ago
af-arch: * [fix] Fixing a missing backslash inside main Makefile.am that was causing to not compile several components. More... over 18 years ago
libaxl: * [fix] fixed a bug inside axl_stream_get_untilv_wide which was causing to read one byte outside stream memory (before the stream begins in memory) on pre-buffer operations. More... over 18 years ago
libaxl: * [fix] moving axl_strdup_printf and axl_strdup_printfv macro declarations to axl_stream header, inside axl string module section. More... over 18 years ago
libaxl: * [fix] Updted axl doc iteration API to allow removing nodes from inside the foreach notification process. Now handlers used for such process are update with one boolean variable that allows to notify that the node was removed. API changed: More... over 18 years ago
libaxl: * [new] Making a documentation separation from those function used by the axl stream to perform streaming and those ones used to string manipulation. More... over 18 years ago
libaxl: * [fix] updated NODE_CMP_NAME documentation to use true and false as default values for comparisions. More... over 18 years ago
libaxl: * [fix] freeing anotated data associated to the node and extending a bit more test_20 (test reference test_01). More... over 18 years ago
libaxl: * [fix] commiting missin file for test 20. More... over 18 years ago
libaxl: * [fix] fixed axl anotation api (init hash was failing). Added regression test for this. Updated API to not include searching inside the axl doc. More... over 18 years ago
libaxl: * [fix] added a new test to check axl_node_copy function (test_20) and added some checks for new APIs inside axl node. More... over 18 years ago
af-gen: * [fix] making SQL code generation to not place a default varchar limit to 250. From an efficiency perspective it is the same varchar. If the user place the limit, it is configured at the SQL schema as usual. More... over 18 years ago
libaxl: * [new] Extended axl hash API to include two new foreach function to support three and four user defined parameters to be passed in to the foreach function. Added a function to allow performing a copy of a hash provided. More... over 18 years ago