Commit Graph

102 Commits (61b2403a64f2f692ce862080547cddf7d25b92d9)

Author SHA1 Message Date
Timothy Stack d12fe9e0a9 [json] add some schema validation code 9 years ago
Timothy Stack fb7225ed3f add a time format 9 years ago
Timothy Stack a2b381ca19 [config] initial impl with clock-format as the only option at the moment 9 years ago
Timothy Stack e5f786bc2c [script] add metadata to script files 9 years ago
Timothy Stack e07b4e448f [exec] add a prompt to execute lnav scripts 9 years ago
Timothy Stack 224a7196e4 [cmd] hide lines commands 9 years ago
Timothy Stack f11cca2366 [sql] add a timeslice() function 9 years ago
Timothy Stack ec473edc85 [cmd] add support for times in goto 9 years ago
Timothy Stack 2b5447f59c [sql] add a log_search table 9 years ago
Timothy Stack f286950854 [curl] add a curl looper to handle url requests 9 years ago
Timothy Stack d2d8c75135 [sql] add an lnav_views table 9 years ago
Timothy Stack 4573964fd2 always build papertrail_proc 9 years ago
Timothy Stack f1dd99328d [lnav.cc] move more stuff out of lnav.cc 9 years ago
Timothy Stack 6b971ccd66 move stuff out of lnav.cc
Defect Number:
    Reviewed By:
   Testing Done:
9 years ago
Timothy Stack 879bbd581e [pt] rough draft of tail for papertrail 9 years ago
Timothy Stack 054e8d489b [data-scanner] convert to using re2c 9 years ago
Timothy Stack 504b5747fe [sql] add an all_logs table that exposes the message format with values, like numbers, replaced with hashes 9 years ago
Timothy Stack 100e4233d5 [ptime] fix parsing for double digit year 9 years ago
Timothy Stack cec3d0cb72 [generic_log] add time format that includes zone 10 years ago
Suresh Sundriyal 55e912d21e [pretty] Don't wait indefinitely for reverse IP lookups.
Reverse lookup for pretty print should be a best effort undertaking. So,
+ Give up on EAI_AGAIN.
+ Don't block on the getnameinfo call indefinitely, resolv.conf might be
  set up with a large timeout.
+ Disable lookups after the first failure.
+ Lots of OCD error checking.
10 years ago
Suresh Sundriyal 8e70980f7f [init.sql] Check in a static init.sql and remove init_sql.py.
- The codes from httplib.py don't contain all the HTTP status codes and
  might differ between different versions of Python installed on the
  systems the binary is built on.
- Add the complete list from:
  http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
- Remove ```init_sql.py``` from the source directory.
- Remove the ```init.sql``` targets from Makefile.am
10 years ago
Timothy Stack 1c41731c33 remove -Werror=sign-compare for now since it's not supported on some older compilers 10 years ago
Timothy Stack 245a3c3d1b [fmt] allow timestamp to be specified in the log format
Fixes #155
10 years ago
Suresh Sundriyal dd88c6543a [build] Turn 'sign-compare' in to an error.
Can't turn on the same on tests because it breaks on some test cases.
10 years ago
Suresh Sundriyal a1fd8f9dd9 [time_fmt] Add the new time_fmt to Makefile.am.
Makefile.in is a generated file and will get overwritten on the next
autogen run.
10 years ago
Suresh Sundriyal 707ccce9c0 [build] Stop readline macro from polluting the environment variables. 10 years ago
Timothy Stack 44d2e12403 [text] add filtering support to the plain text view
Fixes #149 #148
10 years ago
Suresh Sundriyal acd913b9f9 [Compile errors] test_override.cc -> test_override.c 10 years ago
Suresh Sundriyal ed0baf7c1c [build] Add custom silent rules.
Add custom silent rules for ptime/bin2c/sqlite3/rm commands.
10 years ago
Suresh Sundriyal 74da06a8b8 [build] Define a USE_INCLUDED_YAJL conditional
Define a USE_INCLUDED_YAJL conditional which can be used to skip the
included YAJL files if there are local ones available.
10 years ago
Timothy Stack 6a90dd9bc2 copy search terms to OS-Xs find clipboard
Fixes #108
10 years ago
Timothy Stack cfa628f6c4 various fixes
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack c7cd0961ab [build] make dist fixes 10 years ago
Timothy Stack d4bea593b7 [perf] optimize json log loading 10 years ago
Timothy Stack a71ca1f1ca [filter] some improvements to the core filtering code 10 years ago
Timothy Stack d557002724 [format] add OpenAM log formats 10 years ago
Timothy Stack 9220c3c926 [timefmt] some more time formats
Handle month/day/hour formats without a leading zero.
10 years ago
Timothy Stack 353dfec878 [sql] add an environ virtual table
Defect Number:
    Reviewed By:
   Testing Done:
11 years ago
Timothy Stack 1974e1f1ae [jsonptr] initial impl 11 years ago
Timothy Stack 72e3a4d8df [format] add TCF file format and some fixes to make it work
Defect Number:
    Reviewed By:
   Testing Done:
11 years ago
Timothy Stack 8372cef11c [date] code generator for strptime formats 11 years ago
Timothy Stack 4ce9a1e871 [elapsed-time] add a visual indicator for sharp changes in message rate 11 years ago
Timothy Stack 9ff6a3cbe9 [write-json] add a command to write results as json 11 years ago
Timothy Stack f94015e5b5 [readline] highlight pcre syntax in the search prompt 11 years ago
Timothy Stack c347485834 [config] add more config directories to search 11 years ago
Timothy Stack 64fe8175a6 [log] add an internal logger instead of using redirected stderr 11 years ago
Timothy Stack 034bde1854 Add term_extra.hh to noinst_HEADERS 11 years ago
Suresh Sundriyal cd49dc5226 Static linking related cleanup.
* Remove traces of libcrypto, since we don't use OpenSSL anymore.
* Add libgpm and libtinfo to the list of static_lib_list.
11 years ago
Suresh Sundriyal 35584d6482 Fix Makefile.am to use Spookyhash code. 11 years ago
Timothy Stack 5ef8a168a7 [perf] reduce copies of log messages 11 years ago