| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.11.2.3 from -stable to -current | Matthew Dillon | 2000-07-25 | 1 | -6/+21 |
| * | If the server reports the size as 0, treat it as unknown. This works around | Dag-Erling Smørgrav | 2000-07-25 | 1 | -3/+2 |
| * | Centralize the default port finding code. | Dag-Erling Smørgrav | 2000-07-25 | 3 | -33/+43 |
| * | Clean up some nits, with the permission of the author: | Sheldon Hearn | 2000-07-24 | 1 | -7/+14 |
| * | Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since | Sheldon Hearn | 2000-07-22 | 1 | -6/+0 |
| * | Ignore environment variables that are set but empty. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -40/+81 |
| * | Document the proxy support better. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+15 |
| * | The decision to use an HTTP proxy for FTP documents belongs in the FTP code | Dag-Erling Smørgrav | 2000-07-21 | 2 | -13/+24 |
| * | Don't send port number to proxy unless it's not the standard FTP port | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+6 |
| * | Call _thread_init() from pthread_once() if it has not already been called. | Doug Rabson | 2000-07-21 | 3 | -0/+6 |
| * | Use _close() instead of close() in addrconfig() to keep it from becoming a | Jason Evans | 2000-07-21 | 1 | -3/+3 |
| * | Fix problem where original author thought `unsigned long' was the best | David E. O'Brien | 2000-07-20 | 1 | -2/+4 |
| * | Copy canonname for *ahost, into static buffer. | Hajimu UMEMOTO | 2000-07-20 | 1 | -10/+10 |
| * | use .Pp instead of faking it with an extra newline | Alfred Perlstein | 2000-07-20 | 1 | -1/+1 |
| * | document get/set sockopt usage with accept_filter(9) | Alfred Perlstein | 2000-07-20 | 1 | -2/+35 |
| * | Alocate rcmd{,_af}()'s *ahost argument using malloc() (well | Brian Somers | 2000-07-20 | 2 | -3/+14 |
| * | Fix the case where the file name is preceded by a lone slash. | Dag-Erling Smørgrav | 2000-07-20 | 1 | -1/+1 |
| * | Don't try to skip to the requested offset if the server returns more data | Dag-Erling Smørgrav | 2000-07-19 | 1 | -8/+10 |
| * | pthread_once --> pthread_once_t. | Jason Evans | 2000-07-19 | 2 | -2/+2 |
| * | Update stale references to update(4) with references to the new | Sheldon Hearn | 2000-07-19 | 3 | -4/+4 |
| * | To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn't | Hajimu UMEMOTO | 2000-07-19 | 1 | -2/+2 |
| * | Const'ify parameters to ethers(3) routines as appropriate. | Archie Cobbs | 2000-07-18 | 2 | -10/+10 |
| * | Simplify kqueue API slightly. | Jonathan Lemon | 2000-07-18 | 1 | -2/+2 |
| * | Substitute UT_NAMESIZE for 8 when truncating long usernames. | Sheldon Hearn | 2000-07-18 | 1 | -1/+3 |
| * | Fix header inclusions in preparation for a fix for PR 19886. | Sheldon Hearn | 2000-07-18 | 1 | -4/+3 |
| * | Drop the references to index(3) and rindex(3), which are non-standard | Alexander Langer | 2000-07-18 | 9 | -18/+0 |
| * | Don't take a failure to stat a file to mean that it doesn't exist, as it may | Dag-Erling Smørgrav | 2000-07-18 | 1 | -1/+5 |
| * | Change my email address in the copyright notices for the sake of consistency | Jason Evans | 2000-07-18 | 65 | -65/+65 |
| * | Deal correctly with statically initialized condition variables in | Jason Evans | 2000-07-17 | 3 | -54/+51 |
| * | Reshuffle the SEE ALSO section. | Jason Evans | 2000-07-17 | 9 | -21/+21 |
| * | Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and | Dag-Erling Smørgrav | 2000-07-17 | 6 | -113/+236 |
| * | Don't forget to set file descriptor to -1 after closing it, since the code | Dag-Erling Smørgrav | 2000-07-17 | 1 | -1/+1 |
| * | Use a symbolic constant instead of hardcoding 999 | Dag-Erling Smørgrav | 2000-07-17 | 1 | -10/+11 |
| * | Don't forget to declare fetchRestartCalls. | Dag-Erling Smørgrav | 2000-07-17 | 1 | -0/+1 |
| * | Introduce the (undocumented) variable fetchRestartCalls, which controls whether | Dag-Erling Smørgrav | 2000-07-17 | 2 | -2/+3 |
| * | Remove fetchContentType(), which disappeared in the HTTP rewrite. | Dag-Erling Smørgrav | 2000-07-17 | 1 | -1/+0 |
| * | Add SEE ALSO section, as with the other string functions. | Alexander Langer | 2000-07-17 | 1 | -0/+11 |
| * | #ifdef DEBUG -> #ifndef NDEBUG | Dag-Erling Smørgrav | 2000-07-16 | 1 | -2/+2 |
| * | Reinsert the MIT copyright, which applies to the base64 code and was | Dag-Erling Smørgrav | 2000-07-16 | 1 | -0/+32 |
| * | Make the NAME section a bit less confusing. | Ben Smithurst | 2000-07-15 | 2 | -2/+2 |
| * | Sshd writes connected host into utmp directly. If the connection is | Hajimu UMEMOTO | 2000-07-14 | 1 | -7/+14 |
| * | Add IPv6 scoped address support. | Hajimu UMEMOTO | 2000-07-14 | 1 | -1/+0 |
| * | Make sbsize a size instead of a number. This allows the usual suffixes | Sheldon Hearn | 2000-07-14 | 2 | -2/+2 |
| * | Fix typo, teh -> the. | Jeroen Ruigrok van der Werven | 2000-07-14 | 2 | -2/+2 |
| * | Fix a bug (misplaced continue) that caused redirects to fail. Lots of code | Dag-Erling Smørgrav | 2000-07-13 | 1 | -16/+29 |
| * | - Allow support for MBR boot loaders that are longer than one sector. As | John Baldwin | 2000-07-12 | 6 | -62/+16 |
| * | Fully document the HTTP authorization feature. | Dag-Erling Smørgrav | 2000-07-12 | 1 | -12/+18 |
| * | Extensive rewrite of the HTTP code. The new code is significantly cleaner and | Dag-Erling Smørgrav | 2000-07-12 | 1 | -445/+684 |
| * | Don't call warn() without a format string. | Kris Kennaway | 2000-07-12 | 1 | -1/+1 |
| * | Use fetch_putln() | Dag-Erling Smørgrav | 2000-07-11 | 1 | -11/+5 |