Age | Commit message (Expand) | Author | Files | Lines |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -7/+7 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -9/+9 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -3/+3 |
2011-06-24 | Make sync DB reading a bit more flexible | Dan McGee | 1 | -62/+66 |
2011-06-24 | Don't require a transaction for sync DB updates | Dan McGee | 1 | -18/+24 |
2011-06-24 | Add a 'valid' flag to the database object | Dan McGee | 1 | -1/+11 |
2011-06-24 | Move database 'version' check to registration time | Dan McGee | 1 | -6/+0 |
2011-06-24 | Do database signature checking at load time | Dan McGee | 1 | -1/+55 |
2011-06-24 | Prevent segfault when parsing unexpected sync database file | Dan McGee | 1 | -4/+2 |
2011-06-20 | Documented purpose of be_*.c | Kerrick Staley | 1 | -1/+1 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -0/+1 |
2011-06-14 | alpm_db_update(): refactor out sync dir create/check | Dan McGee | 1 | -22/+31 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -18/+20 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -29/+25 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -1/+1 |
2011-06-08 | Plug a memory leak | Dan McGee | 1 | -0/+1 |
2011-06-03 | Use standard errno codes in return from _alpm_archive_fgets | Dan McGee | 1 | -4/+18 |
2011-06-03 | Remove global handle from some package and db code | Dan McGee | 1 | -7/+3 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Add handle attribute to pmpkg_t struct | Dan McGee | 1 | -1/+2 |
2011-06-03 | Add handle attribute to pmdb_t struct | Dan McGee | 1 | -0/+1 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -7/+0 |
2011-05-05 | Remove sync DB reregister check | Dan McGee | 1 | -10/+0 |
2011-05-05 | Merge branch 'maint' | Dan McGee | 1 | -5/+6 |
2011-05-05 | Ensure populate error return codes are consistent | Dan McGee | 1 | -5/+6 |
2011-05-05 | Logging changes during DB load | Dan McGee | 1 | -0/+2 |
2011-05-04 | Deal with unused function parameters correctly | Allan McRae | 1 | -1/+1 |
2011-04-24 | Rein in the complexity of the signature type | Dan McGee | 1 | -1/+1 |
2011-04-23 | libalpm/dload: major refactor of signature downloading | Dan McGee | 1 | -53/+35 |
2011-04-22 | be_sync: use _alpm_db_get_sigverify_level() | Dan McGee | 1 | -4/+7 |
2011-04-21 | Rename gpgsig struct fields for clarity | Dan McGee | 1 | -1/+1 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -2/+1 |
2011-04-05 | Merge branch 'maint' | Dan McGee | 1 | -3/+14 |
2011-04-02 | Fix compatibility with older versions of libarchive. | Rémy Oudompheng | 1 | -0/+2 |
2011-04-01 | Ensure dbpath is not null when populating sync database | Dan McGee | 1 | -3/+12 |
2011-04-01 | Ignore upcoming new values in sync backend | Dan McGee | 1 | -0/+6 |
2011-03-24 | Do not reuse old signature | Allan McRae | 1 | -2/+9 |
2011-03-24 | Download and verify package database signatures | Allan McRae | 1 | -6/+38 |
2011-03-23 | Actually read PGPSIG field in sync DB code | Dan McGee | 1 | -0/+2 |
2011-03-23 | repo-add: add sha256sum values to repo database | Dan McGee | 1 | -0/+3 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -10/+10 |
2011-03-20 | Use sane umask for repo db downloads | Allan McRae | 1 | -0/+5 |
2011-03-17 | Correctly parse %DELTAS% entries in sync DB | tuxce | 1 | -1/+6 |
2011-03-07 | Do not print warning with files entry in sync db | Allan McRae | 1 | -2/+4 |
2011-03-01 | Fix some easy to find double translations | Dan McGee | 1 | -1/+1 |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee | 1 | -0/+6 |
2011-02-15 | Fix some database size estimation problems | Dan McGee | 1 | -4/+5 |
2011-02-08 | Handle null pkgcache for local/sync db_populate() | Pang Yan Han | 1 | -1/+7 |
2011-02-04 | Change default sync hash table sizing to 66% full | Dan McGee | 1 | -2/+2 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 1 | -4/+9 |