summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
| | | | | | | | | | | | | | * Removed some unnecessary headers and library links * Made things static if possible * Cleaned up makefiles a bit * Fixed some old comments in the code * Fixed some errors the static code checker splint pointed out * Backwards arguments in a memset call in _alpm_db_read (could have been worse) * Other various small fixes Other: * Default to 80 columns when getcols cannot determine display width * Removal of ._install as a valid install file in packages
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
| | | | * fix "warning: dereferencing type-punned pointer will break strict-aliasing rules"
* Added strerror() output on unlink failureAaron Griffin2007-01-18
|
* * Misc logging changesAaron Griffin2007-01-17
| | | | | | Addition of a forced fflush in an attempt to diagnose mutli-logging Removal of varargs from the internal logaction function, they are handled in alpm_logaction just fine
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-17
| | | | | | * 'unset' fixes * typo in "dependecy" * indent fixes
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-17
| | | | | | | | * fix for -Qii regression * package.c cleanup * some refactoring changes Moved split_pkgname as per Dan's suggestion
* Roman Kyrylych <Roman.Kyrylych@gmail.com>Aaron Griffin2007-01-17
| | | | * dependency removal fixes and refactoring
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-17
| | | | | * _alpm_remove_commit refactoring * clean up/fixes by Dan McGee <dpmcgee@gmail.com>
* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2007-01-17
| | | | | | | | | | | | | | | | | | | | | | | | * avoid repeated regex compilations (regex for search string do not change while scanning the package database) * remove needless string duplication (regex function do not change target string nor free them) * code cleanup This patch improves search performance: bash-3.2$ time ./src/pacman/pacman.static.old -Ss "(database|web).*server" >/dev/null real 0m1.026s user 0m0.544s sys 0m0.208s bash-3.2$ time ./src/pacman/pacman.static -Ss "(database|web).*server" >/dev/null real 0m0.777s user 0m0.456s sys 0m0.128s bash-3.2$
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-17
| | | | * rankmirrors addition of single url testing
* cvsignore cleanup and additionsAaron Griffin2007-01-17
|
* Added Jamie (yankees26)Aaron Griffin2007-01-11
|
* *** empty log message ***Aaron Griffin2007-01-11
|
* * Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2007-01-11
| | | | _alpm_db_load_pkgcache: use mergesort to improve performance
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-11
| | | | remove configure check for bzip2
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-11
| | | | Documentation cleanup
* * James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-11
| | | | | | | | Cleanup and fixes from last patch Fix some tar error conditions * Dan McGee <dpmcgee@gmail.com> USECOLOR from rc.conf
* * cosmetic: newline after "local database is up to date"Aaron Griffin2007-01-03
|
* * bug fix FS#6100 - fix --print-uris outputAaron Griffin2007-01-03
|
* * Bug fix FS#6058Aaron Griffin2007-01-03
| | | | properly remove entries from "Required By" instead of wiping it out entirely
* *** empty log message ***Aaron Griffin2007-01-03
|
* * James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-03
| | | | | FS#5009 fixes - use tar on the pacman DB so as to handle cases where the base directory cannot be 'mv'ed and other such edge cases.
* * Added instructions for patch submissionAaron Griffin2007-01-02
|
* * Missing error label in sync.cAaron Griffin2007-01-02
| | | | * Additional debug output for db_write
* * James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-02
| | | | Makepkg dep removal on failure FS#5923
* * Fix a missing slash separator in printed uriAaron Griffin2006-12-29
|
* * Removed latest fix from TODO.autoconfAaron Griffin2006-12-29
| | | | | * Attempted fix for FS#6100 - "-Spd foo" failure * Beginning of refactoring from Dan McGee <dpmcgee@gmail.com>
* * Removed autoconf TODO fixed in last commitAaron Griffin2006-12-28
| | | | | * Dan McGee <dpmcgee@gmail.com> pacman-optimize checking fixes
* Column fix when stdout is redirected. Default to 80.Aaron Griffin2006-12-28
|
* Removed archlinux.de mirror by requestAaron Griffin2006-12-28
|
* Configuration changes:Aaron Griffin2006-12-28
| | | | | | | | | | | | | | | * Added libdownload check in configure.ac * Added generation for mirrorlists in pacman.d NOTE: autoconf sucks for things like this, so gen-mirrorlist is required Dan McGee <dpmcgee@gmail.com>: * mirrorlist.in file Roman Kyrylych <roman.kyrylych@gmail.com>: * ukrainian mirror Jürgen Hötzel <juergen@hoetzel.info>: * conditional build for pacman.static
* *** empty log message ***Aaron Griffin2006-12-22
|
* Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel ↵Aaron Griffin2006-12-22
| | | | | | | <juergen@hoetzel.info> * configure swig check * misc libalpm cleanup
* Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin2006-12-22
| | | | | | statement with ' ' until the size of the terminal. The rationale is that, when a log message is emitted during progress bar display, the terminal is artifacted. This prevents that messiness.
* * Properly fix the NoUpgrade issues.Aaron Griffin2006-12-22
|
* * Unused variable 'path'Aaron Griffin2006-12-22
|
* * FS#5990 fix (trailing slash)Aaron Griffin2006-12-22
| | | | * Added !testing to default SUPFILES
* Fixes from Dan McGee <dpmcgee@gmail.com> and myselfAaron Griffin2006-12-21
| | | | | | | * quoting and $() changes * remove a boatload of duplications (previous patching) * added user-based config file ~/.abs.conf (for fun) * fixed CONNMODE usage
* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2006-12-21
| | | | | * fix in_array variables and usage * correct the final compression - 'filelist' was unused
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-21
| | | | | Formating / comment changes Fix dep check conditional
* Errors with last merge (manual patching)Aaron Griffin2006-12-21
| | | | Misc fixes from Dan McGee <dpmcgee@gmail.com>
* *untested* potential fix for the NoUpgrade issues.Aaron Griffin2006-12-21
|
* Restored NoUpgrade options - see ↵Aaron Griffin2006-12-21
| | | | http://www.archlinux.org/pipermail/pacman-dev/2006-December/000838.html for details
* Added default SRCDST setting to pacman's source cacheAaron Griffin2006-12-21
|
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-21
| | | | | | | | | | | DOC_DIRS variable for documentation removal repackage option structure cleanup some option removal (--keepdocs, --nostrip) output fixes (msg and msg2) * Jürgen Hötzel <juergen@hoetzel.info> user-specific makepkg.conf (~/.makepkg.conf)
* * Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2006-12-21
| | | | Fixe java swig requirement for configure
* * modeline fixes / reformattingAaron Griffin2006-12-21
| | | | | | | * formatting / indentation fixes * makepkg: Dan McGee <dpmcgee@gmail.com> - integrity check fix Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp
* *** empty log message ***Aaron Griffin2006-12-19
|
* More abs build fixesAaron Griffin2006-12-19
|
* * Added etc/abs dir to configure generated makefilesAaron Griffin2006-12-19
|