Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-10-14 | Move and rename splitname | Allan McRae | 1 | -1/+1 |
2010-10-14 | Only download sync databases | Allan McRae | 1 | -163/+2 |
2010-10-14 | Parse sync database | Allan McRae | 1 | -412/+125 |
2010-10-14 | Populate sync db from archive | Allan McRae | 1 | -25/+33 |
2010-10-14 | Completely separate local and sync db handling | Allan McRae | 1 | -33/+38 |
2010-10-14 | Separate be_files into be_sync and be_local | Allan McRae | 1 | -0/+906 |