#
84a8a910 |
| 13-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Force a reopening of the file when the user presses 'reload'.
Allow to get out of some situation where the file has changed but glogg didn't register it.
|
#
209000a6 |
| 28-Sep-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Rework encoding handling for multi-byte files. Add a test and fix a bug when copying from a utf-16 file.
|
#
4a4a124e |
| 20-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add initial support for UTF-16.
|
#
de1abac6 |
| 20-Apr-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
When doing a partial index, detect the start point in the worker thread.
It used to be done in the main thread and mangled the index in some cases.
Fixes #149.
|
#
5fa25391 |
| 12-Feb-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for UTF-8 files.
Fixes #16
|
#
80bca0a3 |
| 28-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add configuration option for polling.
|
#
653377b6 |
| 16-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now share the indexing data between the two threads.
Compression is disabled.
|
#
dfb2a39c |
| 07-Nov-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a temporary config.h and make CMake recognise c++11 compiler support.
|
#
1ee847ca |
| 27-Oct-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
LogData now only register files once with the FileWatcher.
|
#
6a12446e |
| 29-Aug-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make FileWatcher into a virtual class.
And create a Qt and an inotify implementation.
|
#
812146a8 |
| 12-Feb-2014 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Defend against allocation errors whilst indexing.
|
#
32e44cfd |
| 01-Dec-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correctly implement Reload.
Now reload instead of loading again in a different crawler.
|
#
306d9ac9 |
| 06-Nov-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Enable C++11 and starts using smart pointers in the LogData.
|
#
bb02e0ac |
| 14-Oct-2013 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Move the source files to src/
|