summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-25Canonicalize the request path once without the docroot and prepend theReyk Floeter
2014-07-25Clear buffer used for handling messages. This prevents keys beingDarren Tucker
2014-07-25Choosing the right encoding is a tricky business...Ingo Schwarze
2014-07-25Don't leak docroot in the error message if the default index file is missing.Reyk Floeter
2014-07-25Sort the URI keys for .Xr links in the same order used by the search form,Ingo Schwarze
2014-07-25oops, we must not try to validate a manpath we don't have;Ingo Schwarze
2014-07-25We cannot easily control the order of the QUERY_STRING keys generatedIngo Schwarze
2014-07-25In generated .Xr links, avoid double encoding of ampersandsIngo Schwarze
2014-07-25Add multiple-servers "virtual hosts" example.Reyk Floeter
2014-07-25fix perl5 architecture nameJasper Lievisse Adriaanse
2014-07-25Even though this is not XHTML yet, remove some gratuitious violationsIngo Schwarze
2014-07-25Add a single line to fix the address matching of multiple server blocks withReyk Floeter
2014-07-25The names of all other struct query memebers match the correspondingIngo Schwarze
2014-07-25clean up pg_show() to not modify a string returned from getenv(3)Ingo Schwarze
2014-07-25Add support for "virtual hosts" aka. server blocks aka. multipleReyk Floeter
2014-07-25Rewrite http_parse() completely:Ingo Schwarze
2014-07-25Add and document 'root' configuration option for the docroot.Reyk Floeter
2014-07-25Add missing year to copyright.Joel Sing
2014-07-25Split server and server_config.Reyk Floeter
2014-07-25Rename a field, needed later, no functional change.Reyk Floeter
2014-07-25Move the docroot into the server block.Reyk Floeter
2014-07-25BIO_free() returns immediately when the sole input is NULL.doug
2014-07-25document the scheduler types and how to specify them.David Gwynne
2014-07-24Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@Todd C. Miller
2014-07-24Speed up the boot sequence by deferring the scan of xt keyboard code set.Martin Pieuchot
2014-07-24Sort result pages first by section number, then by name.Ingo Schwarze
2014-07-24Provide eeprom(8) on the sparc installation media. Intended to help diagnosingMiod Vallat
2014-07-24+ eepromMiod Vallat
2014-07-24Build machinery to build eeprom(8) for the installation media on arches whereMiod Vallat
2014-07-24Shunt hwupdate property decoding in sparc's old prom (sun4 only) ifMiod Vallat
2014-07-24Unbreak ''route flush'': the kernel now adds local (RTF_LOCAL) routesJeremie Courreges-Anglas
2014-07-24Revert ssp-strong on arm. This has been exposing one or more bugs in GCC thatPascal Stumpf
2014-07-24Plug a memleak by correctly free'ing the HTTP descriptor that containsReyk Floeter
2014-07-24Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze
2014-07-24Fix debug printf, from Nathanael Rensen and chris@.Martin Pieuchot
2014-07-24Remove unused fields from structureReyk Floeter
2014-07-24syncTheo de Raadt
2014-07-24tweak previous: use .Er for ENXIOIngo Schwarze
2014-07-24this is start on documenting bufqs. it covers the bits disk drivers needDavid Gwynne
2014-07-24Steven Roberts sent me a patch updating the various setperf thresholds.Ted Unangst
2014-07-23When canonicalizing the path, it is better to fail on truncation.Reyk Floeter
2014-07-23I wanted to know if people pay attention.Reyk Floeter
2014-07-23The default index page shouldn't be a directory. It's a 500.Reyk Floeter
2014-07-23Don't expose the docroot on error.Reyk Floeter
2014-07-23The media_encoding is not used in parse.y but stack garbage could leadReyk Floeter
2014-07-23First attempt at verifying the request path and the accessReyk Floeter
2014-07-23Make queries using the search list for hostname lookups fail withEric Faurot
2014-07-23Set the console input in polling mode before entering ukc.Martin Pieuchot
2014-07-23level_add_node(): if a memory allocation failure causes us to attempt to cleanMiod Vallat
2014-07-23Make sure PEM_def_callback() correctly handles negative buffer sizes; all usesMiod Vallat