Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch improve-svc-httpd Excluding Merge-Ins
This is equivalent to a diff from 0e49690ac0 to 492780058c
2022-12-17
| ||
05:37 | MERGED_WITH 492780058ce6a534e108460826e0766719aaf175779ce1edd7c7a976b0d6210f check-in: 3499624307 user: r14c tags: master, trunk | |
05:25 | fix interest-cohort header, add curl to build env, use realpath in upload util Leaf check-in: 492780058c user: r14c tags: improve-svc-httpd | |
02:47 | add mk mkdirs command to build script check-in: 96891254e0 user: r14c tags: improve-svc-httpd | |
02:46 | declare extern variables - fixes "multiple definition" errors check-in: 343ac4d637 user: r14c tags: master, trunk | |
2022-11-29
| ||
15:54 | various improvements to svc/httpd * expand content type list * fix code format * fix "no query strings allowed" behavior (ignore them) check-in: aa3f94ea73 user: r14c tags: improve-svc-httpd | |
2022-11-28
| ||
02:20 | update documentation, reorganize some host integration commands * clean up README.txt * update INSTALL to reflect changes to mkconfig * dis/tomo-init → dis/tomo-desktop * /tmp is required for acme to function (touch tmp/.keep) * mv tomo-dev utils/tomo-dev * add utils/start-tomo script with automatic screen resolution detection check-in: 0e49690ac0 user: r14c tags: master, trunk | |
2022-11-21
| ||
03:49 | fix menu command for hub/9p.zone check-in: 59b5855800 user: r14c tags: master, trunk | |
Changes to .fossil-settings/ignore-glob.
︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 | + + + + | libinterp/keyring.h libinterp/loadermod.h libinterp/mathmod.h libinterp/runt.h libinterp/sysmod.h libinterp/tkmod.h limbo/runt.h services/httpd/httpd.debug services/httpd/httpd.log tomo-*-*-*-*.zip |
Changes to .woodpecker.yml.
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + | pipeline: Linux-386--debian: image: debian:stable-slim group: build commands: - dpkg --add-architecture i386 - apt update >/dev/null |
︙ |
Changes to FreeBSD/386/include/fpuctl.h.
| 1 2 3 4 5 6 7 8 9 10 11 12 | - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
︙ |
Deleted acme/mail/guide.
| - - - - - |
|
Deleted acme/mail/readme.
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Changes to appl/acme/acme.b.
︙ | |||
173 174 175 176 177 178 179 | 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | - - - + + + | waitpid0, waitpid1 : int; mainpid : int; fontcache : array of ref Reffont; nfontcache : int; reffonts : array of ref Reffont; |
︙ |
Changes to appl/charon/mkfile.
︙ | |||
81 82 83 84 85 86 87 | 81 82 83 84 85 86 87 88 89 90 91 92 93 | + - - + + | install:V: $ROOT/dis/charon.dis $ROOT/dis/charon.dis: charon.dis rm -f $target && cp charon.dis $target charon.dis: $MODULES $SYS_MODULES # see </tktview/c235634a814ed923f35e6aae88f18b36e35716b3> |
Changes to appl/cmd/ip/mkfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + + + + + + + + + + + | <../../../mkconfig DIRS=\ ppp\ # nppp\ TARG=\ bootpd.dis\ dhcp.dis\ ping.dis\ rip.dis\ shttpd.dis\ tftpd.dis\ virgild.dis\ sntp.dis\ SYSMODULES=\ arg.m\ attrdb.m\ bufio.m\ daytime.m\ dhcp.m\ draw.m\ encoding.m\ env.m\ ether.m\ ip.m\ ipattr.m\ keyring.m\ regex.m\ mhttp.m\ security.m\ sh.m\ string.m\ sys.m\ DISBIN=$ROOT/dis/ip <$ROOT/mkfiles/mkdis <$ROOT/mkfiles/mksubdirs |
Added appl/cmd/ip/shttpd.b.