Commit Briefs

c4c6774f44 Thomas Adam

remove fsync() from got_gotweb_closefile()

discussed with millert@


d00235d81c Thomas Adam

rename got_gotweb_flushfile -> got_gotweb_closefile

suggested and ok millert@


985ec13bc7 Thomas Adam

make got_gotweb_flushfile always close the file

ok millert@


54ca6e2b43 Thomas Adam

log close() failure in gotweb_free_transport


db26fc4c9b Thomas Adam

rename some local fdN vars after previous change


04b2c111f2 Thomas Adam

simplify got_gotweb_openfile/flushfile

Return only the FILE *, and require only that to close subsequently. Having to manage the file descriptor too makes using these functions unnecessary complex. millert@ agrees


f292b27176 Thomas Adam

simplify previous; avoid temporary string

blind ok stsp@


9472af9550 Thomas Adam

show reference labels next to commit messages in tog log view

requested by mpi@ ok op@


075759e6d5 Thomas Adam

fix wrong assumption about author timestamp in test_blame_lines_shifted_skip

Not all commits will share the same author timestamp. This test would fail when run at the wrong time of day as found out by op@'s regress runner. ok op@


11de1f0a56 Thomas Adam

regress: fix test for 'got diff' against CRLF files

ok stsp


1dc869217a Thomas Adam

sync files from diff.git f46fa9b5e78156c0360f508336dbe3dfa04b503f

Do not treat \r\n line endings as special.


1faec3fb1a Thomas Adam

make 'got patch' display statistics about files with conflicts and rejects

ok op@



c806df28bc Thomas Adam

portable: set next version


be61b9e2d3 Thomas Adam

Release 0.88 (tags/0.88)


f1553d4fd6 Thomas Adam

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@


ef5fadfa17 Thomas Adam

bump version number


27821047bc Thomas Adam

sync dist file list


8d6bf26a27 Thomas Adam

changes for 0.88


f5af6dbdad Thomas Adam

gotwebd: fix logic error and skip again some entries in the index

logic error introduced in df2d3cd25 ok stsp@



5972d1ed77 Thomas Adam

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



d0d910f206 Thomas Adam

style tweaks from jamsek


f7a026c46d Thomas Adam

cache fulltext data in delta cache to improve speed with long delta chains

ok jamsek