Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify error reporting further. | Eric S. Raymond | 1999-02-03 | 1 | -9/+8 |
* | Return of the dancing progress dots. | Eric S. Raymond | 1999-02-01 | 1 | -7/+8 |
* | Progress messages now go to stdout. | Eric S. Raymond | 1999-01-05 | 1 | -10/+7 |
* | Michael Warfield's IPv6 fixes. | Eric S. Raymond | 1999-01-03 | 1 | -1/+1 |
* | Gunther Leber's fixes. | Eric S. Raymond | 1999-01-02 | 1 | -10/+30 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1998-12-15 | 1 | -19/+16 |
* | Enable build without socketpair. | Eric S. Raymond | 1998-12-15 | 1 | -0/+6 |
* | Fix copyrights. | Eric S. Raymond | 1998-12-04 | 1 | -2/+1 |
* | Internationalization support via GNU gettext(). | Eric S. Raymond | 1998-11-26 | 1 | -5/+8 |
* | Added plugin/plugout option. | Eric S. Raymond | 1998-11-02 | 1 | -24/+61 |
* | Jonathan T. Agnew's massive code cleanup. | Eric S. Raymond | 1998-10-26 | 1 | -13/+37 |
* | SockClose() abstraction. | Eric S. Raymond | 1998-07-25 | 1 | -0/+7 |
* | Fixes from Craig. | Eric S. Raymond | 1998-02-24 | 1 | -2/+4 |
* | Craig's patches in response to cmetz3. | Eric S. Raymond | 1998-02-21 | 1 | -7/+13 |
* | Add option arg to IPv4 code. | Eric S. Raymond | 1998-02-20 | 1 | -2/+2 |
* | Security relabeling. | Eric S. Raymond | 1998-02-20 | 1 | -9/+9 |
* | This went to Craig Metz. | Eric S. Raymond | 1998-02-18 | 1 | -9/+10 |
* | Document a bug. | Eric S. Raymond | 1998-02-16 | 1 | -0/+6 |
* | Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff. | Eric S. Raymond | 1998-02-16 | 1 | -0/+35 |
* | Ready to ship. | Eric S. Raymond | 1997-10-23 | 1 | -1/+1 |
* | More portation changes. | Eric S. Raymond | 1997-09-17 | 1 | -4/+3 |
* | inet_aton. | Eric S. Raymond | 1997-09-04 | 1 | -1/+22 |
* | Use inet_aton. | Eric S. Raymond | 1997-09-03 | 1 | -13/+1 |
* | Prevent buffer spamming. | Eric S. Raymond | 1997-09-03 | 1 | -1/+7 |
* | Better bounds checking. | Eric S. Raymond | 1997-07-24 | 1 | -0/+4 |
* | Some configuration cleanup. | Eric S. Raymond | 1997-07-01 | 1 | -2/+1 |
* | Yet cleaner read code. | Eric S. Raymond | 1997-05-14 | 1 | -14/+6 |
* | Cleaner version of SockRead. | Eric S. Raymond | 1997-05-14 | 1 | -8/+6 |
* | Return correct length of data read. | Eric S. Raymond | 1997-05-13 | 1 | -4/+14 |
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -28/+28 |
* | Hacks for avoiding compiler warnings under SunOS. | Eric S. Raymond | 1997-04-29 | 1 | -0/+4 |
* | Janos Farkas's fixes. | Eric S. Raymond | 1997-02-18 | 1 | -1/+2 |
* | One step towards proper continuation handling. | Eric S. Raymond | 1997-01-16 | 1 | -0/+12 |
* | Give up on trying to use stdio. | Eric S. Raymond | 1997-01-10 | 1 | -59/+0 |
* | Cameron's speedup diff for socket.c. | Eric S. Raymond | 1997-01-08 | 1 | -13/+21 |
* | This version works. | Eric S. Raymond | 1996-12-30 | 1 | -1/+11 |
* | Comment fix. | Eric S. Raymond | 1996-12-30 | 1 | -2/+1 |
* | This version seems to work. | Eric S. Raymond | 1996-12-30 | 1 | -3/+9 |
* | Add useful comment. | Eric S. Raymond | 1996-12-25 | 1 | -0/+2 |
* | Include test code. | Eric S. Raymond | 1996-12-25 | 1 | -13/+21 |
* | This features both methods. | Eric S. Raymond | 1996-12-24 | 1 | -11/+40 |
* | Drop back to using SockGets/SockWrite. | Eric S. Raymond | 1996-12-24 | 1 | -22/+77 |
* | A version of setvbuf that works. | Eric S. Raymond | 1996-12-23 | 1 | -17/+2 |
* | Include test code. | Eric S. Raymond | 1996-12-21 | 1 | -6/+27 |
* | Correct a horrible bug. | Eric S. Raymond | 1996-12-21 | 1 | -1/+6 |
* | Emergency buffering removal. | Eric S. Raymond | 1996-12-21 | 1 | -0/+5 |
* | Line-buffer all socket streams. | Eric S. Raymond | 1996-12-19 | 1 | -9/+7 |
* | SockGets is gone. | Eric S. Raymond | 1996-12-17 | 1 | -21/+2 |
* | Yes! True stdio buffering at last!. | Eric S. Raymond | 1996-12-16 | 1 | -45/+12 |
* | All right! True stdio buffering at last! | Eric S. Raymond | 1996-12-16 | 1 | -24/+7 |