OpenBSD CVS

src/usr.sbin/httpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / httpd

Current tag: OPENBSD_5_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cgi-bin/        
[DIR] conf/        
[DIR] htdocs/        
[DIR] icons/        
[DIR] logs/        
[DIR] src/        
[DIR] support/        
[TXT] Makefile  1.28   8 years  reyk   Add initial support for pattern matching using Lua's pattern matching code. Wit...
[TXT] config.c  1.44   8 years  reyk   sync with relayd, use proc_compose()
[TXT] control.c  1.9   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] http.h  1.13   9 years  reyk   Use "compliant" header guards by avoiding the reserved '_' namespace. Pointed o...
[TXT] httpd.8  1.51   9 years  jmc   pointers to slowcgi(8); from alexei malinin
[TXT] httpd.c  1.54   8 years  sthen   Remove setproctitle() for the parent process. Because rc.d(8) uses process title...
[TXT] httpd.conf.5  1.68   8 years  reyk   For the completeness of HSTS, add the non-standard preload option. OK florian@
[TXT] httpd.h  1.102   8 years  reyk   sync with relayd, use proc_compose()
[TXT] log.c  1.10   8 years  reyk   sync with vmd
[TXT] logger.c  1.15   8 years  reyk   sync with relayd, use proc_compose()
[TXT] parse.y  1.77   8 years  reyk   Update log.c: change fatal() and fatalx() into variadic functions, include the p...
[TXT] patterns.7  1.5   8 years  jmc   new sentence, new line; my apologies to semarie for not pointing this out when h...
[TXT] patterns.c  1.5   8 years  semarie   httpd patterns double free issue and diff from Alexander Schrijver alex at flup...
[TXT] patterns.h  1.3   8 years  mmcc   Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent commit doi...
[TXT] proc.c  1.15   8 years  reyk   Add imsg "peerid" to debug messages (only within -DDEBUG).
[TXT] server.c  1.83   8 years  reyk   sync with relayd, use proc_compose()
[TXT] server_fcgi.c  1.67   8 years  reyk   Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. As done i...
[TXT] server_file.c  1.60.2.1   7 years  benno   A bug in the processing of range headers in httpd can lead to memory exhaustion ...
[TXT] server_http.c  1.105   8 years  tim   Back out previous; requested by jung@