Commits
- Commit:
be61b9e2d305cc4cfbc7d0741dd86258b645f04e
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.88
- Commit:
f1553d4fd658ca1516a0a238c20ca62e675a3b95
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotd: return early after disconnect on auth event error
This fixes a segv reported by Mikhail. In this path, any error is already
logged, client freed, and event_del() called so we don't need to cleanup
in done.
ok stsp@
- Commit:
ef5fadfa178f61ca18c6f2ae0b8e7d93b26c991c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
27821047bc6e3240b9609390f69d6798cf9f9db9
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist file list
- Commit:
8d6bf26a27b36e9800d89ff4b266b453c0c5a72f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
changes for 0.88
- Commit:
f5af6dbdad26b33fb5531b4a06f3b48f77a7db31
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: fix logic error and skip again some entries in the index
logic error introduced in df2d3cd25
ok stsp@
- Commit:
ce83301270cf9f69214b3b110149d9a3061540c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
cache delta base fulltexts when dumping a delta chain to a file
- Commit:
5972d1ed77d4588ac24dca6fd010d64d0fd20aa9
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
do not forget to flush after writing a cached fulltext to a temporary file
Fixes the following error during gotadmin pack -a:
gotadmin: raw object has unexpected size
- Commit:
ac488a0337e8689e972f5f3ae4f79f7a964776df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
really store the fulltext of delta-base objects in fulltext cache
- Commit:
d0d910f20669b8cbde05166600ec5afc19d1d998
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
style tweaks from jamsek
- Commit:
f7a026c46d9d66483e01a412330978fb70c4427e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
cache fulltext data in delta cache to improve speed with long delta chains
ok jamsek
- Commit:
2d28509da5e9083d173044b04757f67a0fa66c28
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
when finding changed paths iterate tree entries in on-disk order for speed
ok op, jamsek
- Commit:
52c5094beddc1ccecba6d468c80d35bdce5bcc67
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog regress: TAB instruction + test for diff J keymap
Add the TAB instruction to the test harness, and a test case for the previous
commit: scroll down the log from the diff view with the J keymap when on the
last loaded commit.
ok stsp@
- Commit:
e0bcabc59053f9a9eb0fe046fcdc49d36eb46273
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: resize log view if toggling fullscreen from child view
We call resize_log_view() when toggling 'F'ullscreen from the log view, but
forgot to do this when toggling fullscreen from a child view if its parent
is the log view. This fixes a bug that prevents scrolling down the log view
from the diff view with the J keymap if already on the last loaded commit.
Regress test in the following commit.
ok stsp@
- Commit:
10120e3cdd52ef9499536afebec2d2d4d963036a
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
7711ca81892255a48acf5e9fca55a1a1d398920d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.87
- Commit:
b74f20ba56efe30c25f0e3dcd56b1248dc06c030
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add object_qid.c to regress
- Commit:
381ce3eacb7813cdf7c8c914744dcc5ba304cc7b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add object_qid.c where required
Part of a wider change.
- Commit:
4f3f2a5b3189def4d53e5616e1bf4e2bd29a6fd2
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: object_qid.c make portable
Remove some system headers which are needed to be found portably.
- Commit:
87a675e0d63fd0aa7e3a413cf19bc4ad53409d94
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: mark HSPLIT_SCALE as float; unbreak regress on i386
On i386 view_split_begin_y() computed a value slightly different
than on other arches, breaking the regress. Casting HSPLIT_SCALE
as float unbreaks it.
Diff from jamsek, committing on his behalf. Thanks!
- Commit:
5b3a801d85b1502e5f24373e4df4a1ad289b2acd
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: open screendump file early during regress
we can't open arbitrary files after unveil(), and that's a feature!
So, open it early and truncate it before use just in case screendump()
ends up being called more than once.
ok/tweak stsp, ok jamsek
- Commit:
5ffbe221c75789cd2cdb37e1b20f1a575a20447f
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: don't check whether stdin is a tty during regress
ok stsp, jamsek
- Commit:
f4086c716b2f27f2f0e34157dcd64960589a3c9f
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: don't open /dev/tty during regress
as it might not be there (for e.g. if ran under cron). Reuse instead
/dev/null since it's not expected to get input from stdin.
ok jamsek
- Commit:
ff553ea7e0fb7b9ca9834780057bdd0f709339f5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix typo in gotd debug messages: receving -> receiving
- Commit:
59d2cb90af3ca356c4e3106c71161352964225a0
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
run the tog tests as part of the default regress set
ok and README update by jamsek