Commit Graph

70 Commits (ef88ad10036e4438408a6ef31d726a0892d078fb)

Author SHA1 Message Date
Timothy Stack 5ef8a168a7 [perf] reduce copies of log messages 11 years ago
Timothy Stack 59c1d4313b [mouse] more mouse support and other fixes 11 years ago
Timothy Stack b4ed348428 [build] mostly static linking stuff 11 years ago
Timothy Stack af6e289cda [log format] add scaling factors 11 years ago
Timothy Stack 2cd356b4c5 [log format] some more work to externalize log formats; color identifiers in logs 11 years ago
Timothy Stack db963c16cb [perf] use k-way merge instead of stable_sort when building the index of all lines 11 years ago
Timothy Stack 025ca0586b [sql] add some more internal state functions 11 years ago
Timothy Stack af3d2a432f [sql] add a logline_datetime function 11 years ago
Timothy Stack eee43efd5a [build] bsd build 11 years ago
Timothy Stack c93172824c [logline] cache log line schemas to make subsequent queries faster and other tweaks 11 years ago
Timothy Stack 61d3af6e62 [parsing] fix some bugs and improve performance of the scanner 11 years ago
Timothy Stack 9420662006 [build] some configure fixes 11 years ago
Timothy Stack 8f0aac9dbd [test] add a test for the ansi scrubber 11 years ago
Timothy Stack 5d478fc17a [cleanup] start a tracer/debugger for the data parser 11 years ago
Timothy Stack 5ba3097ee7 [cleanup] move some code around and try to pretty things up a bit 11 years ago
Timothy Stack e5d9779cde [session] save bookmarks 11 years ago
Timothy Stack 9304add25b [session] start session support 11 years ago
Timothy Stack 88bfda4a3d [bugs] use wordexp 11 years ago
Timothy Stack 5bc8ebea96 [fs sql func] multi-argument joinpath and add some tests 12 years ago
Timothy Stack 0dba72db71 [nits] fix some minor bugs and add some path manipulation functions to sqlite 12 years ago
Timothy Stack 98a595ade9 [cleanup] some more cleanup as suggested by cppcheck 12 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.
12 years ago
Timothy Stack 458a42fcc9 [autogen] do not install bin2c and rerun autogen 12 years ago
Timothy Stack e6bbe56f4e fix a stack smash
## BEGIN PATCH TEMPLATE

      QA Notes:
    Bug Number:
   Reviewed By:
  Testing Done: make check
12 years ago
Timothy Stack 0c61c7d354 refactor lnav.cc 12 years ago
Timothy Stack b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
12 years ago
Timothy Stack 6000c27119 stuff
## BEGIN PATCH TEMPLATE

      QA Notes:
    Bug Number:
   Reviewed By:
  Testing Done:
13 years ago
Timothy Stack 8c06e7bed0 [mouse] first pass at mouse support 13 years ago
Timothy Stack a19faa885a [valgrind] Plug some more leaks and tweak a few things 13 years ago
Timothy Stack e738619a54 [win build] fix curses autoconf stuff
The curses macro was out-of-date and needed to be updated to the latest and
greatest.
13 years ago
Timothy Stack ee1e2afd53 [win build] Fix some problems with building on cygwin
The cygwin build is pretty straightforward, but there's
still some glitches that need to be fixed.

 * line_buffer.hh, line_buffer.cc: If the bzip library is not available, don't
   try to open bzip files.  Also, ignore ENODATA errors since they seem to
   show up when pread reaches the end of the file.
 * lnav.cc: The abs() function is ambiguous on windows, use std::abs instead.
13 years ago
Timothy Stack 7ac948b0a5 rerun autogen 13 years ago
Tim Stack 2101a6c19b Some more minor tweaks before release 13 years ago
Tim Stack a24a4f5533 Add support for static linking on OS X. It's only partial since
full static linking is not supported, but most of the non-standard
libraries will be linked in statically.
13 years ago
Tim Stack 2bb28bc333 Abandon objcopy for including the help text in the executable, use
a bin2c program instead.
13 years ago
Timothy Stack c30a0d5f62 more progress on extracting data from log files 13 years ago
Timothy Stack cd8f0bfddb some incremental data extraction changes 13 years ago
Tim Stack fff3f736be a start at extracting data from files 13 years ago
Timothy Stack a92f53ffcb some example stuff 13 years ago
Tim Stack 44e8abc593 Some more sequence matching stuff. 14 years ago
Tim Stack e3d2d41aba a start at doing sequence matching 14 years ago
Timothy Stack 099edac3ba fix 'make distcheck' 14 years ago
Timothy Stack 456e015fb0 Add support for bzip2; fix some performance bugs; and
display the log file type in the top status bar.
14 years ago
Timothy Stack 371056a8fa Merge branch 'master' of github:tstack/lnav 14 years ago
Tim Stack 6909203c6d support scrolling for text files 14 years ago
tstack 47451b17dd Merge branch 'master' of git@github:tstack/lnav
Conflicts:
	Makefile.in
	aclocal.m4
	configure
	src/Makefile.in
	test/Makefile.in
14 years ago
Tim Stack e343eba7c0 Add a text file view and do various cleanups. 14 years ago
tstack 4fbd1aada7 Merge branch 'master' of git@github:tstack/lnav
Conflicts:
	configure
14 years ago
tstack 7568bacc4c checkpoint 14 years ago
Timothy Stack 70d4a8eced checkpoint 14 years ago