aboutsummaryrefslogtreecommitdiffstats
path: root/src/symap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16Fix potential memory leaksDavid Robillard1-1/+8
2022-08-17Clean up symap implementation and run unit testDavid Robillard1-49/+70
2022-08-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-27Use consistent comment stylesDavid Robillard1-13/+6
2022-05-27Format all code with clang-formatDavid Robillard1-143/+141
2022-05-27Avoid "else" after "return"David Robillard1-4/+11
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-14Initialize all variablesDavid Robillard1-3/+3
2019-10-17Clean up includesDavid Robillard1-2/+2
2018-11-10Clean up properly after failing to openDavid Robillard1-0/+4
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-5/+5
2012-08-10Fix a ton of warnings.David Robillard1-3/+3
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-02-18Add -d option and implement proper communication dumping.David Robillard1-2/+4
2012-01-15Lint.David Robillard1-2/+3
2011-12-21Save rdf:type and rdfs:label (if supplied) with state/presets.David Robillard1-3/+3
2011-11-08Fix bug resulting in corrupt (unsorted) map.David Robillard1-2/+2
2011-06-19Add a real URI map implementation.David Robillard1-0/+229