openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Axl library
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 110 of 119
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
libafdal-af-kernel: * [fix] Modified Makefile.am file to include new files generated by af-gen tool.
Francis Brosnan Blázquez
More...
over 18 years ago
libafdal: * [fix] removed all calls to g_printerr inside afdal_log module and starting to use fprintf (stderr.
Francis Brosnan Blázquez
More...
over 18 years ago
libafdal-af-kernel-sharp: * [fix] updated files due to an af-gen upgrade.
Francis Brosnan Blázquez
More...
over 18 years ago
libafdal-af-kernel: * [fix] updated C layer connector due to af-gen update.
Francis Brosnan Blázquez
More...
over 18 years ago
af-kernel: * [fix] updating af-kernel sources due to an upgrade inside af-gen tool.
Francis Brosnan Blázquez
More...
over 18 years ago
libafgs: * [fix] rewritten internal afgs_service implementation to rely only on the hash service and to not produce a GList with all services (???). Used new feature from Axl Library (axl_hash_foreach).
Francis Brosnan Blázquez
More...
over 18 years ago
af-gen: * [new] updated af-gen tool to produce service metadata information for server components generated for the new XML-RPC bridge support. This information is used by the XML-RPC bridge to translate coyote replies into XML-RPC without any especial operation to be done by the programmer. Making that this metadata information to be produced in a separated file called server_metadata.h. Great!!
Francis Brosnan Blázquez
More...
over 18 years ago
idls: * [fix] making get_service (af-arch service) inside server module to have as return type "host_location", which is also added. Previously it was using "no stub" but this was making not possible to get host location from shaper through the XML-RPC bridge.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [new] Added support to the hash table for a foreach operation that allows to iterate all elemenets inside a selected hash table. API added:
Francis Brosnan Blázquez
More...
over 18 years ago
libvortex: * [fix] updated vortex_connection_ref function to return a boolean status signaling that the connection reference counting was increased or not. Updated source code to check this return value and to not perform a vortex_connection_unref and to act according to the failure. Updated function documentation.
Francis Brosnan Blázquez
More...
over 18 years ago
libvortex: * [fix] updating vortex_xml_rpc_method_value_from_string to include a reference to supported types that could be stringifyed.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [new] added reference test to check funcionality with previous hash used (GHashTable).
Francis Brosnan Blázquez
More...
over 18 years ago
libafgs: * [fix] Reimplemented afgs_services lookup to use an axlHash rather than a g_hash_table and making the code to really use it. The hash was used to store position and then use that position to perform a linear lookup on a list???. Replaced previous code to use the service as key identifier to the service description.
Francis Brosnan Blázquez
More...
over 18 years ago
libvortex: * [fix] making vortex_sasl_auth_method_used to return a NULL value when the library isn't compiled with SASL support.
Francis Brosnan Blázquez
More...
over 18 years ago
af-arch: * [fix] updated Makefile.am and af-arch-doc.doxygen.in files to produce the xml-rpc manual included at the vortex documentation, and updated references to example directory (xml-rpc-gen examples).
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [new] added a new function to the hash API that allows to check for a key to be already added. API added:
Francis Brosnan Blázquez
More...
over 18 years ago
libafgs: * [fix] modified afgs service module definition to support service metadata info that will be used by the XML-RPC bridge to translate responses into a more fitted XML-RPC reply. Updated service terminator: AFGS_SERVICES_TABLE_END.
Francis Brosnan Blázquez
More...
over 18 years ago
xml-rpc-gen: * [new] Added support to IDL format to detect attribute declaration, initially for service declaration, even if the service has no source code definition. Used to support alternative method name declaration. Example:
Francis Brosnan Blázquez
More...
over 18 years ago
xml-rpc-gen: * [new] finished support for method_name attribute declaration for IDL format.
Francis Brosnan Blázquez
More...
over 18 years ago
libvortex: * [fix] updating vortex_init documentation to include some references to how disable console log debug.
Francis Brosnan Blázquez
More...
over 18 years ago
libafgs: * [fix] making afgs layer to not register the XmlRpcMethodCall with a destroy function.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] Making axl node content to be optional in an independent internal reference reducing the memory used by axlNode items that don't have content. Removed internal attribute have_childs and is_empty. Reimplemented axl_node internals to conform to this change.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [new] Added a hash implementation to the axl library API. The following elements has been defined:
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] rewritten axl_stream_inspect_common as a macro. Now, reference test (test_01a) executes in 0.82ms (from 0.86ms).
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] Removed all axl stream indexer code. After implementing it, it turns out that is not enough efficient to over exceed performance of the current streaming implemented plus it was consuming a lot of memory degrading the first Axl Library's feature.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] more updates for the axl stream indexer.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] started a work in progress indexer (for content parsed insde the axlStream).
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] more internal updates to improve axl library performance. Commting changes that reduce avg execution time for the reference test: test_01a from 0.150ms to 0.1.28ms. Added a new test test_02a and started improvement for DTD validation code.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] removing all node factory stuff. Experimental results shows that its far more inefficient than relying on the system memory allocator. Improvement won't come from here.
Francis Brosnan Blázquez
More...
over 18 years ago
libaxl: * [fix] removing boolean type definition from axl declaration module. This fixes a collition value found while compiling vortex library using axl and OpenSSL. (Bug reported and solved by Pascal
[email protected]
).
Francis Brosnan Blázquez
More...
over 18 years ago
←
1
2
…
106
107
108
109
110
111
112
113
114
…
118
119
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree