| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify kqueue API slightly. | jlemon | 2000-07-18 | 1 | -2/+2 |
* | Substitute UT_NAMESIZE for 8 when truncating long usernames. | sheldonh | 2000-07-18 | 1 | -1/+3 |
* | Fix header inclusions in preparation for a fix for PR 19886. | sheldonh | 2000-07-18 | 1 | -4/+3 |
* | Drop the references to index(3) and rindex(3), which are non-standard | alex | 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 | des | 2000-07-18 | 1 | -1/+5 |
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 65 | -65/+65 |
* | Deal correctly with statically initialized condition variables in | jasone | 2000-07-17 | 3 | -54/+51 |
* | Reshuffle the SEE ALSO section. | jasone | 2000-07-17 | 9 | -21/+21 |
* | Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and | des | 2000-07-17 | 6 | -113/+236 |
* | Don't forget to set file descriptor to -1 after closing it, since the code | des | 2000-07-17 | 1 | -1/+1 |
* | Use a symbolic constant instead of hardcoding 999 | des | 2000-07-17 | 1 | -10/+11 |
* | Don't forget to declare fetchRestartCalls. | des | 2000-07-17 | 1 | -0/+1 |
* | Introduce the (undocumented) variable fetchRestartCalls, which controls whether | des | 2000-07-17 | 2 | -2/+3 |
* | Remove fetchContentType(), which disappeared in the HTTP rewrite. | des | 2000-07-17 | 1 | -1/+0 |
* | Add SEE ALSO section, as with the other string functions. | alex | 2000-07-17 | 1 | -0/+11 |
* | #ifdef DEBUG -> #ifndef NDEBUG | des | 2000-07-16 | 1 | -2/+2 |
* | Reinsert the MIT copyright, which applies to the base64 code and was | des | 2000-07-16 | 1 | -0/+32 |
* | Make the NAME section a bit less confusing. | ben | 2000-07-15 | 2 | -2/+2 |
* | Sshd writes connected host into utmp directly. If the connection is | ume | 2000-07-14 | 1 | -7/+14 |
* | Add IPv6 scoped address support. | ume | 2000-07-14 | 1 | -1/+0 |
* | Make sbsize a size instead of a number. This allows the usual suffixes | sheldonh | 2000-07-14 | 2 | -2/+2 |
* | Fix typo, teh -> the. | asmodai | 2000-07-14 | 2 | -2/+2 |
* | Fix a bug (misplaced continue) that caused redirects to fail. Lots of code | des | 2000-07-13 | 1 | -16/+29 |
* | - Allow support for MBR boot loaders that are longer than one sector. As | jhb | 2000-07-12 | 6 | -62/+16 |
* | Fully document the HTTP authorization feature. | des | 2000-07-12 | 1 | -12/+18 |
* | Extensive rewrite of the HTTP code. The new code is significantly cleaner and | des | 2000-07-12 | 1 | -446/+685 |
* | Don't call warn() without a format string. | kris | 2000-07-12 | 1 | -1/+1 |
* | Use fetch_putln() | des | 2000-07-11 | 1 | -11/+5 |
* | Add _fetch_putln() | des | 2000-07-11 | 2 | -6/+30 |
* | Don't call printf without a format string. | kris | 2000-07-11 | 1 | -1/+1 |
* | Document that basic authorization now kinda works. | des | 2000-07-11 | 1 | -16/+20 |
* | Rework the authorization code. | des | 2000-07-11 | 1 | -78/+83 |
* | Clean up the debugging output | des | 2000-07-11 | 2 | -12/+3 |
* | Fix typo; sa_siginfo -> sa_sigaction | ben | 2000-07-11 | 1 | -1/+1 |
* | Try and fix the worst of some highly bogus malloc/free resource | peter | 2000-07-11 | 1 | -1/+1 |
* | Free chunks obtained by getaddrinfo(3). | ume | 2000-07-10 | 1 | -0/+1 |
* | Separate parsing code of 229 replies from the code for 227 and 228. | ume | 2000-07-10 | 1 | -6/+13 |
* | Make EPSV work again. Separate parsing code of 229 replies from | ume | 2000-07-10 | 1 | -7/+14 |
* | Actually make it so this Makefile can build grot. | green | 2000-07-10 | 1 | -1/+8 |
* | Add a test case for one of the bugs found on the new additions to | dcs | 2000-07-09 | 1 | -0/+1 |
* | Spencer's regex(3) test code. | dcs | 2000-07-09 | 8 | -0/+1727 |
* | altoffset() always returned whenever it recursed, because at the end | dcs | 2000-07-09 | 1 | -0/+4 |
* | Since g->moffset points to the _maximum_ offset at which the must | dcs | 2000-07-09 | 1 | -1/+1 |
* | Add some casts here and there. | dcs | 2000-07-09 | 1 | -3/+3 |
* | Turn malloc options "AJ" on by default. | phk | 2000-07-09 | 1 | -2/+2 |
* | reject empty scopeid. use strtoul() for checking all-numericness of | itojun | 2000-07-09 | 1 | -8/+15 |
* | First appeared in 2.9BSD, not 3.0. | dannyboy | 2000-07-08 | 1 | -1/+1 |
* | Since we have modified charjump to be CHAR_MIN-based, we have to | dcs | 2000-07-08 | 1 | -1/+2 |
* | Don't assume the remote address in a 227 reply is enclosed in parentheses. | des | 2000-07-08 | 1 | -2/+1 |
* | Fix basic authentication, and add proxy authentication. | des | 2000-07-08 | 1 | -19/+45 |