Commit Graph

1598 Commits (eef28d61a6debfe8c5e5c4ff7a53c7851d2f6b6c)
 

Author SHA1 Message Date
Timothy Stack eef28d61a6 [view_curses] fix out-of-bounds access in mvwattrline 4 years ago
Timothy Stack 92f28f1174 [logfile] cache line length to fix perf issues with JSON logs 4 years ago
Timothy Stack 07f4b56646 [tests] update some expected results
so lazy...
5 years ago
Tim Stack eb426afe36
Merge pull request #709 from sblondon/add_multithread_log_lnav
Add thread id for multithreaded Apache error log
5 years ago
Stéphane Blondon 70ed1c9af7 Add thread id for multithreaded Apache error log 5 years ago
Tim Stack c048290474
Merge pull request #702 from enguerrand/master
[delete-filter] Fix issue #701: (Filter deletion before enter)
5 years ago
edr 3e82a06302 [delete-filter] Fix issue #701: (Filter deletion before enter) 5 years ago
Tim Stack f152107857
Merge pull request #692 from arouene/master
Fix typo in manpage
5 years ago
Aurélien Rouëné 9313b372a1
Merge pull request #1 from arouene/remove-parameter-s-from-manfile
Fix typo in manfile
5 years ago
Aurélien Rouëné f8ef4c1b17
Fix typo in manfile
Remove useless -s parameter as it does not seems to be used any more.
5 years ago
Timothy Stack 9db2dfa7a4 [theme] default to using default colors and, if default coloring is not enabled, turn -1 into white/black for fg/bg 5 years ago
Tim Stack 2ed88815da
Update README.md 5 years ago
Timothy Stack e525d247ae [json-log] some more fixes for handling invalid json logs 5 years ago
Timothy Stack 10b8d64b03 [lnav_log] fix lldb arguments 5 years ago
Timothy Stack 8b750c83f1 update expected output 5 years ago
Timothy Stack 0935e1c356 missed adding redirect-to to the docs 5 years ago
Timothy Stack 5901c92794 [open-cmd] use line_buffer to load preview data
Fixes #680
5 years ago
Timothy Stack 98519b045a [help] mention hide/show-unmarked-lines
Fixes #631
5 years ago
Timothy Stack b7255419e6 [test] fix sed usage
Fixes #572
5 years ago
Timothy Stack 9d6e6e4638 [build] fix a typo 5 years ago
Timothy Stack 27587ee917 [test] get test working on OS X 5 years ago
Tim Stack 03dc27f30a
Merge pull request #641 from matt-hayden/master
More clipboard commands
5 years ago
Tim Stack b2463e44a3
Merge pull request #677 from phord/gzip-index
Add a gzip indexing class for faster gz navigation
5 years ago
Timothy Stack f11364660d [build] missed file in makefile 5 years ago
Timothy Stack 73e902f7d8 [json-log] handle invalid json log lines
Header from folded patch 'foldme1.patch':

[local] foldme
5 years ago
Timothy Stack cd3b9bbb71 [docs] start a CLI options page 5 years ago
Phil Hord 5513deeade Add a gzip indexing class for faster gz navigation
The gzread function is slow.  Every time you seek to a new location, the
whole file up to that position has to be decompressed again.  This causes
massive lags when trying to do simple things in lnav on a large .gz file.

Use the zlib inflate* functions instead and record the dictionary
periodically while processing the file the first time.  Then use
inflateSetDictionary to restore the dictionary to a convenient
location when trying to seek into the file again in the future.

Use a default period of 1MB of compressed data for syncpoints.
Each syncpoint uses 32KB. This is a ratio of 3.2%.  For example,
a 1GB .gz file (compressed size) will require us to keep 32MB
of index data in memory. A better method may be to use a fixed
number of syncpoints and divide the file appropriately. This
would keep the memory bounded at the cost of slower file
navigation on large .gz files.

Use pread to read the data for the stream decompressor and remove
the lock_hack previously employed.

NB. The documentation on these zlib functions is sparse. I followed
the example in zlib/examples/zran.c, but I used the z_stream total_in
and total_out variables instead of keeping my own separately as zran.c
does.  Maybe this is incompatible with some very old zlib versions.
I haven't looked.
5 years ago
Timothy Stack 165cd69c8d [vmw_log] allow colons in user names 5 years ago
Timothy Stack 585986057d [build] missed cleaning a dir up 5 years ago
Timothy Stack 56a341f7f8 [view_curses] colors
Defect Number:
    Reviewed By:
   Testing Done:
5 years ago
Timothy Stack 9a05b9d186 [config] pay attention to XDG_CONFIG_HOME
Fixes #105
5 years ago
Timothy Stack 07cc749c50 [stdin-capture] change save limit to 10MB 5 years ago
Timothy Stack 71f56d29da [hotkeys] remove extra call to textview_curses->handle_key() 5 years ago
Timothy Stack ed67c6cf9f Remove noisy log message
Fixes #648
5 years ago
Timothy Stack 3669b73e5b [highlight] avoid highlighting keywords in comments and strings 5 years ago
Timothy Stack e442f84e80 [textview] pause loading of files by pressing =
Fixes #670
5 years ago
Timothy Stack 63dba408ec [stdin] Keep the stdin piper file in .lnav so that it can be reopened
When piping the output of a program into lnav, the data would
be dumped to the terminal on exit so that it would not be
lost.  Since that is a bit noisy, the temp file used to store
the data is now left in .lnav so that it can be reopened later.
Older stdin captures are automatically removed after a day.

Also took the opportunity to start using filesystem::path more.

Fixes #436
5 years ago
Tim Stack 74d026cb76
Merge pull request #672 from djoreilly/fix-openstack-debug
Fix openstack_log debug level
5 years ago
Darragh O'Reilly 6e93145f23 Fix openstack_log debug level
So ":set-min-log-level info" gets rid of lines with DEBUG.
5 years ago
Timothy Stack ffd9d88add [log_format] ignore line-format field if timestamp-format is set
Fixes #661
5 years ago
Timothy Stack 34db64aa32 [logfile] the index rebuild didn't check the mtime if the file size was the same
Fixes #668
5 years ago
Timothy Stack d381197195 [highlights] a little too quick on the last checkin 5 years ago
Timothy Stack e6590e94e2 [highlight] fix highlights
Fix #667
5 years ago
Timothy Stack 65d2f7552c [cmake] install the binary 5 years ago
Timothy Stack 91dd8a84ec [cmake] enable jit for libpcre 5 years ago
Timothy Stack 76ea0abcd9 [cmake] check for libutil 5 years ago
Timothy Stack 7c485f64dc [cmake] fix some test targets 5 years ago
Timothy Stack fa1217e2f6 [cmake] fix config value 5 years ago
Timothy Stack 0882f95ef4 [cmake] remove HOMEPAGE_URL from project() 5 years ago
Timothy Stack 8bb1d4a732 [cmake] add configure stuff 5 years ago