Timothy Stack
d2b5690e0c
[readline] improve filename completion
2021-05-13 19:50:04 -07:00
Timothy Stack
f050c7b0a7
[remote] start to wire up remote support
2021-05-01 08:33:54 -07:00
Timothy Stack
444e7e3289
[remote] draft of the tailer
2021-04-22 09:02:24 -07:00
Timothy Stack
d183247a31
[tests] add some tests for time-ago stuff
2021-04-01 16:22:04 -07:00
Timothy Stack
32bfd76cdb
[logfile] allow max unrecognized lines to be tuned
2021-03-29 22:40:22 -07:00
Timothy Stack
c0ed59e61e
[sqlite] implement .dump SQL command
2021-03-28 13:50:26 -07:00
Timothy Stack
6f4791ec35
[sqlite] include generate_series() extension
2021-03-23 22:23:08 -07:00
Timothy Stack
f6128240ab
[sql] add lnav_top_file() SQL function
2021-03-07 14:29:22 -08:00
Timothy Stack
f5c72736cb
[docs] some more doc text
2021-02-14 22:44:14 -08:00
Timothy Stack
f5e88b7158
[docs] add ARCHITECTURE.md and various other things
2021-02-13 12:41:48 -08:00
Timothy Stack
351ad7a8fc
[xml/xpath] suggest xpath() calls for xml fields
2021-02-06 22:13:08 -08:00
Timothy Stack
49ebde5953
[build] remove pcrecpp and other stuff
...
Linking against a binary c++ lib suuuucckkkkkssss...
2021-01-29 11:12:02 -08:00
Timothy Stack
f17d838be1
[build] missing file in header list
2021-01-23 14:26:02 -08:00
Timothy Stack
cac1175973
[services] initial pass at injecting services and a bunch of other stuff
2021-01-23 13:00:51 -08:00
Timothy Stack
56bee6f4c9
[archive] remove old unpacked archives and a bunch of other stuff
2021-01-16 22:23:20 -08:00
Timothy Stack
a768f0146f
add CPPFLAGS/LDFLAGS to bin2c build
2021-01-11 20:40:11 -08:00
Timothy Stack
1d17ac7f29
[build] compress data files embedded in the binary to save some space
...
Fixes #763
2020-12-30 13:49:29 -08:00
Timothy Stack
4ca6fd7bfd
[sqlite] add an xml/xpath extension
2020-12-23 15:01:21 -08:00
Timothy Stack
4ff2b710d5
[log_format] change w3c_log to put extra columns into a JSON column
2020-12-18 22:35:23 -08:00
Timothy Stack
836fc83203
[pretty-print] pay attention to hidden fields
...
Fixes #653
2020-12-06 23:52:09 -08:00
Timothy Stack
32f112b8de
[formats] add w3c extended log format impl
...
Fiexes #798
2020-12-05 21:51:46 -08:00
Timothy Stack
2aad7985a6
[build] opt build
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-25 14:46:39 -08:00
Timothy Stack
8e629b166a
[build] some more compiler profiling
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-19 21:36:51 -08:00
Timothy Stack
6fe2f552d5
[build] missing header files for distcheck
2020-11-17 10:54:56 -08:00
Timothy Stack
51d1204a96
[arc] add content hash to archive temp dir and tech debt
2020-11-17 10:04:23 -08:00
Timothy Stack
cb7a8904c1
[build] missed header in the makefile
2020-11-09 23:11:49 -08:00
Timothy Stack
db8a3c4d38
[debt] doing some cleanup
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-09 22:17:17 -08:00
Timothy Stack
e4ea9ca584
[arc] report errors when opening archives
2020-10-31 22:19:41 -07:00
Timothy Stack
c22c78220c
[text] hide text files
2020-10-28 21:23:16 -07:00
Timothy Stack
dfd18a4be5
[view] add files view
2020-10-28 21:21:57 -07:00
Timothy Stack
579e4274f9
[files] initial impl for opening archives
2020-10-28 21:17:57 -07:00
Timothy Stack
9f524136bd
[fs] remove old filesystem impl
2020-10-20 22:55:46 -07:00
Timothy Stack
e7f5bf3a6a
[3rd-party] import ghc/filesystem
2020-10-20 22:54:59 -07:00
Suresh Sundriyal
3a9967cbf5
[build] Get rid of BUILT_SOURCES
2020-09-24 19:17:36 -07:00
Suresh Sundriyal
cc6f0a06dd
[build] Add some explicit dependencies.
...
This should fix the individual make targets.
2020-09-24 19:17:36 -07:00
Timothy Stack
6ec90c521b
[build] dump crash log during build
2020-09-24 08:58:20 -07:00
Suresh Sundriyal
f8e990cf76
[dist] Some more distribution related cleanup.
...
Remove init-sql.h from the distributed package and remove the redundant
files from DISTCLEAN.
2020-09-23 16:20:11 -07:00
Suresh Sundriyal
8b2bcca752
[dist] Stop packaging builtin-scripts.h
2020-09-23 14:57:17 -07:00
Timothy Stack
f43d05a49a
[build] more dist fixes
2020-09-22 14:31:27 -07:00
Suresh Sundriyal
63ed3ee677
[dist] Prevent distributing built sources
2020-09-22 13:50:37 -07:00
Timothy Stack
a5171058c7
[build] some built files were being included in the dist
2020-09-22 12:01:13 -07:00
Suresh Sundriyal
2062a0c740
[cross-compile] Use 'BUILD_EXEEXT' as the suffix for build binaries.
...
Some compilers automatically append the system binary suffix. If lnav is
cross compiled on such systems; then we should be using this suffix for
the binaries that are built and run as part of the build process.
2020-09-20 20:50:47 -07:00
Suresh Sundriyal
bc0dc337ef
[cross-compiling] Disable document generation during cross-compilation
...
Document generation requires exec'ing lnav which might not be possible
while cross-compiling.
2020-09-19 14:39:24 -07:00
Suresh Sundriyal
4946f79ec1
[ptimec] Rename ptimec.cc -> ptimec.c
2020-09-18 12:20:40 -07:00
Suresh Sundriyal
57e0b9f3f3
[cross-compiling] Fix distcheck target
2020-09-18 11:44:06 -07:00
Suresh Sundriyal
d118a60a36
[cross-compile] Allow build artifacts to be built with build compilers.
...
While cross-compiling; bin2c and ptimec need to run during build on the
build-host. Currently; the host compiler is picked and the generated
binaries cannont be exec'ed causing the build to fail.
The change fixes the bin2c and ptimec compilation units to use the
build host compatible compiler.
2020-09-18 10:03:12 -07:00
Timothy Stack
da772a6486
[build] try to fix distclean issue
2020-09-16 23:14:05 -07:00
Timothy Stack
9773efd3a5
[keymap] add german keymap
2020-09-12 14:06:23 -07:00
Timothy Stack
f3d172c831
[keymap] add a french keymap
2020-09-09 22:16:06 -07:00
Timothy Stack
8734795505
[keymap] handle unicode keys and add UK keymap
...
Fixes #392
2020-09-04 14:39:04 -07:00