Age | Commit message (Expand) | Author | Files | Lines |
2013-01-03 | Use a defined constant in delta.c for num_matches | Dan McGee | 1 | -3/+6 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 49 | -49/+49 |
2012-12-14 | Add public functions for accessing mtree data | Allan McRae | 3 | -2/+46 |
2012-12-14 | Add internal functions for reading mtree file from local db | Allan McRae | 3 | -0/+106 |
2012-12-14 | Extract .MTREE file into local package database | Allan McRae | 1 | -0/+5 |
2012-12-14 | Do not warn about missing database if being downloaded | Allan McRae | 2 | -3/+4 |
2012-12-14 | Fix future signature timestamp warning | Allan McRae | 1 | -5/+6 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 3 | -1/+3 |
2012-12-14 | Make alpm_pkg_find public | Allan McRae | 7 | -24/+30 |
2012-12-14 | Add "Optional for" to package information output | Allan McRae | 2 | -7/+35 |
2012-12-14 | Notify of removed package required as optdepend | Allan McRae | 2 | -1/+33 |
2012-12-14 | It turns out we do care about directories... | Allan McRae | 1 | -19/+9 |
2012-12-14 | Fix overzealous package removal with unmet dependencies | Andrew Gregory | 1 | -41/+41 |
2012-12-14 | _alpm_filelist_resolve: add useful return code | Andrew Gregory | 2 | -38/+47 |
2012-12-14 | Avoid upgrade conflict with unchanged effective path | Allan McRae | 2 | -3/+3 |
2012-12-14 | Resolve file paths during inter-package conflict check | Allan McRae | 2 | -8/+10 |
2012-12-14 | _alpm_filelist_resolve: use original filenames where possible | Andrew Gregory | 2 | -22/+34 |
2012-12-14 | Add _alpm_filelist_resolve | Andrew Gregory | 2 | -0/+181 |
2012-12-14 | Add resolved_path to alpm_filelist_t | Allan McRae | 2 | -1/+11 |
2012-12-14 | Detect inter-package conflicts between files and directories | Allan McRae | 1 | -13/+38 |
2012-11-27 | fixed erroneous memory access to newurl in alpm_db_remove_server | Paul Barbu Gheorghe | 1 | -3/+6 |
2012-11-27 | buildsys: eschew use of DEFS, prefer AM_CPPFLAGS | Dave Reisner | 1 | -3/+2 |
2012-09-18 | Merge branch 'maint' | Dan McGee | 1 | -0/+5 |
2012-09-18 | signing.c: warn if time went backwards | Florian Pritz | 1 | -0/+5 |
2012-09-18 | Fix documentation typo | Allan McRae | 1 | -1/+1 |
2012-09-18 | Remove incorrect documentation for unlink_file | Allan McRae | 1 | -4/+0 |
2012-08-08 | removed the condition in alpm_db_set_servers since FREELIST is NULL safe | Barbu Paul - Gheorghe | 1 | -1/+1 |
2012-08-08 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2012-08-08 | coding style fixes | Florian Pritz | 2 | -3/+3 |
2012-08-08 | Print repo being search for replaces in debug output | Allan McRae | 1 | -1/+2 |
2012-08-02 | Split _alpm_filelist_operation function | Allan McRae | 3 | -30/+57 |
2012-08-02 | Move filelist functions into separate source file | Dan McGee | 11 | -104/+178 |
2012-08-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+8 |
2012-08-01 | Fix wrong parameter name in alpm_db_update's signature | Barbu Paul - Gheorghe | 1 | -1/+1 |
2012-08-01 | util: fix line length calc in _alpm_archive_fgets | Dave Reisner | 1 | -2/+4 |
2012-08-01 | lib/conflict: use a binary search within filelists | Dave Reisner | 1 | -8/+5 |
2012-08-01 | lib/be_local: ensure local filelists are sorted | Dave Reisner | 1 | -0/+2 |
2012-08-01 | lib/be_package: use qsort instead of our own msort | Dave Reisner | 1 | -49/+3 |
2012-08-01 | Add more debug logging to dir_belongsto_pkg() function | Dan McGee | 1 | -1/+8 |
2012-07-10 | Merge branch 'maint' | Dan McGee | 1 | -6/+31 |
2012-07-10 | update comments referring to alpm_option_get_syncdbs | Dave Reisner | 2 | -2/+2 |
2012-07-10 | diskspace: log errors when opening the mount table fails | Dave Reisner | 1 | -0/+6 |
2012-07-10 | Check empty subdirectory ownership | Allan McRae | 1 | -0/+5 |
2012-07-10 | Add conflict for replacing owned empty directory | Allan McRae | 1 | -6/+26 |
2012-06-26 | diskspace: only load filesystem info on demand | Dave Reisner | 2 | -13/+47 |
2012-06-26 | diskspace: dedupe code for loading FS usage | Dave Reisner | 1 | -25/+27 |
2012-06-26 | repo-add: add checkdepends information | Allan McRae | 1 | -0/+6 |
2012-06-26 | add line length parameter to _alpm_strip_newline | Dave Reisner | 4 | -15/+17 |
2012-06-26 | add real_line_size to alpm_read_buffer | Dave Reisner | 2 | -3/+4 |
2012-06-26 | check proper variable for NULL | Dave Reisner | 1 | -1/+1 |