Tim Stack
46b2a9f1ee
[piper] start support for demux
...
... and other misc things:
* Bump to C++17
* Add zookeeper_log
2024-04-28 10:01:43 -07:00
Tim Stack
e952dc6340
[date_time_scanner] do not try to read millis if it is already set
...
Also, pay attention to the gmtoff when converting exttm to a timeval.
Fixes #1034
2023-08-10 16:08:56 -07:00
Tim Stack
a437d9fcc9
[pcre2pp] allocate match_data on the stack
2022-09-20 08:31:23 -07:00
Tim Stack
5a63ece31d
[pcre2] migrate from pcre to pcre2
...
Fixes #974
2022-09-10 09:28:07 -07:00
Tim Stack
be862e0eab
[scn] more scnlib conversions
2022-07-29 21:58:08 -07:00
Timothy Stack
0785a432fa
[console] colorize console output
2022-04-12 16:07:13 -07:00
Timothy Stack
81e63784e7
[modernize] some more cleanups
2022-03-31 08:59:33 -07:00
Timothy Stack
66ef5fdae1
[clang-format] init
2022-03-16 15:38:08 -07:00
Timothy Stack
4564e162d0
[build] try to optimize compile time
2022-03-13 15:49:41 -07:00
Timothy Stack
008b1c827b
[build] fix some 32-bit build issues
2021-10-02 16:29:15 -07:00
Timothy Stack
dbcfdda363
[reltime] some more relative time fixes
2021-06-18 21:58:30 -07:00
Timothy Stack
aa7ac37cdc
[log_source] try to report sql filter errors
2021-06-18 09:04:53 -07:00
Timothy Stack
d31aa845f5
[base] refactor duration2str
2021-04-03 14:24:24 -07:00
Timothy Stack
73a4df61e3
[lss] fix format string for time offset
2021-04-02 09:05:03 -07:00
Timothy Stack
92e20ffd51
[reltime] add support for weekdays and having timeslice() return NULL when a time is out-of-range
2021-03-21 08:53:21 -07: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
63c31838eb
[debt] fixing some more debt
2020-12-28 22:31:11 -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
b81b35c866
[log-view] in time-offset mode, show negative times for messages before the first mark
...
Prototype for #395
2019-06-26 21:52:40 -07:00
Timothy Stack
fb7d6eafaf
[build] some refactoring of files
2019-05-08 05:30:59 -07:00
Timothy Stack
0c2f84a3c0
[hotkeys] press 7/8 for previous/next minute
...
Fixes #382
2019-01-25 07:45:17 -08:00
Timothy Stack
b1a6d06490
[lss] refactor the force flag during indexing and some other stuff
2018-10-25 21:26:58 -07:00
Timothy Stack
00ed12557b
[keymap] add more keys to the keymap
2018-08-12 08:37:16 -07:00
Timothy Stack
9e1411f113
[ptime] fix am/pm issue again
...
Fixes #520
2018-05-23 08:31:05 -07:00
Timothy Stack
fe6781d3e8
[reltime] support milliseconds when specifying a partial absolute time
...
Fixes #499
2018-03-23 07:09:50 -07:00
Timothy Stack
9d249004ac
[time-offset] add days to offset
...
Fixes #435
2017-04-25 05:41:14 -07:00
Timothy Stack
d799cc227e
some tweaks to these changes
2016-12-17 21:13:38 -08:00
Adam Spiers
961cac8ec0
fix sscanf %qd type mismatch warning
...
Fixes this warning:
relative_time.cc: In member function ‘bool relative_time::parse(const char*, size_t, relative_time::parse_error&)’:
relative_time.cc:222:62: warning: format ‘%qd’ expects argument of type ‘long long int*’, but argument 3 has type ‘int64_t* {aka long int*}’ [-Wformat=]
if (sscanf(numstr.c_str(), "%qd", &number) != 1) {
^
2016-11-22 19:42:41 +00:00
Timothy Stack
fc637ab6dc
[doc] some more error rate explanation and other minor tweaks
2016-03-25 06:40:18 -07:00
Timothy Stack
f81d4aefd8
[logview] some more work on highlighting out-of-time-order messages
2016-03-05 14:20:14 -08:00
Timothy Stack
224a7196e4
[cmd] hide lines commands
2015-12-05 20:38:21 -08:00
Timothy Stack
4f32bddd93
[pt] allow relative times for papertrail time bounds
2015-09-14 23:32:05 -07:00
Timothy Stack
ec473edc85
[cmd] add support for times in goto
2015-09-14 08:56:42 -07:00