]> git.sur5r.net Git - i3/i3/history - src/log.c
shm-logging: implement i3-dump-log -f (follow)
[i3/i3] / src / log.c
2012-08-12 Michael Stapelbergshm-logging: implement i3-dump-log -f (follow)
2012-08-12 Michael Stapelberguse I3__FILE__ for DLOG, leave __FILE__ as is
2012-08-11 Julius Plenzclean up zero-byte logfile on immediate exit
2012-08-07 Michael Stapelbergexplicitly set filenames to $(basename __FILE__)
2012-08-04 Michael StapelbergMerge branch 'master' into next
2012-07-22 Michael StapelbergMerge branch 'master' into next
2012-07-22 Quentin Glidici3: Replace loglevels by a global debug logging
2012-05-02 Michael StapelbergMerge branch 'build-mac-os-x'
2012-05-02 Michael Stapelberglog.c: len is always positive, remove useless check...
2012-05-02 Michael StapelbergMake log.c figure out the physical amount of memory...
2012-04-22 Michael StapelbergMerge branch 'master' into next
2012-03-31 Michael StapelbergUse (void) instead of () for functions without args...
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-19 Michael StapelbergMerge branch 'master' into next
2012-02-15 Michael StapelbergMerge branch 'master' into next
2012-02-12 Michael StapelbergMerge branch 'master' into next
2012-02-10 Michael StapelbergMerge branch 'master' into next
2012-02-07 Michael StapelbergMerge branch 'master' into next
2012-02-07 Michael StapelbergMerge branch 'master' into next
2012-01-29 Michael StapelbergMerge branch 'master' into next
2012-01-27 Michael StapelbergMerge branch 'master' into next
2012-01-27 Michael StapelbergMerge branch 'master' into next
2012-01-21 Michael StapelbergMerge branch 'master' into next
2012-01-21 Michael StapelbergMerge branch 'master' into next
2012-01-21 Michael StapelbergMerge branch 'master' into next
2012-01-20 Michael StapelbergMerge branch 'master' into next
2012-01-20 Michael StapelbergMerge branch 'master' into next
2012-01-18 Michael StapelbergMerge branch 'master' into next
2012-01-17 Michael StapelbergMerge branch 'master' into next
2012-01-08 Michael StapelbergMerge branch 'master' into next
2012-01-07 Michael StapelbergMerge branch 'master' into next
2012-01-07 Michael StapelbergMerge branch 'master' into next
2012-01-06 Michael Stapelbergshmlog: store meta information in the buffer itself...
2011-12-30 Michael StapelbergHandle vsnprintf overflows (Thanks Han)
2011-12-24 Michael StapelbergMerge branch 'master' into next
2011-12-24 Michael StapelbergMerge branch 'master' into next
2011-12-20 Michael StapelbergMerge branch 'master' into next
2011-12-18 Michael StapelbergMerge branch 'master' into next
2011-12-18 Michael StapelbergMerge branch 'master' into next
2011-12-18 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-17 Michael StapelbergMerge branch 'master' into next
2011-12-10 Michael StapelbergMerge branch 'logbuf' into next
2011-12-10 Michael Stapelbergfix the SHM log size
2011-12-10 Michael StapelbergImplement logging to a SHM ringbuffer
2011-11-11 Michael StapelbergMerge branch 'next'
2011-10-22 Michael Stapelbergnormalize modelines/headers across src/*.c
2011-10-18 Michael Stapelberglog: use localtime_r instead of localtime
2011-10-01 Michael StapelbergMerge branch 'master' into next
2011-10-01 Michael StapelbergMerge branch 'cloexec-errorlog'
2011-10-01 Michael Walleset close-on-exec flag on errorlogfile
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'fix-verbose'
2011-08-17 Michael StapelbergBugfix: Initialize verbose to 'false' (Thanks tilman)
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-10 Michael Stapelberglog: display time in microseconds when DEBUG_TIMING...
2011-07-10 Michael Stapelbergadd i3-nagbar. tells you about config file errors ...
2010-11-29 Michael Stapelberglog.c: fix indenting
2010-04-17 Michael Stapelbergloglevel bitmasks needs to be larger because we got...
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-30 Michael StapelbergMerge branch 'next'
2009-12-19 Michael Stapelbergadd log.c/log.h which contain all the log related macro...