summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2022-06-26util: Add exponential backoff sleepLucas De Marchi2-0/+51
2022-06-26util: Add msec variants for time-related functionsLucas De Marchi2-0/+20
2022-06-26util: Add time-related functions from testsuiteLucas De Marchi2-0/+18
2020-12-27shared: fix UNIQ definitionLucas De Marchi1-2/+5
2020-09-10add Zstandard compression supportTorge Matthies1-0/+3
2017-06-05shared/util.c: assert_cc() can only be used inside functionsThomas Petazzoni1-2/+4
2016-11-10shared: make scratchbuf_str staticYauheni Kaliuta1-1/+1
2016-08-15Add scratchbuf implementationLucas De Marchi2-0/+91
2016-08-10util: fix warning of equal values on logical ORLucas De Marchi1-4/+4
2015-03-23util: use UINT64_MAXLucas De Marchi1-1/+1
2015-02-26shared: avoid checking for __STDC_VERSION__Lucas De Marchi1-1/+1
2015-02-10shared: add helper function to add and check for overflowLucas De Marchi1-0/+16
2015-01-21util: remove dead code in freadline_wrappedCaio Marcelo de Oliveira Filho1-7/+1
2015-01-14shared: add STRINGFY macroLucas De Marchi1-0/+2
2015-01-02Fix includes after change to build-sysLucas De Marchi1-2/+0
2014-12-25Remove FSF mailing addressLucas De Marchi5-10/+5
2014-11-17util: fix build on systems missing strndupaNatanael Copa1-0/+1
2014-10-16strbuf: make strbuf_pushchars() a little less dumbLucas De Marchi1-7/+13
2014-10-16strbuf: do not calculate next step in size on all callsLucas De Marchi1-3/+3
2014-10-16strbuf: reduce default buffer sizeLucas De Marchi1-1/+1
2014-10-11shared: rename prefixes of strbuf functionsLucas De Marchi2-21/+21
2014-10-11Move strbuf implementation to shared/Lucas De Marchi2-0/+153
2014-10-09testsuite: remove now unused array of testsLucas De Marchi1-0/+2
2014-10-09Change parameter from int to charLucas De Marchi2-2/+2
2014-10-09Log error on failed underscores(), moving it to shared/Lucas De Marchi2-0/+32
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi2-0/+66
2014-10-09Move alias_normalize() to sharedLucas De Marchi2-0/+44
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi2-2/+2
2014-10-03Reorder and reorganize header filesLucas De Marchi3-11/+11
2014-10-03Move hash implementation to shared directoryLucas De Marchi2-0/+361
2014-10-03Move array implementation to shared directoryLucas De Marchi2-0/+138
2014-10-03Move generic util functions to shared directoryLucas De Marchi3-0/+414
2014-10-03Move missing.h to shared directoryLucas De Marchi1-0/+55
2014-10-02Move macro.h to shared directoryLucas De Marchi1-0/+70