Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-02-04 | Get estimated package count when populating databases | Dan McGee | 1 | -1/+63 |
2011-02-01 | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 1 | -1/+0 |
2011-01-31 | libalpm: fix db_update documentation | Xavier Chantry | 1 | -12/+13 |
2011-01-25 | Fix memory leak and error code in DB reading | Dan McGee | 1 | -2/+3 |
2011-01-22 | Remove epoch as an independent field | Dan McGee | 1 | -9/+0 |
2011-01-21 | Add a likely_pkg hint argument to sync_db_read | Dan McGee | 1 | -10/+16 |
2011-01-08 | Use size_t for alpm_list sizes | Allan McRae | 1 | -1/+1 |
2011-01-08 | Refactor old date parsing into single method | Dan McGee | 1 | -12/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 1 | -0/+1 |
2010-12-21 | Overhaul archive fgets function | Dan McGee | 1 | -5/+10 |
2010-12-21 | Use macros in sync DB parsing | Dan McGee | 1 | -99/+52 |
2010-12-14 | Remove non-public functions from header | Dan McGee | 1 | -2/+2 |
2010-12-14 | Mark sync_db_read() as static | Dan McGee | 1 | -2/+6 |
2010-12-13 | Create sync/ DB directory if it does not exist | Dan McGee | 1 | -0/+18 |
2010-12-13 | Make reading from any file possible in sync DB | Dan McGee | 1 | -12/+8 |
2010-12-13 | dirent usage cleanup | Dan McGee | 1 | -1/+0 |
2010-12-13 | Combine reading from depends and desc in sync db | Allan McRae | 1 | -7/+2 |
2010-12-13 | Fix a few problems reported by clang-analyzer | Xavier Chantry | 1 | -7/+5 |
2010-10-14 | Add epoch support to pacman/libalpm | Dan McGee | 1 | -1/+10 |
2010-10-14 | Small tweaks after backend merge | Dan McGee | 1 | -6/+0 |
2010-10-14 | Clean-up parsing sync database | Allan McRae | 1 | -26/+1 |