aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change the autoproble order.Eric S. Raymond1996-09-281-2/+2
* Better comments.Eric S. Raymond1996-09-281-5/+7
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-287-154/+214
* Initial revisionEric S. Raymond1996-09-281-0/+207
* Code reorganization, to make it easier for the new UIDL support.Eric S. Raymond1996-09-271-35/+45
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-275-6/+23
* Corrected date.Eric S. Raymond1996-09-261-1/+1
* No more rpopid field.Eric S. Raymond1996-09-267-19/+20
* Teach it to do rpop.Eric S. Raymond1996-09-261-0/+1
* Add code to bind to privileged port as needed for RPOP.Eric S. Raymond1996-09-263-1/+35
* Reorganize to speed up typical case.Eric S. Raymond1996-09-261-37/+43
* Quiet the program.Eric S. Raymond1996-09-261-1/+1
* Even more improved sizeticker.Eric S. Raymond1996-09-261-1/+1
* Even more improved sizeticker.Eric S. Raymond1996-09-262-3/+5
* Economize on buffer space.Eric S. Raymond1996-09-261-5/+3
* Get the version info right.Eric S. Raymond1996-09-251-1/+1
* We can date things now.Eric S. Raymond1996-09-251-1/+1
* We can date things now.Eric S. Raymond1996-09-251-6/+6
* Updated documentation.Eric S. Raymond1996-09-252-13/+19
* Updated documentation.Eric S. Raymond1996-09-252-3/+11
* Correct a prompt.Eric S. Raymond1996-09-251-1/+1
* Name of run control file changed.Eric S. Raymond1996-09-252-41/+40
* Change the `explicit' option to `skip'.Eric S. Raymond1996-09-257-15/+17
* Make `explicit' work now.Eric S. Raymond1996-09-252-4/+21
* Explicit option is documented and set up in the data structure,Eric S. Raymond1996-09-256-6/+30
* Expanded TO DO list.Eric S. Raymond1996-09-251-0/+2
* Expanded TO DO list.Eric S. Raymond1996-09-251-3/+4
* Add a security warning.Eric S. Raymond1996-09-251-8/+13
* Note a feature change.Eric S. Raymond1996-09-251-0/+4
* Move Chris Newman's criticism here.Eric S. Raymond1996-09-251-0/+44
* Gotcha.Eric S. Raymond1996-09-251-48/+6
* Typo fix.Eric S. Raymond1996-09-251-1/+1
* Change installation production.Eric S. Raymond1996-09-251-1/+1
* Reorganize to eliminate forward declarations.Eric S. Raymond1996-09-251-2/+3
* Eliminate an #ifdef.Eric S. Raymond1996-09-251-282/+278
* Eliminate unnecessary verbiage.Eric S. Raymond1996-09-251-6/+0
* Prevent buffer overun.Eric S. Raymond1996-09-251-1/+1
* Yet more simplification.Eric S. Raymond1996-09-251-131/+49
* Another simplification.Eric S. Raymond1996-09-251-39/+7
* One more simplification.Eric S. Raymond1996-09-251-36/+4
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-254-52/+8
* POP2 now goes through the generic driver.Eric S. Raymond1996-09-254-530/+132
* Minor fixes.Eric S. Raymond1996-09-241-2/+5
* Quiet the program down a bit.Eric S. Raymond1996-09-243-10/+19
* Corrections.Eric S. Raymond1996-09-241-39/+40
* Added a needed prototype.Eric S. Raymond1996-09-241-1/+1
* Prevent buffer overrun.Eric S. Raymond1996-09-241-1/+1
* Eliminated the errorcodes file.Eric S. Raymond1996-09-241-3/+2
* *** empty log message ***Eric S. Raymond1996-09-242-6/+7
* *** empty log message ***Eric S. Raymond1996-09-243-7/+5
549'>549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745