Age | Commit message (Expand) | Author |
2014-07-14 | Track Connection: Keep-Alive | Reyk Floeter |
2014-07-14 | unhardcode db paths. | Marc Espie |
2014-07-14 | Create a socketpair() and tie one end to /dev/klog using ioctl LIOCSFD. | Theo de Raadt |
2014-07-14 | first step towards keep-alive/persistent connections support | Reyk Floeter |
2014-07-14 | When a connection was spliced in one direction and in copy mode in | Alexander Bluhm |
2014-07-13 | Use lerrx instead of errx since the logging subsystem is already initialized. | Claudio Jeker |
2014-07-13 | Some functions need to dup() before sending a socket by imsg and don't | YASUOKA Masahiko |
2014-07-13 | remove all crypt choices other than bcrypt. ok afresh1 deraadt | Ted Unangst |
2014-07-13 | Use errx() after getpwnam() failure since errno may not be set. | Claudio Jeker |
2014-07-13 | bye bye src url. Never amounted to much, we went another road a while ago | Marc Espie |
2014-07-13 | bundling base + packages was slow, as it needed to find lots of files. | Marc Espie |
2014-07-13 | Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by init | Claudio Jeker |
2014-07-13 | When the three possible return values are -1, 0, and 1, != 1 is the same | Kenneth R Westerback |
2014-07-13 | tedu setlist support, superseded by the new locate dbs. | Marc Espie |
2014-07-13 | stuff no longer needed, now that base/x release install its own locate dbs | Marc Espie |
2014-07-13 | Remove a debug message | Reyk Floeter |
2014-07-13 | Since the event(s) passed to a callback can be a mask of all events | Kenneth R Westerback |
2014-07-13 | Sync file to be identical in relayd(8) and httpd(8). | Reyk Floeter |
2014-07-13 | Finish writing the output before closing the connection | Reyk Floeter |
2014-07-13 | Close the connection after the response is completed (no Keepalive yet). | Reyk Floeter |
2014-07-13 | Add support for media types (aka. MIME types): the types section is | Reyk Floeter |
2014-07-13 | Close connection/remove event handler when msgbuf_write() hits an | Kenneth R Westerback |
2014-07-13 | Make error messages more obvious to the user. | Bob Beck |
2014-07-13 | Also ignore examplessum. | Antoine Jacoutot |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit |
2014-07-13 | repair matching of headers, add regress test for this error | Sebastian Benoit |
2014-07-12 | Use Comic Sans (or Chalkboard) as the default font for HTTP error | Reyk Floeter |
2014-07-12 | Add httpd(8), an attempt to turn the relayd(8) codebase into a simple | Reyk Floeter |
2014-07-12 | don't check_security on newer *after* making sure the set doesn't have | Marc Espie |
2014-07-12 | egsum -> examplessum | Antoine Jacoutot |
2014-07-12 | zap trailing whitespace; | Jason McIntyre |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2014-07-12 | Fix a potential bug. privsep.c didn't check the interface name | YASUOKA Masahiko |
2014-07-12 | oh well, remove -Q entirely... I'm probably the only one who ever used that. | Marc Espie |
2014-07-12 | security check in quirks | Marc Espie |
2014-07-12 | undocument -Q | Marc Espie |
2014-07-12 | finish killing old experiment, less confusing code | Marc Espie |
2014-07-12 | @endfake died a while ago | Marc Espie |
2014-07-12 | so, pkg_check can now troll thru the whole file system. Either use | Marc Espie |
2014-07-12 | Fix error in previous. | YASUOKA Masahiko |
2014-07-12 | msgbuf_write() <= 0 for a few more daemons. | Kenneth R Westerback |
2014-07-12 | andone last (i hope) accept_rtadv sysctl remnant, also found by jmc | Henning Brauer |
2014-07-12 | Extend output a bit. | Antoine Jacoutot |
2014-07-12 | Use sha256(1) for compared files, just like we do for examples. | Antoine Jacoutot |
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit |
2014-07-12 | Initial support for /etc/examples. | Antoine Jacoutot |
2014-07-12 | Fix the sentence in the BUGS section. Colon is usable for password. | YASUOKA Masahiko |
2014-07-12 | Move HTTP error codes into http.h. | Reyk Floeter |
2014-07-12 | Sync msgbuf_write() changes from relayd. | Reyk Floeter |
2014-07-12 | Use imsg(3) for the IPC between the privileged process and the | YASUOKA Masahiko |