Age | Commit message (Expand) | Author | Files | Lines |
2007-11-11 | Implement IgnoreGroup. | Nathan Jones | 5 | -7/+37 |
2007-11-11 | Add IgnoreGroup and --ignoregroup option. | Nathan Jones | 3 | -0/+26 |
2007-11-09 | Fix some issues with localized dates/epoch usage | Dan McGee | 2 | -0/+6 |
2007-11-09 | Update Italian Translation | Giovanni Scafora | 1 | -334/+329 |
2007-11-08 | Update en_GB translation | Jeff Bailes | 1 | -329/+368 |
2007-11-07 | Add STRDUP macro to mirror MALLOC/CALLOC | Aaron Griffin | 1 | -0/+2 |
2007-11-07 | Maintain list tail pointers in the head node | Aaron Griffin | 2 | -16/+46 |
2007-11-06 | libalpm/db.c: change two warnings to errors | Dan McGee | 1 | -2/+2 |
2007-11-05 | Remove the newline automatically added by alpm_logaction. | Chantry Xavier | 3 | -17/+16 |
2007-11-05 | libalpm: use an lstat wrapper so we never dereference dir symlinks | Dan McGee | 5 | -6/+32 |
2007-11-04 | libalpm: open the logstream on demand | Dan McGee | 2 | -23/+25 |
2007-11-04 | Clean up usage of extern variables | Dan McGee | 4 | -3/+4 |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 5 | -9/+25 |
2007-11-04 | Add some more autoconf macros to filter our CFLAGS usage | Dan McGee | 1 | -1/+8 |
2007-11-04 | Add a little const correctness fix to alpm_list | Dan McGee | 1 | -3/+4 |
2007-10-30 | When printing size_t, use %zd | Dan McGee | 3 | -5/+5 |
2007-10-30 | libalpm/handle.c: make realpath() call portable | Dan McGee | 1 | -4/+3 |
2007-10-30 | Copy pmdelta_t objects in _alpm_pkg_dup() | Dan McGee | 1 | -0/+2 |
2007-10-30 | Make general list copy function | Dan McGee | 2 | -2/+25 |
2007-10-29 | libalpm/delta: add const to most methods | Dan McGee | 3 | -9/+9 |
2007-10-29 | libalpm: introduce MALLOC and CALLOC macros | Dan McGee | 11 | -78/+30 |
2007-10-29 | Add some more debugging output to dep checking code | Dan McGee | 2 | -6/+11 |
2007-10-27 | Clean up LDADD usage | Dan McGee | 1 | -1/+0 |
2007-10-27 | Explicitly cast void* to char* during printf call | Dan McGee | 1 | -4/+4 |
2007-10-27 | dependency error message fix in libalpm/remove.c | Nagy Gabor | 1 | -1/+1 |
2007-10-27 | Dependency error/log messages fix | Nagy Gabor | 2 | -8/+14 |
2007-10-25 | Add alpm_dep_get_string method | Nagy Gabor | 2 | -0/+35 |
2007-10-24 | _alpm_depmiss_isin fix | Nagy Gabor | 1 | -2/+5 |
2007-10-23 | Print and typecast time_t correctly | Dan McGee | 1 | -4/+3 |
2007-10-23 | Ensure all localization stuff is correctly guarded | Dan McGee | 2 | -0/+5 |
2007-10-23 | Fix broken or missing includes | Dan McGee | 2 | -8/+9 |
2007-10-23 | Fix invalid static scoping of strverscmp | Dan McGee | 2 | -2/+2 |
2007-10-20 | Add download size to target list. | Nathan Jones | 2 | -0/+36 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 6 | -3/+271 |
2007-10-20 | Refactor md5sum checking. | Nathan Jones | 1 | -44/+89 |
2007-10-20 | Add pmdelta_t structure and functions to libalpm. | Nathan Jones | 11 | -1/+380 |
2007-10-18 | libalpm/package.c : fix requiredby with multiple providers. | Chantry Xavier | 1 | -5/+2 |
2007-10-15 | libalpm/trans.c : fix a recently introduced breakage in scriptlets handling. | Chantry Xavier | 1 | -6/+10 |
2007-10-15 | libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet. | Chantry Xavier | 1 | -15/+21 |
2007-10-15 | Updates to fix Doxygen documentation generation | Dan McGee | 3 | -9/+7 |
2007-10-09 | Add gcc format attribute to _alpm_log, catch a few bugs in the process | Dan McGee | 4 | -6/+8 |
2007-10-09 | libalpm/package.c: ensure we use package name when loading packages | Dan McGee | 1 | -4/+7 |
2007-10-09 | Update usage of gcc __attribute__ flags | Dan McGee | 2 | -2/+2 |
2007-10-09 | Clean up the scriptlet fork code a bit, honor the child return value | Dan McGee | 1 | -3/+20 |
2007-10-09 | Fix backward compatibility with non-epoch builddates | Dan McGee | 1 | -3/+8 |
2007-10-05 | Fail loudly is scriptlets cannot be run via /bin/sh | Aaron Griffin | 1 | -0/+7 |
2007-09-29 | libalpm: Optimize/inline the md5 functionality | Dan McGee | 2 | -29/+5 |
2007-09-29 | libalpm/deps.c: fix memleak found by valgrind | Dan McGee | 1 | -0/+1 |
2007-09-29 | libalpm/be_files: Fix outdated code setting path for lastupdate file | Dan McGee | 1 | -2/+2 |
2007-09-28 | Minor "cannot remove" message cleanup | Aaron Griffin | 1 | -1/+2 |