Commit Graph

650 Commits

Author SHA1 Message Date
Michael R Sweet
8a5c9ee279
Fix missing docdir in Makefile.in. 2024-03-20 21:07:20 -04:00
Michael R Sweet
9856aa51e3
Update makesrcdist script. 2024-03-20 12:14:01 -04:00
Michael R Sweet
22f7fd4e47
Clean up README.md for release. 2024-03-20 12:12:47 -04:00
Michael R Sweet
d54a88db43
Update README.md examples. 2024-03-20 11:32:06 -04:00
Michael R Sweet
db39074de2
Finalize documentation changes (Issue #312) 2024-03-20 11:18:15 -04:00
Michael R Sweet
b438d21b9b
Save work on documentation updates. 2024-03-19 13:18:43 -04:00
Michael R Sweet
73c05c8b23
Fix some code scanning issues. 2024-03-19 11:28:18 -04:00
Michael R Sweet
528c89ef86
Fix Windows compile errors. 2024-03-19 11:22:41 -04:00
Michael R Sweet
e676eb35cb
Implement mxmlOptions APIs to normalize all of the load/save option stuff (Issue #312) 2024-03-18 21:46:14 -04:00
Michael R Sweet
726dc0dce7
Fix Windows DLL exports. 2024-03-17 10:15:57 -04:00
Michael R Sweet
03d18d0883
Windows requires config.h for the unit test. 2024-03-17 08:16:07 -04:00
Michael R Sweet
c8f67c29f0
Tweak README. 2024-03-17 08:13:44 -04:00
Michael R Sweet
496bcdd21b
Update quick API overview in README. 2024-03-16 22:31:17 -04:00
Michael R Sweet
143fa436ca
More doco updates. 2024-03-16 22:20:24 -04:00
Michael R Sweet
c1d787dc5f
Update docos some more. 2024-03-13 09:59:47 -04:00
Michael R Sweet
a9aea16f3a
Save work on docos. 2024-03-10 10:23:51 -04:00
Michael R Sweet
9e22b3ef64
Add alternate string management support. 2024-03-07 14:06:50 -05:00
Michael R Sweet
1dfe8e7ac9
Update docos. 2024-03-06 20:10:09 -05:00
Michael R Sweet
2c62878254
Normalize MXML_DESCEND_ values.
Normalize MXML_ADD_ values.

Drop MXML_ADD_TO_PARENT.

Move MXML_TAB to mxml-private.h
2024-03-06 20:03:48 -05:00
Michael R Sweet
77d609e8e8
Fix real number support in non-English locales (Issue #311) 2024-03-06 18:18:29 -05:00
Michael R Sweet
99736682f1
Remove unused code and update docos. 2024-03-06 17:13:13 -05:00
Michael R Sweet
30fedd64d8
Update CodeQL filters. 2024-03-06 17:04:22 -05:00
Michael R Sweet
6715b91540
Update Github CI rules. 2024-03-06 17:02:28 -05:00
Michael R Sweet
3e58559c69
Third time's the charm... 2024-03-06 16:56:41 -05:00
Michael R Sweet
73c2a52eb8
Try another Windows fix. 2024-03-06 16:51:11 -05:00
Michael R Sweet
069a353eaf
Fix warning (Issue #301) 2024-03-06 16:48:06 -05:00
Michael R Sweet
83e9b0a6bc
Merge pull request #306 from DarkRelay-Security-Labs/DarkRelayLabs-AFL-feature
Implemented AFL Fuzzing
2024-03-06 16:30:26 -05:00
Michael R Sweet
c07a57e02f
Use realloc for everything (Issue #300) 2024-03-06 16:26:32 -05:00
Michael R Sweet
4c9b2d2260
Windows needs ssize_t definition. 2024-03-06 16:14:36 -05:00
Michael R Sweet
09f0dcfe42
Update windows exports. 2024-03-06 14:47:27 -05:00
Michael R Sweet
4e92848ae2
Add mxmlLoadIO/mxmlSaveIO functions, merge everything under the new roof
(Issue #98)
2024-03-06 14:45:10 -05:00
Michael R Sweet
e54574aca7
Update documentation to reflect the default build options. 2024-03-04 08:14:23 -05:00
Michael R Sweet
9807af8df5
Changelog. 2024-03-04 08:11:59 -05:00
Michael R Sweet
ce7f251a0a
Update configure script defaults to install as libmxml4 with mxml4 pkg-config
name (to allow for installing both old and new Mini-XML...)
2024-03-04 08:09:55 -05:00
Michael R Sweet
3df751f37b
SAX callback now returns a boolean (Issue #51) 2024-03-04 07:37:33 -05:00
Michael R Sweet
5c66db0383
Update DLL exports. 2024-03-02 20:05:25 -05:00
Michael R Sweet
bc28dde728
Add migration chapter and update examples. 2024-03-02 20:02:08 -05:00
Michael R Sweet
0cd995c772
Add separate node types for comments, CDATA, directives, and declarations (Issue #250) 2024-03-02 18:47:57 -05:00
Michael R Sweet
933dd8716d
Changelog. 2024-02-28 08:40:50 -05:00
Michael R Sweet
f89c801fbd
Fix VC++ static library project. 2024-02-27 16:53:58 -05:00
Michael R Sweet
fde58fe7a7
More versioning changes, add tests to makesrcdist. 2024-02-27 16:50:25 -05:00
Michael R Sweet
f9b9a40494
Start working on Mini-XML v4.0. 2024-02-27 15:04:27 -05:00
DarkRelay
c841beccb2
Rename afl_input to afl-input 2023-08-24 15:02:26 +05:30
DarkRelay
7d85532902
Added AFL dictionary for fuzzing 2023-08-24 14:36:48 +05:30
DarkRelay
347e58a1f9
Created test corpus test.xml
Test corpus for afl fuzzing
2023-08-24 14:31:48 +05:30
DarkRelay
bfb4518068
Added AFL Fuzzer in Makefile.in
Starts AFL Fuzzing on build using "make afl"
2023-08-24 14:28:56 +05:30
Michael R Sweet
809204a305
Merge pull request #298 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
2022-11-09 10:08:08 -05:00
LGTM Migrator
4fe37e4417
Add CodeQL workflow for GitHub code scanning 2022-11-09 08:24:46 +00:00
Michael R Sweet
7fa546c365
Update config.guess/sub to absolute latest from GNU Savannah config repo. 2022-08-18 08:20:46 -04:00
Michael R Sweet
94dd0dec9d
Update config.guess and config.sub (Issue #296) 2022-07-29 07:59:39 -04:00