0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 16 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extract trans and trans event cb funcs to trans.c. More... almost 14 years ago
Extract alpm_option_ functions to option.c More... almost 14 years ago
Extract callback-option functions into callback.c More... almost 14 years ago
Move push_loglevel to types.c More... almost 14 years ago
Move push_changelog_box to package.c. More... almost 14 years ago
Extract transaction error "boxes" to trans.c. More... almost 14 years ago
Extract group methods to group.c More... almost 14 years ago
Extract delta methods to delta.c. More... almost 14 years ago
Move ldatabase_table_to_alpm_list to types.c. More... almost 14 years ago
Extract dependency funcs to dep.c and package methods to package.c. More... almost 14 years ago
Fix a bunch of little errors/typos. More... almost 14 years ago
Extract database functions/methods to db.c. More... almost 14 years ago
Move all type definitions into types.h. More... almost 14 years ago
Move generic type functions into types.c. More... almost 14 years ago
Move callback code to callback.c, start lualpm.h. More... almost 14 years ago
Increment clyde and lualpm's minor ver number. More... almost 14 years ago
Increment clyde and lualpm's minor ver number. More... almost 14 years ago
Fix lualpm version string, mistook it for libalpm. More... almost 14 years ago
Fix lualpm version string, mistook it for libalpm. More... almost 14 years ago
Undelete developer scripts and move to 'examples' folder. More... almost 14 years ago
Undelete developer scripts and move to 'examples' folder. More... almost 14 years ago
Escape regexp special characters in the proper variable. More... almost 14 years ago
Escape regexp special characters in the proper variable. More... almost 14 years ago
Do not search AUR package version or votes for regexp. More... almost 14 years ago
Do not search AUR package version or votes for regexp. More... almost 14 years ago
Clean up and simplify regexp code to always be on. More... almost 14 years ago
Clean up and simplify regexp code to always be on. More... almost 14 years ago
Remove -x regexp AUR search option. More... almost 14 years ago
Remove -x regexp AUR search option. More... almost 14 years ago
'if (x ~= nil)' is the same as 'if (x)' -- commented by juster More... almost 14 years ago