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
/
lib
/
strutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/strutils: fix typos in huge size suffixes
Karel Zak
2017-04-03
1
-3
/
+3
*
lib/strutils: return end pointer by isdigit_string()
Karel Zak
2017-01-28
1
-2
/
+7
*
lib: use unique ifdefs for tests
Karel Zak
2017-01-04
1
-2
/
+2
*
lib,strutils: add strtoux[16|32|64]_or_err functions
Heiko Carstens
2016-11-09
1
-6
/
+38
*
libmount: ignore redundant slashes
Karel Zak
2016-08-08
1
-28
/
+72
*
misc: Fix various typos
Sebastian Rasmussen
2016-05-31
1
-1
/
+1
*
lib/timeutils: add strxxx_iso() functions
Karel Zak
2016-05-11
1
-0
/
+17
*
lib/strutils: use int for fgetc()
Karel Zak
2016-04-04
1
-1
/
+1
*
partx: fix --nr usage
Karel Zak
2016-03-22
1
-1
/
+1
*
libmount: improve conversion from root= to the devname
Karel Zak
2016-03-15
1
-0
/
+9
*
misc: never cast void* from malloc(3) and friends
Ruediger Meier
2016-03-07
1
-1
/
+1
*
lib/strutils: parse_size(), sync errno and return value
Ruediger Meier
2016-02-21
1
-2
/
+4
*
lib/strutils: add more ERANGE messages
Ruediger Meier
2016-02-21
1
-12
/
+16
*
lib/strutils: fix errno usage in strtoint functions
Ruediger Meier
2016-02-21
1
-10
/
+11
*
lib: rename strmode() and setmode()
Ruediger Meier
2016-02-18
1
-1
/
+1
*
misc: fix some printf format strings
Ruediger Meier
2016-02-11
1
-1
/
+1
*
lib/strutil: fix parse_switch resource leak [coverity scan]
Andreas Henriksson
2015-08-31
1
-2
/
+5
*
lib/strutils: make strmode() more generic
Karel Zak
2015-06-30
1
-17
/
+19
*
rtcwake: improve read_clock_mode()
Sami Kerola
2015-06-29
1
-0
/
+12
*
lib/strv: add new functions (from systemd)
Karel Zak
2015-05-15
1
-0
/
+100
*
lib/strutils: fix string_add_to_idarray() int vs. size_t
Karel Zak
2015-04-22
1
-3
/
+2
*
lib/strutils: extend parse_switch() to accept more options
Karel Zak
2015-02-24
1
-6
/
+24
*
lib/strutils: move parse_switch() from setterm(1) to library
Sami Kerola
2015-02-24
1
-0
/
+8
*
lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffix
Benno Schulenberg
2015-02-02
1
-2
/
+2
*
textual: fix some typos
Sami Kerola
2014-07-13
1
-1
/
+1
*
libsmartcols: rewrite test code to tree(1)-like util
Karel Zak
2014-04-08
1
-1
/
+1
*
lib/strutils: fix parse_size() return code
Karel Zak
2014-03-11
1
-1
/
+3
*
lib/strutils: support dec.points in parse_size()
Karel Zak
2014-03-11
1
-2
/
+43
*
lib/strutils: use proper return codes in parse_size()
Karel Zak
2014-03-11
1
-9
/
+14
*
lib/strutils: optimalize {starts,ends}with()
Karel Zak
2013-09-10
1
-66
/
+0
*
lib/strutils: move *swith() functions to private library
Sami Kerola
2013-08-29
1
-0
/
+67
*
lib/strutils: add strtotimeval_or_err()
Karel Zak
2013-03-13
1
-0
/
+10
*
lib/strutils: simplify strtosize(), return info about suffix
Karel Zak
2013-03-11
1
-37
/
+28
*
fdisk: add callback for ask-numbers API
Karel Zak
2013-03-11
1
-0
/
+10
*
Implement mempcpy() in terms of memcpy() if mempcpy() is unavailable
Daniel Trebbien
2013-01-31
1
-0
/
+7
*
lib/strutils: add string_add_to_idarray() - parse and add to id list
Milan Broz
2012-07-26
1
-0
/
+27
*
lib/strutils: circumvent missing localeconv()
maximilian attems
2012-06-05
1
-1
/
+1
*
lib/strutils: create type specific strtoxx_or_err()
Karel Zak
2012-05-15
1
-21
/
+74
*
lib/strutils: add string_to_bitmask()
Karel Zak
2012-05-03
1
-0
/
+43
*
Fix typos found by misspellings
Bernhard Voelker
2012-04-23
1
-1
/
+1
*
strutils: return success on test program
Davidlohr Bueso
2012-04-10
1
-1
/
+1
*
lib/strutils: add strtosize_or_err, clean up
Karel Zak
2012-03-30
1
-37
/
+45
*
lib/strutils: move array bounds check in string_to_idarray() to appropriate p...
Chandan B Rajenda
2012-02-23
1
-2
/
+2
*
libmount: ignore tailing slash in netfs source paths
Petr Uzel
2011-11-08
1
-0
/
+32
*
lib,strutils: add default value to parse_range()
Davidlohr Bueso
2011-10-17
1
-3
/
+4
*
lib,strutils: share parse_range()
Davidlohr Bueso
2011-10-12
1
-1
/
+44
*
lib: [strutils] add strtod_or_err() function
Sami Kerola
2011-09-29
1
-0
/
+24
*
lib: [strutils.c] fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-1
/
+1
*
include: [strutils.c] add list parsers
Karel Zak
2011-07-27
1
-0
/
+95
*
lib: add strtoul_or_err() function
Sami Kerola
2011-06-01
1
-0
/
+24
[next]