Commit Graph

  • fb6d7ef2c8 [windows] more win path stuff Tim Stack 2025-08-10 17:24:48 -07:00
  • 18de7028d9 [windows] handle relative win path Tim Stack 2025-08-10 08:55:58 -07:00
  • 4d59493e80 [windows] msys (or something) is mucking with the command-line, need to work around Tim Stack 2025-08-10 05:45:15 -07:00
  • e4f891f599 [windows] convert a windows glob to posix Tim Stack 2025-08-09 10:37:58 -07:00
  • fcdcdb1148 [prompt] fix issue with misnamed format Tim Stack 2025-08-09 09:41:11 -07:00
  • a5146e6519 [windows] improve path handling for windows Tim Stack 2025-08-08 20:16:06 -07:00
  • c2be02904c [prompt] try to handle windows paths Tim Stack 2025-08-08 06:37:45 -07:00
  • 9efadb1e88 [win] set TMPDIR so tmpfile() doesn't fail on windows Tim Stack 2025-08-06 23:07:20 -07:00
  • fd7160c76a [build] fix setup-rust version Tim Stack 2025-08-06 09:35:37 -07:00
  • 3a309924e0 [build] add rust to windows build Tim Stack 2025-08-06 08:58:29 -07:00
  • 2512148fda [build] fix type Tim Stack 2025-08-06 08:50:28 -07:00
  • e8435386f7 [build] missing include Tim Stack 2025-08-06 08:40:38 -07:00
  • aad593c862 [notcurses] remove unnecessary bound check Tim Stack 2025-08-06 07:28:24 -07:00
  • e393f41899 [notcurses] use unistring for pututf32 Tim Stack 2025-08-06 06:33:47 -07:00
  • 9241ee5290 [views] handle small height when focusing on file details Tim Stack 2025-08-05 21:57:28 -07:00
  • e832e52282 [tidy] use correct wide character type Tim Stack 2025-08-05 21:44:42 -07:00
  • 3668fc1f84 [win] enable no-default mode if launched from explorer Tim Stack 2025-08-05 14:28:18 -07:00
  • b01b079fb1 [release] bump to v0.13.1 v0.13.1-beta2 Tim Stack 2025-08-05 10:57:02 -07:00
  • ac2856d82f [terminfo] fix reading of numbers Timothy Stack 2025-08-05 07:10:14 -07:00
  • 14774a72d2 [notcurses] missing inc Tim Stack 2025-08-04 22:07:46 -07:00
  • 2200dd4b28 [notcurses] use unistring since mbrtowc on win/msys seems broken Tim Stack 2025-08-04 21:44:04 -07:00
  • 469e543f78 [text_format] detect INI files v0.13.1-beta1 Timothy Stack 2025-08-03 21:37:33 -07:00
  • b3120de774 [pager] try always moving to the top of the text view Timothy Stack 2025-08-03 21:06:15 -07:00
  • f5d8a45ce4 [notcurses] avoid notcurses_refresh() since it flashes the screen Tim Stack 2025-08-03 06:49:00 -07:00
  • 53b4d8a69f [notcurses] timeouts aren't used, so don't bother with monotonic clock Tim Stack 2025-08-02 21:58:51 -07:00
  • 2888353876 [notcurses] unlock Timothy Stack 2025-08-02 06:55:34 -07:00
  • 3f742777b5 [build] freebsd stuff Timothy Stack 2025-08-02 06:25:41 -07:00
  • 4165a1dda4 [build] leave terminfo out of the win build Tim Stack 2025-08-01 08:45:58 -07:00
  • 765713f610 [complete] missed checking for a space after the script name in exec prompt Tim Stack 2025-07-31 21:03:31 -07:00
  • daa0308bf7 [paths] missed leading slash for cygdrive Tim Stack 2025-07-31 12:00:40 -07:00
  • e01f9c57fd [build] no joy, dropping Tim Stack 2025-07-31 11:29:00 -07:00
  • e3596fb86e [build] sigh Tim Stack 2025-07-31 11:18:38 -07:00
  • b86f76b14b [build] skip notcurses compat Tim Stack 2025-07-31 11:04:45 -07:00
  • 93936c6f1d [build] oops Tim Stack 2025-07-31 10:59:18 -07:00
  • ade5dc1eb1 [build] can't use tzdb on mingw Tim Stack 2025-07-31 10:48:34 -07:00
  • 36e281199c [build] curl stuff Tim Stack 2025-07-31 10:32:03 -07:00
  • 48d69904b1 [build] curl static Tim Stack 2025-07-31 10:19:59 -07:00
  • 1d191e32a1 [build] more libs Tim Stack 2025-07-31 10:16:34 -07:00
  • cdbc30834f [build] remove bz2 Tim Stack 2025-07-31 10:04:23 -07:00
  • fadd0af8ea [build] try mingw32 Tim Stack 2025-07-31 10:02:20 -07:00
  • c628872614 [build] dot Tim Stack 2025-07-31 09:26:39 -07:00
  • 218447bc1b [build] fix path Tim Stack 2025-07-31 09:23:39 -07:00
  • 538752ee59 [build] use configure Tim Stack 2025-07-31 09:18:43 -07:00
  • cdbd60c034 [build] try building win on lin Tim Stack 2025-07-31 09:07:06 -07:00
  • 8716dd9e33 [paths] more appdata stuff Tim Stack 2025-07-31 08:54:13 -07:00
  • 401be1fc2b [windows] try to use APPDATA Tim Stack 2025-07-31 06:42:55 -07:00
  • 385c7438c2 [build] missed cleaning a file Tim Stack 2025-07-30 22:38:25 -07:00
  • e92a4cd9e5 [terminfo] embed some terminfos Tim Stack 2025-07-30 21:46:55 -07:00
  • 731a50a2b6 [terminfo] fix tiparm_s() Tim Stack 2025-07-30 16:17:39 -07:00
  • 17028b858f [build] need cast Tim Stack 2025-07-30 08:37:17 -07:00
  • 0df8d7141b [terminfo] handle 32bit terminfo and fix leak Timothy Stack 2025-07-29 23:01:18 -07:00
  • 599434a671 [terminfo] add default dirs Tim Stack 2025-07-29 19:34:53 -07:00
  • 702d2a69dd [build] reinstall ncurses, maybe need terminfo files Tim Stack 2025-07-29 17:58:18 -07:00
  • 0a2c0ceac8 [build] casty Tim Stack 2025-07-29 17:17:22 -07:00
  • 1e8221ec38 [libterminfo] add a terminfo parser so we can remove the ncurses dependency completely Tim Stack 2025-07-29 16:32:03 -07:00
  • 1f3ae829a8 fix invalid vector index Tim Stack 2025-07-26 10:39:15 -07:00
  • f9ad763503 [docs] fix import Tim Stack 2025-07-24 08:32:45 -07:00
  • 9c62afe346 [build] more nodejs v0.13.0 Tim Stack 2025-07-23 21:18:40 -07:00
  • 29a2d67336 [build] nodejs stuff Tim Stack 2025-07-23 21:10:46 -07:00
  • 35d72aae6d [build] mount again Tim Stack 2025-07-23 21:02:37 -07:00
  • cd30169518 [build] more more more Timothy Stack 2025-07-23 18:02:11 -07:00
  • a2079a9878 [build] wth Timothy Stack 2025-07-23 17:55:54 -07:00
  • d274685b8c [build] try to get muslbuild going again Tim Stack 2025-07-23 14:46:34 -07:00
  • 7763fd3c5a rebuild Tim Stack 2025-07-23 08:30:42 -07:00
  • 7a18a8610f Merge pull request #1501 from nicolasbock/snap-content Tim Stack 2025-07-15 15:16:52 -07:00
  • c7424f1477 Add content interface to snap Nicolas Bock 2025-07-10 16:27:18 +02:00
  • fd9467fa1e Merge pull request #1491 from sureshsundriyal/master Tim Stack 2025-06-18 21:47:08 -07:00
  • 67c3691f4d [vmw_log] Fixup the accidentally removed portion. Suresh Sundriyal 2025-06-18 18:17:55 -07:00
  • 5bb3eea035 [vmw_log] update for recent changes to formatx v0.13.0-rc6 Tim Stack 2025-06-18 09:49:54 -07:00
  • e644f9eb00 [format/vmw_log] Add support for new vmw log format. Suresh Sundriyal 2025-06-11 21:31:25 -07:00
  • 505eea3f26 [lss] text_size_for_line() was not handling case when text_value_for_line() returns empty Tim Stack 2025-06-12 13:41:06 -07:00
  • 61c3cd41a0 [prompt] check for empty view Tim Stack 2025-06-10 14:01:56 -07:00
  • 3208c5cb0e Merge pull request #1486 from tstack/dependabot/bundler/docs/nokogiri-1.18.8 v0.13.0-rc5 Tim Stack 2025-06-09 13:59:46 -07:00
  • f0837a8b7c Bump nokogiri from 1.18.4 to 1.18.8 in /docs dependabot[bot] 2025-06-09 20:58:39 +00:00
  • 644fe57663 [archive_manager] handle invalid file name Tim Stack 2025-06-09 13:52:57 -07:00
  • 5af1100dbd [sessions] add :highlight commands to exported session Tim Stack 2025-06-06 14:16:19 -07:00
  • 011034a7e1 [lss] fix line size when time-column is visible Tim Stack 2025-06-06 13:31:45 -07:00
  • a49c37e0af [formats] add missing title fields Tim Stack 2025-06-04 16:34:16 -07:00
  • f30fe43e73 [build] fix typo in clean file name Tim Stack 2025-06-03 14:47:52 -07:00
  • ddd5be8388 [build] try to fix link errors Tim Stack 2025-06-03 14:14:00 -07:00
  • 0645ea981c [build] missed include capture Tim Stack 2025-06-03 14:07:31 -07:00
  • 7645906895 Merge pull request #1475 from Zykino/zellij-log-format Tim Stack 2025-06-03 14:02:07 -07:00
  • c9e2c6446a [tests] btsnoop test Tim Stack 2025-06-02 14:51:44 -07:00
  • 198a686a39 Merge pull request #1482 from arkq/patch-1 Tim Stack 2025-06-02 13:46:38 -07:00
  • ff8bc8ef8e [breadcrumbs] fix focus next behavior Tim Stack 2025-05-29 14:12:20 -07:00
  • e920c5bc65 [pcap_log] Add support for snoop and btsnoop formats Arkadiusz Bokowy 2025-05-27 16:34:35 +02:00
  • 31f6e9ea79 First zellij log file format parser Zykino 2025-05-18 15:33:11 +02:00
  • adec0dc8ec [textview] handle text selection with wrapping v0.13.0-rc4 Tim Stack 2025-05-01 16:51:43 -07:00
  • 35c17f9492 [pretty] shift attrs when consuming whitespace Tim Stack 2025-05-01 13:50:19 -07:00
  • 0f6b033dff [text] fix metadata for rendered view Tim Stack 2025-04-29 06:28:02 -07:00
  • 67e7a5f389 [reltime] clear lower fields when a higher field is abs Tim Stack 2025-04-28 14:51:22 -07:00
  • e5f7641b56 [pretty] shift attrs when skipping an extra new line v0.13.0-rc3 Tim Stack 2025-04-28 10:45:44 -07:00
  • b51c0969c5 [strace_log] add missing time format Tim Stack 2025-04-28 08:58:06 -07:00
  • ba3baa4a43 [ptime] %f should handle nanos as well Tim Stack 2025-04-27 09:24:04 -07:00
  • a3bfb14e18 [cmds] :close should work with demux Tim Stack 2025-04-25 22:43:06 -07:00
  • 55f5e2531b [logfmt] add "t" as an alias for timestamp Tim Stack 2025-04-25 14:18:57 -07:00
  • f6c68429c1 [yajlpp] expand path capacity Tim Stack 2025-04-24 10:35:58 -07:00
  • 7310a56c92 [lss] tell the index delegate about a clear Tim Stack 2025-04-23 06:31:03 -07:00
  • 11ccf77315 Merge pull request #1463 from npt-1707/fix-CVE-2023-33460 Tim Stack 2025-04-22 13:38:35 -07:00
  • 2051113fb7 Fix for CVE-2023-33460: Memory leak in yajl 2.1.0 with use of yajl_tree_parse function npt-1707 2025-04-23 01:21:52 +08:00