Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-16 | Extract a write_deps function from local database writing | Dan McGee | 1 | -45/+22 |
2012-03-16 | Remove unnecessary path check from local database | Dan McGee | 1 | -12/+3 |
2012-03-15 | lib/sync: avoid unwanted unlink after download fail | Dave Reisner | 1 | -0/+2 |
2012-03-15 | dload: reset payload filename members before download | Dave Reisner | 1 | -0/+5 |
2012-03-13 | Minor format-string related cleanups | Dan McGee | 1 | -1/+1 |
2012-03-09 | Merge branch 'maint' | Dan McGee | 2 | -50/+58 |
2012-03-09 | Simplify package validation info output for sync packages | Allan McRae | 1 | -0/+24 |
2012-03-09 | Remove _alpm_csum | Allan McRae | 5 | -13/+8 |
2012-03-09 | Add information on how an installed package was validated | Allan McRae | 6 | -5/+97 |
2012-03-09 | Hook new optdepend structures up | Benedikt Morbach | 5 | -8/+11 |
2012-03-09 | Allow alpm_depend_t to have a description | Dan McGee | 2 | -13/+32 |
2012-03-05 | Translation updates from Transifex | Dan McGee | 1 | -37/+39 |
2012-03-05 | Fix a potential memory leak in filelist creation | Dan McGee | 1 | -13/+19 |
2012-03-05 | Fix a memory leak when loading an invalid package | Dan McGee | 1 | -3/+3 |
2012-02-21 | Use "mode" in _alpm_makepath_mode | Allan McRae | 1 | -2/+2 |
2012-02-21 | Merge branch 'maint' | Dan McGee | 3 | -32/+15 |
2012-02-20 | Update copyright years | Allan McRae | 42 | -42/+42 |
2012-02-20 | util: reduce pointer hell in _alpm_makepath_mode | Dave Reisner | 1 | -25/+30 |
2012-02-20 | Print error message when to-be-downloaded file cannot be created | Nagy Gabor | 1 | -0/+4 |
2012-02-20 | Don't check diskspace when using --dbonly | Dan McGee | 1 | -1/+1 |
2012-02-20 | diskspace: ensure we match only full path components | Dan McGee | 1 | -1/+13 |