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
libvortex: * [fix] changing DTD file definition xml-rpc-listener-conf.dtd to vortex-listener-conf.dtd and updating its content to be usable for general purpose listeners. More... over 18 years ago
libaxl: * [new] Adding a new function to allow setting CDATA content for a selected node. API added: - axl_node_set_cdata_content More... over 18 years ago
libafgs: * [new] Adding support for new configuration items to enable afdal logger module for af-arch servers. Updated all internal source code to detect and activate the logger code. New items added to the afgs config: More... over 18 years ago
libafdal: * [new] adding new module to support remove log reporting to a central logger: afdal-logger. This new module will allow to get process internal log information on a remote station. API added: - afdal_logger_conf - afdal_logger_enable - afdal_logger_is_enabled - afdal_logger_send_log More... over 18 years ago
libvortex: * [fix] making vortex sequencer to not sequence new received packages if there are pending ones to be sequenced for the same channel. More... over 18 years ago
libvortex: * [fix] making SASL EXTERNAL mechanism to properly work. It was defined all stuf but the validation handler wasn't called. Implemented change using both validation handlers extended and previous. More... over 18 years ago
libvortex: * [new] API patch [318] providing an extended API to SASL authentication functions. Now they can receive an user defined pointer. Thanks goes to Milton Yates. API added: More... over 18 years ago
af-gen: * [new] adding support for a new language construction that will allow adding services and relations for modules, even being those modules already defined: More... over 18 years ago
libaxl: * [fix] making axl_doc_set_root function to also configure the document that is containing the node configured. More... over 18 years ago
idls, af-kernel: * [new] adding a new set of services to starting to implement the profile concept associated to a particular af-user. Services added: More... over 18 years ago
libvortex: * [fix] fixing a double-unrefering problem at the vortex sequencer module. Under heavy load, the vortex sequencer unref many times the same connection, while resequencing messages. More... over 18 years ago
libvortex: * [fix] adding .def definition file (export symbols for windows) and modifying Makefile.am to generate this file. More... over 18 years ago
libvortex: * [fix] making vortex_frame_readline to check vortex_connection_ok to avoid dropping messages if the connection have been detected to be closed. More... over 18 years ago
libvortex: * [new] added support to xml-rpc-gen tool to be able to parse C comments (/* .. */) and C++ comments (//..) inside IDL definitions. More... over 18 years ago
libvortex: * [new] replacing all calls to g_log with vortex_log. Added support to compilation process to remove/disable all calls to perform a console log. Updated configure.ac and Makefile.am inside src/ directory. More... over 18 years ago
libafdal: * [fix] making log handling to be placed/installed just after coyote_init execution. More... over 18 years ago
libcoyote: * [fix] removing some console log reporting at coyote_xml_init which wasn't necessary. More... over 18 years ago
coyote-sharp: * [fix] Fixing Makefile.am, which was adding a reference to gtk-sharp (it wasn't in use). More... over 18 years ago
idls: * [fix] updating profile module definition to include a description field. More... over 18 years ago
af-gen: * [fix] updating tool to create a more sophisticated version for install.pl file included as installer for af-arch server's database. Now it includes two new options to avoid creating the database and to use a non-commited version for the SQL schema allowing to install only those missing pieces. More... over 18 years ago
idls: * [fix] fixing service for permissions listing, associated to a given user. It wasn't returning all columns. More... over 18 years ago
libvortex: * [fix] making vortex_init to use the default GLib log handling if detected that the log source domain is not vortex and the log is deativated. More... over 18 years ago
af-kernel, idls: * [fix] making edit service for af-users, to not update the user password. The service is used to notification data changes and password management is done through two other services. Making also the service to check if the nick change is not already used by other user. More... over 18 years ago
libvortex: * [new] Extending on close connection notification API for a function signature that also receives a user defined pointer. API added: More... over 18 years ago
libvortex: * [fix] fixing a seg fault while compiling an XML-RPC interface definition that returns an string. More... over 18 years ago
libvortex: * [new] Adding a new API to allow getting notification about new connections accepted. API added: More... over 18 years ago
af-gen: * [fix] making view definition to be able to modify its reserved services through the reserved keyword. More... over 18 years ago
af-gen: * [fix] making element list generation code, for server side, to use parameter names rathen than supposing default values. More... over 18 years ago
ÃAfKernel: [add] Adding missing file af_kernel_profile_item.c More... over 18 years ago
ÃAfKernel: [add] Adding missing file af_kernel_profile_item.h More... over 18 years ago