index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libuuid
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: cleanup UUID_STR_LEN definitions
Karel Zak
2017-09-15
1
-2
/
+2
*
misc: replace magic number 37 with UUID_STR_LEN
Philip Prindeville
2017-09-05
2
-1
/
+3
*
libuuid: add support for hash-based UUIDs
Philip Prindeville
2017-09-05
5
-2
/
+165
*
libuuid: use access(2) when checking /dev/random availability
Sami Kerola
2017-08-05
1
-3
/
+2
*
build: use --runstatedir instead of --localstatedir
Andreas Henriksson
2017-07-31
1
-1
/
+1
*
build-sys: fix library order when linking
Ruediger Meier
2017-06-01
1
-1
/
+1
*
misc: do not use plain 0 as NULL [smatch scan]
Sami Kerola
2017-02-20
1
-5
/
+5
*
libuuid: unused parameter [-Wunused-parameter]
Karel Zak
2017-01-05
1
-1
/
+3
*
docs: replace FTP by HTTPS in kernel.org URLs
Sébastien Helleu
2016-12-19
9
-9
/
+9
*
Place SEE ALSO entries in order
Michael Kerrisk (man-pages)
2016-11-29
1
-3
/
+3
*
build-sys: use AC_PROG_MKDIR_P and remove a few gnuisms
Ruediger Meier
2016-03-13
1
-1
/
+1
*
build-sys: fix if..endif for *_la_LDFLAGS
Karel Zak
2016-03-10
1
-4
/
+4
*
build-sys: always add AM_CFLAGS
Ruediger Meier
2016-02-23
1
-1
/
+2
*
build-sys: always use global LDADD
Ruediger Meier
2016-02-23
1
-1
/
+1
*
build-sys: check linker support for version scripts
Ruediger Meier
2016-02-18
1
-1
/
+3
*
misc: fix some printf format strings
Ruediger Meier
2016-02-11
2
-3
/
+3
*
tests: make test_uuid_parser to read files
Sami Kerola
2015-10-18
1
-111
/
+45
*
tests: add uuid parser check
Sami Kerola
2015-10-18
2
-5
/
+11
*
libuuid: fix buffer overflow with long paths
Karel Zak
2015-09-30
1
-1
/
+6
*
libuuid: return correct value for uuid_generate_time_safe
Romain Bouvier
2015-06-18
1
-0
/
+3
*
build-sys: cleanup library symbol files
Karel Zak
2014-11-20
2
-5
/
+7
*
libuuid: remove _SVID_SOURCE pre-processor definition
Sami Kerola
2014-10-01
1
-6
/
+0
*
libuuid: add extern qualifiers to uuid/uuid.h system header
Sami Kerola
2014-09-19
1
-15
/
+15
*
Only move shared libraries to /lib if they exists
Thomas Petazzoni
2014-06-16
1
-1
/
+1
*
libuuid: (uuid.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-1
/
+1
*
libuuid: (uuid_unparse.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-2
/
+4
*
libuuid: (man/uuid_time.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-1
/
+3
*
libuuid: (uuid_parse.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-2
/
+4
*
libuuid: (uuid_is_null.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-1
/
+3
*
libuuid: (uuid_generate) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-2
/
+2
*
libuuid: (uuid_copy.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-1
/
+3
*
libuuid: (uuid_compare.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-1
/
+3
*
libuuid: (uuid_clear.3) Improve the typesetting of the manual
Bjarni Ingi Gislason
2014-05-06
1
-1
/
+3
*
COPYING: fix grammar of referring phrase, and indicate location better
Benno Schulenberg
2013-10-08
1
-2
/
+2
*
build-sys: add CFLAGS and LDFLAGS for daemons and shared libs
Karel Zak
2013-08-27
1
-1
/
+6
*
docs: remove repeated words [checkmans.sh]
Sami Kerola
2013-04-09
1
-1
/
+1
*
libuuid: use O_CLOEXEC
Karel Zak
2013-04-03
1
-2
/
+2
*
build-sys: expand paths at make time
Karel Zak
2012-08-15
1
-1
/
+2
*
build-sys: move tests to check_PROGRAMS
Karel Zak
2012-07-30
1
-1
/
+1
*
build-sys: add minisg COPYING files
Karel Zak
2012-07-27
1
-1
/
+1
*
uuidd: use run configured state directory
Sami Kerola
2012-07-10
1
-1
/
+1
*
build-sys: create static uuid_generate_*.3 files
Karel Zak
2012-06-26
4
-9
/
+4
*
build-sys: cleanup .gitignore files
Karel Zak
2012-06-26
1
-1
/
+0
*
build-sys: convert libuuid/ to module
Karel Zak
2012-06-26
8
-177
/
+87
*
uuidd: move from /var/run/uuidd to /run/uuidd
Karel Zak
2012-06-18
1
-1
/
+1
*
libuuid: move clock.txt path to header file
Karel Zak
2012-06-18
2
-2
/
+3
*
libuuid: use max() from c.h
Petr Uzel
2012-05-23
1
-3
/
+1
*
libuuid: move read_all to include/all-io.h
Petr Uzel
2012-05-15
1
-25
/
+1
*
libuuid: avoid double open and leaking fd (reworked)
Petr Uzel
2012-05-10
2
-11
/
+19
*
libuuid: avoid double open and leaking descriptor
Petr Uzel
2012-05-04
2
-8
/
+11
[next]