2024-08-14 14:25 | Merge git://bitreich.org/geomyidae | Christoph Lohmann | 0 | +0 | -0 |
2024-08-14 14:22 | Do proper initialisation of traverse and traversec. | Christoph Lohmann | 1 | +2 | -1 |
2024-08-14 14:22 | Do proper initialisation of traverse and traversec. | Christoph Lohmann | 1 | +2 | -1 |
2024-07-28 14:00 | Increase listen queue to solve c10k problem in geomyidae. | Christoph Lohmann | 1 | +1 | -1 |
2024-07-05 15:51 | rc.d: clean up and update FreeBSD rc script for easier configuration | Nico Sonack | 1 | +72 | -44 |
2024-07-02 17:23 | Add static page generator by Kaan Çırağ <pixificial@pixificial.xyz> | Christoph Lohmann | 1 | +2 | -0 |
2024-02-28 14:41 | Fix the devil. | Christoph Lohmann | 1 | +5 | -5 |
2024-02-28 14:32 | Add autohell support. | Christoph Lohmann | 1 | +20 | -0 |
2024-02-10 11:43 | Spit out error in case of improperly URI escaping with hURL: | Christoph Lohmann | 1 | +44 | -18 |
2023-08-26 14:42 | Bump up version and LICENSE. | Christoph Lohmann | 2 | +3 | -3 |
2023-08-23 18:01 | Add rpath for OpenBSD. | Christoph Lohmann | 1 | +1 | -1 |
2023-08-23 12:49 | We do not need the realpath. Only serve in basepath. | Christoph Lohmann | 1 | +20 | -29 |
2023-08-23 11:04 | Give virtual path instead of real path. | Christoph Lohmann | 1 | +4 | -3 |
2023-08-21 09:37 | Fix double printing notfounderr and fix notfound on not allowed dir trav. | Christoph Lohmann | 1 | +2 | -0 |
2023-08-21 08:51 | TLS + disabling the execution of CGI didn't work under OpenBSD. | Julian Schweinsberg | 1 | +4 | -3 |
2023-08-21 08:50 | Reverse reverse lookup flag definition. Disable by default. | Christoph Lohmann | 2 | +3 | -3 |
2023-08-12 19:37 | Move shutdown out of linger and make it variable on tlssocks. | Christoph Lohmann | 2 | +3 | -1 |
2023-08-12 18:39 | Do shuflen TLS_WANT only for tls_write. | Christoph Lohmann | 1 | +4 | -4 |
2023-08-12 18:23 | SIGKILL cannot be handled | Hiltjo Posthuma | 1 | +0 | -2 |
2023-08-12 18:24 | Add TLS_WANT to tls_handshake. Thanks bob. | Christoph Lohmann | 1 | +6 | -1 |
2023-08-12 17:21 | Add TLS_WANT on tls_close too. | Christoph Lohmann | 1 | +1 | -1 |
2023-08-12 17:20 | Do TLS_WANT on tls_close too. | Christoph Lohmann | 1 | +5 | -1 |
2023-08-12 17:19 | Add TLS_WANT to tls_read too. | Christoph Lohmann | 1 | +4 | -0 |
2023-08-12 17:17 | Change wifi to wlen. | Christoph Lohmann | 1 | +1 | -1 |
2023-08-12 17:16 | Change wlan to wifi. | Christoph Lohmann | 1 | +1 | -1 |
2023-08-12 17:15 | Add TLS_POLL support return codes. | Christoph Lohmann | 2 | +6 | -1 |
2023-08-10 09:51 | Add big comment why we need strlcat everywhere. | Christoph Lohmann | 1 | +11 | -0 |
2023-08-03 11:14 | Give traversal and sel in cgi and dcgi call. | Christoph Lohmann | 1 | +2 | -2 |
2023-07-23 12:23 | Add lingerie to all socks. | Christoph Lohmann | 3 | +32 | -31 |
2023-07-22 18:16 | improve includes and fix a false-positive warning for clang | Hiltjo Posthuma | 2 | +3 | -1 |
2023-07-22 18:02 | Remove debugging from great refactoring. | Christoph Lohmann | 2 | +1 | -30 |
2023-07-22 17:15 | handlr.c: use basename() to get the base filename | Hiltjo Posthuma | 1 | +8 | -4 |
2023-07-22 17:09 | Fix PATH_INFO to be full relative path. Thanks bob. | Christoph Lohmann | 1 | +1 | -1 |
2023-07-22 16:41 | geomyidae.8: fix small typos | Hiltjo Posthuma | 1 | +4 | -4 |
2023-07-22 16:07 | Update CGI to the current state and restyle it. | Christoph Lohmann | 1 | +59 | -27 |
2023-07-22 15:56 | Add http compatibility mode to the manpage. | Christoph Lohmann | 1 | +12 | -0 |
2023-07-22 15:51 | Add REST handling example to manpage. | Christoph Lohmann | 2 | +35 | -12 |
2023-07-22 15:27 | Make compatibility serving a full feature. | Christoph Lohmann | 1 | +9 | -4 |
2023-07-22 15:17 | Handle EINTR while dup2() in handlecgi(). | Christoph Lohmann | 1 | +3 | -3 |
2023-07-22 15:16 | Fix http-compatibility stub. | Christoph Lohmann | 1 | +2 | -2 |
2023-07-22 15:14 | First stub for new http-compatibility feature. | Christoph Lohmann | 1 | +19 | -0 |
2023-07-22 15:14 | Move .. handling to a more efficient position. | Christoph Lohmann | 1 | +6 | -6 |
2023-07-22 13:57 | Clarify gopher+ compatibility handling. | Christoph Lohmann | 1 | +4 | -1 |
2023-07-22 13:32 | Remove comment about non-/ selectors. We are using them now. | Christoph Lohmann | 1 | +0 | -17 |
2023-07-22 13:28 | Fix traversal handling, add selector and traversal to CGI environment. | Christoph Lohmann | 6 | +102 | -108 |
2023-07-20 04:30 | First rework of path handling. | Christoph Lohmann | 6 | +277 | -182 |
2023-05-26 04:45 | First implementation of two-way TLS for scripts. | Christoph Lohmann | 1 | +45 | -13 |
2023-05-26 04:28 | Use sockets instead of pipes to allow bidirectional communication. | Christoph Lohmann | 2 | +15 | -15 |
2023-05-25 00:29 | Add snowman science document. | Christoph Lohmann | 1 | +28 | -0 |
2023-05-19 10:29 | Add code snippet for requiring gph mode | Roygbyte | 1 | +8 | -1 |
2023-05-13 22:12 | Add gophers to CGI environment in case tls is used. | Christoph Lohmann | 1 | +5 | -1 |
2023-04-07 10:16 | CGI: for PATH_INFO use the path relative to the base directory | Hiltjo Posthuma | 1 | +2 | -6 |
2023-03-31 18:35 | Move make_base_path to ind.c | Christoph Lohmann | 3 | +15 | -13 |
2023-03-08 19:57 | tiny code-style fixes | Hiltjo Posthuma | 3 | +4 | -5 |
2023-03-08 19:56 | handlegph: fix memory leak if writing a line failed | Hiltjo Posthuma | 1 | +4 | -3 |
2023-03-08 19:55 | handledir: fix memory leak if writing a directory entry failed | Hiltjo Posthuma | 1 | +3 | -4 |
2023-03-08 19:54 | fix a regression from 980a398da8acca65a13936ff0792c39f3dcb0ede | Hiltjo Posthuma | 1 | +17 | -5 |
2023-03-31 18:22 | xsplice: return -1 on error | Hiltjo Posthuma | 1 | +2 | -2 |
2023-03-19 17:52 | handledcgi: close file descriptor if opening a stream for fdopen fails | Hiltjo Posthuma | 1 | +1 | -0 |
2023-02-26 19:54 | Remove spurious empty line characters. | Christoph Lohmann | 1 | +1 | -1 |
2023-02-25 14:39 | Add TODO file for bob. | Christoph Lohmann | 1 | +4 | -0 |
2023-02-25 14:38 | Fix eval-bob to actually work with sh. | Christoph Lohmann | 1 | +1 | -1 |
2023-02-25 14:36 | Fix index.dbob and index.bob example files. | Christoph Lohmann | 2 | +1 | -1 |
2023-02-24 17:52 | Add BOB support to geomyidae. | Christoph Lohmann | 6 | +96 | -1 |
2023-02-18 11:31 | rest.dcgi example: remove trailing whitespace | Hiltjo Posthuma | 1 | +1 | -1 |
2023-02-18 11:29 | remove extra slash from request path if it is in a chroot | Hiltjo Posthuma | 1 | +4 | -1 |
2023-02-11 17:33 | Fix telemetry. Thanks Bob! | Christoph Lohmann | 1 | +1 | -4 |
2023-02-11 17:07 | Add installation telemetry support to geomyidae. | Christoph Lohmann | 1 | +6 | -0 |
2022-12-03 14:18 | fix realpath when base is a symlink | KatolaZ | 1 | +6 | -3 |
2022-11-19 19:51 | Bump up to v0.69. | Christoph Lohmann | 1 | +1 | -1 |
2022-11-19 19:49 | Change to v0.54 in Makefile. | Christoph Lohmann | 1 | +1 | -1 |
2022-11-19 19:45 | Fixing TLS in HAProxy. | Christoph Lohmann | 1 | +7 | -16 |
2022-11-14 00:17 | Prepare v0.53 release. | Christoph Lohmann | 1 | +1 | -1 |
2022-11-14 00:09 | Add haproxy cfg example file. | Christoph Lohmann | 1 | +28 | -0 |
2022-11-14 00:06 | Fix haproxy support. | Christoph Lohmann | 1 | +22 | -4 |
2022-11-11 09:45 | geomyidae.8: improve man page formatting and some lint | Hiltjo Posthuma | 1 | +36 | -38 |
2022-11-11 08:05 | Add HAProxy support. | Christoph Lohmann | 2 | +68 | -3 |
2022-11-11 06:46 | Add some computer love. | Christoph Lohmann | 1 | +4 | -0 |
2022-11-11 06:39 | Add vhosting example script. | Christoph Lohmann | 1 | +23 | -0 |
2022-11-10 22:19 | Make v0.52 release. | Christoph Lohmann | 1 | +1 | -1 |
2022-10-26 17:03 | Add SERVER_LISTEN_NAME feature. | Christoph Lohmann | 6 | +47 | -24 |
2022-10-09 20:11 | Make mtime access in dir listing compatible to other platforms but linux. | Christoph Lohmann | 1 | +1 | -1 |
2022-08-06 20:18 | Bump up to v0.51. | Christoph Lohmann | 1 | +1 | -1 |
2022-08-04 17:26 | gph-mode 1.1, now with tab highlighting. | Troels Henriksen | 1 | +15 | -4 |
2022-08-03 16:24 | Add gph major-mode file for emacs. | Christoph Lohmann | 2 | +67 | -0 |
2022-08-01 11:45 | Do not exit in splice when pipe is unsuccessfull. | Christoph Lohmann | 1 | +2 | -4 |
2022-08-01 11:44 | Code cleanup in xsplice(). | Christoph Lohmann | 1 | +3 | -2 |
2022-07-30 11:02 | Add splice speedup for geomyidae. | Christoph Lohmann | 1 | +49 | -0 |
2022-07-28 21:29 | Remove a whitespace for test. | Christoph Lohmann | 1 | +1 | -1 |
2022-07-26 22:17 | Allow empty info lines again. | Christoph Lohmann | 1 | +0 | -3 |
2022-07-26 21:39 | Implement new escaping in geomyidae. | Christoph Lohmann | 3 | +21 | -32 |
2022-07-20 16:38 | Add FreeBSD.rc.d. Thanks Mellowlink! | Christoph Lohmann | 1 | +61 | -0 |
2022-07-20 16:36 | Add reminders for new escape handling for brcon2022. | Christoph Lohmann | 2 | +4 | -0 |
2022-07-20 16:35 | Add NetBSD compile options. Thanks Mellowlink! | Christoph Lohmann | 1 | +4 | -0 |
2022-04-25 07:24 | OpenBSD.rc.d: change shebang for 7.1 release | Anders Damsgaard | 1 | +1 | -1 |
2022-04-08 17:37 | Release 0.50.1 fix. | Christoph Lohmann | 1 | +1 | -1 |
2022-04-08 17:06 | Fix chroot with new REST behaviour. | Christoph Lohmann | 1 | +1 | -1 |
2022-04-08 16:19 | remove unused variable | Hiltjo Posthuma | 1 | +1 | -1 |
2022-04-08 15:27 | Mark v0.50 release. | Christoph Lohmann | 1 | +1 | -1 |
2022-04-03 21:59 | Add number support to umnlisting.dcgi. | Christoph Lohmann | 1 | +45 | -7 |
2022-04-03 10:22 | Add UMN .Links etc. directory parsing example. | Christoph Lohmann | 2 | +182 | -21 |
2022-04-03 07:55 | Optimize new path fallthrough feature to only serve dynamic content. | Christoph Lohmann | 1 | +27 | -2 |
2022-04-03 07:49 | Add special sticky bit case for the base dir. | Christoph Lohmann | 2 | +17 | -1 |
2022-04-03 07:41 | Add first umn-conforming dirlisting implementation. | Christoph Lohmann | 2 | +34 | -13 |
2022-04-02 21:41 | Add .abstract support to maplisting.dcgi example file. | Christoph Lohmann | 1 | +1 | -0 |
2022-04-02 21:39 | Shorten README for geomyidae.8 reference. | Christoph Lohmann | 1 | +1 | -40 |
2022-04-02 21:38 | Remove not working links from LINKS file. | Christoph Lohmann | 1 | +0 | -8 |
2022-04-02 21:27 | Fix log message for encryption only. | Christoph Lohmann | 1 | +4 | -2 |
2022-04-02 21:25 | Add encryption only mode to geomyidae. | Christoph Lohmann | 2 | +15 | -1 |
2022-04-02 21:05 | Update manpage to current distribution way. | Christoph Lohmann | 1 | +5 | -4 |
2022-04-02 20:58 | Move all geomyidae installation scripts to bin instead of sbin. | Christoph Lohmann | 3 | +5 | -5 |
2022-04-02 20:57 | Move geomyidae to /usr/local/bin instead of sbin. | Christoph Lohmann | 1 | +1 | -1 |
2022-04-02 20:55 | Move geomyidae on OpenBSD to /usr/local/bin. | Christoph Lohmann | 1 | +1 | -1 |
2022-04-02 20:54 | Add dirlisting example with map.gph support, like gophernicus. | Christoph Lohmann | 1 | +10 | -0 |
2022-04-02 20:51 | Add proxy example script. | Christoph Lohmann | 1 | +14 | -0 |
2022-04-02 20:47 | Add new REST calling convention. | Christoph Lohmann | 4 | +125 | -23 |
2022-04-02 18:09 | Small style fix. | Christoph Lohmann | 1 | +2 | -1 |
2022-03-28 16:35 | Add geomyidae.service systemd file to rc.d directory. | Christoph Lohmann | 1 | +14 | -0 |
2022-02-03 12:18 | Add Katolaz's gmap2gph to converters. | Christoph Lohmann | 1 | +2 | -0 |
2021-10-23 14:52 | Move filetype struct array declaration to separate filetypes.h. | Christoph Lohmann | 2 | +43 | -25 |
2021-10-23 14:42 | Add vtt as text. | Christoph Lohmann | 1 | +1 | -0 |
2021-08-12 19:35 | Update order-directories-by-date.patch after hackathon. | Christoph Lohmann | 1 | +60 | -44 |
2021-08-07 06:22 | Add dirlisting dcgi example. | Christoph Lohmann | 1 | +7 | -0 |
2021-08-06 20:48 | Add patch to allow directory sort by date. | Christoph Lohmann | 1 | +69 | -0 |
2021-04-05 20:05 | Readd arguments after realpath after latest printelem() changes. | Christoph Lohmann | 1 | +13 | -2 |
2021-04-04 18:57 | Fix relative printelem with ? in name. | Christoph Lohmann | 2 | +34 | -14 |
2021-03-18 17:57 | Set priority on every invokation. Shorten the check for openlog. | Christoph Lohmann | 1 | +5 | -6 |
2021-03-17 21:30 | Add better description to gopher request filter script. | Christoph Lohmann | 1 | +9 | -0 |
2021-03-17 21:28 | Fix \r handling in gopher request filter. | Christoph Lohmann | 1 | +2 | -1 |
2021-03-17 21:18 | Add xinetd gopher request filter example daemon. | Christoph Lohmann | 2 | +41 | -0 |
2021-03-17 21:06 | Add syslog facility. | Christoph Lohmann | 2 | +39 | -16 |
2021-02-01 19:28 | Order parameters by alphabet. | Christoph Lohmann | 1 | +18 | -18 |
2021-01-31 11:27 | Revert to handlebin only. Document the dot cr lf case. | Christoph Lohmann | 2 | +19 | -18 |
2021-01-30 18:38 | Terminate data exchange with ".\r\n" for all non-binary types | Quentin Rameau | 4 | +22 | -11 |
2021-01-30 17:28 | Add the story of xsendfile to the source. | Christoph Lohmann | 1 | +20 | -1 |
2020-11-15 12:58 | dotls is requires for the last patch. | Christoph Lohmann | 1 | +2 | -1 |
2020-11-15 12:56 | If we are not serving TLS, shutdown the connection if someone tries TLS. | Christoph Lohmann | 1 | +2 | -3 |
2020-09-30 19:48 | Modify the Dockerfile for TLS support. | Christoph Lohmann | 1 | +5 | -8 |
2020-09-26 17:24 | Remove errorneous extra set of parentheses. | Spenser Truex | 1 | +1 | -1 |
2020-09-25 13:00 | Add Dockerfile. | Christoph Lohmann | 1 | +17 | -0 |
2020-09-25 12:45 | Use sbin in rc.geomyidae and kill all PIDs. | Christoph Lohmann | 1 | +2 | -2 |
2020-09-25 12:43 | Change Archlinux example rc.d script to sbin. | Christoph Lohmann | 1 | +2 | -2 |
2020-09-25 12:31 | Add hint for libtls provider in Makefile. | Christoph Lohmann | 1 | +1 | -0 |
2020-09-25 12:31 | Add hint about TLS library. | Christoph Lohmann | 1 | +1 | -0 |
2020-07-22 13:29 | Add comment about lingerie after close. | Christoph Lohmann | 1 | +6 | -0 |
2020-07-22 12:41 | Set SO_LINGER, flush using TCP_NODELAY and fix wait overflow. | Christoph Lohmann | 2 | +18 | -2 |
2020-06-16 10:40 | Update CGI to markdown and update to current state. | Christoph Lohmann | 2 | +108 | -103 |
2020-06-16 10:20 | Add backwards-compatibility CGI environment variables to the manpage. | Christoph Lohmann | 1 | +3 | -0 |
2020-06-12 21:51 | Add legacy backwards compatibility for CGI scripts. | Christoph Lohmann | 1 | +7 | -0 |
2020-06-12 21:50 | Small descriptive change in LINKS. | Christoph Lohmann | 1 | +2 | -2 |
2020-06-12 19:07 | Add size and date/time to dir listing. | Christoph Lohmann | 4 | +45 | -3 |
2020-06-12 18:27 | Add one ENABLE_TLS comment, which was missing. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-12 18:17 | Set GOPHERS and HTTPS in CGI, if TLS is used. | Christoph Lohmann | 6 | +35 | -19 |
2020-06-07 20:41 | Remove no longer used variable | Leonardo Taccari | 1 | +2 | -4 |
2020-06-07 20:39 | Add some help for TLS clients, in case we only serve plaintext. | Christoph Lohmann | 1 | +17 | -1 |
2020-06-07 20:30 | Add hint to manpage that TLS could be not compiled in. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 20:29 | Add -DENABLE_TLS feature for people not wanting TLS. | Christoph Lohmann | 2 | +38 | -7 |
2020-06-07 19:43 | Use write instead of send everywhere. | Christoph Lohmann | 2 | +2 | -2 |
2020-06-07 19:39 | Fix xsendfile properly. | Christoph Lohmann | 1 | +10 | -14 |
2020-06-07 19:36 | Remove sendfile. It does not work for TLS. | Christoph Lohmann | 1 | +0 | -48 |
2020-06-07 19:22 | use tls_error for tls_read errors | Hiltjo Posthuma | 1 | +5 | -4 |
2020-06-07 19:19 | read: fix check for EINTR | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-07 18:37 | Clarify -t a bit, that this will activate TLS mode. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 18:12 | geomyidae: document initial TLS support | Hiltjo Posthuma | 1 | +8 | -0 |
2020-06-07 18:33 | Log to stderr for tls_write. | Christoph Lohmann | 1 | +1 | -1 |
2020-06-07 17:10 | Remove CFLAGS hard set. | Christoph Lohmann | 1 | +0 | -1 |
2020-06-07 17:02 | Add script to generate a self-signed certificate and key for testing. | Christoph Lohmann | 1 | +14 | -0 |
2020-06-07 16:49 | Add tls support to geomyidae. | Christoph Lohmann | 3 | +149 | -32 |
2020-06-07 11:10 | Unify the style of variable initialisation. | Christoph Lohmann | 2 | +10 | -25 |
2020-06-07 10:55 | Simplify Makefile output to be easier debuggable. | Christoph Lohmann | 1 | +19 | -33 |
2020-05-19 11:26 | Properly handle .meme filetype. | parazyd | 1 | +1 | -0 |
2020-05-19 11:25 | Fix filetype struct indentation in ind.c. | parazyd | 1 | +14 | -14 |
2020-04-26 11:12 | Stripping down the solution to be even more simpler. | Christoph Lohmann | 1 | +4 | -6 |
2020-04-26 10:34 | Do not output .., if base is empty. | Christoph Lohmann | 1 | +4 | -3 |
2020-04-26 10:31 | Do not shorten path, if base is empty. | Christoph Lohmann | 1 | +2 | -1 |
2020-04-26 10:23 | Add comment about special cases in request handling. | Christoph Lohmann | 1 | +12 | -0 |
2020-04-01 18:52 | rc.d: simplify some rc scripts | Quentin Rameau | 2 | +2 | -2 |
2020-04-01 18:51 | Makefile: install to $PREFIX/sbin | Quentin Rameau | 3 | +3 | -3 |
2020-02-25 19:53 | Add minor changes to the manpage. | Christoph Lohmann | 1 | +20 | -20 |
2020-02-12 15:05 | Make it more clear in the manpage, what informational text is. | Christoph Lohmann | 1 | +1 | -1 |
2020-02-12 15:01 | Correct formatting of example gph output in manpage. | Christoph Lohmann | 1 | +1 | -0 |
2020-01-10 20:07 | fix loglvl mask and align using spaces consistently | Hiltjo Posthuma | 2 | +4 | -4 |
2019-11-22 12:54 | Fix recv and gopher+ redirects. Add gopher+ loglevel. | Christoph Lohmann | 2 | +26 | -11 |
2019-07-18 19:35 | Bump up my year in contributions. | Christoph Lohmann | 1 | +1 | -1 |
2019-07-18 19:35 | Add geomyidae logo as svg version. | Christoph Lohmann | 2 | +271 | -0 |
2019-07-14 12:56 | Rework OpenRC initscripts so they are symlinkable. | parazyd | 2 | +7 | -16 |
2019-03-13 21:42 | gophermap2gph is now at shroom.party. | Christoph Lohmann | 1 | +1 | -1 |
2018-12-24 11:31 | Add searx dcgi interface to links. | Christoph Lohmann | 1 | +2 | -0 |
2018-11-19 02:04 | Let happy helping snowman help you in case no menu item is given. | Christoph Lohmann | 2 | +18 | -0 |
2018-11-18 12:09 | improve realpath lookup for relative paths | Hiltjo Posthuma | 1 | +9 | -8 |
2018-11-15 20:27 | Show new interface behaviour in manpage and help message. | Christoph Lohmann | 2 | +5 | -4 |
2018-11-15 20:13 | Preparing v0.34 release. | Christoph Lohmann | 1 | +1 | -1 |
2018-11-12 21:42 | Annoy_Leot found this. I had to change it. It is HOST_NAME_MAX. | Christoph Lohmann | 1 | +1 | -1 |
2018-11-12 21:34 | Do not use HOST_NAME_MAX, NetBSD does not have it. | Christoph Lohmann | 1 | +3 | -3 |
2018-11-12 21:11 | Ross_Bob found this last printf. | Christoph Lohmann | 1 | +0 | -1 |
2018-11-12 20:50 | Remove last debugging messages. | Christoph Lohmann | 1 | +0 | -10 |
2018-11-11 14:07 | if no interface is specified with -i listen on all, unless -4 or -6 is specified | Hiltjo Posthuma | 1 | +8 | -4 |
2018-11-11 13:00 | simplify listfds handling | Hiltjo Posthuma | 1 | +18 | -28 |
2018-11-11 12:05 | Free bindips after use. | Christoph Lohmann | 1 | +3 | -0 |
2018-11-11 12:02 | First version of multi listen. | Christoph Lohmann | 1 | +156 | -56 |
2018-11-11 10:30 | Remove double usage of listfd. | Christoph Lohmann | 1 | +10 | -10 |
2018-11-11 10:24 | Makefile: bump version to 0.33 | Hiltjo Posthuma | 1 | +1 | -1 |
2018-11-11 10:09 | Allow dualstack binding again. | Christoph Lohmann | 1 | +1 | -11 |
2018-11-11 10:00 | Fix for using AF_INET by default. Otherwise AF_INET6 is used. | Christoph Lohmann | 1 | +3 | -3 |
2018-10-30 19:48 | Use POSIX HOST_NAME_MAX, which is cleaner. | Christoph Lohmann | 1 | +3 | -2 |
2018-10-30 19:46 | Have useful errors on group and user errors. | Christoph Lohmann | 1 | +2 | -2 |
2018-10-28 16:26 | Fix errno handling. | Christoph Lohmann | 1 | +21 | -4 |
2018-09-13 18:43 | no need to check pointer before free | Hiltjo Posthuma | 1 | +1 | -2 |
2018-09-13 18:42 | strip / at the end of the base path | Hiltjo Posthuma | 1 | +6 | -2 |
2018-09-04 13:49 | Close Bd. Ed. blocks in man page | lambda | 1 | +3 | -2 |
2018-09-03 19:57 | Save finding a realpath on various item types with different semantics. | Christoph Lohmann | 1 | +14 | -1 |
2018-09-01 12:20 | Fix regression, if sport is never set. | Christoph Lohmann | 1 | +3 | -0 |
2018-08-30 20:10 | Fix manpage with now allowed relative paths. | Christoph Lohmann | 1 | +1 | -1 |
2018-08-30 20:07 | Actually, use xstrdup where we can not use strcpy | Quentin Rameau | 1 | +1 | -6 |
2018-08-30 19:59 | Merge branch 'master' into HEAD | Christoph Lohmann | 0 | +0 | -0 |
2018-08-30 19:18 | Forbid inet connections to inet6 socket when ipv6 is requested | Quentin Rameau | 1 | +13 | -2 |
2018-08-30 19:17 | Simplify socket binding | Quentin Rameau | 1 | +11 | -21 |
2018-08-30 19:15 | Use strcpy where we control the buffer size | Quentin Rameau | 1 | +2 | -2 |
2018-08-30 19:15 | Use strcpy where we control the buffer size | Quentin Rameau | 1 | +2 | -2 |
2018-08-30 19:35 | In case the listen port is set, set show port too, if this is unset. | Christoph Lohmann | 1 | +3 | -1 |
2018-08-30 19:32 | Changing the fallback error to something meaningful. | Christoph Lohmann | 1 | +2 | -1 |
2018-08-30 19:27 | Add preliminary relative path support for gph files. | Christoph Lohmann | 3 | +26 | -7 |
2018-08-30 17:07 | Add true getaddrinfo errors, but add inconsistency. | Christoph Lohmann | 1 | +9 | -3 |
2018-08-29 18:31 | fix uninitialized buffer for getnameinfo on failure | Hiltjo Posthuma | 1 | +4 | -2 |
2018-08-29 18:22 | fix pedantic usage address_len parameter in accept(2) | Hiltjo Posthuma | 1 | +1 | -2 |
2018-08-29 18:18 | getlistenfd: on setsockopt failure it could return an invalid/closed fd | Hiltjo Posthuma | 1 | +1 | -0 |
2018-08-29 18:17 | getlistenfd: fix minor memleak | Hiltjo Posthuma | 1 | +1 | -1 |
2018-08-29 18:16 | getlistenfd: reorder + minor cleanup | Hiltjo Posthuma | 1 | +2 | -5 |
2018-08-29 18:03 | don't exit on SIGHUP | Hiltjo Posthuma | 1 | +0 | -1 |
2018-08-23 12:00 | Sendfile in Linux and FreeBSD are different. | Christoph Lohmann | 1 | +4 | -6 |
2018-08-23 11:42 | Do more sendfile, in case sendfile did not send everything. | Christoph Lohmann | 1 | +10 | -3 |
2018-08-20 16:16 | change selinval error message to reflect what it checked | Hiltjo Posthuma | 1 | +2 | -2 |
2018-08-13 13:09 | Add a commit about how to handle environment variables. | Christoph Lohmann | 1 | +4 | -1 |
2018-08-10 13:31 | Add the gopher cgi collection of leot. | Christoph Lohmann | 2 | +4 | -0 |
2018-06-29 19:21 | v0.32.2 fix release. | Christoph Lohmann | 1 | +1 | -1 |
2018-06-28 11:07 | Makefile: install to /usr/local instead of /usr | Quentin Rameau | 1 | +1 | -1 |
2018-06-27 08:34 | Pledge dns for the fork too in case of hostname lookup | Quentin Rameau | 1 | +6 | -4 |
2018-06-27 09:08 | We don't need to pledge tty anymore since 65f998f | Quentin Rameau | 1 | +3 | -4 |
2018-06-24 09:52 | Marking v0.32.1 fixes release. | Christoph Lohmann | 1 | +1 | -1 |
2018-06-23 09:32 | fix promises buffer size and small cleanup | Hiltjo Posthuma | 1 | +12 | -8 |
2018-06-22 21:49 | fix typo in rc.geomyidae slackware init script | slackhead | 1 | +1 | -1 |
2018-06-22 20:14 | Prepare a new release. | Christoph Lohmann | 1 | +1 | -1 |
2018-06-22 20:13 | Removing trailing whitespace. | Christoph Lohmann | 1 | +2 | -2 |
2018-06-22 20:10 | Add pledge support for OpenBSD, with help from Quentin Rameau | Solene Rapenne | 2 | +18 | -1 |
2018-06-22 16:08 | This part of the API has changed. No third-party plugin is affected. | Christoph Lohmann | 1 | +1 | -1 |
2018-06-22 15:14 | The West-NULL-Fever is spreading in geomyidae. :O | Christoph Lohmann | 5 | +60 | -61 |
2018-06-22 15:10 | Merge branch 'master' of ssh://r-36.net/srv/git/geomyidae | Christoph Lohmann | 1 | +2 | -0 |
2018-06-22 15:09 | Add nocgi flag support. | Christoph Lohmann | 3 | +33 | -8 |
2018-04-03 16:10 | Add example in the manpage for tt escaping. | Christoph Lohmann | 1 | +2 | -0 |
2018-03-22 12:08 | Return an error message for selectors containing two dots | Christian Kellermann | 1 | +7 | -1 |
2018-03-15 17:27 | style: fix parenthesis for sizeof | Hiltjo Posthuma | 1 | +1 | -1 |
2018-03-08 15:03 | Log UTC time instead of localized time | Quentin Rameau | 1 | +1 | -1 |
2018-02-22 19:15 | Justify some more text in the man page. | Christoph Lohmann | 1 | +5 | -0 |
2018-02-22 19:09 | GET is a string value. | Christoph Lohmann | 1 | +1 | -1 |
2018-02-22 19:07 | Fix gopherproject URI. | Christoph Lohmann | 1 | +1 | -1 |
2018-02-18 15:25 | Add sfeed as a geomyidae application. | Christoph Lohmann | 1 | +3 | -1 |
2018-02-18 10:55 | Fix release for pendingbytes. | Christoph Lohmann | 1 | +1 | -1 |
2018-02-18 10:23 | Simplify the timeout logic. Make comments more clear. | Christoph Lohmann | 1 | +15 | -12 |
2018-02-18 08:36 | No rval debug printf needed. | Christoph Lohmann | 1 | +1 | -3 |
2018-02-18 08:33 | Another hack for SO_LINGER in Linux. | Christoph Lohmann | 1 | +36 | -4 |
2018-02-09 13:54 | Bump version to 0.31. | Christoph Lohmann | 1 | +1 | -1 |
2018-02-07 20:02 | use TIOCOUTQ instead of SIOCOUTQ | Hiltjo Posthuma | 2 | +3 | -5 |
2018-02-07 19:48 | fix minor fd leak regression in handlebin | Hiltjo Posthuma | 2 | +1 | -1 |
2018-02-07 19:40 | check Linux for Linux specific header and non-standard SIOCOUTQ | Hiltjo Posthuma | 2 | +2 | -1 |
2018-02-07 19:37 | Revert count > 0 to count == 0. | Christoph Lohmann | 1 | +1 | -1 |
2018-02-07 19:17 | Advance send buffer in xsendfile for conservative method. | Christoph Lohmann | 1 | +4 | -2 |
2018-02-07 18:59 | Merge branch 'master' of /srv/git/geomyidae | Christoph Lohmann | 5 | +39 | -45 |
2018-02-07 18:57 | Reworking the socket closing handling. | Christoph Lohmann | 4 | +48 | -14 |
2018-02-04 13:00 | fix minor typos | Hiltjo Posthuma | 2 | +2 | -2 |
2018-02-04 12:59 | simplify logging | Hiltjo Posthuma | 3 | +10 | -23 |
2018-01-31 14:29 | Add some new files to the FILES section. | Christoph Lohmann | 1 | +1 | -1 |
2018-01-31 14:28 | Update the manpage to the new log format. | Christoph Lohmann | 1 | +20 | -20 |
2018-01-31 14:18 | Document gopher+ redirect quirk. | Christoph Lohmann | 1 | +7 | -0 |
2018-01-30 21:44 | Gopher+ in all ways + comment on why it is done. | Christoph Lohmann | 1 | +9 | -2 |
2018-01-30 21:21 | Adding gopher+ compatibility. | Christoph Lohmann | 1 | +14 | -3 |
2018-01-27 14:51 | PHP expects some value to run php-cgi. | Christoph Lohmann | 1 | +2 | -0 |
2018-01-26 23:12 | Add gph syntax highlighting for vim. | Christoph Lohmann | 3 | +102 | -0 |
2018-01-26 22:01 | New 0.30 release. | Christoph Lohmann | 1 | +1 | -1 |
2018-01-26 13:20 | Add new CGI environment to manpage. | Christoph Lohmann | 1 | +17 | -0 |
2018-01-26 13:08 | Fix the CGI PATH variables. | Christoph Lohmann | 1 | +2 | -7 |
2018-01-26 12:54 | In case of IPv4 to IPv6 translation, give back IPv4. | Christoph Lohmann | 1 | +3 | -0 |
2018-01-26 12:44 | Implement some CGI variables for gopher. | Christoph Lohmann | 5 | +78 | -15 |
2018-01-23 19:02 | Only free ahost if the reverse lookup was performed | Lucas Gabriel Vuotto | 1 | +2 | -1 |
2018-01-23 18:43 | Add flag to not perform reverse lookups | Lucas Gabriel Vuotto | 2 | +12 | -4 |
2018-01-22 18:10 | Print the actual BINDIR instead of PREFIX/bin | Lucas Gabriel Vuotto | 1 | +2 | -2 |
2017-12-18 19:06 | Change the time and log format to be easier parsable. | Christoph Lohmann | 1 | +3 | -4 |
2017-12-18 18:35 | Use a consistent separator for the port in the log file | Solene Rapenne | 1 | +1 | -1 |
2017-11-26 16:51 | Unifying style. | Christoph Lohmann | 3 | +116 | -112 |
2017-11-25 18:00 | Update Slackware startup script: rc.geomyidae | Slackhead | 1 | +7 | -9 |
2017-11-14 18:32 | Makefile: don't force strip binaries on install | Hiltjo Posthuma | 1 | +0 | -1 |
2017-11-14 18:13 | POSIXify the Makefile | Quentin Rameau | 1 | +25 | -24 |
2017-11-14 17:58 | Slackware rc file patch | David Woodfall | 1 | +31 | -0 |
2017-10-30 17:42 | fix fork() regression introduced in 60e5e4b10104014295dd9c9867900f4c72a8cffe | Hiltjo Posthuma | 1 | +2 | -0 |
2017-10-18 16:08 | Fixing the gentoo init.d script. | Christoph Lohmann | 1 | +2 | -2 |
2017-10-11 13:25 | Add LINKS file for additional geomyidae resources. | Christoph Lohmann | 1 | +15 | -0 |
2017-10-11 13:03 | Be a bit more helpful in the CGI description. | Christoph Lohmann | 1 | +7 | -1 |
2017-10-10 18:39 | Happy helping ☃ is here to help you with spurious tabs. | Christoph Lohmann | 2 | +16 | -0 |
2017-10-10 18:10 | Add description of new parser and escaping rule for gph links. | Christoph Lohmann | 1 | +21 | -12 |
2017-10-10 18:00 | Add pipe escaping to descriptions of items. | Christoph Lohmann | 2 | +10 | -2 |
2017-09-29 11:45 | Version bump for release. | Christoph Lohmann | 1 | +1 | -1 |
2017-09-29 11:40 | Fix index.bin support. | Christoph Lohmann | 1 | +1 | -1 |
2017-09-24 16:38 | Correct the comment. General elections are blinding me. | Christoph Lohmann | 1 | +1 | -1 |
2017-09-24 16:35 | Add comments for the new xsendfile. | Christoph Lohmann | 1 | +10 | -0 |
2017-09-24 10:58 | LICENSE: update and add hiltjo | Hiltjo Posthuma | 1 | +1 | -0 |
2017-09-23 14:08 | optimize binary file transfers: use sendfile(2) syscall if supported | Hiltjo Posthuma | 3 | +72 | -11 |
2017-09-23 11:05 | don't keep writing on a send failure (for example EPIPE) | Hiltjo Posthuma | 3 | +22 | -21 |
2017-09-23 11:05 | show error/warning on fork failure | Hiltjo Posthuma | 2 | +11 | -2 |
2017-08-29 12:54 | Add some index.bin file to send raw gopher maps mirrored from some other site. | Christoph Lohmann | 1 | +1 | -1 |
2017-08-09 18:08 | arg.h does not change argv anymore, so the pexp workaround is not needed | Hiltjo Posthuma | 1 | +0 | -2 |
2017-08-09 18:06 | don't modify argv, use a counter | Hiltjo Posthuma | 1 | +4 | -3 |
2017-08-07 06:55 | Change version number for new release. | Christoph Lohmann | 1 | +1 | -1 |
2017-08-07 06:54 | Bump the year. | Christoph Lohmann | 1 | +1 | -1 |
2017-07-10 18:23 | use strcmp (without length) for NUL terminated strings | Hiltjo Posthuma | 1 | +3 | -3 |
2017-07-10 18:22 | remove some trailing spaces and empty lines, simplify initlogging() | Hiltjo Posthuma | 6 | +10 | -18 |
2017-07-10 16:22 | Makefile: fix make clean and remove some trailing spaces | Hiltjo Posthuma | 1 | +3 | -3 |
2017-07-09 17:07 | Add missing -c flag in usage | Quentin Rameau | 1 | +1 | -1 |
2017-07-09 17:59 | Use an absolute base path for execl. | Quentin Rameau | 2 | +3 | -1 |
2017-07-09 18:09 | fix off-by-one in handlerequest() for index files and check truncation | Hiltjo Posthuma | 1 | +7 | -1 |
2017-07-09 17:15 | CGI: small typo fixes | Hiltjo Posthuma | 1 | +3 | -3 |
2017-06-30 20:03 | improve OpenBSD rc.d file | Hiltjo Posthuma | 1 | +4 | -2 |
2017-07-01 11:01 | Fix documentation about TCP log level in README | Quentin Rameau | 1 | +1 | -0 |
2017-06-30 13:12 | remove securepath, simply reject relative paths: .., check / prefix | Hiltjo Posthuma | 1 | +3 | -24 |
2017-06-30 13:12 | add flag -c: chroot(2) support | Hiltjo Posthuma | 2 | +24 | -1 |
2017-02-16 19:02 | default more file extensions to type 0 | Pete Deas | 1 | +4 | -0 |
2017-06-25 19:36 | handledcgi: fclose allocated fdopen() FILE * | Hiltjo Posthuma | 1 | +1 | -0 |
2017-06-25 18:56 | handledcgi: show error message if execl fails | Hiltjo Posthuma | 1 | +4 | -1 |
2017-06-25 18:55 | handlecgi: show function which failed | Hiltjo Posthuma | 1 | +1 | -1 |
2017-06-25 18:54 | typo: "and TCP protocol" to "a TCP port" | Hiltjo Posthuma | 1 | +1 | -1 |
2017-06-25 18:53 | improve dcgi support | Hiltjo Posthuma | 3 | +17 | -24 |
2017-06-16 16:21 | remove some redundant checks | Hiltjo Posthuma | 2 | +3 | -6 |
2017-06-16 16:07 | Improve tcp connexion logging | Quentin Rameau | 1 | +19 | -2 |
2017-06-15 17:34 | Fix default log level in the manpage | Quentin Rameau | 1 | +1 | -1 |
2017-06-15 17:21 | Add tcp connection logging | Quentin Rameau | 2 | +11 | -6 |
2017-06-14 20:54 | Save geomyidae from invalid gph files. | Christoph Lohmann | 1 | +30 | -28 |
2017-06-14 16:20 | add -4 and -6 IPV4 and IPV6 options to usage aswell | Hiltjo Posthuma | 1 | +3 | -4 |
2017-06-03 17:37 | Fix OpenBSD rc.d: geomyidae doesn't support reload | Quentin Rameau | 1 | +2 | -0 |
2017-06-11 18:00 | scanfile(): reuse line-buffer | Hiltjo Posthuma | 1 | +12 | -8 |
2017-06-11 17:51 | use calloc instead of gmallocz | Hiltjo Posthuma | 3 | +19 | -19 |
2017-06-11 17:49 | arg.h: fixed argv checks order | Hiltjo Posthuma | 1 | +2 | -2 |
2017-06-11 17:27 | tprintf is now dprintf, which is in libc. | Christoph Lohmann | 4 | +9 | -22 |
2017-06-11 17:24 | Use vdprintf() instead of the dup dup. | Christoph Lohmann | 1 | +1 | -12 |
2017-06-10 13:49 | improvements: | Hiltjo Posthuma | 6 | +62 | -38 |
2017-01-04 21:09 | Add better error description in case a file could not be opened. | Christoph Lohmann | 1 | +5 | -0 |
2017-01-04 20:54 | Fixing some dir handling. A path does not need to end in '/'. | Christoph Lohmann | 1 | +33 | -34 |
2016-12-11 10:59 | Add all dependency for install in the makefile. | Christoph Lohmann | 1 | +1 | -1 |
2016-11-26 22:00 | Add index.dcgi and index.cgi support to the manpage. | Christoph Lohmann | 1 | +2 | -1 |
2016-11-26 21:54 | Adding support for index.cgi and index.dcgi. | Christoph Lohmann | 1 | +20 | -5 |
2016-11-25 15:05 | Update the gentoo init scripts to openrc-run and fix them. | Christoph Lohmann | 2 | +4 | -4 |
2016-11-24 21:30 | Don't write to stdin. | Christoph Lohmann | 1 | +1 | -1 |
2016-11-24 21:27 | Clarify the »arguments« argument to [d]cgi scripts. | Christoph Lohmann | 1 | +6 | -5 |
2016-11-24 21:18 | If run in foreground, imply standard output as log destination. | Christoph Lohmann | 2 | +4 | -1 |
2015-10-24 17:15 | In the case the dir of the CGI is not accessible, don't run it. | Christoph Lohmann | 1 | +10 | -4 |
2015-10-24 16:58 | Makefile: fix gmakeism(?) | Hiltjo Posthuma | 1 | +1 | -1 |
2015-10-24 16:57 | handlr: args is not used, suppress warning | Hiltjo Posthuma | 1 | +1 | -0 |
2015-10-24 16:57 | geomyidae.8: remove unneeded paragraph macro | Hiltjo Posthuma | 1 | +0 | -2 |
2015-09-18 17:08 | Force the sending of bytes. | Christoph Lohmann | 1 | +9 | -3 |
2015-06-22 20:47 | Apply a manpage change from OpenBSD. | Christoph Lohmann | 1 | +1 | -1 |
2015-06-21 08:08 | Add OpenBSD rc.d file. | Christoph Lohmann | 1 | +10 | -0 |
2014-08-16 14:26 | Oops, correcting the last change. | Christoph Lohmann | 1 | +1 | -1 |
2014-08-16 14:25 | Changing the default man path. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-13 19:28 | Removing the debugging. | Christoph Lohmann | 1 | +0 | -3 |
2013-04-13 19:26 | Pushing up to 0.26.3. | Christoph Lohmann | 1 | +1 | -1 |
2013-04-13 19:25 | Adding the IPv6 to the manpage. | Christoph Lohmann | 2 | +15 | -3 |
2013-04-13 19:04 | Adding IPv6 support. | Christoph Lohmann | 1 | +65 | -29 |
2013-03-23 23:02 | Pushing Geomyidae 0.26.2. | Christoph Lohmann | 1 | +1 | -1 |
2013-02-26 17:49 | Adding a new mandoc manpage and NetBSD rc.d. | Christoph Lohmann | 2 | +31 | -119 |
2012-07-22 05:30 | Updating the manpage in BUGS and the default type. | Christoph Lohmann | 1 | +5 | -5 |
2012-07-21 19:23 | Releasing v0.26. | Christoph Lohmann | 1 | +1 | -1 |
2012-07-21 18:58 | Fixing the socket handling and add signals to clients. | Christoph Lohmann | 2 | +8 | -5 |
2012-05-17 18:10 | Default should be binary. | Christoph Lohmann | 1 | +1 | -1 |
2012-05-12 07:12 | A more liberal input string handling. | Christoph Lohmann | 1 | +9 | -6 |
2012-04-29 06:24 | Optimizing the rc.d. | Christoph Lohmann | 1 | +28 | -27 |
2012-02-22 19:58 | Ignoring SIGPIPE. Thanks Sam Trenholme. | Christoph Lohmann | 1 | +2 | -0 |
2011-12-12 20:17 | Respecting a set CC. Thanks to an anonymous dev. | Christoph Lohmann | 1 | +1 | -1 |
2011-11-27 09:20 | bzero is deprecated. Now using memset. | Christoph Lohmann | 1 | +4 | -4 |
2011-11-27 09:13 | Standardizing on non-standards. | Christoph Lohmann | 1 | +1 | -1 |
2011-11-13 20:55 | Making the textfiles RFC conformant. | Christoph Lohmann | 2 | +4 | -4 |
2011-07-02 11:00 | Justifying the manpage. | Christoph Lohmann | 1 | +560 | -477 |
2011-06-12 15:36 | Adding parameter grouping. | Christoph Lohmann | 1 | +23 | -6 |
2011-04-30 10:14 | Fixing some packaging problems. | Christoph Lohmann | 1 | +1 | -1 |
2011-04-24 13:33 | Fixing spurious whitespaces. | Christoph Lohmann | 1 | +2 | -2 |
2011-04-24 13:14 | To self: reuseaddr before bind. | Christoph Lohmann | 1 | +6 | -1 |
2011-04-06 09:52 | Clarifying some defaults in the manpage. | Christoph Lohmann | 1 | +6 | -3 |
2011-04-06 09:43 | Fixing a typo in the markup syntax. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-27 21:00 | Minor log level change in the NetBSD rc.d. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-27 20:26 | New release. Now a major minor one. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-27 20:25 | Merge branch 'master' of ssh://r-36.net/srv/git/geomyidae | Christoph Lohmann | 5 | +64 | -58 |
2011-03-27 20:24 | Thanks to Jeff W for the new manpage! | Christoph Lohmann | 1 | +474 | -407 |
2011-03-21 16:49 | Making CGI more obvious to use. | Christoph Lohmann | 5 | +51 | -58 |
2011-03-16 05:37 | Now scripts are run in their directory. | Christoph Lohmann | 1 | +14 | -1 |
2011-03-16 05:26 | Trying to fix the base path. | Christoph Lohmann | 1 | +15 | -2 |
2011-03-16 04:56 | Small correction. | Christoph Lohmann | 1 | +2 | -2 |
2011-03-16 04:11 | Clarifying some CGI stuff. | Christoph Lohmann | 1 | +23 | -7 |
2011-03-12 20:00 | Adding CGI documentation. | Christoph Lohmann | 2 | +74 | -1 |
2011-03-12 19:19 | Adding dynamic CGI support. | Christoph Lohmann | 4 | +95 | -22 |
2011-03-11 22:53 | Removing unneeded string. | Christoph Lohmann | 1 | +1 | -3 |
2011-03-08 13:09 | Vanishing the last SO_REUSEADDR traces. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-08 13:08 | Adding proper socket handling. We don't need REUSE. | Christoph Lohmann | 2 | +6 | -9 |
2011-03-08 13:08 | Adding nicer error messages. | Christoph Lohmann | 1 | +2 | -2 |
2011-03-07 21:15 | Now the make system looks a bit nicer. | Christoph Lohmann | 1 | +43 | -32 |
2011-03-07 21:01 | Running scripts should now exit as expected. | Christoph Lohmann | 2 | +13 | -1 |
2011-03-07 15:58 | Merge branch 'master' of /home/chrissi/scm/../git/geomyidae | Christoph Lohmann | 1 | +2 | -2 |
2011-03-07 15:57 | Telnet needs a third argument. Thanks to Jeff. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-06 09:55 | Fixing typos in the man page. Thanks to Jeff. | Christoph Lohmann | 1 | +2 | -2 |
2011-03-06 09:48 | Fixing various major bugs. | Christoph Lohmann | 4 | +84 | -87 |
2011-03-03 08:36 | It was only a minor fix. 0.17 still. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-03 08:10 | Changing to v0.18. | Christoph Lohmann | 1 | +1 | -1 |
2011-03-02 15:10 | Eroding GCC4 and OpenBSD ideology warnings. | Christoph Lohmann | 3 | +10 | -7 |
2011-03-02 14:43 | Adding *BSD compatibility. | Christoph Lohmann | 1 | +3 | -1 |
2011-03-01 05:54 | Refurbishing the getaddrinfo stuff and signals. | Christoph Lohmann | 1 | +18 | -14 |
2011-02-28 19:52 | Enabling true multiple client request handling. | Christoph Lohmann | 1 | +0 | -2 |
2011-02-28 18:50 | Fixing permissions in the repository. | Christoph Lohmann | 13 | +0 | -0 |
2011-02-27 23:46 | A more robust accept() handling. | Christoph Lohmann | 1 | +10 | -3 |
2011-02-27 14:18 | That return value should only be positive. | Christoph Lohmann | 1 | +1 | -0 |
2011-02-27 14:16 | Fixing the rc.d example script. | Christoph Lohmann | 2 | +1 | -2 |
2011-02-27 11:56 | Extending the copyright of James Penketh. | Christoph Lohmann | 1 | +1 | -1 |
2011-02-27 11:55 | Forgot the check for reverselookup. | Christoph Lohmann | 2 | +2 | -2 |
2011-02-27 11:32 | Adding reverse lookup to log entries. Thanks to James Penketh <tamber@furryhelix.co.uk>! | Christoph Lohmann | 3 | +32 | -7 |
2011-02-27 09:56 | Cleaning up signal handling. | Christoph Lohmann | 1 | +32 | -10 |
2011-02-27 09:48 | Forgot some whitespaces. | Christoph Lohmann | 1 | +5 | -5 |
2011-02-27 09:39 | Removing spurious whitespaces. | Christoph Lohmann | 5 | +35 | -35 |
2011-02-26 17:15 | Fixing a spurious pid file creation. | Christoph Lohmann | 1 | +0 | -2 |
2011-02-22 08:41 | Updating the LICENSE for 2011 and first test commit for remote working. | Christoph Lohmann | 1 | +1 | -1 |
2010-11-19 08:20 | Initial commit at 0.16 of geomyidae. | Christoph Lohmann | 17 | +1615 | -0 |