aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Better error messages.Eric S. Raymond1998-01-231-4/+35
| | | | svn path=/trunk/; revision=1605
* Discard X-Mozilla-Status lines.Eric S. Raymond1998-01-231-1/+2
| | | | svn path=/trunk/; revision=1604
* Address Dave Bodenstab's bug.Eric S. Raymond1998-01-221-0/+2
| | | | svn path=/trunk/; revision=1601
* Better behavior in absence of bind library.Eric S. Raymond1998-01-181-0/+2
| | | | svn path=/trunk/; revision=1595
* Added smtpaddress option.Eric S. Raymond1998-01-181-10/+11
| | | | svn path=/trunk/; revision=1592
* Prevent core dumps due to simultaneous use of %F and %T.Eric S. Raymond1998-01-181-3/+5
| | | | svn path=/trunk/; revision=1589
* Byrial Jensen's fix to handle NULs.Eric S. Raymond1998-01-171-9/+16
| | | | svn path=/trunk/; revision=1586
* Make sure we don't pclose() a garbage output sink.Eric S. Raymond1998-01-171-4/+13
| | | | svn path=/trunk/; revision=1584
* Hide remotename.Eric S. Raymond1997-12-151-3/+7
| | | | svn path=/trunk/; revision=1570
* Cleanup of numeric option handling.Eric S. Raymond1997-12-141-4/+4
| | | | svn path=/trunk/; revision=1568
* *** empty log message ***Eric S. Raymond1997-12-031-1/+3
| | | | svn path=/trunk/; revision=1561
* Get the date format right.Eric S. Raymond1997-12-031-5/+10
| | | | svn path=/trunk/; revision=1560
* Correct #ifdef.Eric S. Raymond1997-12-031-1/+1
| | | | svn path=/trunk/; revision=1559
* Generate RFC822 dates.Eric S. Raymond1997-12-031-0/+9
| | | | svn path=/trunk/; revision=1555
* Allow multidrop to be handled if all sites have `no dns' on.Eric S. Raymond1997-12-011-15/+8
| | | | svn path=/trunk/; revision=1552
* Ready to ship, I think.Eric S. Raymond1997-11-221-5/+5
| | | | svn path=/trunk/; revision=1538
* Fix buglet in expansion of MDA %-escapes.Eric S. Raymond1997-11-051-0/+21
| | | | svn path=/trunk/; revision=1532
* Various minor bug fixes.Eric S. Raymond1997-10-271-5/+1
| | | | svn path=/trunk/; revision=1530
* Ready to ship.Eric S. Raymond1997-10-231-1/+1
| | | | svn path=/trunk/; revision=1527
* Narrow the error() interface.Eric S. Raymond1997-10-211-1/+4
| | | | svn path=/trunk/; revision=1526
* Handle repolling multiple folders correctly.Eric S. Raymond1997-10-201-0/+1
| | | | svn path=/trunk/; revision=1524
* Luca's bug fixes.Eric S. Raymond1997-10-171-0/+2
| | | | svn path=/trunk/; revision=1522
* Only re-poll when we've had actual dispatches.Eric S. Raymond1997-10-171-3/+13
| | | | svn path=/trunk/; revision=1521
* Wolfgang Wander's patches.Eric S. Raymond1997-10-151-3/+5
| | | | svn path=/trunk/; revision=1516
* Added envelope-skip feature.Eric S. Raymond1997-10-131-1/+8
| | | | svn path=/trunk/; revision=1509
* Fix ETRN mode.Eric S. Raymond1997-10-131-1/+5
| | | | svn path=/trunk/; revision=1507
* Minor fix.Eric S. Raymond1997-10-111-1/+1
| | | | svn path=/trunk/; revision=1502
* -Wall cleanup.Eric S. Raymond1997-10-101-7/+5
| | | | svn path=/trunk/; revision=1497
* Minor tweaks.Eric S. Raymond1997-10-101-0/+2
| | | | svn path=/trunk/; revision=1496
* Handle RFC822 routes.Eric S. Raymond1997-10-091-0/+3
| | | | svn path=/trunk/; revision=1494
* Ooops.Eric S. Raymond1997-10-091-1/+1
| | | | svn path=/trunk/; revision=1493
* Added the --invisible option.Eric S. Raymond1997-10-081-9/+11
| | | | svn path=/trunk/; revision=1492
* Fix the limit/repoll bug.Eric S. Raymond1997-10-081-1/+1
| | | | svn path=/trunk/; revision=1490
* Port fixes.Eric S. Raymond1997-10-081-1/+5
| | | | svn path=/trunk/; revision=1489
* Better behavior on line hits.Eric S. Raymond1997-10-061-0/+2
| | | | svn path=/trunk/; revision=1485
* We don't try to parse the greeting line any more.Eric S. Raymond1997-10-061-87/+10
| | | | svn path=/trunk/; revision=1481
* Silence killed!Eric S. Raymond1997-10-061-1/+4
| | | | svn path=/trunk/; revision=1480
* Length checking on tag generation.Eric S. Raymond1997-10-041-4/+8
| | | | svn path=/trunk/; revision=1473
* Ooops...Eric S. Raymond1997-10-021-1/+1
| | | | svn path=/trunk/; revision=1467
* Lica Olivetti's qvirtual option.Eric S. Raymond1997-10-021-3/+15
| | | | svn path=/trunk/; revision=1465
* Added %F and %T escapes.Eric S. Raymond1997-10-011-24/+56
| | | | svn path=/trunk/; revision=1460
* Prevent buffer overruns in the MDA command.Eric S. Raymond1997-10-011-1/+6
| | | | svn path=/trunk/; revision=1459
* Leave space for the trailing NUL.Eric S. Raymond1997-10-011-1/+1
| | | | svn path=/trunk/; revision=1458
* Don't pass bogus SIZEs.Eric S. Raymond1997-09-301-6/+8
| | | | svn path=/trunk/; revision=1448
* More robust message size queriesEric S. Raymond1997-09-301-0/+4
| | | | svn path=/trunk/; revision=1447
* Fix Received problems.Eric S. Raymond1997-09-301-35/+53
| | | | svn path=/trunk/; revision=1439
* Eliminate the "No mail" message on second and later passes.Eric S. Raymond1997-09-301-8/+12
| | | | svn path=/trunk/; revision=1438
* Smart re-polling support.Eric S. Raymond1997-09-301-267/+284
| | | | svn path=/trunk/; revision=1437
* Get byte-stuiffing and byte-stripping right.Eric S. Raymond1997-09-301-2/+15
| | | | svn path=/trunk/; revision=1436
* Avoid incorrect byte-stuffing.Eric S. Raymond1997-09-301-5/+2
| | | | svn path=/trunk/; revision=1435