Commits
- Commit:
e6b69762aa52f103227c9df61f3dc4c199cab22c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add actions in the diff view too
- Commit:
7f65bb55b8cfe0f964fd7cb845acfbc28621730e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add patch action to serve diffs in plain text
ok tracey@
- Commit:
4ba8b606a0a1ebe0d9a9daf6909948315c313d36
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: make blame view work in text browsers
While here pad line numbers with spaces instead of zeroes to match
the blob view.
- Commit:
2faeb3c616089a458cbffa3a46b9a15c484f0e80
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add actions to the blame view
ok tracey@
- Commit:
4dfd9794964c0817a9cab3b2b8ea8858589b28ab
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add links for actions in the blob page
positive feedback from Kyle Ackerman
ok/tweak tracey@
- Commit:
260fd73e179a3da7600820c158e13bf148dff25f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
refactor gotweb_load_got_path; no functional change
ok tracey@
- Commit:
446026cb9332485a4c570afd42fb493d451f7251
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add a dark mode
Diff from Kyle Ackerman.
tracey@ and I likes it.
- Commit:
6595d7300a0803b0372c4bae0ee3a077e4739f59
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: introduce .page_header_wrapper to avoid style repetitions
while here clean up some *_header id not used / not needed.
- Commit:
edc930eb84ed02c76531f9db419b1d6477805eef
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: adjust blob line number for text browsers
- Commit:
cf056aa6a5812e8ea8b6777a842bd374ad23d4da
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: tweak .tree_wrapper styling; no functional change
there's no need to override the background-color for the 'even'
row. This will simplify the addition of a dark mode.
- Commit:
c2abf03cdeba468cb636cd3fca4c730c88f3566a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add breadcums to navigate the tree/blob views
ok tracey@
- Commit:
1267d012ff46a0020babeb79733d400a56402867
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
3d4035d20d59492f137fac6cf03fa74e9e55f809
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.94
- Commit:
0503e47254be82ab35d20a3a8aae292c5205d53e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
ca9125dc05031cee6e9e3dc8d5d5fc95139605c0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
adjust expected output to make 2 failing gotd regression tests pass
The repo_write process still announces HEAD twice, once with its symref
target and once with the resolved symref object hash. I cannot recall if
this is deliberate but let's accept it for now to avoid test failures
being flagged due to this issue, which is mostly cosmetic.
- Commit:
f2d60da0a91a0e26b79a01dac0d0019069306805
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
detect concurrent changes to the set of pack files while matching object IDs
This should prevent a use-after-free crash I observed in gotwebd.
ok op@
- Commit:
2bde3e78a5bd6619af838df19eec530e23783c0b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't ignore err in got_privsep_recv_painted_commits
- Commit:
56a9d3151cd30e0b62e13d1469bc2f6b6a24f231
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: fix broken signal catching due to a pasto
While here, remove completely the libevent handling of SIGPIPE in
favour of the already existing signal(3) call to ignore it; there's
no point in logging a SIGPIPE.
- Commit:
6d0030ba1d9985fc8b8a9a2dc0f0c412c2c678da
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
fix memory leak on error in got_privsep_recv_painted_commits()
Diff from Kyle Ackerman, thank you!
I've added a imsg_free() call before the break too.
- Commit:
16efe7a78beaaca9c3c68128c40e6e9eec120a2d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove 'bind interface removal' TODO item
- Commit:
6e0942f6979a3751280659736d0c8252253c6136
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: inline and remove IMSG_SIZE_CHECK()
I always find confusing if IMSG_SIZE_CHECK() takes pointers or not,
and we had at least a few instances of wrong usages, so inline (with
exact size checks) and remove the macro.
ok stsp@
- Commit:
1632f50aca5cd94ed681c20fc18c2b8ab4857b9c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove the gotwebd repository cache
It only had 4 slots so was never quite useful, and sharing of sock->pack_fds
across cached repositories seems problematic.
with help from + ok op@
- Commit:
7607b8e0588a18b371f96092b43969a53ac94b09
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace fix
- Commit:
8def94257de0c243b087788186b73585ffc24f25
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: ignore SIGPIPE in the sockets processes too
- Commit:
58cdb97ce8d303a379c3c164bdfa61cb1524600f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: send a UNIQUE temp fd
main_compose_sockets() has the 'feature' of implicitly dup(2)'ing
the passed file descriptior. But it's not what we need for the
temp fds, since those needs to be unique per-children.
debugged with stsp@