t2017-09-29T11-30-47-327253.md - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
t2017-09-29T11-30-47-327253.md (1251B) | |
--- | |
1 # 2017-09-29 11:30:47.327253 UTC (+0000) | |
2 | |
3 Geomyidae 0.29 release | |
4 | |
5 I am happy to announce the 0.29 release of geomyidae, a simple gopher se… | |
6 What has been changed: | |
7 | |
8 * the OpenBSD rc.d files have been fixed due to arg.h fixes | |
9 * index.bin support added | |
10 * Create a file with the raw gopher menu content in a directory … | |
11 served by geomyidae. | |
12 * This is useful for scripts generating static gopher content | |
13 * This is useful for serving a backup of a gopherhole. | |
14 * show errors on fork, in case there are constraints on process resources | |
15 * care for send errors | |
16 * huge speed up on different platforms when transferring huge binary fil… | |
17 * Linux is using sendfile(2) and TCP_CORK | |
18 * FreeBSD and DragonflyBSD are using sendfile(2) | |
19 * TCP_NOPUSH is used on all BSDs | |
20 * TCP_NODELAY is disabled on nearly all platforms | |
21 * other platforms (like OpenBSD) have a speed increase due to an | |
22 alignment of the send buffer to blocksize of the socket | |
23 | |
24 I want to thank all contributors! All patches are welcome! | |
25 | |
26 The source can be found here: | |
27 | |
28 git://bitreich.org/geomyidae | |
29 | |
30 The latest tarball is here: | |
31 | |
32 gopher://bitreich.org/9/scm/geomyidae/tag/geomyidae-v0.29.tgz | |
33 gopher://bitreich.org/9/scm/geomyidae/tag/geomyidae-v0.29.tgz.sh… | |
34 | |
35 | |
36 Have fun! | |
37 | |
38 20h | |
39 |