| Commit message (Expand) | Author | Age | Files | Lines |
* | Insert fseeks to prevent read-write lossage. | Eric S. Raymond | 1996-11-04 | 1 | -0/+2 |
* | Eliminated socket.h. | Eric S. Raymond | 1996-11-04 | 1 | -1/+0 |
* | Special socket I/O almost gone! | Eric S. Raymond | 1996-11-04 | 1 | -4/+4 |
* | Header cleanup. | Eric S. Raymond | 1996-11-01 | 1 | -1/+1 |
* | STEP 3: File pointer arguments in SockGets()/SockPuts(). | Eric S. Raymond | 1996-10-31 | 1 | -3/+3 |
* | STEP 1: Make all methods take file pointer arguments. | Eric S. Raymond | 1996-10-31 | 1 | -29/+29 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 1 | -4/+9 |
* | Include mx.h, fix a memory leak. | Eric S. Raymond | 1996-10-26 | 1 | -7/+6 |
* | Major changes of data structure and variable names. | Eric S. Raymond | 1996-10-26 | 1 | -27/+27 |
* | Added filtering by length. Ugh. | Eric S. Raymond | 1996-10-26 | 1 | -0/+35 |
* | Cleaner UIDL. | Eric S. Raymond | 1996-10-21 | 1 | -6/+4 |
* | Screem loudly on protocol errors. | Eric S. Raymond | 1996-10-21 | 1 | -5/+7 |
* | Better errorb bailout in the UIDL handling. | Eric S. Raymond | 1996-10-21 | 1 | -5/+8 |
* | Major improvements in --check processing. New-message count is now visible. | Eric S. Raymond | 1996-10-19 | 1 | -2/+12 |
* | Better octet-message parsing. | Eric S. Raymond | 1996-10-19 | 1 | -2/+11 |
* | Remove all those obnoxious block comments. | Eric S. Raymond | 1996-10-17 | 1 | -9/+3 |
* | Fixes for UIDL and Kerberos problems. | Eric S. Raymond | 1996-10-13 | 1 | -20/+8 |
* | Changed copyrights, they're now by reference. | Eric S. Raymond | 1996-10-11 | 1 | -4/+2 |
* | UIDs, take 3. | Eric S. Raymond | 1996-10-10 | 1 | -3/+3 |
* | UIDs, phase 2. | Eric S. Raymond | 1996-10-10 | 1 | -3/+43 |
* | Kerberos integration, stage 3. | Eric S. Raymond | 1996-10-10 | 1 | -13/+0 |
* | Relocate the kerberos code to driver.c. | Eric S. Raymond | 1996-10-10 | 1 | -56/+1 |
* | Chris Hanson's Kerberos support, plus documentation. | Eric S. Raymond | 1996-10-10 | 1 | -1/+69 |
* | Cleaner authentication code. | Eric S. Raymond | 1996-10-09 | 1 | -17/+8 |
* | Let POP3 pick up the message length. | Eric S. Raymond | 1996-10-09 | 1 | -2/+8 |
* | Removed all pretentions to RPOP support. | Eric S. Raymond | 1996-10-09 | 1 | -10/+0 |
* | RC file syntax change, folder->mailbox, remote->remotename. | Eric S. Raymond | 1996-10-04 | 1 | -1/+1 |
* | Avoid SPARC bug. | Eric S. Raymond | 1996-10-04 | 1 | -1/+1 |
* | Avoid SPARC bug. | Eric S. Raymond | 1996-10-04 | 1 | -5/+1 |
* | Reverse order of arguments in OK method. | Eric S. Raymond | 1996-10-02 | 1 | -9/+9 |
* | Simplify the driver main loop. | Eric S. Raymond | 1996-10-01 | 1 | -11/+15 |
* | The great options massacre. | Eric S. Raymond | 1996-09-28 | 1 | -10/+2 |
* | Give up on POP3 UIDs, they're a dead loss. | Eric S. Raymond | 1996-09-28 | 1 | -80/+4 |
* | Better comments. | Eric S. Raymond | 1996-09-28 | 1 | -5/+7 |
* | With any luck, this is a correct implementation of UIDL support. | Eric S. Raymond | 1996-09-28 | 1 | -69/+106 |
* | We know APOP works. Also add a POP3 optimization. | Eric S. Raymond | 1996-09-27 | 1 | -1/+1 |
* | No more rpopid field. | Eric S. Raymond | 1996-09-26 | 1 | -4/+11 |
* | Yet more simplification. | Eric S. Raymond | 1996-09-25 | 1 | -131/+49 |
* | Another simplification. | Eric S. Raymond | 1996-09-25 | 1 | -39/+7 |
* | One more simplification. | Eric S. Raymond | 1996-09-25 | 1 | -36/+4 |
* | Eliminate some unnecessary headers. | Eric S. Raymond | 1996-09-25 | 1 | -9/+0 |
* | The great name change. | Eric S. Raymond | 1996-09-24 | 1 | -2/+2 |
* | Better protection against buffer overruns. | Eric S. Raymond | 1996-09-23 | 1 | -5/+5 |
* | Add RPOP support. | Eric S. Raymond | 1996-09-13 | 1 | -48/+46 |
* | No more `bis'. | Eric S. Raymond | 1996-09-12 | 1 | -1/+1 |
* | exclude --remote from POP3. | Eric S. Raymond | 1996-09-12 | 1 | -0/+5 |
* | Reenable APOP compilation. | Eric S. Raymond | 1996-09-11 | 1 | -1/+1 |
* | Portability cleanup. | Eric S. Raymond | 1996-08-27 | 1 | -5/+0 |
* | Successfully genericized POP3 and IMAP. | Eric S. Raymond | 1996-08-27 | 1 | -0/+226 |
* | Eliminate the dedicated POP3 driver loop. | Eric S. Raymond | 1996-08-27 | 1 | -673/+5 |