Commit Graph

1151 Commits

Author SHA1 Message Date
Tim Stack
c312814637 Merge pull request #131 from sureshsundriyal/master
[build] Make sure readline has the necessary symbols.

Fixes #122
2015-03-20 20:59:07 -07:00
Timothy Stack
b02430f4d9 add netinet include 2015-03-20 20:55:46 -07:00
Suresh Sundriyal
f52d9641ed [build] Make sure readline has the necessary symbols.
On FreeBSD variant, readline functionality is provided by editline which
is almost compatible but not quite. We could do a specific check for
editline but if editline adds the functionality in the future, this
check will still continue to fail. Instead look for one of the symbols
currently missing in editline as a sanity check.
2015-03-20 20:50:14 -07:00
Timothy Stack
fa2ed5621d [build] autogen run 2015-03-20 20:32:40 -07:00
Tim Stack
476a0da930 Merge pull request #130 from sureshsundriyal/master
Fix the 'readline' ac macro.
2015-03-20 20:26:41 -07:00
Suresh Sundriyal
31c4669a8a [build] Fix the 'readline' ac macro.
The macro does not track the include directory when it is passed in
using the '--with-readline=/foo/bar' invocation of '--with-readline'
flag.

This change should fix the problem. I've tried to keep the functionality
exactly the same as before and converted the script to pure M4sh, which
should produce a more portable configure script.
2015-03-20 17:17:30 -07:00
Suresh Sundriyal
df5045a64c [build] break up lnav.m4 based on the functionality 2015-03-20 13:21:44 -07:00
Timothy Stack
ff724e4941 [pipe-to] set env vars for each log line column 2015-03-19 22:16:55 -07:00
Timothy Stack
650ce89a19 [build] autogen 2015-03-19 20:46:56 -07:00
Tim Stack
615172dcec Merge pull request #129 from sureshsundriyal/master
[build] Reimplement yajl m4 macro using only M4sh.
2015-03-19 20:46:02 -07:00
Timothy Stack
aea0bd54e0 [cmd] add a :redraw command to do a full redraw of the window
Fixes #18
2015-03-19 20:43:22 -07:00
Suresh Sundriyal
8031a83290 [build] Reimplement yajl m4 macro using only M4sh. 2015-03-19 03:49:45 -07:00
Timothy Stack
12b81fe4e7 [format] fix full message read for json formats 2015-03-18 22:57:30 -07:00
Timothy Stack
dc79bd3bf5 [nav] reset where shift+j/k set bookmarks after scrolling
Fixes #13
2015-03-18 21:54:46 -07:00
Timothy Stack
12e0befe30 [pretty-print] try to reverse lookup IP addresses 2015-03-18 06:32:56 -07:00
Timothy Stack
c3968e4291 [pretty-print] remove some extra line feeds 2015-03-18 05:49:27 -07:00
Timothy Stack
3e7063a522 [pretty-print] put closing curlys on their own line 2015-03-17 22:38:50 -07:00
Tim Stack
facb75589b Merge pull request #128 from sureshsundriyal/master
Partial fix for issue#53 (Allow the use of yajl installed on the system)
2015-03-17 21:04:15 -07:00
Timothy Stack
42b809427d Revert "[pretty-print] add a test for the pretty-printer"
This reverts commit e0cec10445.
2015-03-16 23:51:36 -07:00
Timothy Stack
e0cec10445 [pretty-print] add a test for the pretty-printer 2015-03-16 23:44:05 -07:00
Timothy Stack
1a9e41cf2f use stringstream instead of strstream 2015-03-16 23:27:40 -07:00
Timothy Stack
c670a86d04 [pretty-print] first pass at a pretty-printer
Defect Number:
    Reviewed By:
   Testing Done:
2015-03-16 23:10:34 -07:00
Timothy Stack
1d3481c3fa [cmd] add pipe-to and pipe-line-to commands 2015-03-16 09:16:49 -07:00
Timothy Stack
64df915a5a [piper] fix some ownership issues with the piper fd 2015-03-14 07:08:48 -07:00
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.
2015-03-14 03:12:36 -07:00
Suresh Sundriyal
b9b06ca951 [build] Hook in the yajl related macros. 2015-03-14 01:58:41 -07:00
Suresh Sundriyal
fdf73c5744 [build] Add yajl related macros. 2015-03-14 01:57:31 -07:00
Timothy Stack
145982ee6a even more travis 2015-03-13 21:15:22 -07:00
Timothy Stack
48d377e838 more travis 2015-03-13 21:11:19 -07:00
Timothy Stack
592c93b0dd more travis 2015-03-13 21:09:02 -07:00
Timothy Stack
82f566c5cf travis test 2015-03-13 20:17:34 -07:00
Timothy Stack
9ded31f647 display autotools version 2015-03-13 19:59:28 -07:00
Tim Stack
82a36855fb Merge pull request #127 from sureshsundriyal/master
[build] Move/Refactor aclocal macros.
2015-03-13 19:57:31 -07:00
Tim Stack
33d43e0157 Merge pull request #126 from sureshsundriyal/master
Add support for compiling lnav with jemalloc.
2015-03-13 19:40:11 -07:00
Suresh Sundriyal
7886ddbb12 [build] Move/Refactor aclocal macros.
* Move all the m4 macros in to their own directory.
* Rename 'ax_with_jemalloc.m4' -> 'lnav_with_jemalloc.m4' because
  'ax_with_*' is a convention for third-party aclocal macros in the
  official archives.
* Rename the methods to be more lnav specific.
2015-03-12 23:47:34 -07:00
Suresh Sundriyal
bd2ae532de Update the generated build files. 2015-03-12 00:55:40 -07:00
Suresh Sundriyal
0d29019923 [jemalloc] Add support for jemalloc.
Add some repurposed m4 macros for compiling lnav with jemalloc and hook
them in to configure.ac.
2015-03-12 00:48:50 -07:00
Timothy Stack
974aafe1b9 [search] fix searching when a file is deleted and recreated 2015-03-11 06:22:50 -07:00
Timothy Stack
23344ac8b2 build fix 2015-03-09 06:58:47 -07:00
Timothy Stack
b5b4a241e2 build 2015-03-09 06:49:45 -07:00
Timothy Stack
fad59bfaf1 [ptime] fix endianness and parsing issues 2015-03-09 06:30:12 -07:00
Timothy Stack
363547428c [version] some more version updates 2015-02-26 21:52:36 -08:00
Timothy Stack
0a5b34b640 update NEWS 2015-02-26 21:49:39 -08:00
Timothy Stack
0ce83a0301 bump version to 0.7.2 2015-02-26 21:47:27 -08:00
Timothy Stack
c80e181790 fix ptime_b_slow, again... 2015-02-25 22:18:50 -08:00
Timothy Stack
08d089d168 do a scan 2015-02-25 21:51:30 -08:00
Timothy Stack
a2caf34028 [sysclip] fix NULL deref 2015-02-14 15:13:00 -08:00
Timothy Stack
0b816dd45d [nav] fix time-based navigation when filtering is active 2015-01-25 20:51:21 -08:00
Timothy Stack
f54c9d41fc missing test file 2014-12-10 07:19:31 -08:00
Timothy Stack
c2e44c5998 [filter] fix for multiple filter-ins being applied 2014-12-10 07:03:01 -08:00