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 |
| 324 more commits remaining, fetch the repository |