Commits
- Commit:
acfd930bda7c65876653f0f2ad475436dc17ef9f
- From:
- Josh Rickmar <jrick@zettaport.com>
- Date:
Remove unused functions from cvg
- Commit:
3d1b16d126400e28a2cbab66b17dacd47a01763c
- From:
- Josh Rickmar <jrick@zettaport.com>
- Date:
Begin cvg
- Commit:
b5e1b8cdfc1252ab2430c1e9fabc09d393dd1373
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a separate compile-time DEBUG flag for the delta cache
- Commit:
22f6beb0dae033aa1e023e1d849d5cede058e002
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add dedicated compilation flag for the delta cache, separate from object cache
- Commit:
58e31a80da4f4a9e10eaea148672190f35107a47
- From:
- Omar Polo <op@omarpolo.com>
- Date:
build with -Wwrite-strings
Throwing this into the mix for a while, we can always get rid of it
again if it becomes annoying. No objections from stsp@
- Commit:
336075a42a5ae0fa322db734c481d21998e82bb8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
build with -Wmissing-prototypes
ok stsp@
- Commit:
fe621944e83fe6367f7bff97128b4240a9cdc7c5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
merge new diff implementation from the git.gameoftrees.org diff.git repository
This new diff implementation was started by Neels Hofmeyr during the u2k20
hackathon and now replaces diffreg.c code lifted from the OpenBSD base system.
The integration of this code into Got was done by me.
Got now uses the patience diff algorithm by default.
The diff.git repository will remain the primary repository for the diff code,
which already compiles and runs on other operating systems such as Linux.
Any fixes and improvements for files inherited from the diff.git repository
should be written against that repository and synced to got.git afterwards.
- Commit:
f70ffbb53218e6d26d9ef6babd8c106b105db18b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disable compiler warnings in release builds because -Werror is bad for ports
sthen@ suggested to drop -Werror; I think we don't need any -W in release mode
- Commit:
bb5b19e3e76cd78d622d174e0a2a718869a2c8fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that we always install static binaries to gotweb's chroot
Compile static libexec binaries for gotweb, keeping them separate from
the main build. Use the same source files but a separate set of Makefiles.
Previously, 'make web-install' installed whichever libexec binaries had
already been built, and if those happened to be dynamically linked they
failed to run inside the chroot which resulted in "privsep peer process
closed pipe" being rendered on the index page.
- Commit:
43d8c06e246c7e73277ba8935ca9e9b10735e9ad
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
link just gotweb with kcgi, not the libexec helpers
- Commit:
f29724ddb21338a19111c7599f4b9615eb74ab1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
create dir for public repos during 'make web-install'; avoids an unveil error
- Commit:
add40c4fa581b1c31e3fa63c45dde97138b56583
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
remove examples file
- Commit:
54415d85f1bbe99a1740cbad8ec7727c205c913b
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
kn@ and stsp@ suggested changes
- Commit:
119bf4ed2468c843d715e157d9e233282253f16d
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
blame css
- Commit:
ec46ccd7d7f1b541c5409aef045c57985fdecfe8
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
save blame work
- Commit:
4ceb8155ccb971807ae8c7e32ed1357ac23685a2
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
create full logs page
- Commit:
9d84e7dd9e16bfa028f8607ebeae226c7ea4c0ed
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
start shortlog page and fix for actual single line
- Commit:
46b9c89b72ffed3b1d8afaf5b211412c3d2fc6af
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
pledge early. apply_unveil before repo functions.
no more functions in the template area other than simple html items
- Commit:
387a29ba0be6aa0e59ef9a8f3f18564079b6aa88
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
convert for different time formats
- Commit:
2c251c14c84a96ddb3a968cd30fd889ba363f805
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
Initial gotweb branch import
- Commit:
a62c5b798e37fb267b9e802387bf75d68e254457
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more portable string comparison in Makefile.inc; patch by Edgar Pettijohn
- Commit:
de5fe1c2ee87a0f3ce48805f11426c38f86883db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
compile static binaries in PROFILE build
- Commit:
1898815031048b5ecb7d11ec849101d030d21d9d
- From:
- Sebastien Marie <semarie@openbsd.org>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
define BINDIR using PREFIX instead of HOME
- Commit:
e90bef50467e4ba7dbdf2838e738f2652f25d0ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix MANDIR during regular 'make install'; the port will have to override it
- Commit:
e1e1d0ac9ce561a47e3e118441c2ffea9ea47859
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix man page directory setting in Makefile release mode