Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -13/+3 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-03-23 | Integrate GPGME into libalpm | Dan McGee | 1 | -0/+4 |
2011-03-23 | Add some error codes for signature verification | Dan McGee | 1 | -0/+5 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -1/+1 |
2011-03-09 | Remove all traces of libfetch | Dave Reisner | 1 | -19/+0 |
2011-03-09 | handle error case for PM_ERR_LIBCURL | Dave Reisner | 1 | -0/+8 |
2011-03-09 | add curl to alpm initialization and teardown routines | Dave Reisner | 1 | -0/+4 |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee | 1 | -0/+2 |
2011-02-04 | Handle PM_ERR_WRITE in alpm_strerror() | Pang Yan Han | 1 | -0/+2 |
2011-01-12 | Unify two free diskspace error messages | Dan McGee | 1 | -1/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Use limits.h for PATH_MAX | Allan McRae | 1 | -4/+2 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 1 | -1/+0 |
2010-12-13 | Implement disk space checking | Allan McRae | 1 | -0/+2 |
2010-09-06 | Fix libfetch configure checking | Dan McGee | 1 | -2/+2 |
2010-09-02 | Clean up libfetch checking in configure | Dan McGee | 1 | -2/+2 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-09-20 | sync.c : duplicate the target before modifying it | Xavier Chantry | 1 | -1/+1 |
2009-09-06 | Check package arch before installing | Xavier Chantry | 1 | -0/+2 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-06-09 | Give sensible feedback when a repo has no configured servers | Dan McGee | 1 | -0/+2 |
2009-06-02 | Introduce PM_TRANS_FLAG_NOLOCK | Nagy Gabor | 1 | -0/+2 |
2009-05-19 | Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror() | Nagy Gabor | 1 | -15/+2 |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor | 1 | -0/+2 |
2009-01-13 | HoldPkg rework | Nagy Gabor | 1 | -3/+0 |
2009-01-13 | Remove libdownload support and fix libfetch one. | Xavier Chantry | 1 | -4/+1 |
2008-11-01 | Make libfetch the 'native' download library | Dan McGee | 1 | -3/+3 |
2008-04-26 | Fix some fallout from the delta/download changes | Dan McGee | 1 | -1/+1 |
2008-04-19 | Give libalpm native support for both libdownload and libfetch | Dan McGee | 1 | -2/+16 |
2008-04-07 | Allow disabling of internal (libdownload) code | Dan McGee | 1 | -3/+9 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-04-07 | libalpm error cleanup, step 1 | Dan McGee | 1 | -14/+11 |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -2/+0 |
2008-02-28 | libalpm: clean up of md5sum functions. | Chantry Xavier | 1 | -4/+2 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -3/+3 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 1 | -0/+5 |
2007-09-12 | make alpm_strerror binding friendly | Stefano Esposito | 1 | -0/+5 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 1 | -0/+2 |
2007-06-13 | Remove some more diskspace checking holdover stuff | Dan McGee | 1 | -2/+0 |
2007-06-05 | Const correctness! | Dan McGee | 1 | -1/+1 |
2007-06-05 | Rip alpm_parse_config out of libalpm | Dan McGee | 1 | -9/+0 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -2/+0 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -0/+6 |
2007-02-09 | * Fixed some missing error values in strerror | Aaron Griffin | 1 | -14/+22 |
2007-02-08 | Attempt to NOT remove packages on filesystem errors (like a read-only | Aaron Griffin | 1 | -0/+2 |
2007-01-30 | K. Piche <kpiche@rogers.com> | Aaron Griffin | 1 | -1/+1 |
2007-01-18 | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -1/+1 |
2006-11-16 | * makepkg.conf.in variable changes (missed the checkin) | Aaron Griffin | 1 | -1/+1 |