Age | Commit message (Expand) | Author | Files | Lines |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -1/+1 |
2011-04-21 | lib: remove dead code in be_local and be_package | Dave Reisner | 1 | -7/+0 |
2011-04-16 | Remove indirection on get_name and get_version operations | Dan McGee | 1 | -19/+0 |
2011-04-05 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-04-05 | libalpm/be_local.c: unused variable ent | Xavier Chantry | 1 | -1/+1 |
2011-03-21 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-03-21 | Fix assignment before NULL check | Dan McGee | 1 | -1/+1 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -35/+35 |
2011-03-01 | Ensure d_type is not DT_UNKNOWN before relying on it | Dan McGee | 1 | -9/+13 |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee | 1 | -0/+53 |
2011-02-15 | Fix some database size estimation problems | Dan McGee | 1 | -6/+26 |
2011-02-08 | Handle null pkgcache for local/sync db_populate() | Pang Yan Han | 1 | -0/+4 |
2011-02-06 | Remove redundant _alpm_strtrim() in be_local.c | Pang Yan Han | 1 | -9/+9 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 1 | -3/+9 |
2011-02-04 | Get estimated package count when populating databases | Dan McGee | 1 | -1/+7 |
2011-02-01 | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 1 | -2/+0 |
2011-01-29 | Remove need to explicitly register the local DB | Dan McGee | 1 | -6/+1 |
2011-01-22 | Remove epoch as an independent field | Dan McGee | 1 | -16/+0 |
2011-01-12 | Fix double filelist issue when upgrading a package | Dan McGee | 1 | -10/+12 |
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 | -23/+2 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2011-01-06 | Remove FORCE reading from local DB | Dan McGee | 1 | -6/+0 |
2010-12-30 | Declare all local functions static | Allan McRae | 1 | -29/+33 |
2010-12-14 | Abstract has_scriptlet() to package ops struct | Dan McGee | 1 | -0/+15 |
2010-12-14 | Remove non-public functions from header | Dan McGee | 1 | -2/+2 |
2010-12-13 | Abort db_populate if dbpath is not set | Bruno Widmann | 1 | -0/+3 |
2010-12-13 | Merge desc and depends files in local db | Allan McRae | 1 | -88/+56 |
2010-12-13 | dirent usage cleanup | Dan McGee | 1 | -1/+1 |
2010-10-14 | Add epoch support to pacman/libalpm | Dan McGee | 1 | -6/+16 |
2010-10-14 | Small tweaks after backend merge | Dan McGee | 1 | -9/+4 |
2010-10-14 | Only write to local repos | Allan McRae | 1 | -53/+38 |
2010-10-14 | Clean-up parsing local database | Allan McRae | 1 | -24/+3 |
2010-10-14 | Remove lazy loading of deltas | Allan McRae | 1 | -24/+2 |
2010-10-14 | Move and rename splitname | Allan McRae | 1 | -1/+1 |
2010-10-14 | Restrict visibility of checkdbdir and get_pkgpath | Allan McRae | 1 | -0/+34 |
2010-10-14 | Populate sync db from archive | Allan McRae | 1 | -0/+1 |
2010-10-14 | Completely separate local and sync db handling | Allan McRae | 1 | -31/+36 |
2010-10-14 | Separate be_files into be_sync and be_local | Allan McRae | 1 | -0/+985 |