|
3c245a0e
|
2020-02-14T21:01:29
|
|
further simplify objects carries around in struct gw_header
|
|
4e8d6e3e
|
2020-02-14T20:56:45
|
|
simplify getting commit header info and open and close in scope
discussed at length with stsp
|
|
1ae0a341
|
2020-02-14T15:43:03
|
|
add a test which ensures that 'got rebase' trims empty dirs from disk
|
|
2011c142
|
2020-02-14T11:19:43
|
|
simplify gw_get_repo_age() and close several resource leaks
|
|
7eb2c8df
|
2020-02-14T11:13:16
|
|
no need to dup refname in gw_output_repo_heads()
|
|
eb4f3ad3
|
2020-02-14T11:13:16
|
|
check for any symbolic refs and skip them, not just HEAD
|
|
17d4bf8d
|
2020-02-14T11:13:16
|
|
refname in gw_get_repo_age() doesn't need to be duplicated; simplify
|
|
742ba378
|
2020-02-14T10:50:54
|
|
there is no need to strdup() gw_trans->headref
|
|
122f3af5
|
2020-02-14T10:41:25
|
|
add missing error checks in gw_get_header()
|
|
a4c23852
|
2020-02-14T10:25:50
|
|
gotweb: decorate only the branch's tip commit ID with "(branch)"; add XXX
|
|
b0a1bc86
|
2020-02-14T10:05:22
|
|
gw_free_headers() frees just one gw_header so rename it to gw_free_header()
|
|
92786174
|
2020-02-14T09:48:39
|
|
make gotweb's summary page display which branch the commit briefs belong to
|
|
7ecc73af
|
2020-02-13T23:49:31
|
|
ensure we close the final checked dir in gw_load_got_path and use better error message
|
|
cc18a904
|
2020-02-13T23:40:43
|
|
catch invalid actions and git paths earlier in querystring parsing
|
|
6f6f771f
|
2020-02-13T23:28:37
|
|
set gw_err in correct code path
|
|
88759617
|
2020-02-13T22:25:33
|
|
remove free(refs_str) that was reintroduced with rebase
|
|
f1200fe3
|
2020-02-13T22:20:46
|
|
fixup initial action querystring error and use the err.tmpl finally
|
|
d81f9039
|
2020-02-13T20:49:27
|
|
jump to error handling consistently in gw_load_got_path()
|
|
a81394a7
|
2020-02-13T20:42:44
|
|
eliminate unnecessary strdup() via an intermediate variable in gw_get_commit()
|
|
53e81e48
|
2020-02-13T20:38:29
|
|
remove unneeded asprintf and clean up a couple of lines
|
|
5c65becf
|
2020-02-13T20:27:04
|
|
remove all usage of strdup("") and simply check for NULL instead
|
|
39fdad0d
|
2020-02-13T18:07:50
|
|
avoid strdup on author and committer
|
|
d1635ae4
|
2020-02-13T18:02:36
|
|
backout changes in a942aa37d2d222c183405af276d7bd07f9657398 and expand strdup error checking
|
|
64024486
|
2020-02-13T16:54:45
|
|
remove unnecessary etc directory from dist file list; noticed by tracey
|
|
4d6abe2b
|
2020-02-13T10:55:02
|
|
no need to deep-copy repo_file param from querystring; add some XXX comments
|
|
dda76f18
|
2020-02-13T10:52:18
|
|
add another XXX comment; I'm not quite sure what to do about this just yet
|
|
f652ec0c
|
2020-02-13T10:43:59
|
|
no need to deep-copy the repository name from the request; just point to it
|
|
26dc3004
|
2020-02-13T10:40:47
|
|
put braces around multi-line if (...)
|
|
5d1296de
|
2020-02-13T10:37:36
|
|
no need to copy gotweb's action name; just look it up in static memory
|
|
b0ca5974
|
2020-02-13T10:31:23
|
|
reduce indentation level of code in gw_parse_querystring; no functional change
|
|
0dba9374
|
2020-02-13T10:25:57
|
|
sync distfile list
|
|
db914e36
|
2020-02-13T10:25:11
|
|
traverse into gotweb during 'make release'
|
|
1620a2b8
|
2020-02-13T10:15:49
|
|
add XXX comment to code that seems... off...
|
|
8f484ce9
|
2020-02-13T10:12:43
|
|
list all branch heads on gotweb summary page, not just the first one
|
|
4619e1f2
|
2020-02-13T10:11:07
|
|
consistent error return from gw_init_gw_dir()
|
|
a02d5f81
|
2020-02-13T10:05:24
|
|
break out of loop on error, instead of returning, in gw_index()
|
|
d4159696
|
2020-02-13T10:02:21
|
|
remove unused second parameter from gw_apply_unveil()
|
|
30ecb075
|
2020-02-12T17:11:48
|
|
gotweb TODO changes
|
|
1dcb8908
|
2020-02-12T14:51:25
|
|
fix missed viewport name attribute
|
|
00f13350
|
2020-02-10T16:37:31
|
|
order, consistency, minor jump cleanup
|
|
a942aa37
|
2020-02-10T15:54:56
|
|
improve strdup error handling
|
|
30171116
|
2020-02-09T19:06:37
|
|
remove no longer needed buf.h header
|
|
9133a7e6
|
2020-02-09T19:04:00
|
|
simplify asprintf error return
|
|
565d9dcb
|
2020-02-09T18:48:56
|
|
simply error handling in gw_index
|
|
b3f1f953
|
2020-02-09T17:52:48
|
|
remove gw_index from gotweb_ui.h and eliminated gotweb_ui.h
|
|
5bda3ef8
|
2020-02-09T11:51:29
|
|
extend 'backout' tests; covers segfault found by semarie@ (fixed in 3c24af98)
|
|
833eae29
|
2020-02-08T19:44:46
|
|
remove my migration comments guides
|
|
63ee0dca
|
2020-02-08T19:38:13
|
|
migrate minor elements from gotweb_ui.h
|
|
4ae179a2
|
2020-02-08T19:00:15
|
|
remove gw_get_site_link from gotweb_ui
|
|
9eed6f10
|
2020-02-08T17:55:48
|
|
remove gw_summary heads from gotweb_ui.h
|
|
aaed5792
|
2020-02-08T17:07:49
|
|
migrate head html from gotweb_ui.h
|
|
3c24af98
|
2020-02-07T21:06:03
|
|
fix segfault in got backout which include deleted files
|
|
74283ab8
|
2020-02-07T18:02:57
|
|
switch 'tog tree' repository path argument to a new -r option
|
|
db32465d
|
2020-02-07T18:02:56
|
|
add a test for bug fixed in a0975128
|
|
992eb9d8
|
2020-02-07T17:02:17
|
|
spelling
|
|
ef2c200c
|
2020-02-07T16:59:24
|
|
properly handle lightweight tags
|
|
0d100d0b
|
2020-02-07T15:20:55
|
|
improve error display in TEMPL_CONTENT
|
|
78a9dab5
|
2020-02-07T15:05:51
|
|
eliminate gw_html_escape and use css for remaining newline breaks
|
|
a0975128
|
2020-02-07T11:02:00
|
|
fix 'got blame' and 'tog blame' on files added on worktree's current branch
|
|
7bf16821
|
2020-02-07T08:32:02
|
|
properly skip non-repo dirss in gotweb repo path by masking related errors
|
|
00c42163
|
2020-02-07T08:18:38
|
|
ensure that we set a mime-type and display index if a blob is empty
|
|
056e30c8
|
2020-02-06T23:34:49
|
|
also add the kcgi element ... whoops
|
|
dad0fde4
|
2020-02-06T23:31:12
|
|
add a href link to tag_commit on gw_summary
|
|
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
|
|
626b25b6
|
2020-02-06T21:04:08
|
|
remove gw_tree from gotweb_ui.h
|
|
9a9d12ca
|
2020-02-06T18:02:12
|
|
improve the output of gw_blame
|
|
889ff356
|
2020-02-06T16:42:24
|
|
remove unneeded return
|
|
e0857cfe
|
2020-02-06T15:55:15
|
|
improve the output of gw_blob
|
|
7afec891
|
2020-02-06T09:07:26
|
|
kcgi_strerror() takes an enum kcgi_err parameter, not a boolean expression
|
|
2447adad
|
2020-02-06T09:04:58
|
|
gw_kcgi_error() takes an enum kcgi_err parameter, not a boolean expression
|
|
b4fba448
|
2020-02-05T17:07:01
|
|
move elements from gw_commits and gw_diff to their respective template files
|
|
a5594e37
|
2020-02-05T16:54:46
|
|
fix my own build_folder logic error
|
|
95bd51cf
|
2020-02-05T16:46:09
|
|
clean up unused elements in gotweb_ui.h
|
|
f7cc9480
|
2020-02-05T16:43:40
|
|
remove gw_diff from gotweb_ui.h
|
|
7eb9c9ed
|
2020-02-04T17:53:49
|
|
return on error, don't set return_html
|
|
27192be7
|
2020-02-04T17:52:01
|
|
fix author and committer email in functions slated for deletion
|
|
7b0db533
|
2020-02-04T17:20:08
|
|
better description of the effects of 'got rebase' in got.1 EXAMPLES
|
|
87ca24ac
|
2020-02-04T17:11:05
|
|
add back accidentally removed commiter title
|
|
21a55cc7
|
2020-02-04T16:54:23
|
|
remove gw_commits from gotweb_ui.h and clean up kerr conversions
|
|
ef72fe2c
|
2020-02-04T07:21:23
|
|
add missing conversion from kcgi error code to got_error in gw_briefs()
|
|
185ba3ba
|
2020-02-04T00:51:59
|
|
remove gw_get_got_link function
|
|
0e8c500a
|
2020-02-04T00:47:30
|
|
fix broken build_folder logic
|
|
51d4a92d
|
2020-02-03T22:20:33
|
|
improve error checking for gw_get_repo_heads
|
|
783ec107
|
2020-02-03T22:11:46
|
|
migrate gw_summary from gotweb_ui.h to kcgihtml
|
|
52f8346c
|
2020-02-03T21:26:41
|
|
add diff link to short log messages
|
|
bd275801
|
2020-02-03T21:20:28
|
|
improve gw_template error handling, remove gw_briefs from gotweb_ui and move to kcgihtml
|
|
82954512
|
2020-02-03T18:10:18
|
|
revert 6b8a2b8fcd99c4365b1aa9513c0f0149beac2491; it broke 'n' (search next)
In the log view, 'n' sometimes failed to search for the next matching commit
and tog dead-locked. So a yield or mutex unlock/lock is required for search
to work. Perhaps we need a different fix?
|
|
eb89db64
|
2020-02-03T16:35:07
|
|
avoid leaking memory in gw_get_site_link()
|
|
6eccd105
|
2020-02-03T16:27:24
|
|
better error checking for gw_get_repo_tags()
|
|
83eb9a68
|
2020-02-03T16:16:10
|
|
improved error checking for gw_get_diff()
|
|
84bf4df2
|
2020-02-03T16:01:12
|
|
improve error checking and memory management in gw_get_repo_tree()
|
|
f146a4ea
|
2020-02-03T15:14:53
|
|
fix lost gw_gen_commit_msg_header in gw_blame
|
|
1d28db1e
|
2020-02-03T13:29:13
|
|
make commit ID links in gotweb's blame page point to diffs rather than blobs
|
|
d4729381
|
2020-02-03T13:22:26
|
|
improve error checking in in gw_get_diff() and use getline(3) to read lines
|
|
070fee27
|
2020-02-03T12:58:20
|
|
support strings of arbitrary length in gw_html_escape(); add XXX comment
|
|
33dc7bd2
|
2020-02-03T10:59:43
|
|
HTML-escape errors displayed by gw_display_error()
|
|
5894d523
|
2020-02-03T10:33:59
|
|
let gw_get_file_read_blob() worry about blob content; caller handles the rest
|
|
4fd4726a
|
2020-02-03T10:25:00
|
|
use separate functions for blaming vs. reading a blob
|
|
a81f3554
|
2020-02-03T10:02:26
|
|
make gw_get_file_blame_blob() return a got_error
|
|
55ccf528
|
2020-02-03T09:48:17
|
|
improve error handling, and plug some memleaks, related to repo age strings
|