Commit Graph

8 Commits (a24bb7006630cdb2858c983d02d50c818d9d0421)

Author SHA1 Message Date
Qingping Hou 9bd2d42834 build: enforce luacheck in travis build 9 years ago
chrox d468b05567 Use turbo looper on Android 10 years ago
chrox 8836225cec fix freeze when register for KOSync on Kindle 10 years ago
chrox d3bb0d159a disable Turbo on Android to save precious mcode
This is a workaround to fix #1456.
10 years ago
chrox d08e22ec2e add simple sync service as a plugin
The 'KOSync' plugin will synchronize furthest reading progress
across different koreader devices after users registering their
devices.

The synchronizing service is open-sourced as the project
[koreader/koreader-sync-server](https://github.com/koreader/koreader-sync-server).
10 years ago
chrox d7faba5b5c request from async http client only accept one callback
and error should be checked in the callback
10 years ago
chrox 0191dc6530 revert busted to v1.10.0 to avoid segmentation fault in testing 10 years ago
chrox 9299b9a5e8 add async http client
it uses non-blocking turbo I/O looper to process http request
so that multiple http request can be handled simultaneously and http request
won't block user input, and most importantly, in Lua's way.
10 years ago