summaryrefslogtreecommitdiff
path: root/src/src/debug.c
AgeCommit message (Collapse)Author
2017-02-12Debug: avoid indenting line-prefixes (timestamp, pid, host-checking marker)Jeremy Harris
2017-02-08Debug: indent ACL and expreassion tracing by evaluation depthJeremy Harris
2017-01-31Fix error logged for send failureJeremy Harris
Broken-by: de6273b487f1
2017-01-18214 spelling fixesJosh Soref
2015-06-04Copyright year updates (things touched in 2015)Phil Pennock
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2015-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) Note that there are a lot of changes made because of const propagation; I opted to include the copyright year updates in that, but we could be doing a better job with who gets the copyright credit for these changes. Changes visible with: git diff $(git rev-list -n1 --before="2015-01-01" master)
2015-02-01constificationJeremy Harris
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2011-03-22Compiler masochism compliance.Phil Pennock
Be able to build most of Exim with: -Werror -Wwrite-strings -Wunused-function -Waddress -Wpointer-sign -Wformat -Wuninitialized -Winit-self Skipped a change to auth-spa which I was uncertain of. That is not the most readable of code. Temporarily gave up on src/src/pdkim/pdkim.c, as header_name_match() treats the second param as const or not depending on the third param. (I hacked the build-*/pdkim/Makefile to continue past this) Much of this change is const propagation.
2009-11-16Update all copyright messages to cover 1995 - 2009. Remove tab from ↵Nigel Metheringham
exim_checkaccess.src
2007-01-08Update version number and copyright year.Philip Hazel
2006-02-07Update copyright year in (most) files (those that my script finds).Philip Hazel
2005-11-14Stop debug+timestamp using the common timestamp buffer, because it canPhilip Hazel
interfere with data that's already in there.
2005-01-04(1) Typo in redirect router; (2) Update version number; (3) UpdatePhilip Hazel
copyright notices to 2005.
2004-12-21(1) Doubled size of debug_buffer. (2) Output from SpamAssassin testPhilip Hazel
changed because 96 hours have passed. Shows up the difficulty of testing such things...
2004-10-07StartPhilip Hazel