index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
log.c
Age
Commit message (
Expand
)
Author
2011-07-02
Prefix _alpm_errno_t members with ALPM
Allan McRae
2011-06-28
Rename pmloglevel_t to alpm_loglevel_t
Allan McRae
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-20
Don't call public API in _alpm_log()
Dan McGee
2011-06-13
Remove global handle variable
Dan McGee
2011-06-13
Switch all logging to use handle directly
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-06-09
Require handle argument to alpm_logaction()
Dan McGee
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-04-20
Header inclusion cleanup
Dan McGee
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-02-24
Mark log callback format string const
Dan McGee
2011-01-07
Update copyright years for 2011
Allan McRae
2010-03-14
Bump copyright dates to 2010
Dan McGee
2009-07-01
Update copyright headers and messages
Dan McGee
2008-04-06
Remove unnecessary header file, move one macro to util.c
Dan McGee
2007-12-10
Update GNU GPL boilerplate and copyright dates
Dan McGee
2007-11-16
War on whitespace
Dan McGee
2007-11-04
libalpm: open the logstream on demand
Dan McGee
2007-07-09
Clean up the alpm handle
Dan McGee
2007-06-09
Remove logmask stuff from backend; switch logging callback to new pm_printf
Dan McGee
2007-06-04
Move functions out of alpm.c to where they belong
Dan McGee
2007-03-05
This commit looks much more monumental than it is. Almost all just #include
Dan McGee
2007-01-24
This mainly deals with code clarity- removing currently unneeded
Aaron Griffin
2006-11-20
* repo-add script - to add entries to a db file directly from package data (n...
Aaron Griffin
2006-02-16
- db_write: add support to write both local and sync entries
Aurelien Foret
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2005-03-16
Code cleanup
Aurelien Foret
2005-03-16
Moved log callback definition to alpm.h
Aurelien Foret
2005-03-16
Removed the "__" prefix from __pm_logcb and __pm_logmask
Aurelien Foret
2005-03-16
Added LOG_STR_LEN define to avoid hardcoded length for log strings
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet