summaryrefslogtreecommitdiffstats
path: root/common/log.c
Commit message (Expand)AuthorAgeFilesLines
* Use const pointers in function arguments when possiblePavel Roskin2016-10-171-1/+1
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
* Make program_name constant, don't duplicate or free itPavel Roskin2016-07-081-8/+2
* Typo fixesPavel Roskin2016-05-041-1/+1
* common: set log file fd to close on execJay Sorg2015-09-271-0/+7
* common: fix logic for internal_log_endJay Sorg2015-09-271-1/+1
* common: log, g_ prefix for globalJay Sorg2014-07-251-38/+38
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-0/+2
* common: no logic change, update commentsJay Sorg2014-03-011-1/+1
* move text2bool to os_callsJay Sorg2013-08-241-23/+1
* copyright year updateJay Sorg2013-06-081-1/+1
* Comments and debug when blocking channels added. Fix for potential vulnerabil...ArvidNorr2013-02-011-1/+1
* Allow for any non 0 and the string to also be true. These are the tests used ...LawrenceK2013-01-171-3/+4
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-446/+485
* log: added path for when --prefix is usedJay Sorg2012-06-101-1/+16
* syslog: cs/minor changesJay Sorg2012-06-041-199/+204
* Initial syslog support in XRDPnorrarvid2012-05-271-117/+430
* update copyright yearJay Sorg2010-10-191-1/+1
* update copyright yearjsorg712009-02-021-1/+1
* updating logging subsystemilsimo2008-02-201-48/+21
* update copyright yearjsorg712008-01-301-1/+1
* dont need length in strcmpjsorg712007-02-031-18/+11
* copyright year updatejsorg712007-01-121-1/+1
* commit patch 1589325, slightly modified - code cleanupjsorg712006-11-041-2/+2
* make some functions static per 1579343jsorg712006-10-241-1/+1
* fix lock problemjsorg712006-08-251-2/+4
* #include using <>jsorg712006-08-231-7/+7
* got log.c compiling and formating changes and commentsjsorg712006-08-211-65/+88
* making (hopefully) the logging system thread-safeilsimo2006-06-041-18/+25
* copyright year updatesjsorg712006-03-211-1/+1
* added logging to stdoutilsimo2005-11-161-7/+18
* fixing some errors in logging functionsilsimo2005-10-261-7/+17
* Added logging subsystemilsimo2005-10-231-0/+277