Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | ensure realloc has a positive size | Andrew Gregory | 2 | -6/+14 |
2015-10-28 | _alpm_hook_run: check path length before copying | Andrew Gregory | 1 | -8/+19 |
2015-10-27 | hook.c: print invalid option name | Andrew Gregory | 1 | -1/+1 |
2015-10-27 | order hooks by file name | Andrew Gregory | 1 | -0/+8 |
2015-10-27 | Alpm, check for NULL in free-functions | Rikard Falkeborn | 6 | -3/+11 |
2015-10-27 | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 1 | -1/+1 |
2015-10-18 | validate hooks after parsing | Andrew Gregory | 1 | -1/+64 |
2015-10-18 | run hooks during trans_commit | Andrew Gregory | 8 | -0/+294 |
2015-10-18 | add hook data types and parser | Andrew Gregory | 2 | -0/+188 |
2015-10-18 | handle: add hookdirs option | Andrew Gregory | 5 | -0/+75 |
2015-09-20 | check fileconflicts and diskspace outside commit | Andrew Gregory | 3 | -6/+21 |
2015-09-19 | sortbydeps: skip local packages being updated | Andrew Gregory | 1 | -3/+8 |
2015-08-08 | libalpm: Force update when database is marked as corrupted. | Sebastian Lackner | 1 | -0/+5 |
2015-08-08 | fill in name_hash for assumeinstalled options | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | copy assumeinstalled options | Andrew Gregory | 1 | -2/+9 |
2015-08-08 | check assumeinstalled for meaningful mod | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | check dep versions before calling strcmp | Andrew Gregory | 1 | -1/+12 |
2015-08-08 | Remove ko_KR translation | Allan McRae | 2 | -818/+0 |
2015-07-20 | ensure matching database and package version | Levente Polyak | 1 | -0/+18 |
2015-07-15 | Read file lists from databases | Allan McRae | 1 | -2/+36 |
2015-07-15 | Allow frontends to specify the sync database extension | Allan McRae | 6 | -8/+44 |
2015-07-14 | Do not warn about packages that optionally require a removal when ignoring deps | Allan McRae | 1 | -1/+3 |
2015-07-12 | Do not warn about downgrades when only downloading package | Allan McRae | 1 | -1/+1 |
2015-05-12 | libalpm: Do a sanity check before manipulating final DB URL | David Macek | 1 | -4/+11 |
2015-05-12 | Fix comment in alpm_db_update | David Macek | 1 | -1/+1 |
2015-05-12 | alpm_logaction: implement documented return value | Andrew Gregory | 1 | -8/+16 |
2015-05-12 | alpm_logaction: allow falling back to syslog | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | alpm_logaction: check logfile before opening | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | merge _alpm_logaction into alpm_logaction | Andrew Gregory | 3 | -54/+29 |
2015-05-12 | Silence warning from clang | Allan McRae | 1 | -1/+1 |
2015-03-26 | close stdin before running install scripts | Andrew Gregory | 1 | -0/+1 |
2015-03-26 | be_package: fallback to standard filelist loading | Andrew Gregory | 1 | -15/+22 |
2015-03-26 | add_entry_to_files_list: pass filelist directly | Andrew Gregory | 1 | -8/+9 |
2015-03-03 | remove: use strcmp for files in skip_remove | Andrew Gregory | 1 | -49/+33 |
2015-03-03 | sync_prepare: exclude removals from resolvedeps | Andrew Gregory | 1 | -1/+1 |
2015-03-03 | calculate_removed_size: ensure llstat succeeds | Allan McRae | 1 | -1/+6 |
2015-03-03 | Abort of failure to add version file to empty local database | Allan McRae | 1 | -2/+12 |
2015-03-03 | parse_descfile: fix memory leak in error case | Allan McRae | 1 | -1/+1 |
2015-02-20 | Merge branch 'maint' | Allan McRae | 45 | -855/+1717 |
2015-02-20 | Update translations from Transifex | Allan McRae | 10 | -118/+120 |
2015-02-14 | Update translations from Transifex | Allan McRae | 40 | -743/+1603 |
2015-02-12 | Merge branch 'maint' | Allan McRae | 2 | -0/+15 |
2015-02-12 | Disable directory ownership warnings | Allan McRae | 1 | -0/+8 |
2015-02-12 | set package origin when adding to db cache | Andrew Gregory | 1 | -0/+7 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 50 | -50/+50 |
2015-02-01 | Merge branch 'maint' | Allan McRae | 1 | -0/+4 |
2015-02-01 | trans_commit: restore pm_errno after updating log | Andrew Gregory | 1 | -0/+4 |
2015-01-21 | extract_single_file: consolidate extraction logic | Andrew Gregory | 1 | -79/+61 |
2015-01-21 | extract_single_file: use .pacnew for check files | Andrew Gregory | 1 | -27/+13 |
2015-01-21 | remove support for .pacorig files | Andrew Gregory | 2 | -73/+24 |