summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-02-09* Fix compile errors/warnings.Dan McGee
2007-02-09* I made "alpm_versioncmp" public a while back, without noticing this was alr...Aaron Griffin
2007-02-09* Remove "RETRIEVE_LOCAL" trans event as libdownload handles local filesAaron Griffin
2007-02-09* Fixed some missing error values in strerrorAaron Griffin
2007-02-08Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin
2007-02-08* Oops. Added some files to make "make update-po" work.Dan McGee
2007-02-07Spruced up the TODOs a bit, got rid of some of them since a lot of it wasDan McGee
2007-02-07Copy/pasta error in alpm_get_upgrades that caused a segfaultAaron Griffin
2007-02-07Only honor 'force' if versions are NOT identicalAaron Griffin
2007-02-07Cleanup and more debug info for alpm_pkg_compare_versionsAaron Griffin
2007-02-07Oops. Actuall add two new translation templates as requested on the ML-Dan McGee
2007-02-07* Update of all the *.po files and *.pot template files.Dan McGee
2007-02-06* Makepkg updates, and small bugfix on man page compression.Dan McGee
2007-02-06Cleaning up mistakes. :PDan McGee
2007-02-06Attempt #2 at -S/-Su unification: verify that the 'force' option has been rea...Aaron Griffin
2007-02-06Copy-pasta errors. 8)Aaron Griffin
2007-02-06Attempt to unify the -S and -Su version comparissons for when a package is newerAaron Griffin
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-02-04* Added archive verification when loading package metadata for -u and -AAaron Griffin
2007-02-01* Minor output fix (move colon so it's not part of the URL)Aaron Griffin
2007-02-01Loading package data from a file was ALWAYS generating the filelist, instead ofAaron Griffin
2007-02-01Cleaned up some of the metadata controlAaron Griffin
2007-02-01* !strcmp reads funny (as "not string compare" - switch those to == 0, which hasAaron Griffin
2007-01-31* Forgot the int->enum header checkinAaron Griffin
2007-01-31Switched an int to an enumAaron Griffin
2007-01-31Fix corrupt DB entry handling when loading package entries.Aaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-31slight line spacing/indent updatesDan McGee
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-26* Fix FS #3107- Use ISO date styleAaron Griffin
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-23James Rosten <seinfeld90@gmail.com>Aaron Griffin
2007-01-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin
2007-01-22* Added a check for .FILELIST for package validity in addition to .PKGINFOAaron Griffin
2007-01-22Introduced an infinite loop during the pmlist -> alpm_list transition, whoopsAaron Griffin
2007-01-19Moved some decls to make the "pkg_invalid" patch compile again.Aaron Griffin
2007-01-19Whoops. There's a 0 where there should be a 1.Aaron Griffin
2007-01-19Johannes Weiner <hannes@saeurebad.de>Aaron Griffin
2007-01-19Johannes Weiner <hannes@saeurebad.de>Aaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Some confusion with variable names in unlink_file caused unlink to try and fi...Aaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-18Added strerror() output on unlink failureAaron Griffin