gotweb


Log

Author Commit Date CI Message
Stefan Sperling 255c4055 2020-03-21T23:54:00 mention 'got fetch' in gotweb.8
Tracey Emery 7b1f04a6 2020-03-11T14:59:15 remove 'Next' link from tags on summary page where no tags exist and commit briefs have set gw_trans->next_id if gw_briefs set gw_trans->next_id in gw_summary, it was being carried over to gw_tags, causing the 'Next' link to be displayed.
Stefan Sperling e5ac56af 2020-02-21T08:03:18 ensure that gotweb's libexec helpers inherit build flags set in parent dirs
Tracey Emery 795c10a4 2020-02-20T13:39:19 initialize all missed kcgi_err enums. pointed out by kurt@
Tracey Emery 1a0f5bbd 2020-02-19T16:46:02 whitespace, remove unneeded jump
Tracey Emery ff4bb25f 2020-02-19T16:37:13 add new tags page and ability to navigate all tags
Tracey Emery 75f21c89 2020-02-18T21:42:37 reduce gw_index np_wrapper code to one if statement
Tracey Emery bf4484a3 2020-02-18T21:24:33 work if someone sets got_max_commits_display to 1, and check prev_id
Tracey Emery 55e46400 2020-02-18T20:39:38 add navigation to gw_briefs and gw_commits, fix logic error in original limit checking
Stefan Sperling 246e910a 2020-02-17T22:57:34 fix gotweb build on sparc64; the old linker wants to see -lz after -lkcgi
Stefan Sperling faa61ea3 2020-02-17T22:39:39 make gotweb's install target respect DESTDIR for the devel/got port
Stefan Sperling bb63914a 2020-02-17T21:57:56 make tmp dir location a compile-time setting and change gotweb's tmp dir We are not sure whether a gotweb package can own /var/www/tmp on OpenBSD. Moving gotweb's tmp dir to /var/www/got/tmp sidesteps that issue.
Stefan Sperling fa44fa48 2020-02-17T20:48:35 remove needless file and folder parameters from blame's commit diff links
Stefan Sperling d90bcdd6 2020-02-17T20:42:02 improve error message when query contains an invalid repo name
Stefan Sperling 97a19438 2020-02-17T20:34:40 got_ref_get_name() cannot fail
Stefan Sperling 8f214b62 2020-02-17T20:34:27 don't use got_error_from_errno() in situations where errno was not set
Stefan Sperling c56af3fd 2020-02-17T20:24:04 add missing error check in gw_output_blob_buf()
Tracey Emery bc8c6114 2020-02-17T17:30:29 free missed n_header refs
Tracey Emery 795c5bd7 2020-02-17T17:23:16 check for correct opendir
Tracey Emery e227880d 2020-02-17T17:22:07 improve closedir error handling
Tracey Emery 8182bd34 2020-02-17T17:11:26 close potentially left open directory during an error condition
Tracey Emery 85993e64 2020-02-17T17:09:49 apply unveil earlier in gw_summary, instead of waiting on gw_briefs
Tracey Emery bf93a5c0 2020-02-15T16:35:04 handle commit briefs branch display in gw_briefs instead of gw_summary
Tracey Emery 1b33afc0 2020-02-14T23:48:52 improve gw_blame querystring checking. remove XXX comments, since repo_file is now checked before dumping blob
Tracey Emery 3b7fdcf4 2020-02-14T23:23:47 improve gw_blob querystring checking
Tracey Emery 9f33591a 2020-02-14T22:26:09 check required querystring commit exists for gw_tags
Tracey Emery 56997cd3 2020-02-14T22:19:41 rename commit to commit_id in gw_trans and fix setting gw_trans->commit_id from gw_index leave comment explaining this
Tracey Emery f9315db0 2020-02-14T22:07:17 initialize author and committer to prevent double free on error
Tracey Emery deac617c 2020-02-14T21:49:11 where we can, use a single open repo object to reduce opening and closing a repo
Tracey Emery 3c245a0e 2020-02-14T21:01:29 further simplify objects carries around in struct gw_header
Tracey Emery 4e8d6e3e 2020-02-14T20:56:45 simplify getting commit header info and open and close in scope discussed at length with stsp
Stefan Sperling 2011c142 2020-02-14T11:19:43 simplify gw_get_repo_age() and close several resource leaks
Stefan Sperling 7eb2c8df 2020-02-14T11:13:16 no need to dup refname in gw_output_repo_heads()
Stefan Sperling eb4f3ad3 2020-02-14T11:13:16 check for any symbolic refs and skip them, not just HEAD
Stefan Sperling 17d4bf8d 2020-02-14T11:13:16 refname in gw_get_repo_age() doesn't need to be duplicated; simplify
Stefan Sperling 742ba378 2020-02-14T10:50:54 there is no need to strdup() gw_trans->headref
Stefan Sperling 122f3af5 2020-02-14T10:41:25 add missing error checks in gw_get_header()
Stefan Sperling a4c23852 2020-02-14T10:25:50 gotweb: decorate only the branch's tip commit ID with "(branch)"; add XXX
Stefan Sperling b0a1bc86 2020-02-14T10:05:22 gw_free_headers() frees just one gw_header so rename it to gw_free_header()
Stefan Sperling 92786174 2020-02-14T09:48:39 make gotweb's summary page display which branch the commit briefs belong to
Tracey Emery 7ecc73af 2020-02-13T23:49:31 ensure we close the final checked dir in gw_load_got_path and use better error message
Tracey Emery cc18a904 2020-02-13T23:40:43 catch invalid actions and git paths earlier in querystring parsing
Tracey Emery 6f6f771f 2020-02-13T23:28:37 set gw_err in correct code path
Tracey Emery 88759617 2020-02-13T22:25:33 remove free(refs_str) that was reintroduced with rebase
Tracey Emery f1200fe3 2020-02-13T22:20:46 fixup initial action querystring error and use the err.tmpl finally
Stefan Sperling d81f9039 2020-02-13T20:49:27 jump to error handling consistently in gw_load_got_path()
Stefan Sperling a81394a7 2020-02-13T20:42:44 eliminate unnecessary strdup() via an intermediate variable in gw_get_commit()
Tracey Emery 53e81e48 2020-02-13T20:38:29 remove unneeded asprintf and clean up a couple of lines
Tracey Emery 5c65becf 2020-02-13T20:27:04 remove all usage of strdup("") and simply check for NULL instead
Tracey Emery 39fdad0d 2020-02-13T18:07:50 avoid strdup on author and committer
Tracey Emery d1635ae4 2020-02-13T18:02:36 backout changes in a942aa37d2d222c183405af276d7bd07f9657398 and expand strdup error checking
Stefan Sperling 4d6abe2b 2020-02-13T10:55:02 no need to deep-copy repo_file param from querystring; add some XXX comments
Stefan Sperling dda76f18 2020-02-13T10:52:18 add another XXX comment; I'm not quite sure what to do about this just yet
Stefan Sperling f652ec0c 2020-02-13T10:43:59 no need to deep-copy the repository name from the request; just point to it
Stefan Sperling 26dc3004 2020-02-13T10:40:47 put braces around multi-line if (...)
Stefan Sperling 5d1296de 2020-02-13T10:37:36 no need to copy gotweb's action name; just look it up in static memory
Stefan Sperling b0ca5974 2020-02-13T10:31:23 reduce indentation level of code in gw_parse_querystring; no functional change
Stefan Sperling 1620a2b8 2020-02-13T10:15:49 add XXX comment to code that seems... off...
Stefan Sperling 8f484ce9 2020-02-13T10:12:43 list all branch heads on gotweb summary page, not just the first one
Stefan Sperling 4619e1f2 2020-02-13T10:11:07 consistent error return from gw_init_gw_dir()
Stefan Sperling a02d5f81 2020-02-13T10:05:24 break out of loop on error, instead of returning, in gw_index()
Stefan Sperling d4159696 2020-02-13T10:02:21 remove unused second parameter from gw_apply_unveil()
Tracey Emery 30ecb075 2020-02-12T17:11:48 gotweb TODO changes
Tracey Emery 1dcb8908 2020-02-12T14:51:25 fix missed viewport name attribute
Tracey Emery 00f13350 2020-02-10T16:37:31 order, consistency, minor jump cleanup
Tracey Emery a942aa37 2020-02-10T15:54:56 improve strdup error handling
Tracey Emery 30171116 2020-02-09T19:06:37 remove no longer needed buf.h header
Tracey Emery 9133a7e6 2020-02-09T19:04:00 simplify asprintf error return
Tracey Emery 565d9dcb 2020-02-09T18:48:56 simply error handling in gw_index
Tracey Emery b3f1f953 2020-02-09T17:52:48 remove gw_index from gotweb_ui.h and eliminated gotweb_ui.h
Tracey Emery 833eae29 2020-02-08T19:44:46 remove my migration comments guides
Tracey Emery 63ee0dca 2020-02-08T19:38:13 migrate minor elements from gotweb_ui.h
Tracey Emery 4ae179a2 2020-02-08T19:00:15 remove gw_get_site_link from gotweb_ui
Tracey Emery 9eed6f10 2020-02-08T17:55:48 remove gw_summary heads from gotweb_ui.h
Tracey Emery aaed5792 2020-02-08T17:07:49 migrate head html from gotweb_ui.h
Tracey Emery ef2c200c 2020-02-07T16:59:24 properly handle lightweight tags
Tracey Emery 0d100d0b 2020-02-07T15:20:55 improve error display in TEMPL_CONTENT
Tracey Emery 78a9dab5 2020-02-07T15:05:51 eliminate gw_html_escape and use css for remaining newline breaks
Stefan Sperling 7bf16821 2020-02-07T08:32:02 properly skip non-repo dirss in gotweb repo path by masking related errors
Stefan Sperling 00c42163 2020-02-07T08:18:38 ensure that we set a mime-type and display index if a blob is empty
Tracey Emery 056e30c8 2020-02-06T23:34:49 also add the kcgi element ... whoops
Tracey Emery dad0fde4 2020-02-06T23:31:12 add a href link to tag_commit on gw_summary
Tracey Emery 38b240fb 2020-02-06T23:26:44 remove tags from gotweb_ui.h for both gw_summary and gw_tag something is failing occasionally in gw_output_repo_tags which needs investigated
Tracey Emery 626b25b6 2020-02-06T21:04:08 remove gw_tree from gotweb_ui.h
Tracey Emery 9a9d12ca 2020-02-06T18:02:12 improve the output of gw_blame
Tracey Emery 889ff356 2020-02-06T16:42:24 remove unneeded return
Tracey Emery e0857cfe 2020-02-06T15:55:15 improve the output of gw_blob
Stefan Sperling 7afec891 2020-02-06T09:07:26 kcgi_strerror() takes an enum kcgi_err parameter, not a boolean expression
Stefan Sperling 2447adad 2020-02-06T09:04:58 gw_kcgi_error() takes an enum kcgi_err parameter, not a boolean expression
Tracey Emery b4fba448 2020-02-05T17:07:01 move elements from gw_commits and gw_diff to their respective template files
Tracey Emery a5594e37 2020-02-05T16:54:46 fix my own build_folder logic error
Tracey Emery 95bd51cf 2020-02-05T16:46:09 clean up unused elements in gotweb_ui.h
Tracey Emery f7cc9480 2020-02-05T16:43:40 remove gw_diff from gotweb_ui.h
Tracey Emery 7eb9c9ed 2020-02-04T17:53:49 return on error, don't set return_html
Tracey Emery 27192be7 2020-02-04T17:52:01 fix author and committer email in functions slated for deletion
Tracey Emery 87ca24ac 2020-02-04T17:11:05 add back accidentally removed commiter title
Tracey Emery 21a55cc7 2020-02-04T16:54:23 remove gw_commits from gotweb_ui.h and clean up kerr conversions
Stefan Sperling ef72fe2c 2020-02-04T07:21:23 add missing conversion from kcgi error code to got_error in gw_briefs()
Tracey Emery 185ba3ba 2020-02-04T00:51:59 remove gw_get_got_link function
Tracey Emery 0e8c500a 2020-02-04T00:47:30 fix broken build_folder logic