2
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix, interfere with libxml parser when in glue mode More... about 13 years ago
fix, use memmem() instead of strstr() for possibly unbounded strings More... about 13 years ago
fix, resize print buffer properly in print-fixml.c More... about 13 years ago
fix, use strnlen() and a hack to determine libxml's input buffer size More... about 13 years ago
fix, always realloc to new_size + 1, for the sake of appending a \0 More... about 13 years ago
fix, safely print the raw input buffer in debugging mode withing handle_data() More... about 13 years ago
cosmetics, warn about NULL msg in debugging mode within the glue code More... about 13 years ago
fix, do not blindly set the last byte of a message buffer to 0 More... about 13 years ago
fix, use pointer set by umpf_parse_blob_r() to detect errors More... about 13 years ago
cosmetics, distinguish between parse_more_blob and parse_blob in debugging output More... about 13 years ago
fix, correctly handle all of the input string in the sputs_enc* routines More... about 13 years ago
minor, put aou:glue separator around satellite data when printing new_pf messages More... about 13 years ago
minor, declare aou name space in fixml printer More... about 13 years ago
minor, provide glue frobber for new_pf messages More... about 13 years ago
minor, refactor name space resolver, just parse the name spaces once and then use prefix -> nsid map More... about 13 years ago
Merge branch 'next' More... about 13 years ago
Merge branch 'bldchn' into next More... about 13 years ago
minor, check for HAVE_LIBXML2 in lib code, don't assume it's there More... about 13 years ago
minor, define HAVE_LIBXML2 if libxml2 is available More... about 13 years ago
Merge branch 'bldchn' into next More... about 13 years ago
minor, define empty assert husk if DEBUG_FLAG is not defined More... about 13 years ago
Merge branch 'bldchn' into next More... about 13 years ago
minor, provide preliminary glue implementation, looking for the glue end tag ourselves More... about 13 years ago
major, refactor sax_{bo,eo}_elt to switch on name spaces first More... about 13 years ago
fix, check all name space prefixes when the main one is non-NULL More... about 13 years ago
fix, resolve pref_len issue outside a for loop, PEBKAC More... about 13 years ago
fix, include ns parser and resolve naming issues More... about 13 years ago
minor, prepare ns uri lookups, snap More... about 13 years ago
fix, properly handle name space declarations More... about 13 years ago
minor, remove debugging output and leave a note about changing the bind type upon be_sql_fetch() More... about 13 years ago