1. ebdac00 Check return of fseek while reading index by Lucas De Marchi · 10 years ago
  2. dea2dfe Remove FSF mailing address by Lucas De Marchi · 10 years ago
  3. bb72153 libkmod-index: move comment to include the includes by Lucas De Marchi · 10 years ago
  4. a5852e3 libkmod-index: remove invalid comment by Lucas De Marchi · 10 years ago
  5. c4cbdf8 libkmod-index: keep index and comments in .c by Lucas De Marchi · 10 years ago
  6. 15a7ae3 shared: rename prefixes of strbuf functions by Lucas De Marchi · 10 years ago
  7. b4d1f44 Move strbuf implementation to shared/ by Lucas De Marchi · 10 years ago
  8. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  9. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  10. 576dd43 Move macro.h to shared directory by Lucas De Marchi · 10 years ago
  11. 1a4aa7e libkmod-index.c: Fix error message by Holger Obermaier · 10 years ago
  12. b6d985c Ensure read_long() reads the correct number of bytes from the index by Leandro Pereira · 10 years ago
  13. d36c886 Bail out of index_mm_open() if fstat() fails by Leandro Pereira · 10 years ago
  14. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  15. 681bf89 libkmod-index: Return early if readroot failed by Lucas De Marchi · 11 years ago
  16. c3e8d26 libkmod: fix address argument to mmap calls by Kees Cook · 12 years ago
  17. e6b0e49 Update copyright notices by Lucas De Marchi · 12 years ago
  18. 5b05c32 libkmod-index: protect ourselves from corrupted indexes by Lucas De Marchi · 12 years ago
  19. 5bbec8c libkmod-index: use generic function for unaligned access by Lucas De Marchi · 12 years ago
  20. bfcd31d Fix wrong printf format string by Lucas De Marchi · 13 years ago
  21. 2e2e252 libkmod-index: do not pre-populate mmap by Lucas De Marchi · 13 years ago
  22. 817f4e3 libkmod-index: free node when we have only partial match by Lucas De Marchi · 13 years ago
  23. ee1d188 libkmod-module: fill builtin's name by Lucas De Marchi · 13 years ago
  24. 7329817 libkmod-index: don't print an error if index doesn't exist by Lucas De Marchi · 13 years ago
  25. dfa96f1 improve logging to mention context. by Gustavo Sverzut Barbieri · 13 years ago
  26. 6068aaa Check if struct stat has mtim member by Lucas De Marchi · 13 years ago
  27. 758428a libkmod: dump index files by Lucas De Marchi · 13 years ago
  28. a66a6a9 Update copyright by Lucas De Marchi · 13 years ago
  29. 9fd58f3 index: save timestamp of each loaded index by Lucas De Marchi · 13 years ago
  30. 4088b27 index_file_open: fix another fd leak on error path. by Cristian Rodríguez · 13 years ago
  31. 67d94ad Fix leak on error path by Cristian Rodríguez · 13 years ago
  32. c6824b6 Fix unaligned memory access by Gustavo Sverzut Barbieri · 13 years ago
  33. a5a92a6 fix error handling path. by Gustavo Sverzut Barbieri · 13 years ago
  34. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 13 years ago
  35. 7d51d8b Fix "Dereference of null pointer" as reported by llvm by Lucas De Marchi · 13 years ago
  36. cb451f3 Change licenses by Lucas De Marchi · 13 years ago
  37. 27fdf63 index: fix memleak for non-matchin aliases. by Gustavo Sverzut Barbieri · 13 years ago
  38. d091546 index-mm: allocate values inline into node, strings points to mmap. by Gustavo Sverzut Barbieri · 13 years ago
  39. 148226e index: cleanup header, move as much as possible to libkmod-index.c by Gustavo Sverzut Barbieri · 13 years ago
  40. 15c1c14 index-mm: no need to allocate prefix. by Gustavo Sverzut Barbieri · 13 years ago
  41. fc2d835 index-mm: fix memory access. by Gustavo Sverzut Barbieri · 13 years ago
  42. 5109f2b index: mm: Add flag to open call to populate buffer by Lucas De Marchi · 13 years ago
  43. 558b020 remove useless look checking for duplicates by Gustavo Sverzut Barbieri · 13 years ago
  44. 1433ba9 index: avoid strlen() whenever possible. by Gustavo Sverzut Barbieri · 13 years ago
  45. 435ad78 reduce calls to realloc() if size did not change. by Gustavo Sverzut Barbieri · 13 years ago
  46. 405f614 index: improve buffer management and reduce mallocs. by Gustavo Sverzut Barbieri · 13 years ago
  47. 8f923be index: change license to LGPL by Lucas De Marchi · 13 years ago
  48. 5a7ade7 index: update copyrignt by Lucas De Marchi · 13 years ago
  49. bf89f70 index: mmap: add support for seaching with wildcards by Lucas De Marchi · 13 years ago
  50. b797b79 index: mmap: add support for searching by Lucas De Marchi · 13 years ago
  51. e33bb87 index: mmap: add support for searching node by Lucas De Marchi · 13 years ago
  52. 91298dc index: mmap: read child node by Lucas De Marchi · 13 years ago
  53. 77bf936 index: mmap: read root node by Lucas De Marchi · 13 years ago
  54. 836be9a index: mmap: create and destroy node by Lucas De Marchi · 13 years ago
  55. b471a6b index: mmap: open and close file by Lucas De Marchi · 13 years ago
  56. e71970a index: follow libkmod coding style by Lucas De Marchi · 13 years ago
  57. eb8bb32 Remove redundant comments by Lucas De Marchi · 13 years ago
  58. 85078e6 index: remove unused functions by Lucas De Marchi · 13 years ago
  59. 1d152ac index: re-order functions so prototypes are not needed by Lucas De Marchi · 13 years ago
  60. 3a61c84 Remove trailing whitespace by Lucas De Marchi · 13 years ago
  61. 963ca55 Fix 'redundant redeclaration' warnings by Lucas De Marchi · 13 years ago
  62. 9368888 Fix 'old style declaration' warnings by Lucas De Marchi · 13 years ago
  63. 0fbdfef Clean 'shadowed declaration' warnings by Lucas De Marchi · 13 years ago
  64. a7be73b Remove trailing whitespaces by Lucas De Marchi · 13 years ago
  65. e8847fd Import index handling from module-init-tools by Lucas De Marchi · 13 years ago