[Libreoffice-commits] online.git: loolwsd/LOOLProtocol.hpp loolwsd/LOOLWebSocket.hpp

2016-11-13 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp |6 +++--- loolwsd/LOOLWebSocket.hpp |6 +- 2 files changed, 4 insertions(+), 8 deletions(-) New commits: commit 5d69d0abd608a447df0355152643608d8034b7a2 Author: Ashod Nakashian Date: Sat Nov 12 10:40:37 2016 -0500 loolwsd: log only abbreviated messag

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

2016-11-02 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5656c1271316d6067b383f986d718a5234c9b832 Author: Ashod Nakashian Date: Mon Oct 31 21:22:49 2016 -0400 loolwsd: cap abbraviated message length Change-Id: Idddfd55ae9a9fe8c2ae0c78e

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

2016-10-23 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp |6 -- 1 file changed, 6 deletions(-) New commits: commit 027da26b5b63c6349b9d20b92ee76952fa08bf71 Author: Ashod Nakashian Date: Fri Oct 21 13:00:11 2016 -0400 loolwsd: kill redundant function Change-Id: I8ef30205794c13e5b89e9f32ba0ec17df4441ef4

[Libreoffice-commits] online.git: loolwsd/LOOLProtocol.hpp loolwsd/test

2016-10-23 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp | 24 loolwsd/test/helpers.hpp | 37 - 2 files changed, 36 insertions(+), 25 deletions(-) New commits: commit 452888060d73e1283fead168249998ba9d9c757e Author: Ashod Nakashian Date: Fri Oct 21 12:59:03 201

[Libreoffice-commits] online.git: loolwsd/LOOLProtocol.hpp loolwsd/test

2016-10-09 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp | 15 --- loolwsd/test/UnitFonts.cpp |4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) New commits: commit f7327115debc9c9d18f061ba9baef8fb993cc9de Author: Ashod Nakashian Date: Sat Oct 8 13:12:16 2016 -0400 loolwsd: allow for delimite

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

2016-09-26 Thread Tor Lillqvist
loolwsd/LOOLProtocol.hpp |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit a4290ec4da0afb0c845bd2552689cab0fbbb018b Author: Tor Lillqvist Date: Mon Sep 26 10:12:48 2016 +0300 Add FIXME comment diff --git a/loolwsd/LOOLProtocol.hpp b/loolwsd/LOOLProtoco

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

2016-05-08 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit f20a9e94b64ca76f1ed09fedd066f630919a91e0 Author: Ashod Nakashian Date: Mon May 9 00:35:45 2016 -0400 loolwsd: templatize parsing helpers Change-Id: Ia52dbf59bf5f2a816

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

2016-05-01 Thread Ashod Nakashian
loolwsd/LOOLProtocol.hpp |6 ++ 1 file changed, 6 insertions(+) New commits: commit c75725393991998ad38ec4a73fbb970feb0c99d0 Author: Ashod Nakashian Date: Sun May 1 20:31:40 2016 -0400 loolwsd: getAbbreviatedMessage from std::vector Change-Id: Ib901fb786839d48604a99a0eab0

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

2016-04-11 Thread Tor Lillqvist
loolwsd/LOOLProtocol.hpp | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) New commits: commit a598ea869cb6684263e7c1961f2dd43613e56b4b Author: Tor Lillqvist Date: Mon Apr 11 10:11:49 2016 +0300 Use less misleading function and variable names Also, get rid

[Libreoffice-commits] online.git: loolwsd/LOOLProtocol.hpp loolwsd/LOOLSession.cpp loolwsd/LOOLSession.hpp loolwsd/protocol.txt

2015-06-24 Thread Mihai Varga
loolwsd/LOOLProtocol.hpp |3 ++- loolwsd/LOOLSession.cpp | 27 +-- loolwsd/LOOLSession.hpp |1 + loolwsd/protocol.txt |8 4 files changed, 36 insertions(+), 3 deletions(-) New commits: commit e8007ea405318ca8048c7487e2d4f0ede72597ee Author: Mih