Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-06-26 | diskspace: canonicalize path to download dir | Dave Reisner | 1 | -0/+8 |
2012-05-21 | libalpm/remove.c - add doxygen | Andrew Gregory | 1 | -3/+86 |
2012-05-21 | repo-add: add makedepends information | Allan McRae | 1 | -0/+6 |
2012-05-21 | fix -Wshadow warnings as reported by gcc 4.4.3 | Dave Reisner | 3 | -20/+20 |
2012-05-21 | Merge branch 'maint' | Dan McGee | 1 | -2/+3 |
2012-05-04 | Ensure pre_upgrade scriptlet gets old package version | Dan McGee | 1 | -2/+3 |
2012-04-30 | Convert ALLOC_FAIL macro into a function | Dan McGee | 4 | -8/+13 |
2012-04-30 | be_local: use the right length value for filename in all cases | Dan McGee | 1 | -2/+3 |
2012-04-30 | Merge remote-tracking branch 'dave/buildsys' | Dan McGee | 3 | -0/+16 |
2012-04-30 | Move short-lived realpath buffers to the stack | Dan McGee | 2 | -6/+2 |
2012-04-26 | libalpm: add pkg-config file | Dave Reisner | 3 | -0/+16 |
2012-04-25 | Pointer coding style cleanups | Dan McGee | 3 | -3/+3 |
2012-04-25 | be_local: write all single-valued attributes first | Dan McGee | 1 | -18/+20 |
2012-04-12 | Merge branch 'maint' | Dan McGee | 2 | -7/+8 |
2012-04-09 | Fix issues with unintialized variable value usage | Dan McGee | 2 | -7/+8 |
2012-04-09 | Fix a signed overflow error on i686 with GCC 4.7.0 | Dan McGee | 1 | -4/+6 |
2012-04-09 | Various tweaks to support building with excessive GCC warning flags | Dan McGee | 4 | -14/+22 |
2012-04-09 | buildsys: define warning CFLAGS in separate var | Dave Reisner | 1 | -1/+1 |
2012-04-09 | buildsys: cleanup gpgme compile time check | Dave Reisner | 1 | -0/+2 |
2012-04-09 | buildsys: use pkg-config for libcurl detection | Dave Reisner | 1 | -1/+3 |
2012-04-09 | buildsys: use pkg-config for libarchive detection | Dave Reisner | 1 | -0/+2 |
2012-04-09 | buildsys: use pkg-config for openssl detection | Dave Reisner | 1 | -1/+8 |
2012-04-07 | Prefix alpm_pkgfrom_t members with ALPM_ | Allan McRae | 6 | -22/+22 |
2012-04-07 | Return more useful error codes on package open failures | Dan McGee | 2 | -2/+13 |
2012-04-07 | Make selecting scriptlet shell work | Allan McRae | 1 | -1/+1 |
2012-04-07 | Merge branch 'maint' | Dan McGee | 30 | -124/+135 |
2012-04-07 | sync: fix crash on failed downloads | Dave Reisner | 1 | -1/+1 |
2012-04-07 | Updates from Transifex | Dan McGee | 1 | -44/+45 |
2012-03-29 | Update all translation files | Dan McGee | 28 | -77/+78 |
2012-03-28 | signing: cope with gpg2's failure at life | Dave Reisner | 1 | -3/+12 |
2012-03-16 | Merge branch 'maint' | Dan McGee | 2 | -2/+11 |
2012-03-16 | Prefer fputs/fputc over fprintf when writing local database | Dan McGee | 1 | -11/+15 |