summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-index.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-23libkmod: fix return error when opening indexLucas De Marchi1-12/+19
2015-02-28Check return of fseek while reading indexLucas De Marchi1-1/+2
2014-12-25Remove FSF mailing addressLucas De Marchi1-2/+1
2014-11-15libkmod-index: move comment to include the includesLucas De Marchi1-5/+5
2014-11-15libkmod-index: remove invalid commentLucas De Marchi1-1/+0
2014-10-29libkmod-index: keep index and comments in .cLucas De Marchi1-25/+99
2014-10-11shared: rename prefixes of strbuf functionsLucas De Marchi1-60/+60
2014-10-11Move strbuf implementation to shared/Lucas De Marchi1-111/+1
2014-10-03Reorder and reorganize header filesLucas De Marchi1-5/+5
2014-10-03Move generic util functions to shared directoryLucas De Marchi1-0/+1
2014-10-02Move macro.h to shared directoryLucas De Marchi1-1/+2
2014-09-04libkmod-index.c: Fix error messageHolger Obermaier1-1/+1
2014-05-14Ensure read_long() reads the correct number of bytes from the indexLeandro Pereira1-1/+1
2014-05-14Bail out of index_mm_open() if fstat() failsLeandro Pereira1-1/+2
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi1-1/+1
2013-04-23libkmod-index: Return early if readroot failedLucas De Marchi1-2/+8
2013-02-19libkmod: fix address argument to mmap callsKees Cook1-2/+2
2013-01-16Update copyright noticesLucas De Marchi1-1/+1
2012-06-06libkmod-index: protect ourselves from corrupted indexesLucas De Marchi1-3/+5
2012-05-23libkmod-index: use generic function for unaligned accessLucas De Marchi1-1/+1
2012-03-02Fix wrong printf format stringLucas De Marchi1-1/+2
2012-03-02libkmod-index: do not pre-populate mmapLucas De Marchi1-8/+4
2012-02-27libkmod-index: free node when we have only partial matchLucas De Marchi1-14/+12
2012-02-27libkmod-module: fill builtin's nameLucas De Marchi1-0/+2
2012-02-13libkmod-index: don't print an error if index doesn't existLucas De Marchi1-1/+1
2012-01-31improve logging to mention context.Gustavo Sverzut Barbieri1-3/+4
2012-01-17Check if struct stat has mtim memberLucas De Marchi1-1/+1
2012-01-16libkmod: dump index filesLucas De Marchi1-0/+99
2012-01-09Update copyrightLucas De Marchi1-1/+1
2012-01-01index: save timestamp of each loaded indexLucas De Marchi1-1/+3
2011-12-26index_file_open: fix another fd leak on error path.Cristian Rodríguez1-1/+3
2011-12-23Fix leak on error pathCristian Rodríguez1-1/+3
2011-12-21Fix unaligned memory accessGustavo Sverzut Barbieri1-1/+1
2011-12-17fix error handling path.Gustavo Sverzut Barbieri1-2/+2
2011-12-16Library must use O_CLOEXEC whenever it opens file descriptorsCristian Rodríguez1-2/+2
2011-12-12Fix "Dereference of null pointer" as reported by llvmLucas De Marchi1-6/+6
2011-12-12Change licensesLucas De Marchi1-2/+2
2011-12-10index: fix memleak for non-matchin aliases.Gustavo Sverzut Barbieri1-0/+4
2011-12-10index-mm: allocate values inline into node, strings points to mmap.Gustavo Sverzut Barbieri1-36/+58
2011-12-10index: cleanup header, move as much as possible to libkmod-index.cGustavo Sverzut Barbieri1-0/+39
2011-12-10index-mm: no need to allocate prefix.Gustavo Sverzut Barbieri1-15/+9
2011-12-10index-mm: fix memory access.Gustavo Sverzut Barbieri1-15/+17
2011-12-08index: mm: Add flag to open call to populate bufferLucas De Marchi1-4/+9
2011-12-08remove useless look checking for duplicatesGustavo Sverzut Barbieri1-8/+1
2011-12-08index: avoid strlen() whenever possible.Gustavo Sverzut Barbieri1-13/+16
2011-12-08reduce calls to realloc() if size did not change.Gustavo Sverzut Barbieri1-0/+3
2011-12-08index: improve buffer management and reduce mallocs.Gustavo Sverzut Barbieri1-35/+56
2011-12-03index: change license to LGPLLucas De Marchi1-17/+21
2011-12-03index: update copyrigntLucas De Marchi1-0/+1
2011-12-03index: mmap: add support for seaching with wildcardsLucas De Marchi1-0/+131