Commits
- Commit:
e385fc421f331989f2e6518465e5ead42e5a0618
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use gmtime_r(3) instead of localtime_r(3) to display time in UTC as intended
Problem noticed by naddy due to failing regress tests at midnight, and then
analyzed with additional help from millert.
ok naddy
- Commit:
c333d3f7e18758890f7454075451edf36eb26c0f
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
goto the right label, so we can get previous on the last page of briefs
- Commit:
178d3e72333615665cce7ea0ade9bf9fbbf59993
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
we will never have a previous link on the summary page
- Commit:
f75a37beb3c26f885d25c774915d627acda1ff4a
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
fix missed commit found check
- Commit:
5a9119406886cd082623ca5ff354b7dcbed9c942
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
fix a glaring logic error in navigation for commits, briefs, and tags.
now, we get the proper commit id from the tailq.
- Commit:
dbdddfee1482b50ca8c4a0be06e4fec6a59fb9f4
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
switch from SIMPLEQ to equivalent STAILQ macros
The singly-linked tail queue macros were added to OpenBSD 6.9 and
are more widely available on other systems.
ok stsp
- Commit:
7a6dddaefd504a582aa1d600185cdd18cb338e4a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make it possible to profile gotweb; tracey had the same diff
- Commit:
245c7240766e65f25db986d5d28da9a9b92826e6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
unveil gmon.out if gotweb is being profiled
ok tracey
- Commit:
1d0f405485b02cc4480ea188879e4122e0ea32bd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for close(2) error in got_repo_close() and propagate errors up
ok tracey
- Commit:
6648f956151e70fa5b1229d78c0aa7dfaa23be96
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
properly render an error page instead off returning 500. bug reported by Miniontoby via irc
- Commit:
ec6d1a368f4f81cda70f8517eb0dec5028b847b8
- From:
- Josh Rickmar <jrick@companyzero.com>
- Date:
Fix strftime(3) short buffer checks
strftime(3) returns 0 if the buffer was too short to write the
complete string (including NUL) and will never return more than
maxsize-1.
ok stsp
- Commit:
56b63ca4ab1049de6fa2d6910ce22c16e2b42a53
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make fclose(3) failure checks consistent; check 'fclose() == EOF' everywhere
ok millert, naddy
- Commit:
d9dff0e5c658f1bef8647522dcb5b851b3f4734e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
switch reflist to TAILQ; insert elements more efficiently for sorted input
ok naddy
- Commit:
84de91061b4d6cf5649efd5a42c4c3b90550332c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
Add a refs argument to got_repo_match_object_id(), replacing 'resolve_tags'
Make use of this where possible to avoid re-reading references from disk.
ok naddy
- Commit:
22c0f09da0674b6b6122c7de371a1e35ade2e351
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
repair gotweb build after diff api changes
- Commit:
be659d10a8dd75e169fb7a246f54238dfc4386e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix type of filesize output parameter of got_object_blob_dump_to_file()
- Commit:
8b4e047e05ed0f7d83b37ec25e4fdeb734157477
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix gotweb build; should have been part of 8fa913ec
- Commit:
c9d2b2638181862042c8d712cf7bf4977fea15e2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make gotweb compile with the new diff implementation
- Commit:
a5a8a332eeea892dc8ef463ea56eed9ae5c7c864
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
remove unused variable in gotweb.c, patch by Martin Vahlensieck (thanks)
- Commit:
62d463cac1fd99c423acb07c0367c649724a2a9a
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
indentation fixes
- Commit:
9f6f394340870ce92e48a6d248d41d3d35d3fbf2
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
restore code removed in b5f0780096f443734de8fc503ca92bf737e2a7b2 and complete code so sub directories work in gotweb
This was pointed out by uwerler in IRC.
ok stsp
- Commit:
abdd569e31cd50e202d93eb3900ce5b227869718
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
skip remote HEAD refs in gotweb's gw_get_commit(); matches got and tog
- Commit:
3721d310ec458110a050477d968ed8f6820f1a62
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
repair gotweb build; broken since 48cae60d
- Commit:
f71c0a3a2e69723014f769673f7954114b01d36e
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
move gw_conf malloc to parse.y and cleanup another one-line set/check
fix rash pointer change in last edit
- Commit:
c34ec41754978e41240e8aedd4e5d3a9e6362635
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
restructure gotweb parse.y to be like the new got parse.y
correct a lot of incorrect error handling
adjust copyrights