loolwsd/Util.cpp | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
New commits:
commit 303d173ae10348433f9b0b845267a317cb69eff6
Author: Ashod Nakashian
Date: Mon Nov 14 00:09:26 2016 -0500
loolwsd: gracefully shutdown on first CTRL+C then force termination on
secon
loolwsd/Util.cpp |7 +++
1 file changed, 7 insertions(+)
New commits:
commit f3d5b73c4e4e3879b036e8202a3486cb9658ef51
Author: Ashod Nakashian
Date: Sun Nov 6 10:50:43 2016 -0500
loolwsd: sleep more with LOOL_DEBUG after dumping stacktrace
Change-Id: I52d764634af3faa0b08d7
loolwsd/Util.cpp |2 +-
loolwsd/Util.hpp |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3dbaae7f448f35fff443e9a13347cd7ea1d82285
Author: Miklos Vajna
Date: Mon Oct 3 08:38:01 2016 +0200
Util: avoid unnecessary copy
Change-Id: I773cc9bafc1593e1
loolwsd/Util.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e7d587d69460102f6ba690134c0ed3becc846e23
Author: Tor Lillqvist
Date: Thu Sep 22 14:35:16 2016 +0300
Don't use << to write a non-nul-terminated naked char pointer
diff --git a/loolwsd/Util.cpp b/
loolwsd/Util.cpp |2 +-
loolwsd/Util.hpp |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5e1b21089117a8df25003879ad7cbf46dc588e43
Author: Miklos Vajna
Date: Fri Jun 17 09:18:26 2016 +0200
Util: pass by const ref
diff --git a/loolwsd/Util.cpp b/loolwsd/
loolwsd/Util.cpp |6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 6b1a57c9eb3122135452a8053c512091e6f9c505
Author: Ashod Nakashian
Date: Sun Jun 5 20:34:24 2016 -0400
loolwsd: improved random directory generator
Change-Id: I611debe9cd33b8b15c2fab3
loolwsd/Util.cpp | 10 ++
loolwsd/Util.hpp | 12 +---
2 files changed, 11 insertions(+), 11 deletions(-)
New commits:
commit 68b8b2af4f154f99612762c1ff2d7b2197a23162
Author: Ashod Nakashian
Date: Fri May 13 08:44:22 2016 -0400
loolwsd: improve temp file creation and de
loolwsd/Util.cpp |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 5871ef32a946d1f33e276700102d7f8e8217ad2c
Author: Ashod Nakashian
Date: Fri Apr 29 23:08:32 2016 -0400
loolwsd: log the pid in the backtrace
Change-Id: Ic0565f266f1ad56d855a76fb42fac8
loolwsd/Util.cpp | 14 --
loolwsd/Util.hpp |2 --
2 files changed, 16 deletions(-)
New commits:
commit a25b7ad712c800aad873a84351c30abd388543cb
Author: Tor Lillqvist
Date: Mon Apr 25 11:23:08 2016 +0300
Bin unused Util::createRandomFile()
diff --git a/loolwsd/Util.cpp b
loolwsd/Util.cpp | 28
loolwsd/Util.hpp |3 ---
2 files changed, 31 deletions(-)
New commits:
commit 1bd6cdde3b441ced6f93a231d699ea9483002170
Author: Tor Lillqvist
Date: Thu Apr 14 11:35:38 2016 +0300
Util::getSignalStatus() is unused
Good, its
loolwsd/Util.cpp |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ee1e036aa9d3ed41a0d766935f1ca4a8c944173d
Author: Miklos Vajna
Date: Mon Apr 11 09:12:59 2016 +0200
Util: strcpy -> strncpy
Change-Id: I03f50f4e5e7f404364fdf90197750bf7cd762c9c
diff
loolwsd/Util.cpp |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit e5846ee2ccab145e68865e13c890208a3dfdc7ec
Author: Ashod Nakashian
Date: Sat Apr 9 15:40:51 2016 -0400
loolwsd: supress unused-result and log error
Change-Id: I0ca04d5d9e18fdda6c2dca2
loolwsd/Util.cpp |8
loolwsd/Util.hpp |2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 7d82e059a227f6960785ee6a92ebe68b53d0e7b3
Author: Tor Lillqvist
Date: Fri Apr 8 16:06:39 2016 +0300
Make Util::signalName() return a const char *instead
loolwsd/Util.cpp |1 +
1 file changed, 1 insertion(+)
New commits:
commit c034165a9059b1a83e3ebc70d4568e5a05487cfd
Author: Miklos Vajna
Date: Thu Apr 7 12:12:15 2016 +0200
Util: avoid leaking the channel
Poco::Channel is reference counted, but the initial refcount is 1, so we
loolwsd/Util.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 05f8757f1ded716e67382f25b4575c06984b2163
Author: Ashod Nakashian
Date: Wed Mar 9 08:22:31 2016 -0500
loolwsd: colored logs enabled automatically in tty
It is desirable to have colored lo
loolwsd/Util.cpp |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 18a224b4135457ca59cb17c962ccb9c8c8e7c510
Author: Ashod Nakashian
Date: Tue Mar 8 19:19:41 2016 -0500
loolwsd: Color logs can be enabled by defining LOOL_LOGCOLOR envar
Change-Id: I12
loolwsd/Util.cpp |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cdb0c08bb89e5e7d8c5237beeed0e39513d2b481
Author: Tor Lillqvist
Date: Tue Mar 1 15:27:36 2016 +0200
Let's be consistent
diff --git a/loolwsd/Util.cpp b/loolwsd/Util.cpp
index 220f6c1..fab7a06
loolwsd/Util.cpp | 134 +++
loolwsd/Util.hpp | 16 +++---
2 files changed, 75 insertions(+), 75 deletions(-)
New commits:
commit e9de06842328a7b5bef17a1c21a7ce777851c851
Author: Henry Castro
Date: Thu Feb 18 12:59:25 2016 -0400
loolws
loolwsd/Util.cpp | 52
loolwsd/Util.hpp | 19 +++
2 files changed, 71 insertions(+)
New commits:
commit 1b6425913d475a2b15866876fe50a9e58a0ea2ce
Author: Henry Castro
Date: Mon Feb 1 22:23:58 2016 -0400
loolwsd: add L
loolwsd/Util.cpp | 26 --
1 file changed, 16 insertions(+), 10 deletions(-)
New commits:
commit 11f7746640df5d97d9adcc259017402512ed917f
Author: Ashod Nakashian
Date: Tue Jan 19 20:06:23 2016 -0500
loolwsd: avoid reentering Poco::Log and deadlocking while handlin
loolwsd/Util.cpp |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5270383baa81a6752221cc986ee83b06955a87db
Author: Ashod Nakashian
Date: Sat Jan 16 15:40:01 2016 -0500
loolwsd: removed extra period in warn and error logs
Change-Id: Ie7a42451009cfe9
loolwsd/Util.cpp | 22 ++
loolwsd/Util.hpp |9 +
2 files changed, 19 insertions(+), 12 deletions(-)
New commits:
commit 5d07c460652fa6b7ffbf2ef8bc2a6a3190508e77
Author: Ashod Nakashian
Date: Wed Jan 13 09:34:43 2016 -0500
loolwsd: logging improvements
loolwsd/Util.cpp | 21 +
loolwsd/Util.hpp |1 +
2 files changed, 22 insertions(+)
New commits:
commit a06247fa5dc820d66e9371d548d238711c80df62
Author: Ashod Nakashian
Date: Wed Dec 23 16:58:38 2015 -0500
loolwsd: Log level and warnings
Log level can be s
loolwsd/Util.cpp | 67 +++
loolwsd/Util.hpp |6
2 files changed, 73 insertions(+)
New commits:
commit 961f853d6d19021075c5afdd5289e2e50def9f79
Author: Henry Castro
Date: Sun Dec 13 12:04:45 2015 -0500
loolwsd: Added FIFO utils
loolwsd/Util.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dfa6fd134f365dc5f0fd6863cd98d71419b22df3
Author: Caolán McNamara
Date: Fri Nov 20 15:43:09 2015 +
info_ptr leak I bet
Change-Id: Ica1a162a9ff1e1648c1ee5ef9edf4177b756ea51
Review
loolwsd/Util.cpp | 21 ++---
1 file changed, 18 insertions(+), 3 deletions(-)
New commits:
commit fbb184d256397f665f01e3f6d86538e428c532dc
Author: Jan Holesovsky
Date: Fri Nov 6 11:46:31 2015 +0100
loolwsd: More readable timestamps, 100ns resolution.
Actually PO
26 matches
Mail list logo