1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm
Aaron Griffin 670319c2fb Debug logging changes:
* The --debug params were goofy.  New setup allows --debug without params,
  --debug=<level> where level 1=debug output, 2=debug and download output,
  3=debug, download, and function tracing output.  This seems more sane to me.
* Removed PM_LOG_FLOW1 and PM_LOG_FLOW2.  They were just confusing.  When adding
  new functions, it is near impossible to determin if your output should be
  "flow1" or "flow2" without tracking all the way up the call chain.  Rarely
  would one ever say "ok, lets just show "flow2" output.  These have both been
  replaced with PM_LOG_DEBUG
* Removed the need for the root parameter on alpm_initialize. it is now
  defaulted to PM_ROOT just like dbpath and cachedir.  This allows alpm to be
  initialized BEFORE option parsing in the front end, saving us some duplicate
  variables in the frontend.
* Cleaned up front end variables due to early alpm_initialize call.
2007-01-31 06:10:21 +00:00
..
po cvsignore cleanup and additions 2007-01-17 03:40:08 +00:00
.cvsignore added .cvsignore files 2006-03-27 17:17:35 +00:00
add.c Debug logging changes: 2007-01-31 06:10:21 +00:00
add.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
alpm_list.c K. Piche <kpiche@rogers.com> 2007-01-30 07:47:19 +00:00
alpm_list.h Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
alpm.c Debug logging changes: 2007-01-31 06:10:21 +00:00
alpm.h Debug logging changes: 2007-01-31 06:10:21 +00:00
backup.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
backup.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
be_files.c Debug logging changes: 2007-01-31 06:10:21 +00:00
cache.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
cache.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
conflict.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
conflict.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
db.c Debug logging changes: 2007-01-31 06:10:21 +00:00
db.h slight line spacing/indent updates 2007-01-31 02:58:12 +00:00
deps.c Debug logging changes: 2007-01-31 06:10:21 +00:00
deps.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
Doxyfile added Doxyfile 2005-11-21 22:14:32 +00:00
error.c K. Piche <kpiche@rogers.com> 2007-01-30 07:47:19 +00:00
error.h * Cosmetic changes and typo fixes 2006-12-01 09:32:29 +00:00
group.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
group.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
handle.c Debug logging changes: 2007-01-31 06:10:21 +00:00
handle.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
log.c This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
log.h K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
Makefile.am * Remove -fno-strict-aliasing as it is now unnecessary to compile. 2007-01-30 05:41:13 +00:00
md5.c Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5.h Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5driver.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
package.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
package.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
provide.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
provide.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
remove.c Debug logging changes: 2007-01-31 06:10:21 +00:00
remove.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
server.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
server.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
sha1.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
sha1.h Dan McGee <dpmcgee@gmail.com> 2007-01-18 16:52:57 +00:00
sync.c Debug logging changes: 2007-01-31 06:10:21 +00:00
sync.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
trans.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
trans.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
util.c Debug logging changes: 2007-01-31 06:10:21 +00:00
util.h K. Piche <kpiche@rogers.com> 2007-01-30 07:47:19 +00:00
versioncmp.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
versioncmp.h K. Piche <kpiche@rogers.com> 2007-01-30 07:47:19 +00:00