summaryrefslogtreecommitdiff
path: root/loolwsd/LOOLWSD.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-2191/+0
2016-11-25Revert "loolwsd: kill receiveFrame with char* and cleanup usage cases"Michael Meeks1-3/+2
2016-11-25loolwsd: kill receiveFrame with char* and cleanup usage casesAshod Nakashian1-2/+3
2016-11-23loolwsd: alert users of low disk space after loadingAshod Nakashian1-1/+6
2016-11-23loolwsd: correct locking of DocBrokersAshod Nakashian1-2/+3
2016-11-23loolwsd: avoid deadlocking when alerting all usersAshod Nakashian1-8/+22
2016-11-20loolwsd: privatize ShutdownFlag and add public getterAshod Nakashian1-3/+3
2016-11-20loolwsd: notify clients of shutdownAshod Nakashian1-2/+1
2016-11-20loolwsd: improved alertAllUsersAshod Nakashian1-3/+8
2016-11-17loolwsd: Prevent double decodingPranav Kant1-3/+1
2016-11-16loolwsd: use own killChild instead of Poco wrapperAshod Nakashian1-1/+4
2016-11-16loolwsd: don't set TerminationFlag unnecessarilyAshod Nakashian1-4/+5
2016-11-16loolwsd: close forkit write pipe fd before spawning new forkitAshod Nakashian1-0/+1
2016-11-16loolwsd: LOOLForKit logs updatedAshod Nakashian1-1/+2
2016-11-14loolwsd: move signal and process code to SigUtil filesAshod Nakashian1-5/+9
2016-11-14loolwsd: support forced termination in kits as wellAshod Nakashian1-1/+0
2016-11-14loolwsd: broadcast that the server is shutting downAshod Nakashian1-0/+3
2016-11-14loolwsd: support shutdown admin commandAshod Nakashian1-5/+5
2016-11-14loolwsd: SocketProcessor can be named and name used in logsAshod Nakashian1-1/+1
2016-11-14loolwsd: logs and consistent formattingAshod Nakashian1-2/+13
2016-11-14loolwsd: handle SIGINT in WSD onlyAshod Nakashian1-1/+2
2016-11-14loolwsd: kill superfluous shutdownPeerAshod Nakashian1-9/+3
2016-11-14loolwsd: Log::syserror and Log::sysfatal now supported as macroAshod Nakashian1-4/+4
2016-11-14loolwsd: move file utilities into FileUtil filesAshod Nakashian1-7/+8
2016-11-11Turns out that setting 'blocking' is the right thing to do.Jan Holesovsky1-5/+5
2016-11-10Block when working via http.Jan Holesovsky1-1/+5
2016-11-10Implement a thread-safe websocket inherited from Poco::Net::WebSocket.Jan Holesovsky1-8/+8
2016-11-10loolwsd: recover when forkit diesAshod Nakashian1-18/+30
2016-11-10loolwsd: use ostringstream when concatinating many stringsAshod Nakashian1-17/+16
2016-11-08loolwsd: alertAllUsersOfDocument must be called while holding lockAshod Nakashian1-0/+1
2016-11-08loolwsd: minimize holding locks beyond the necessary pointAshod Nakashian1-1/+3
2016-11-07loolwsd: correct wsd initialization and preconditionsAshod Nakashian1-20/+24
2016-11-07loolwsd: LOOLWSD logs updatedAshod Nakashian1-107/+93
2016-11-07loolwsd: proper ChildProcess cleanupAshod Nakashian1-7/+18
2016-11-07loolwsd: fix race while creating new documentsAshod Nakashian1-75/+72
2016-11-07loolwsd: lock -> docBrokersLockAshod Nakashian1-3/+3
2016-11-04loolwsd: logs updatedAshod Nakashian1-26/+24
2016-11-02Disable port re-use for internal unit-tests, so we find a free socket.Michael Meeks1-6/+6
2016-11-02loolwsd: avoid ordering issues with atexit handlers.Michael Meeks1-0/+3
2016-11-02loolwsd: Better fix for 'Address already in use' vs. 86383d40dbMichael Meeks1-3/+1
2016-11-01loolwsd: Tentative fix for 'Address already in use'Pranav Kant1-2/+6
2016-10-31loolwsd: explicitly scope DocumentBroker mutexAshod Nakashian1-34/+33
2016-10-31loolwsd: some logs converted to new formAshod Nakashian1-12/+11
2016-10-31loolwsd: convert int to string before adding to literalAshod Nakashian1-4/+4
2016-10-31loolwsd: consistent formattingAshod Nakashian1-91/+87
2016-10-26Pass master port number to forkit.Michael Meeks1-2/+6
2016-10-24loolwsd: Separate WOPI load duration and check fileinfo durationPranav Kant1-9/+0
2016-10-23loolwsd: don't wait after autosaving to rebalance childrenAshod Nakashian1-17/+18
2016-10-23loolwsd: spawn new children when no forks are outstandingAshod Nakashian1-11/+16
2016-10-23loolwsd: remove dead DocumentBrokersAshod Nakashian1-0/+37