Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-02-15 | Revert "Add -S --recursive operation" | Dan McGee | 1 | -29/+0 |
2012-02-14 | Update SIGPIPE signal handler comment | Dan McGee | 1 | -2/+2 |
2012-02-13 | Merge branch 'maint' | Dan McGee | 3 | -16/+17 |
2012-02-13 | Reset errno before opening archive | Allan McRae | 1 | -0/+1 |
2012-02-13 | Allow specifying shell for running scriptlets | Allan McRae | 1 | -1/+1 |
2012-02-13 | use _alpm_access in a few more places for increased debugging info | Florian Pritz | 3 | -3/+3 |
2012-02-13 | lib/sync: use full delta size as max download size | Dave Reisner | 1 | -1/+1 |
2012-02-07 | Fix a handful of comment typos or misspellings | Dan McGee | 1 | -3/+3 |
2012-02-07 | Translation updates from Transifex, mostly scripts | Dan McGee | 1 | -12/+13 |
2012-02-06 | Merge branch 'maint' | Dan McGee | 2 | -21/+25 |
2012-02-06 | ALPM API adjustments for sanity and consistency | Dan McGee | 6 | -62/+61 |
2012-02-06 | alpm.h: enum cleanups, comment formatting cleanup | Dan McGee | 1 | -27/+23 |
2012-02-06 | Remove last explicit include of config.h | Dan McGee | 1 | -2/+0 |
2012-02-06 | Update translations from Transifex | Dan McGee | 1 | -20/+21 |
2012-01-31 | Fix rare segfault on package removal | Allan McRae | 1 | -1/+4 |
2012-01-31 | Merge branch 'maint' | Dan McGee | 1 | -18/+19 |