1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libaxl: * [new] updated test files to include test reference used for improvements (test_01a). Added a new test to check entity declaration support (test_18). More... over 18 years ago
libaxl: * [fix] Replacing all instances for AXL_FALSE and AXL_TRUE with false and true and flagging previous values to be deprecated. More... over 18 years ago
xml-rpc-gen: * [fix] fixing a non initialized wriable inside xml_rpc_c_stub_write_native_type. More... over 18 years ago
xml-rpc-gen: * [fix]fixing several compilation errors exposed due to compiling the tool inside the windows platform (it was missing -Wall) from Makefile.am. More... over 18 years ago
libaxl: * [fix] Adding support to produce the windows export file (libaxl.def). Updating Makefile.am and included initial version.
kb
More... over 18 years ago
af-gen: * [new] Updating documentation, fixing references. Added namespace documentation. Updated type modifier section. * [fix] making af-gen to not accept as attribute name: "state". More... over 18 years ago
af-gen: * [new] making af-gen install.pl generation (the database installer) to be built with an interactive option that makes the script to ask for operations to be done. More... over 18 years ago
libafda: * [fix] fixing a double deallocation bug at the session refresh failure notification. It was causing Af-Arch apps to crash if session refresh fails. More... over 18 years ago
libafgs: * [fix] making xml-rpc bridge invocation to set the method call object as the fundation to produce the reply rather than the service representation (AfgsServiceProvided). With this object it is possible to get the previous one. Making this code to be executed before anything inside the service invocation. More... over 18 years ago
xml-rpc-gen: * [fix] fixing several wrong reference to the component name where the lower version is required. Updated source code generation to translation non allowed characters into '_'. Added two new function to support this: More... over 18 years ago
libvortex: * [new] Adding an new function to get current msg-no configured for a given XmlRpcMethodCall object (the BEEP message that was used to transport the request). API added: More... over 18 years ago
libvortex: * [fix] fixing a bug inside vortex_xml_rpc_boot_channel_sync it wasn't properly check the presence for reporting status variable before being used. Also fixed channel notification when it is not created (synchrounous API). More... over 18 years ago
af-gen: * [fix] Making get modules in relation to check if the module being checked is a view, and hence, to check partners module in relation for the main module defined inside the view. More... over 18 years ago
libaxl: * [fix] updating the library API to remove all references to aboolean replaced with bool. More... over 18 years ago
libvortex: * [new] Adding a new function which allows copying an XmlRpcMethodValue from a previous one. API added: More... over 18 years ago
libexarg: * [new] Making exarg library to also support windows arguments: /option. More... over 18 years ago
xml-rpc-gen: * [fix] Fixing a bug which was causing to not generate the services_dispatch.[ch] functions if --disable-main-file option is activated. More... over 18 years ago
logger: * [fix] renamed binary building to af-arch-logger (logger was already used by other programms). More... over 18 years ago
libaxl: * [new] Adding new definitions __AXL_LINE__ and __AXL_FILE__ which are used by axl_return_val_if_fail and axl_return_if_fail to point where is being reported the log (file and line). More... over 18 years ago
libafgs: * [fix] making host name allocation based on any (0.0.0.0) to use that value to bind the TCP socket but, requesting the default hostname to be sent to the central server. This allows remote clients, not located at the same system to reach the server. More... over 18 years ago
af-gen: * [fix] fixing a comment inside backup generated. More... over 18 years ago
af-gen: * [fix] fixing make executable code for the server backup script. More... over 18 years ago
af-gen: * [fix] making backup script generated to not have the final suffix .sh (which makes it cron incompatible). More... over 18 years ago
af-gen: * [new] updating source code generation for backup script for data stored in the postgresql backend for af-arch satellite servers. Now it runs inside the cron and report the result to a configured mail. More... over 18 years ago
libvortex: * [fix] adding additional checks to vortex_channel_next_pending_message. More... over 18 years ago
libvortex: * [new] Adding a new function to the vortex tls API to enable getting the SSL object for a VortexConnection with a TLS session activated. This will allow to vortex client application to implement more features beyond the set already provided by the Vortex API. API added: More... over 18 years ago
libvortex: * [fix] fixing Vortex documentation CSS style to enable viewing function documentation properly. More... over 18 years ago
logger: * [new] Added support to the logger code and its compilation process to use the sysconfdir configuration to store is base configuration and configure the vortex search path to locate it at run time. More... over 18 years ago
libafgs: * [fix] adding some logs to the afgs register process. More... over 18 years ago
af-arch: * [fix] making configure.ac to also configure TLS_SUPPORT_FLAGS, used inside vortex.pc More... over 18 years ago