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
af-kenrel: * [fix] commiting last files due to af-gen change.
kb
More... over 18 years ago
af-gen: * [fix] fixing several bugs that was causing to not properly handle internal calls mixed with documentation (af-gen independent format) and source code that has keywords that are also found as internal services at the same module.
kb
More... over 18 years ago
libafgs: * [fix] fixing a bug at the coyote xml rpc into xml-rpc bridge (SimpleData replies).
kb
More... over 18 years ago
libaxl: * [new] More bug fixes and added additional tests to check document references. More... over 18 years ago
libaxl: * [new] First fully working version that support MIXED and CHILDREN element types, including nodes and content, keeping API compatibility, and providing a new API for MIXED access. More function added: More... over 18 years ago
af-gen: * [fix] making the module columns to include the module name and the attribute. More... over 18 years ago
af-gen: * [new] Making af-gen to produce several macros at the server side component that allows to get access to module information, allowing to write more maintainable code: MODULE_NAME, MODULE_COLUMNS and SERVER_NAME, which contains the module name, the module attributes separated by comma element and the server name where the service is running. More... over 18 years ago
libaxl: * [new] General internal update of the axl node module to support the new interface that will allow get access to mixed content: nodes, content, CDATA, PI, entity references and comments. Added a new object abstraction that allows represents mentioned items in an abstract manner: axlItem. API added: More... over 18 years ago
shaper: * [new] commiting shaper folder (starting to importing shaper files into af-arch). More... over 18 years ago
libaxl: * [fix] making dumping attributes to check if the attribute content has ' items so it must be enclosed with \" and viceversa. More... over 18 years ago
libvortex: * [fix] removing call to g_log from vortex_xml_rpc_method_value_free. More... over 18 years ago
libaxl: * [fix] making axl_node_set_content to remove previous content if called twice. More... over 18 years ago
Fix comment in the main Makefile.win.
kb
More... over 18 years ago
af-gen: * [fix] removing program debug info to the console missed on previous commit. More... over 18 years ago
af-gen: * [fix] Adding documentation to the af-gen reference manual to explain how works internal services and internal service invocation. More... over 18 years ago
af-gen: * [new] Updated af-gen supported language to allow defining internal services that acts as callable services from inside other services but that aren't exported by the component. The source code inclusing also detects such calls and format them according to the af-arch service signature. GREAT!!!! More... over 18 years ago
libafdal: * [fix] making logout process at afdal session to dealloc all session info before calling the user code that can also call to terminate the afdal session. More... over 18 years ago
libcoyote: * [new] Added a new function to the coyote dataset API that allows to nullify the content allocated at a particular position inside a CoyoteDataSet. This allows to implement techniques that avoids double allocation/free patterns. API added: More... over 18 years ago
libafdal: * [fix] Making afdal_session module to deallocate and close all connections opened once notified and terminated the logout process, avoiding to keep on creating more and more connections to af-arch servers on applications that performs many login/logout cycles. More... over 18 years ago
libvortex: * [fix] Making __vortex_channel_block_until_replies_are_received to not wait for replies to be received "and processed". The last part of the checking was causing to hang forever if a the user space tried to close the channel from inside the frame received (including the last message received). Added documentation near to the update linking it to the BEEP RFC section. More... over 18 years ago
libafgs: * [new] Added a new function to make more easy to get last ID inserted on a provided table and optionally using a selected connection. API added: More... over 18 years ago
xml-rpc-gen: * [fix] including exarg files directly into the xml-rpc-gen repository. * [fix] fixed a bug which was causing to keep on looping. More... over 18 years ago
libexarg: * [fix] fixing a bug while parsing windows command line arguments /arg, causing to detected file path as arguments when they starts with /. More... over 18 years ago
libexarg: * [fix] Added support to exarg to flag an argument to be non optional. API added: More... over 18 years ago
libexarg: * [fix] Added -ansi option and fixed compiler errors (also test files). More... over 18 years ago
libaxl: * [fix] updated API to include some "const" declarations for those APIs that do not modify the incoming string. More... over 18 years ago
xml-rpc-gen: * [fix] updated tool to conform latest changes introduced at the ExArg API. More... over 18 years ago
exarg: * [fix] fixing some bugs while changing from axl_memcmp to memcmp. More... over 18 years ago
af-gen: * [fix] updated af-gen code to conform API update at LibExArg. More... over 18 years ago
libexarg: * [new] Removed glib dependency from this library allowing to use it without forcing to also link against glib. Written LibExArg internals to remove al glib code and checked that all functions keeps the same. GREAT! More... over 18 years ago