Mercurial > hg > orthanc
log Core/Logging.cpp @ 3629:19966d299685 toa2020012701
age | author | description |
---|---|---|
Mon, 27 Jan 2020 14:32:09 +0100 | Benjamin Golinvaux | Fixed typo in function impl name toa2020012701 |
Wed, 28 Aug 2019 15:19:04 +0200 | Sebastien Jodogne | better handling of HTTP security |
Wed, 28 Aug 2019 12:21:23 +0200 | Sebastien Jodogne | removed C++11 primitive |
Sat, 10 Aug 2019 13:40:08 +0200 | Benjamin Golinvaux | Fixed alignment issue in Toolbox::DetectEndianness() + made the internal logger |
Wed, 31 Jul 2019 14:35:58 +0200 | Sebastien Jodogne | fix warning from gcc 8.3.0 |
Thu, 11 Jul 2019 11:48:54 +0200 | amazy | logging on windows: all logs actually contained CR.CR.LF -> removed one CR. It seems that iostream already converts \n to \r\n on Windows systems |
Mon, 13 May 2019 16:15:02 +0200 | Benjamin Golinvaux | Fixed leak in RestoreLoggingMemento |