Commit Graph

3377 Commits (master)
 

Author SHA1 Message Date
Timothy Stack 6c7e935207 [status] tweak separators 11 years ago
Timothy Stack c54c2dd508 [hotkey/status] use 9/( as spatial hotkeys and tweak the status lines 11 years ago
Timothy Stack 84dad8e2e9 [session] cleanup the session directory 11 years ago
Timothy Stack fe1e82eeaf [data scanner] capture email addresses 11 years ago
Timothy Stack c93172824c [logline] cache log line schemas to make subsequent queries faster and other tweaks 11 years ago
Tim Stack 28ce7329cb [build] handle non-pcrejit installs 11 years ago
Timothy Stack 61d3af6e62 [parsing] fix some bugs and improve performance of the scanner 11 years ago
Timothy Stack 74350ee12a [cleanup] remove some cruft 11 years ago
Timothy Stack 9420662006 [build] some configure fixes 11 years ago
Vagrant User 988fe187b6 [build] freebsd build fixes 11 years ago
Timothy Stack fddaeef606 [ui] add a prompt to the bottom status for readline modes 11 years ago
Timothy Stack 3196050b25 [sql] set some columns to be text so they are not graphed 11 years ago
Timothy Stack c58f14658a [ansi scrubber] minor reorg 11 years ago
Timothy Stack 8f0aac9dbd [test] add a test for the ansi scrubber 11 years ago
Timothy Stack 47846bae4c Merge branch 'master' of ssh://github.com/tstack/lnav 11 years ago
Timothy Stack 8754b45699 [textview] cleanup the ansi scrubber 11 years ago
Tim Stack 4a26355c63 [test] clear the TRACE_FILE after closing it 11 years ago
Timothy Stack 5d478fc17a [cleanup] start a tracer/debugger for the data parser 11 years ago
Timothy Stack e71a85d471 [build] oops... 11 years ago
Timothy Stack 9a0c09e2ac [build] fix a build break 11 years ago
Timothy Stack 5ba3097ee7 [cleanup] move some code around and try to pretty things up a bit 11 years ago
Timothy Stack 178937886c [cmd] add summarize command 11 years ago
Timothy Stack 4516ffd8d7 [tests] more log samples 11 years ago
Timothy Stack 5e18f47cd2 [nits] fix some recently introduced bugs and some long standing ones 11 years ago
Timothy Stack a4792841da [test] add-test command 11 years ago
Tim Stack 7d87faf4b2 [build] fix some build errors on linux 11 years ago
Timothy Stack 6178231012 [session] load bookmarks 11 years ago
Timothy Stack e5d9779cde [session] save bookmarks 11 years ago
Timothy Stack 858abe79b6 [test] fix test_auto_mem test 11 years ago
Tim Stack cb03e9443d [linux build] fix some linux build issues 11 years ago
Timothy Stack 7cb8d7606e [help] Add some more contextual help and handle newlines in view_curses 11 years ago
Timothy Stack 9304add25b [session] start session support 11 years ago
Timothy Stack 88bfda4a3d [bugs] use wordexp 11 years ago
Tim Stack 2ecb70b339 [test] missed initializing callback_state in drive_sql 11 years ago
Tim Stack e80bfcb102 [test] check_output should show a diff on failure 11 years ago
Timothy Stack 5bc8ebea96 [fs sql func] multi-argument joinpath and add some tests 11 years ago
Timothy Stack 0dba72db71 [nits] fix some minor bugs and add some path manipulation functions to sqlite 11 years ago
Timothy Stack 9b185f31e9 Missing file 11 years ago
Timothy Stack 44f75111b1 [sqlite] prefix the column names with 'log_' and add a 'create-logline-table' command 11 years ago
Timothy Stack 98a595ade9 [cleanup] some more cleanup as suggested by cppcheck 11 years ago
Timothy Stack 865849f017 [spam] uncrustify pass 11 years ago
Timothy Stack 3128dc772c [sqlite] Major improvements to the sqlite integration.
This is a checkpoint of the improvements to the sqlite integration.  The
data_parser stuff should be much better now and I've tried to improve
other parts of the user experience as well.
11 years ago
Timothy Stack b04e6bfc78 [glog] some tweaks to the glog change
Some changes to the glog_log sql table:

  * Removed the 'glog_level' field since the standard one should be able to
    handle everything now.
  * Changed the 'file' column to 'src_file' and added a 'src_line' column.
  * Added the sample glog log content to the test directory.
11 years ago
Tim Stack f3a85327ab Merge pull request #49 from mdordal/master
Add support for glog logs
11 years ago
Matt Dordal fa18aa4b60 Fix up some clowniness with glog db 11 years ago
Matt Dordal e35c5006cd update .gitignore with automake stuff 11 years ago
Matt Dordal e1dbc7262e Add support for glog logs
Glog is an open-source C++ logging framework from Google. Add support
for the log format.

Testing: run on an example log
11 years ago
Timothy Stack f62b5c271c [release] bump to 0.5.1 11 years ago
Timothy Stack 4c6069c33d [cleanup] little bits of cleanup here and there 11 years ago
Timothy Stack ee52bcef41 [build] fix build issues 11 years ago