overleaf/services/track-changes/app/coffee
Brian Gough b8862ca5af switch to node-byline module to avoid buffering problem with readline-stream
for lines > 64k the readline-stream module is affected by
https://github.com/jahewson/node-byline/issues/30 which is fixed in
node-byline (readline-stream was an earlier fork of the byline module)
2016-01-11 16:51:35 +00:00
..
DiffGenerator.coffee
DiffManager.coffee
DocArchiveManager.coffee
DocstoreHandler.coffee
DocumentUpdaterManager.coffee
HealthChecker.coffee
HttpController.coffee
LockManager.coffee add a close() method to LockManager to allow clean shutdown 2016-01-06 09:34:39 +00:00
MongoAWS.coffee switch to node-byline module to avoid buffering problem with readline-stream 2016-01-11 16:51:35 +00:00
MongoAWSexternal.coffee
mongojs.coffee
MongoManager.coffee remove unsupported options argument in count() method of mongojs 1.x 2015-12-22 14:20:34 +00:00
PackManager.coffee respect limit of 1000 ops in bulk operation with mongojs 1.x 2015-12-22 14:38:04 +00:00
PackWorker.coffee allow PackWorker to shut down cleanly 2016-01-06 09:43:10 +00:00
RedisManager.coffee
RestoreManager.coffee
UpdateCompressor.coffee
UpdatesManager.coffee log timestamp in human-readable form for inconsistent ops 2016-01-05 11:30:24 +00:00
UpdateTrimmer.coffee
WebApiManager.coffee