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] finished initial libaxl support to properly parse xml document, including comments, and PI elements. Now, working on adding support for DTD validation. New module added: axl dtd with initial API: - axl_dtd_parse - axl_dtd_free More... almost 19 years ago
libaxl: * [fix] Adding support to consume xml coments. Modified axl_doc_parse function to support this new feature. Added a new test to check this is working (test_04). Internal API added: More... almost 19 years ago
af-gen: * [fix] making af-gen to include an #include <afgs.h> on every server module generated. af-arch-sharp: * [fix] adding some examples to explain how works AfDalInvokeReference class. More... almost 19 years ago
libaxl: * [fix] uploading missing files. More... almost 19 years ago
libaxl: * [fix] working on adding doxygen support to axl library. More... almost 19 years ago
libaxl: * [fix] uploading missin module (axl_decl.c) More... almost 19 years ago
libaxl: * [new] adding new api the to the axl node module which allows to configure node content, check if a given node have a selected name and to get a child node that is selected by a particular name. API added: More... almost 19 years ago
libaxl: * [fix] making axl_stream_get_until function to report which chunk have been matched. More... almost 19 years ago
libaxl: * [new] adding a new module, axl list, to implement an ordered, double-linked, list that could support other collections to be built on top of it. API added: - axl_list_new - axl_list_equal_string - axl_list_add - axl_list_remove - axl_list_unlink - axl_list_remove_first - axl_list_unlink_first - axl_list_exists - axl_list_exists_at - axl_list_get_last - axl_list_length - axl_list_destroy More... almost 19 years ago
af-arch: * [fix] updating af-arch-installer to not include gda references. Af-Arch now do not depend on gda library. * [fix] uploading VERSION and modules-version.txt files to include new release indicators. Uploading release note generated for the 1.0 rc6 release. * [fix] updated af-arch documentation to remove references to gda library. More... almost 19 years ago
libaxl: More... almost 19 years ago
libaxl: * [fix] libaxl know successfully parses the xml header specification, including enconding and standalone values and it supports any interleaving "white space" the in XML 1.0 sense. test/test_01.c contains a test that check different situations. More... almost 19 years ago
libaxl: * [fix] include cpp header declarations to be usable from c++. More... almost 19 years ago
libaxl: * [new] adding initial test to check if xml document header is properly parsed. More... almost 19 years ago
libaxl: * [new] uploading initial test files and Makefile.am to check the library works. More... almost 19 years ago
libaxl: * [fix] uploading missing VERSION file. More... almost 19 years ago
libaxl: * [fix] making axl_stream_inspect to automatically call to axl_stream_accept if a call is done without accept previous valid inspection. Non valid inspection doesn't produce to accept automatically stream consumed. More... almost 19 years ago
libaxl: * [fix] adding new internal function to get next chunk, inside stream api. More... almost 19 years ago
libafgs: * [fix] fixing a bug inside AFGS_BEGIN_TRANSACTION and AFGS_COMMIT_TRANSACTION. More... almost 19 years ago
af-gen: * [fix] making "include on definition" to also accept as additional header code to be included at the server side to be "include on header". Updated af-gen reference manual to include this fix. More... almost 19 years ago
af-arch-doc: * [fix] fixing doxygen documentation generation to include examples on how to use AFGS_BEGIN_TRANSACTION and AFGS_COMMIT_TRANSACTION. Fixing some doxygen compilation warnings. More... almost 19 years ago
libaxl: * [new] adding a new module axl-stream to implement a streaming concept while padding the xml structure. This will allow to write a higher level code that could open the posibility to implement parsing xml from other sources. API added: More... almost 19 years ago
libafgs: * [new] adding more support function to afgs command module. API added: More... almost 19 years ago
libafgs: * [fix] fixing a bug inside AFGS_ROLLBACK_ERROR macro. There was a missing space. More... almost 19 years ago
libafgs: * [new] adding new API to perform operation to get is a given SQL statement, that returns a boolean value, contanins a positive boolean one. API added: More... almost 19 years ago
libaxl: * [fix] uploading missing autogen.sh file. More... almost 19 years ago
libaxl: * [new] uploading initial source code proposal to implement a XML 1.0 Third edition compliant implementation. More... almost 19 years ago