[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-05-10 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |7 +++ 1 file changed, 7 insertions(+) New commits: commit c1849e25bbae48e204e5bdcebae364b530706771 Author: Henry Castro Date: Wed May 11 00:36:36 2016 -0400 loolwsd: send "editlock" when "status" was cached diff --git a/loolwsd/MasterProcessSess

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-05-10 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |1 + 1 file changed, 1 insertion(+) New commits: commit 5ec04d51843d580788d36a632fcb3b8913ba88a5 Author: Henry Castro Date: Wed May 11 00:28:25 2016 -0400 loolwsd: avoid sending double "status" message diff --git a/loolwsd/MasterProcessSession.cpp b/

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp loolwsd/TileCache.cpp

2016-04-26 Thread Ashod Nakashian
loolwsd/MasterProcessSession.cpp |6 +++--- loolwsd/TileCache.cpp| 13 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) New commits: commit 5cfc7b6580d466c2a518e0cfaff475915a32c2fc Author: Ashod Nakashian Date: Mon Apr 25 22:44:58 2016 -0400 loolwsd: loggi

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp loolwsd/TileCache.cpp

2016-04-22 Thread Michael Meeks
loolwsd/MasterProcessSession.cpp |6 ++ loolwsd/TileCache.cpp|9 + 2 files changed, 15 insertions(+) New commits: commit 60ffc8aa6b6d94ab694981789d19624ebeb1e5c3 Author: Michael Meeks Date: Fri Apr 22 07:58:31 2016 +0100 Avoid tile subscription loop, and el

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp loolwsd/MasterProcessSession.hpp loolwsd/TileCache.cpp loolwsd/TileCache.hpp

2016-04-19 Thread Tor Lillqvist
loolwsd/MasterProcessSession.cpp | 27 + loolwsd/MasterProcessSession.hpp |1 loolwsd/TileCache.cpp| 50 +++ loolwsd/TileCache.hpp| 27 - 4 files changed, 103 insertions(+), 2 deletions(-

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-04-13 Thread Miklos Vajna
loolwsd/MasterProcessSession.cpp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 63d911297746e84b8996348e85f15db5c82f2cee Author: Miklos Vajna Date: Thu Apr 14 08:36:56 2016 +0200 MasterProcessSession: const auto -> const auto& where it would create a

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-03-29 Thread Ashod Nakashian
loolwsd/MasterProcessSession.cpp | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) New commits: commit c966a804f8ba12401cb85681f0a4099c15391954 Author: Ashod Nakashian Date: Mon Mar 28 09:08:33 2016 -0400 loolwsd: throw when we fail to connect to lokit

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-03-10 Thread Henry Castro
loolwsd/MasterProcessSession.cpp | 24 1 file changed, 12 insertions(+), 12 deletions(-) New commits: commit 2e49729ff46a57a81cb197635de4f2a33968b852 Author: Henry Castro Date: Thu Mar 10 15:36:38 2016 -0400 loolwsd: coding style minor correctness diff --git a/

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-03-02 Thread Tor Lillqvist
loolwsd/MasterProcessSession.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit fa0fd3303d5e530ad49c2bc58d0dc9b1d5b2e0b1 Author: Tor Lillqvist Date: Wed Mar 2 14:55:04 2016 +0200 Avoid logging \r\n here, too diff --git a/loolwsd/MasterProcessSession.cpp

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-02-19 Thread Pranav Kant
loolwsd/MasterProcessSession.cpp |6 ++ 1 file changed, 6 insertions(+) New commits: commit a2549e3df708426052dcb4e29773aa95fcc85258 Author: Pranav Kant Date: Thu Feb 18 00:14:25 2016 +0530 loolwsd: Disconnect the child if there is no client Don't let them hanging around,

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp loolwsd/TileCache.cpp loolwsd/TileCache.hpp

2016-02-10 Thread Pranav Kant
loolwsd/MasterProcessSession.cpp |4 loolwsd/TileCache.cpp|9 + loolwsd/TileCache.hpp|3 +++ 3 files changed, 16 insertions(+) New commits: commit 6a7a014d14ec4142f7c28faa920ffb5871e8f115 Author: Pranav Kant Date: Wed Feb 10 23:21:24 2016 +0530

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp loolwsd/MasterProcessSession.hpp

2016-01-25 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |2 -- loolwsd/MasterProcessSession.hpp |2 -- 2 files changed, 4 deletions(-) New commits: commit be33224133afdebe43f6cfd032bdc496e75c8c8d Author: Henry Castro Date: Mon Jan 25 21:15:19 2016 -0400 loolwsd: remove unnecessary map ChildProcesses di

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-01-25 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |8 1 file changed, 8 deletions(-) New commits: commit eb2675164f435d127ba0db945cc5f2987e52466d Author: Henry Castro Date: Mon Jan 25 11:51:27 2016 -0400 loolwsd: remove unnecessary child PID file log This is no longer needed due to l

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-01-12 Thread Jan Holesovsky
loolwsd/MasterProcessSession.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d51972c28d400870794e203f2170dd483f5cdc8b Author: Jan Holesovsky Date: Tue Jan 12 14:51:32 2016 +0100 loolwsd: Don't cache empty partpagerectangles. This is implemented

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2016-01-10 Thread Ashod Nakashian
loolwsd/MasterProcessSession.cpp | 39 +++ 1 file changed, 15 insertions(+), 24 deletions(-) New commits: commit f613a5181e30c12505f8884d8055e6836aca2ef0 Author: Ashod Nakashian Date: Sat Jan 9 12:00:59 2016 -0500 loolwsd: better handling of commandva

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp loolwsd/QueueHandler.hpp

2016-01-06 Thread Ashod Nakashian
loolwsd/MasterProcessSession.cpp |2 +- loolwsd/QueueHandler.hpp |7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 0cdb8c931fbe27778abedabf9d59ca33ba6672fe Author: Ashod Nakashian Date: Wed Jan 6 13:59:15 2016 -0500 loolwsd: logs Chan

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2015-12-28 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |5 + 1 file changed, 5 insertions(+) New commits: commit fdef57cba0ddfcac3e044f0c42262d5256bb4b1c Author: Henry Castro Date: Mon Dec 28 16:40:32 2015 -0400 loolwsd: close client websocket when abnormal close prison websocket diff --git a/loolwsd/

[Libreoffice-commits] online.git: loolwsd/MasterProcessSession.cpp

2015-12-27 Thread Ashod Nakashian
loolwsd/MasterProcessSession.cpp |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 72a1f18ebcb820f3321c56af915fda4a5910592e Author: Ashod Nakashian Date: Sat Dec 26 11:30:14 2015 -0500 loolwsd: fix detection of unreachable child Change-Id: I619613