index
:
nx-libs
3.5.0.x
3.6.x
3713346f
feature/nxcomp-bigreq-support
master
nx-X11
nxagent
nxcomp
nxcompext
nxcompshad
nxproxy
pr/DXPC-re-license-retroactively
pr/Xext-cve-fixes
pr/dix-cve-fixes
pr/drop-bin-wrappers
pr/extend_manpage
pr/fix_xkb_crash
pr/gnu-hurd-i386-support
pr/hw-driver-cleanup
pr/libxfont-cleanup
pr/render-cleanup
pr/render-cve-fixes
pr/render-misc-patches
pr/various9
release-builds/3.6.x
update-workflows
upgrade-libX11
NXv3 (redistributed)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nxcomp
/
src
/
Log.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nxcomp/src/Log.h: take a reference-type in generic has_newline() function.
Mihai Moldovan
2017-12-27
1
-1
/
+1
*
nxcomp/src/Log.h: make sure we don't pass NULL pointers to strstr().
Mihai Moldovan
2017-12-27
1
-1
/
+8
*
nxcomp/src/Log.{cpp,h}: provide infrastructure for appending to already exist...
Mihai Moldovan
2017-12-25
1
-15
/
+44
*
nxcomp/src/Log.h: NXLogStamp constructor should actually take a size_t-typed ...
Mihai Moldovan
2017-12-25
1
-1
/
+1
*
nxcomp/src/Log.h: use initializer lists instead of initializing member variab...
Mihai Moldovan
2017-12-25
1
-17
/
+4
*
Loop.cpp: fix more memory leaks
Ulrich Sibiller
2017-12-09
1
-1
/
+15
*
nxcomp/src/Log.h: prepare for logger testing application.
Mihai Moldovan
2017-10-27
1
-0
/
+4
*
nxcomp/src/Log.h: block signals while writing out data.
Mihai Moldovan
2017-10-27
1
-0
/
+20
*
nxcomp/src/Log.{cpp,h}: port to std::stack as internal buffer structure.
Mihai Moldovan
2017-10-27
1
-18
/
+34
*
nxcomp/Log.h: delete stream_ member before class object destruction.
Mihai Moldovan
2017-10-27
1
-0
/
+4
*
nxcomp/Log.h: also clear the buffer after setting it to an empty string.
Mihai Moldovan
2017-10-27
1
-1
/
+2
*
Set default log level to WARNING
Vadim Troshchinskiy
2017-10-27
1
-1
/
+1
*
New logging implementation
Vadim Troshchinskiy
2017-10-27
1
-0
/
+500