summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the case where the file name is preceded by a lone slash.des2000-07-201-1/+1
* Don't try to skip to the requested offset if the server returns more datades2000-07-191-8/+10
* pthread_once --> pthread_once_t.jasone2000-07-192-2/+2
* Update stale references to update(4) with references to the newsheldonh2000-07-193-4/+4
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tume2000-07-191-2/+2
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-182-10/+10
* Simplify kqueue API slightly.jlemon2000-07-181-2/+2
* Substitute UT_NAMESIZE for 8 when truncating long usernames.sheldonh2000-07-181-1/+3
* Fix header inclusions in preparation for a fix for PR 19886.sheldonh2000-07-181-4/+3
* Drop the references to index(3) and rindex(3), which are non-standardalex2000-07-189-18/+0
* Don't take a failure to stat a file to mean that it doesn't exist, as it maydes2000-07-181-1/+5
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-1865-65/+65
* Deal correctly with statically initialized condition variables injasone2000-07-173-54/+51
* Reshuffle the SEE ALSO section.jasone2000-07-179-21/+21
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() anddes2000-07-176-113/+236
* Don't forget to set file descriptor to -1 after closing it, since the codedes2000-07-171-1/+1
* Use a symbolic constant instead of hardcoding 999des2000-07-171-10/+11
* Don't forget to declare fetchRestartCalls.des2000-07-171-0/+1
* Introduce the (undocumented) variable fetchRestartCalls, which controls whetherdes2000-07-172-2/+3
* Remove fetchContentType(), which disappeared in the HTTP rewrite.des2000-07-171-1/+0
* Add SEE ALSO section, as with the other string functions.alex2000-07-171-0/+11
* #ifdef DEBUG -> #ifndef NDEBUGdes2000-07-161-2/+2
* Reinsert the MIT copyright, which applies to the base64 code and wasdes2000-07-161-0/+32
* Make the NAME section a bit less confusing.ben2000-07-152-2/+2
* Sshd writes connected host into utmp directly. If the connection isume2000-07-141-7/+14
* Add IPv6 scoped address support.ume2000-07-141-1/+0
* Make sbsize a size instead of a number. This allows the usual suffixessheldonh2000-07-142-2/+2
* Fix typo, teh -> the.asmodai2000-07-142-2/+2
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codedes2000-07-131-16/+29
* - Allow support for MBR boot loaders that are longer than one sector. Asjhb2000-07-126-62/+16
* Fully document the HTTP authorization feature.des2000-07-121-12/+18
* Extensive rewrite of the HTTP code. The new code is significantly cleaner anddes2000-07-121-446/+685
* Don't call warn() without a format string.kris2000-07-121-1/+1
* Use fetch_putln()des2000-07-111-11/+5
* Add _fetch_putln()des2000-07-112-6/+30
* Don't call printf without a format string.kris2000-07-111-1/+1
* Document that basic authorization now kinda works.des2000-07-111-16/+20
* Rework the authorization code.des2000-07-111-78/+83
* Clean up the debugging outputdes2000-07-112-12/+3
* Fix typo; sa_siginfo -> sa_sigactionben2000-07-111-1/+1
* Try and fix the worst of some highly bogus malloc/free resourcepeter2000-07-111-1/+1
* Free chunks obtained by getaddrinfo(3).ume2000-07-101-0/+1
* Separate parsing code of 229 replies from the code for 227 and 228.ume2000-07-101-6/+13
* Make EPSV work again. Separate parsing code of 229 replies fromume2000-07-101-7/+14
* Actually make it so this Makefile can build grot.green2000-07-101-1/+8
* Add a test case for one of the bugs found on the new additions todcs2000-07-091-0/+1
* Spencer's regex(3) test code.dcs2000-07-098-0/+1727
* altoffset() always returned whenever it recursed, because at the enddcs2000-07-091-0/+4
* Since g->moffset points to the _maximum_ offset at which the mustdcs2000-07-091-1/+1
* Add some casts here and there.dcs2000-07-091-3/+3
OpenPOWER on IntegriCloud