aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Clean up some nits, with the permission of the author:Sheldon Hearn2000-07-241-7/+14
* Remove the reference to KERN_UPDATEINTERVAL and syncer(4), sinceSheldon Hearn2000-07-221-6/+0
* Ignore environment variables that are set but empty.Dag-Erling Smørgrav2000-07-211-40/+81
* Document the proxy support better.Dag-Erling Smørgrav2000-07-211-2/+15
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codeDag-Erling Smørgrav2000-07-212-13/+24
* Don't send port number to proxy unless it's not the standard FTP portDag-Erling Smørgrav2000-07-211-2/+6
* Call _thread_init() from pthread_once() if it has not already been called.Doug Rabson2000-07-213-0/+6
* Use _close() instead of close() in addrconfig() to keep it from becoming aJason Evans2000-07-211-3/+3
* Fix problem where original author thought `unsigned long' was the bestDavid E. O'Brien2000-07-201-2/+4
* Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO2000-07-201-10/+10
* use .Pp instead of faking it with an extra newlineAlfred Perlstein2000-07-201-1/+1
* document get/set sockopt usage with accept_filter(9)Alfred Perlstein2000-07-201-2/+35
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellBrian Somers2000-07-202-3/+14
* Fix the case where the file name is preceded by a lone slash.Dag-Erling Smørgrav2000-07-201-1/+1
* Don't try to skip to the requested offset if the server returns more dataDag-Erling Smørgrav2000-07-191-8/+10
* pthread_once --> pthread_once_t.Jason Evans2000-07-192-2/+2
* Update stale references to update(4) with references to the newSheldon Hearn2000-07-193-4/+4
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tHajimu UMEMOTO2000-07-191-2/+2
* Const'ify parameters to ethers(3) routines as appropriate.Archie Cobbs2000-07-182-10/+10
* Simplify kqueue API slightly.Jonathan Lemon2000-07-181-2/+2
* Substitute UT_NAMESIZE for 8 when truncating long usernames.Sheldon Hearn2000-07-181-1/+3
* Fix header inclusions in preparation for a fix for PR 19886.Sheldon Hearn2000-07-181-4/+3
* Drop the references to index(3) and rindex(3), which are non-standardAlexander Langer2000-07-189-18/+0
* Don't take a failure to stat a file to mean that it doesn't exist, as it mayDag-Erling Smørgrav2000-07-181-1/+5
* Change my email address in the copyright notices for the sake of consistencyJason Evans2000-07-1865-65/+65
* Deal correctly with statically initialized condition variables inJason Evans2000-07-173-54/+51
* Reshuffle the SEE ALSO section.Jason Evans2000-07-179-21/+21
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() andDag-Erling Smørgrav2000-07-176-113/+236
* Don't forget to set file descriptor to -1 after closing it, since the codeDag-Erling Smørgrav2000-07-171-1/+1
* Use a symbolic constant instead of hardcoding 999Dag-Erling Smørgrav2000-07-171-10/+11
* Don't forget to declare fetchRestartCalls.Dag-Erling Smørgrav2000-07-171-0/+1
* Introduce the (undocumented) variable fetchRestartCalls, which controls whetherDag-Erling Smørgrav2000-07-172-2/+3
* Remove fetchContentType(), which disappeared in the HTTP rewrite.Dag-Erling Smørgrav2000-07-171-1/+0
* Add SEE ALSO section, as with the other string functions.Alexander Langer2000-07-171-0/+11
* #ifdef DEBUG -> #ifndef NDEBUGDag-Erling Smørgrav2000-07-161-2/+2
* Reinsert the MIT copyright, which applies to the base64 code and wasDag-Erling Smørgrav2000-07-161-0/+32
* Make the NAME section a bit less confusing.Ben Smithurst2000-07-152-2/+2
* Sshd writes connected host into utmp directly. If the connection isHajimu UMEMOTO2000-07-141-7/+14
* Add IPv6 scoped address support.Hajimu UMEMOTO2000-07-141-1/+0
* Make sbsize a size instead of a number. This allows the usual suffixesSheldon Hearn2000-07-142-2/+2
* Fix typo, teh -> the.Jeroen Ruigrok van der Werven2000-07-142-2/+2
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codeDag-Erling Smørgrav2000-07-131-16/+29
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-126-62/+16
* Fully document the HTTP authorization feature.Dag-Erling Smørgrav2000-07-121-12/+18
* Extensive rewrite of the HTTP code. The new code is significantly cleaner andDag-Erling Smørgrav2000-07-121-446/+685
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1
* Use fetch_putln()Dag-Erling Smørgrav2000-07-111-11/+5
* Add _fetch_putln()Dag-Erling Smørgrav2000-07-112-6/+30
* Don't call printf without a format string.Kris Kennaway2000-07-111-1/+1
* Document that basic authorization now kinda works.Dag-Erling Smørgrav2000-07-111-16/+20