summaryrefslogtreecommitdiffstats
path: root/src/util.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-08-08Fix various warnings.David Robillard1-4/+4
2012-08-09Use existing PAGE_SIZE if defined (fix compilation on Haiku).David Robillard1-3/+6
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-2/+2
2012-05-13Gracefully handle allocation failure.David Robillard1-1/+6
2012-04-06Fix compilation on Windows.David Robillard1-4/+5
2012-03-10Tolerate nonexistent paths in lilv_realpath.David Robillard1-1/+2
2012-03-08Fix memory leaks.David Robillard1-33/+37
2012-02-01Windows compatibility fixes.David Robillard1-18/+20
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-16/+99
2012-01-18Fix memory leaks.David Robillard1-5/+8
2012-01-18Fix memory error (fix #810).David Robillard1-2/+2
2012-01-17Tidy.David Robillard1-1/+1
2012-01-17Add test cases for lilv_expand and fix bugs.David Robillard1-2/+2
2012-01-17Remove use of wordexp.David Robillard1-27/+68
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-14/+42
2012-01-16Use correct WIN32 define.David Robillard1-2/+2
2012-01-14Lint.David Robillard1-2/+2
2012-01-09Make lilv_state_save take a full filename with extension.David Robillard1-0/+15
2012-01-08Fix compilation on Mac OS X.David Robillard1-2/+6
2012-01-08Move all non-portable stuff to util.c.David Robillard1-2/+37
2012-01-08Localise directory traversal stuff.David Robillard1-34/+49
2012-01-08Use flock instead of lockf (seems to be more portable).David Robillard1-3/+6
2012-01-08Add file support to state implementation.David Robillard1-1/+223
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-0/+39
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-2/+0
2011-05-24Re-use the SordNode of blank nodes when copying.David Robillard1-10/+1
2011-04-29Tidy.David Robillard1-1/+1
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-3/+3
2011-04-29Remove half-assed qname API.David Robillard1-23/+0
2011-04-29Don't hide pointers behind typedefs.David Robillard1-1/+1
2011-04-28Rename slv2 to lilv.David Robillard1-8/+8
2011-04-23Improve node struct alignmentDavid Robillard1-2/+3
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+1
2011-03-28Fix Windows buildDavid Robillard1-2/+17
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-12Document entire API in a single header/page.David Robillard1-1/+0
2011-02-11Tidy up includes.David Robillard1-2/+2
2011-02-11Better, tested, i18n system.David Robillard1-16/+29
2011-02-04Update for uint8_t sord API.David Robillard1-2/+2
2011-02-04Remove repeated blank lines.David Robillard1-3/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-26/+15
2011-01-30Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q...David Robillard1-1/+35
2011-01-29Non-SPARQL version of slv2_plugin_get_value_by_qname_i18n.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2009-06-03Single-pass slv2_strjoin.David Robillard1-18/+10
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-2/+2