Age | Commit message (Expand) | Author | Files | Lines |
2019-06-20 | use consistent time notation for the log | Andrew Gregory | 1 | -3/+3 |
2019-03-19 | Reformatting log timestamp to include time-zone | Florian Wehner | 1 | -3/+5 |
2018-05-14 | Remove all modelines from the project | Eli Schwartz | 1 | -2/+0 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 1 | -1/+1 |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-05-12 | alpm_logaction: implement documented return value | Andrew Gregory | 1 | -8/+16 |
2015-05-12 | alpm_logaction: allow falling back to syslog | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | alpm_logaction: check logfile before opening | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | merge _alpm_logaction into alpm_logaction | Andrew Gregory | 1 | -7/+29 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-24 | Use correct mode bits for the log file (0000 -> 0644) | Evangelos Foutras | 1 | -1/+1 |
2014-09-30 | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 1 | -9/+5 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 1 | -5/+9 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Use O_CLOEXEC as much as possible when opening files | Dan McGee | 1 | -2/+9 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-02-13 | Add format attributes to all required functions | Allan McRae | 1 | -2/+2 |
2013-01-28 | add caller prefix to alpm_logaction | Andrew Gregory | 1 | -13/+4 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -3/+3 |
2011-06-28 | Rename pmloglevel_t to alpm_loglevel_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -2/+2 |
2011-06-20 | Don't call public API in _alpm_log() | Dan McGee | 1 | -3/+2 |
2011-06-14 | Remove global handle variable | Dan McGee | 1 | -3/+0 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -1/+1 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -6/+6 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -1/+1 |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee | 1 | -2/+2 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -2/+0 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -3/+0 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -2/+2 |
2011-02-24 | Mark log callback format string const | Dan McGee | 1 | -2/+2 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -3/+3 |
2007-11-04 | libalpm: open the logstream on demand | Dan McGee | 1 | -0/+19 |
2007-07-09 | Clean up the alpm handle | Dan McGee | 1 | -1/+1 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 1 | -13/+8 |
2007-06-05 | Move functions out of alpm.c to where they belong | Dan McGee | 1 | -0/+42 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -2/+4 |
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -1/+1 |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data (n... | Aaron Griffin | 1 | -7/+4 |
2006-02-16 | - db_write: add support to write both local and sync entries | Aurelien Foret | 1 | -3/+3 |