index
:
~vmiklos/lo-online
bisect
master
signing
Pending Online commits.
vmiklos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
Dump DocumentBroker state more completely.
Michael Meeks
2
-1
/
+13
2019-11-25
wsd: use SIGKILL to kill a child
Ashod Nakashian
1
-1
/
+1
2019-11-25
Add REST endpoint for admin metrics.
Gabriel Masei
2
-8
/
+20
2019-11-22
Seccomp: add ARM support
Corentin Noël
1
-4
/
+17
2019-11-22
Avoid UB in Session::setHash()
Miklos Vajna
1
-3
/
+3
2019-11-21
wsd: kill with SIGABRT now that SIGTERM cleanly shutsdown
Ashod Nakashian
1
-1
/
+1
2019-11-19
wsd: avoid malloc in signal handler
Ashod Nakashian
2
-33
/
+11
2019-11-19
wsd: replace mutex in signal handler
Ashod Nakashian
2
-12
/
+43
2019-11-18
wsd: SIGTERM signals clean shutdown now
Ashod Nakashian
1
-1
/
+1
2019-11-18
test: thread-safe common shared test data
Ashod Nakashian
2
-10
/
+12
2019-11-15
killpoco: removed StringTokenizer from common directory
Pranam Lashkari
3
-12
/
+19
2019-11-08
killpoco: Remove StringTokenizer from LOOLWSD.cpp.
Jan Holesovsky
1
-0
/
+13
2019-11-08
killpoco: Remove trivial StringTokenizer uses from some files.
Jan Holesovsky
2
-6
/
+2
2019-11-08
killpoco: Remove POCO from Protocol.cpp + related StringTokenizer usage.
Jan Holesovsky
2
-43
/
+11
2019-11-08
killpoco: Remove POCO usage from FileUtil.cpp when C++17 is available.
Jan Holesovsky
1
-1
/
+57
2019-11-07
killpoco: Get rid of Poco::Process:id() usage.
Jan Holesovsky
3
-5
/
+5
2019-11-07
killpoco: Get rid of Poco/Thread.h from the rest of the Android-related files.
Jan Holesovsky
2
-2
/
+1
2019-11-07
killpoco: Use std::thread instead of Poco::Thread.
Jan Holesovsky
2
-11
/
+21
2019-11-07
killpoco: Don't use POCO for app exit values.
Jan Holesovsky
1
-4
/
+3
2019-11-06
wsd: cleanup the global flag accessors
Ashod Nakashian
3
-37
/
+45
2019-10-29
test: Improve iso8601ToTimestamp and tests
Ashod Nakashian
2
-10
/
+37
2019-10-29
wsd: warning logging on the console is now magenta for visibility
Ashod Nakashian
1
-0
/
+1
2019-10-29
test: improve TileCacheTests
Ashod Nakashian
1
-1
/
+1
2019-10-29
wsd: dynamic child timeout
Ashod Nakashian
1
-1
/
+1
2019-10-28
wsd: logging improvements
Ashod Nakashian
1
-1
/
+1
2019-10-28
wsd: allow longer timeout for child forking
Ashod Nakashian
1
-2
/
+2
2019-10-28
wsd: logging: color trace differently to improve readability
Ashod Nakashian
1
-0
/
+3
2019-10-15
Include normalizedViewId to TileCache
mert
2
-0
/
+28
2019-10-14
wsd: fix password-protect file loading from multiple views
Ashod Nakashian
1
-0
/
+19
2019-10-08
Avoid lots of re-sizing of token array while parsing.
Michael Meeks
1
-0
/
+1
2019-10-08
typo fixes in comments and code
Andras Timar
5
-31
/
+31
2019-09-28
tdf#107038 Poco::Timestamp replacement with std::chrono
DarkByt31
2
-0
/
+13
2019-09-22
wsd: fix variable might be clobbered by ‘longjmp’ or ‘vfork’
Ashod Nakashian
1
-23
/
+43
2019-09-22
wsd: improved logging of thread renaming
Ashod Nakashian
1
-8
/
+20
2019-09-16
Use portable format conversion specifier for uint64_t
Tor Lillqvist
1
-1
/
+2
2019-09-16
Fix build failure in the MOBILEAPP case
Tor Lillqvist
2
-1
/
+3
2019-09-16
Log: rename isShutdown to isShutdownCalled
Miklos Vajna
2
-12
/
+12
2019-09-11
Avoid static member access through instance
Miklos Vajna
1
-1
/
+1
2019-09-09
Fix UB in unit-wopi
Miklos Vajna
2
-9
/
+18
2019-09-05
Avoid PRIx64 format - we are 64bit only, so lx will do.
Michael Meeks
1
-1
/
+1
2019-09-05
Avoid using std::get_time to compile on older Linux.
Michael Meeks
1
-5
/
+9
2019-09-03
Fix portability problems after 22f1656e08d1cc873a523bf1f869bdd75066dd2a
Tor Lillqvist
1
-1
/
+1
2019-09-03
wsd: cosmetic formatting
Ashod Nakashian
1
-0
/
+1
2019-09-02
tdf#107038 Poco::Timestamp replacement with std::chrono
DarkByt31
3
-2
/
+84
2019-08-26
Add watermark opacity setting.
Michael Meeks
2
-1
/
+14
2019-08-17
wsd: Use unordered map for anonymization
Ashod Nakashian
1
-5
/
+4
2019-08-17
wsd: improved anonymization algorithm
Ashod Nakashian
2
-17
/
+28
2019-08-17
wsd: cache the logger instance to avoid costly lookups
Ashod Nakashian
1
-2
/
+10
2019-08-15
common: fix UB in vectorAppend()
Miklos Vajna
1
-0
/
+6
2019-08-13
common: wrap SigHandlerTrap in a getter function to avoid ODR violation
Miklos Vajna
2
-4
/
+9
[next]