index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-12
Fix state file versioning
David Robillard
1
-28
/
+18
2016-03-16
Always look up CreateSymbolicLink on Windows
Robin Gareus
1
-2
/
+0
2015-10-29
Fix long lines
David Robillard
1
-1
/
+2
2015-10-08
Improve test coverage
David Robillard
1
-1
/
+1
2015-10-07
Fix directory walking on some systems
David Robillard
1
-3
/
+10
2015-10-04
Fix compilation on BSD
David Robillard
1
-1
/
+2
2015-10-04
Improve test coverage
David Robillard
1
-16
/
+10
2015-08-14
Add lilv_free() for systems picky about such things.
David Robillard
1
-0
/
+6
2015-08-13
Fix lilv_realpath() on pre-POSIX-2008 systems.
David Robillard
1
-4
/
+14
2015-01-29
Add lilv_file_uri_parse() for correct URI to path conversion.
David Robillard
1
-0
/
+6
2015-01-26
Add missing include.
David Robillard
1
-0
/
+1
2014-11-22
Windows fixes (thanks John Emmas).
David Robillard
1
-0
/
+14
2014-11-17
Fix a few minor/unlikely memory errors.
David Robillard
1
-2
/
+4
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-2
/
+2
2014-08-08
Update copyright dates.
David Robillard
1
-1
/
+1
2014-08-08
Fix various warnings.
David Robillard
1
-4
/
+4
2012-08-09
Use existing PAGE_SIZE if defined (fix compilation on Haiku).
David Robillard
1
-3
/
+6
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-2
/
+2
2012-05-13
Gracefully handle allocation failure.
David Robillard
1
-1
/
+6
2012-04-06
Fix compilation on Windows.
David Robillard
1
-4
/
+5
2012-03-10
Tolerate nonexistent paths in lilv_realpath.
David Robillard
1
-1
/
+2
2012-03-08
Fix memory leaks.
David Robillard
1
-33
/
+37
2012-02-01
Windows compatibility fixes.
David Robillard
1
-18
/
+20
2012-01-28
Update state interface to support multiple state snapshots with shared files.
David Robillard
1
-16
/
+99
2012-01-18
Fix memory leaks.
David Robillard
1
-5
/
+8
2012-01-18
Fix memory error (fix #810).
David Robillard
1
-2
/
+2
2012-01-17
Tidy.
David Robillard
1
-1
/
+1
2012-01-17
Add test cases for lilv_expand and fix bugs.
David Robillard
1
-2
/
+2
2012-01-17
Remove use of wordexp.
David Robillard
1
-27
/
+68
2012-01-17
Support compilation as C++ under MSVC++,
David Robillard
1
-14
/
+42
2012-01-16
Use correct WIN32 define.
David Robillard
1
-2
/
+2
2012-01-14
Lint.
David Robillard
1
-2
/
+2
2012-01-09
Make lilv_state_save take a full filename with extension.
David Robillard
1
-0
/
+15
2012-01-08
Fix compilation on Mac OS X.
David Robillard
1
-2
/
+6
2012-01-08
Move all non-portable stuff to util.c.
David Robillard
1
-2
/
+37
2012-01-08
Localise directory traversal stuff.
David Robillard
1
-34
/
+49
2012-01-08
Use flock instead of lockf (seems to be more portable).
David Robillard
1
-3
/
+6
2012-01-08
Add file support to state implementation.
David Robillard
1
-1
/
+223
2012-01-04
Implement proper support for LV2_STATE_BUNDLE.
David Robillard
1
-0
/
+39
2011-11-06
Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.
David Robillard
1
-2
/
+0
2011-05-24
Re-use the SordNode of blank nodes when copying.
David Robillard
1
-10
/
+1
2011-04-29
Tidy.
David Robillard
1
-1
/
+1
2011-04-29
Rename command line utilities to avoid clashing with slv2.
David Robillard
1
-3
/
+3
2011-04-29
Remove half-assed qname API.
David Robillard
1
-23
/
+0
2011-04-29
Don't hide pointers behind typedefs.
David Robillard
1
-1
/
+1
2011-04-28
Rename slv2 to lilv.
David Robillard
1
-8
/
+8
2011-04-23
Improve node struct alignment
David Robillard
1
-2
/
+3
2011-04-22
Switch to ISC license (legally equivalent to MIT license but with less obnoxi...
David Robillard
1
-20
/
+11
2011-04-16
Squeeze blank lines and delete trailing whitespace.
David Robillard
1
-1
/
+1
2011-03-28
Fix Windows build
David Robillard
1
-2
/
+17
[next]