1. a8830dc Port for Android Build/Mac environment by Howard Chen · 7 years ago
  2. 31dd40a libkmod-config: fix parsing quoted kernel cmdline on params by Lucas De Marchi · 7 years ago
  3. 8df2117 libkmod-config: replace 0/1 with bool by Lucas De Marchi · 7 years ago
  4. b198267 module: fix a memory leak by Bartosz Golaszewski · 7 years ago
  5. f27a2b1 libkmod: Fix handling of quotes in kernel command line by James Minor · 7 years ago
  6. 53d3a99 libkmod: fix use of strcpy by Lucas De Marchi · 8 years ago
  7. a0f6726 libkmod: fix integration with gtk-doc by Lucas De Marchi · 8 years ago
  8. e78fe15 libkmod-module: modinfo: print signature id by Lucas De Marchi · 8 years ago
  9. 75f45d9 libkmod-signature: handle PKCS#7 by Lucas De Marchi · 8 years ago
  10. dcdb177 libkmod-module: do not crash modinfo on 0 key id len by Lucas De Marchi · 8 years ago
  11. 2206d7f libkmod: Handle long lines in /proc/modules by Michal Marek · 8 years ago
  12. 1930899 kmod_module_get_refcnt: fix documentation by Peter Wu · 8 years ago
  13. f7f2851 libkmod: export new kmod_get_dirname() function by Lucas De Marchi · 9 years ago
  14. b87d01d modprobe: Update error message when path is missing by Laura Abbott · 9 years ago
  15. 114ec87 libkmod-module: fix return code in error path by Lucas De Marchi · 9 years ago
  16. ebdac00 Check return of fseek while reading index by Lucas De Marchi · 9 years ago
  17. d98f2d3 Avoid sign-extension error on multiplication by Lucas De Marchi · 9 years ago
  18. fd44a98 Fix race while loading modules by Harish Jenny K N · 9 years ago
  19. 885e90b libkmod: better explain a signed module layout by Lucas De Marchi · 9 years ago
  20. dcbe184 libkmod: consider empty signature key as invalid by Lucas De Marchi · 9 years ago
  21. 40ef6e6 Fix out of bounds signature access with 32 bit off_t by Tobias Stoeckmann · 9 years ago
  22. 249dc59 libkmod: properly validate file size by Tobias Stoeckmann · 9 years ago
  23. 6684102 libkmod: use helper function to check for overflow by Lucas De Marchi · 9 years ago
  24. 67466f2 Prevent offset + size overflow. by Tobias Stoeckmann · 9 years ago
  25. 01f9bc6 Fix uninitialized warning by Lucas De Marchi · 9 years ago
  26. b35bf2a Fix include in python bindings by Lucas De Marchi · 9 years ago
  27. 0a67d4f libkmod-elf: Remove unused variables by Lucas De Marchi · 9 years ago
  28. dea2dfe Remove FSF mailing address by Lucas De Marchi · 9 years ago
  29. bb72153 libkmod-index: move comment to include the includes by Lucas De Marchi · 10 years ago
  30. a5852e3 libkmod-index: remove invalid comment by Lucas De Marchi · 10 years ago
  31. c4cbdf8 libkmod-index: keep index and comments in .c by Lucas De Marchi · 10 years ago
  32. 15a7ae3 shared: rename prefixes of strbuf functions by Lucas De Marchi · 10 years ago
  33. b4d1f44 Move strbuf implementation to shared/ by Lucas De Marchi · 10 years ago
  34. eb6f911 libkmod: remove unused inline functions by Lucas De Marchi · 10 years ago
  35. 52c9c99 Log error on failed underscores(), moving it to shared/ by Lucas De Marchi · 10 years ago
  36. f4e8c16 Move remaining functions from libkmod-util to shared by Lucas De Marchi · 10 years ago
  37. 2b0104f Move alias_normalize() to shared by Lucas De Marchi · 10 years ago
  38. b95506f Do not export array of kmod extensions by Lucas De Marchi · 10 years ago
  39. aafd383 Rename getline_wrapped() to freadline_wrapped() by Lucas De Marchi · 10 years ago
  40. b18979b Prefer inttypes.h over stdint.h by Lucas De Marchi · 10 years ago
  41. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  42. 0db718e Move hash implementation to shared directory by Lucas De Marchi · 10 years ago
  43. 74d1df6 Move array implementation to shared directory by Lucas De Marchi · 10 years ago
  44. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  45. 8b7189b Move missing.h to shared directory by Lucas De Marchi · 10 years ago
  46. 576dd43 Move macro.h to shared directory by Lucas De Marchi · 10 years ago
  47. 9b34db1 Add back-up implementation of be32toh() by Randy MacLeod · 10 years ago
  48. 1a4aa7e libkmod-index.c: Fix error message by Holger Obermaier · 10 years ago
  49. 74c2694 Add missing O_CLOEXEC in kmod_module_get_size() by Cristian Rodríguez · 10 years ago
  50. 86e19e9 Fix use-after-free in hash implementation. by Lukas Anzinger · 10 years ago
  51. 30bfd48 Close /sys/module/$NAME directory if opening /proc/module fails. by Leandro Pereira · 10 years ago
  52. c1bc88c Free abspath if kmod_module_new_from_path() fails. by Leandro Pereira · 10 years ago
  53. e84d912 Free realnames if kmod_lookup_alias_from_alias_bin() fails by Leandro Pereira · 10 years ago
  54. b6d985c Ensure read_long() reads the correct number of bytes from the index by Leandro Pereira · 10 years ago
  55. d36c886 Bail out of index_mm_open() if fstat() fails by Leandro Pereira · 10 years ago
  56. f5cdd57 Make sure there's NUL byte at the end of strndupa by Lucas De Marchi · 10 years ago
  57. 04c0956 Add strndupa to missing.h by Lucas De Marchi · 10 years ago
  58. 8240333 config: also parse softdeps from modules by Tom Gundersen · 10 years ago
  59. 450bd1b libkmod: Ignore errors from softdeps by Michal Marek · 10 years ago
  60. 3a33a7a build-sys: add hooks to build python bindings by Lucas De Marchi · 10 years ago
  61. 5ad36e5 python: Remove unused files from import by Lucas De Marchi · 10 years ago
  62. c03dfbd python: Issue #15: resovled by using setuptools_cython by Guy Rozendorn · 11 years ago
  63. 60ce23e python: Issue #15: Cython needs to be in setup_requires by Guy Rozendorn · 11 years ago
  64. 1f9c5a0 python: Issue #15 Cython is now a dependency by Guy Rozendorn · 11 years ago
  65. 57a8efd python: update version to 0.9.1 by Andy Grover · 11 years ago
  66. 17b69ad python: Issue #13 skipping building extensions on non-Linux platforms by Guy Rozendorn · 11 years ago
  67. e4a57f6 python: Make kmod.modprobe() raise an error if no modules found by Andy Grover · 11 years ago
  68. 891e075 python: Add self as maintainer to setup.py by Andy Grover · 11 years ago
  69. 8e73a86 python: Correct building for python 2.6 by Andy Grover · 11 years ago
  70. f0d6f37 python: add docstring to insert and remove methods by Oz · 11 years ago
  71. 240c0f4 python: add docstring to rmmod by Oz · 11 years ago
  72. b32900f python: update version to 0.9 by Andy Grover · 11 years ago
  73. 9ebfb9c python: Update README by Andy Grover · 11 years ago
  74. 26105c1 python: MANIFEST.in: add AUTHORS to distibuted source files. by W. Trevor King · 12 years ago
  75. c8b5c51 python: Ran update-copyright.py. by W. Trevor King · 12 years ago
  76. 64f9a6a python: .update-copyright.conf: update to pipe separators. by W. Trevor King · 12 years ago
  77. 8e8e24b python: .update-copyright.conf: add MANIFEST.in to ignored files. by W. Trevor King · 12 years ago
  78. ac24814 python: .update-copyright.conf: add Red Hat alias for Andy Grover. by W. Trevor King · 12 years ago
  79. 5a39a9d python: .update-copyright.conf: add README.rst to ignored files. by W. Trevor King · 12 years ago
  80. 3c65e33 python: .mailmap: consolidate Andy Grover email addresses. by W. Trevor King · 12 years ago
  81. 6745a4a python: .update-copyright.conf: add copyright configuration. by W. Trevor King · 12 years ago
  82. 0a2fab2 python: module: fix versions -> info typo in Module._info_get() error message. by W. Trevor King · 12 years ago
  83. d9c0c63 python: Initialize Kmod.mod_dir to None in __cinit__(). by W. Trevor King · 12 years ago
  84. caee9c1 python: Use an OrderedDict for Module.info (preserving modinfo ordering). by W. Trevor King · 12 years ago
  85. 81c1a4e python: Add Module.info attribute. by W. Trevor King · 12 years ago
  86. e0ff45a python: Use Cython's libc.errno for EEXIST. by W. Trevor King · 12 years ago
  87. 0dd3047 python: Add Module.versions attribute. by W. Trevor King · 12 years ago
  88. 76d34f4 python: README.rst: add .rst symlink for GitHub. by W. Trevor King · 12 years ago
  89. 161576d python: README: mention Cython dependency. by W. Trevor King · 12 years ago
  90. 028fc12 python: README: cleanup reStructuredText syntax. by W. Trevor King · 12 years ago
  91. 075f4ea python: Add missing copyright blurbs. by W. Trevor King · 12 years ago
  92. c737198 python: Add docstrings to kmod.kmod and kmod.kmod.Kmod. by W. Trevor King · 12 years ago
  93. 3cc8a66 python: MANIFEST.in: add missing source to the sdist tarball. by W. Trevor King · 12 years ago
  94. 113b46b python: Add additional out Module attributes (path, refcnt, ...). by W. Trevor King · 12 years ago
  95. f7c6215 python: Convert to Cython. by W. Trevor King · 12 years ago
  96. cd4df5a python: update FSF address in COPYING and COPYING.LESSER by Andy Grover · 12 years ago
  97. 6cdc22b python: whitespace by Andy Grover · 12 years ago
  98. 705187f python: add proper error handling to loaded_modules() by Andy Grover · 12 years ago
  99. 31aa683 python: Improve README's description of kmod by Andy Grover · 12 years ago
  100. c73ffc5 python: Make setup.py version match version in .c by Andy Grover · 12 years ago