Age | Commit message (Expand) | Author |
2007-11-11 | Add a horrible little hack to get symlink001.py to pass again | Dan McGee |
2007-11-11 | Ensure list tail pointer is updated when we remove tail node | Dan McGee |
2007-11-11 | Incorrect usage of alpm_db_whatprovides in sync.c | Nagy Gabor |
2007-11-11 | libalpm: fix lstat wrapper to actually use newpath | Dan McGee |
2007-11-11 | Remove unused and broken alpm_list_remove_node function | Dan McGee |
2007-11-11 | Implement TotalDownload option. | Nathan Jones |
2007-11-11 | Implement IgnoreGroup. | Nathan Jones |
2007-11-11 | Add IgnoreGroup and --ignoregroup option. | Nathan Jones |
2007-11-08 | Fix some issues with localized dates/epoch usage | Dan McGee |
2007-11-08 | Update Italian Translation | Giovanni Scafora |
2007-11-07 | Update en_GB translation | Jeff Bailes |
2007-11-06 | Add STRDUP macro to mirror MALLOC/CALLOC | Aaron Griffin |
2007-11-06 | Maintain list tail pointers in the head node | Aaron Griffin |
2007-11-05 | libalpm/db.c: change two warnings to errors | Dan McGee |
2007-11-04 | Remove the newline automatically added by alpm_logaction. | Chantry Xavier |
2007-11-04 | libalpm: use an lstat wrapper so we never dereference dir symlinks | Dan McGee |
2007-11-04 | libalpm: open the logstream on demand | Dan McGee |
2007-11-04 | Clean up usage of extern variables | Dan McGee |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee |
2007-11-04 | Add some more autoconf macros to filter our CFLAGS usage | Dan McGee |
2007-11-04 | Add a little const correctness fix to alpm_list | Dan McGee |
2007-10-29 | When printing size_t, use %zd | Dan McGee |
2007-10-29 | libalpm/handle.c: make realpath() call portable | Dan McGee |
2007-10-29 | Copy pmdelta_t objects in _alpm_pkg_dup() | Dan McGee |
2007-10-29 | Make general list copy function | Dan McGee |
2007-10-29 | libalpm/delta: add const to most methods | Dan McGee |
2007-10-29 | libalpm: introduce MALLOC and CALLOC macros | Dan McGee |
2007-10-29 | Add some more debugging output to dep checking code | Dan McGee |
2007-10-26 | Clean up LDADD usage | Dan McGee |
2007-10-26 | Explicitly cast void* to char* during printf call | Dan McGee |
2007-10-26 | dependency error message fix in libalpm/remove.c | Nagy Gabor |
2007-10-26 | Dependency error/log messages fix | Nagy Gabor |
2007-10-25 | Add alpm_dep_get_string method | Nagy Gabor |
2007-10-24 | _alpm_depmiss_isin fix | Nagy Gabor |
2007-10-23 | Print and typecast time_t correctly | Dan McGee |
2007-10-22 | Ensure all localization stuff is correctly guarded | Dan McGee |
2007-10-22 | Fix broken or missing includes | Dan McGee |
2007-10-22 | Fix invalid static scoping of strverscmp | Dan McGee |
2007-10-19 | Add download size to target list. | Nathan Jones |
2007-10-19 | Download delta files if UseDelta is set. | Nathan Jones |
2007-10-19 | Refactor md5sum checking. | Nathan Jones |
2007-10-19 | Add pmdelta_t structure and functions to libalpm. | Nathan Jones |
2007-10-18 | libalpm/package.c : fix requiredby with multiple providers. | Chantry Xavier |
2007-10-14 | libalpm/trans.c : fix a recently introduced breakage in scriptlets handling. | Chantry Xavier |
2007-10-14 | libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet. | Chantry Xavier |
2007-10-14 | Updates to fix Doxygen documentation generation | Dan McGee |
2007-10-08 | Add gcc format attribute to _alpm_log, catch a few bugs in the process | Dan McGee |
2007-10-08 | libalpm/package.c: ensure we use package name when loading packages | Dan McGee |
2007-10-08 | Update usage of gcc __attribute__ flags | Dan McGee |
2007-10-08 | Clean up the scriptlet fork code a bit, honor the child return value | Dan McGee |