Commits
- Commit:
283db276ffc514bb20e166ce26a5b76e5cdc7389
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.86
- Commit:
d437ae9086e90877d83a8b23c0eb9d3d8f10acf7
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
9700d08a3c26e6caa16b07926921f4379001df2e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.86
- Commit:
164b5ddc668e203c83442bd6cd0860eba648e885
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: reply with non-200 HTTP status code on error
ok tracey@
- Commit:
161663e7ebf5aa10caf7b4048f013d5e45db5fe3
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: provide gotweb_render_page() entrypoint for all pages
simplify gotweb_process_request more, handling all the pages
inside the big switch. There's only one entrypoint for rendering
the templates gotweb_render_page() that takes the page' content
as argument.
The only real difference is that gotweb_render_index() now skips
directory entries which fails to handle.
ok tracey@
- Commit:
1c2f8577ce1acf4b16371f61fe9a4cc2e53b7869
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: autogen: remove AUTO{MAKE,CONF}_VERSION
When running the bootstrapping shell script autogen.sh, no longer set
the AUTO{MAKE,CONF}_VERSION env vars.
Although these were guarded and only set to default values on OpenBSD if
they weren't already set, these should ideally be set by individual
users on OpenBSD themselves. Different versions of OpenBSD could well
have different versions.
- Commit:
8ed5d26b5e897da8368ecc8e8edf2e8587c77480
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add test case for 'got update' changing a directory into a file
- Commit:
9f32321217acc7223f02908d236a292f3fe3f2af
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
handle files changing into directories during 'got update'
problem found by naddy@
- Commit:
2e9bd5cb1a3122326a3b347a6febc7da047b58ad
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: handle short reads and timeouts
If a short read happens, or if all the fastcgi record to read don't fit
in the buffer, gotwebd fails to continue reading and hits the timeout.
If this happens before gotweb_process_request is called, it will crash
in gotweb_free_transport since c->t will be NULL.
This register the event with EV_PERSIST so fcgi_request is called again
when there's more to read and guards gotweb_free_transport. It also
makes spaces for the records as soon as they're successfully parsed.
With lots of help from stsp
ok stsp@
- Commit:
a928faa132d1d2e179dcfc5d3f3210263b067ac9
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
dial: fix quoting for git-shell
Escape the path to the repository when connecting via SSH. This is needed
if the path contains spaces, quotes or other "funny" characters, but also
by git-shell which requires the argument to be surrounded by single-quote
characters.
Issue with git-shell reported by James Cook, fix based on an initial diff
by stsp@.
ok stsp@
- Commit:
870ddae51fc1a153927d6bcaf1324ae00d6b4af4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make diffing files which changed into dirs and vice-versa possible
Problem marked with a TODO comment by me ages ago and rediscovered by naddy@
ok op@
- Commit:
6f59b577b065bf3d4ea7715e91c9ffe910ca3a36
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
clone.sh: fix copy-paste error
`got log' is ran twice against $testroot/repo so log-repo and
log-repo-clone are identical. Instead, run `got log' on the
clone repo the second time.
ok stsp@
- Commit:
04dafe6d485e256097b4ba708809d65f58247410
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: READMEs: update linux -> portable
The default branch in -portable has changed from linux -> portable, and
so the documentation needs updating as well.
- Commit:
0529f8df6d2e002eb21598365157e0ada97aa85f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
support histedit fold operations which delete a file and then add it again
problem found by naddy@
ok op@
- Commit:
b8bfb3f85340ded0a868b2780b8fa23b8d4c975d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscript: update to portable branch
Now that the former "linux" branch is being retired, change the portable
sync script to reference "portable".
- Commit:
da1b528cac268fe0a423aa7ba8b4c97b41381729
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix gotd sending too large pack files in some cases
Make gotsh pass all have-lines sent by clients onwards to gotd, reducing
size of pack files generated by the repo_read process.
Problem reported by naddy@
ok jamsek
- Commit:
67fdb8a7a3ab501b2155b04b10e69e61779662b9
- From:
- Todd C. Miller <Todd.Miller@sudo.ws>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Close the message template file before calling edit_logmsg().
Fixes a race condition on NFS where the file's modify time may
change while the file is being edited, causing the editor to complain.
OK stsp
- Commit:
5713faaf5800e9e90b79cb24ad3366c54a81db77
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update READMEs
- Commit:
e6d0edca5f166c6197280eab0b081277aa971aa1
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
00d6d36174cabcf3b60c6145e27db99a94767d88
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.85
- Commit:
8cff5e95a33fae159bff83b798f8c0425e2aff5c
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: OpenBSD compilation fixes
- Commit:
68069cf6014c5bd18aba4f3fa754c793c6740b3d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: fixes for NetBSD
* Move the main incldue/got_compat.h to the top of the files they're
included in.
* Define SHA256Init and friends to the system equivalents.
- Commit:
d3f1e38b5d5c7188a56b8b08d472ff8683c10e15
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: curses: improve detection
When checking for ncurses, don't clobber previous checks for libpanel.
- Commit:
7ef51333b72702bfc0ec3a9ea6ea950ec7cdf7a8
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: cleanup headers
Remove useless headers which don't need to be included any longer.
- Commit:
206be139b57622a9d9d2fe28a7d2c1eb62109136
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: improve b64_ntop detection
When looking for base64 functions, check -lresolv and/or -lnetwork, and
only build those in compat if required.
Some of the detection code was modified from tmux's configure.ac script.