aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-315-98/+101
* Ready to ship.Eric S. Raymond1996-10-312-7/+2
* Catch up with current bug fixes.Eric S. Raymond1996-10-312-15/+44
* Document the stdio fix.Eric S. Raymond1996-10-311-5/+0
* Typo fixes.Eric S. Raymond1996-10-301-2/+2
* Better documentation.Eric S. Raymond1996-10-302-2/+10
* Get rid of an unnecessary function.Eric S. Raymond1996-10-302-8/+1
* Fix fatal alloca bug.Eric S. Raymond1996-10-303-8/+13
* Fix fgatal alloca bug.Eric S. Raymond1996-10-301-0/+1
* Handle multiple comma-separated local names correctly.Eric S. Raymond1996-10-302-3/+5
* Ready to ship.Eric S. Raymond1996-10-301-1/+1
* Changeover to `poll'.Eric S. Raymond1996-10-305-61/+55
* Version bump.Eric S. Raymond1996-10-302-5/+11
* Seal off some more functions.Eric S. Raymond1996-10-301-4/+4
* Move some forward declarations for better encapsulation.Eric S. Raymond1996-10-292-2/+3
* Don't display canonical name if it hasn't been grabbed.Eric S. Raymond1996-10-291-1/+2
* Make fetchmail -q faster.Eric S. Raymond1996-10-292-2/+3
* More reorganization.Eric S. Raymond1996-10-291-9/+10
* Modularize the main logic a bit.Eric S. Raymond1996-10-291-194/+207
* Not experimental any more.Eric S. Raymond1996-10-291-3/+0
* Add some doc files to the RPM.Eric S. Raymond1996-10-291-0/+2
* Initial revisionEric S. Raymond1996-10-291-0/+44
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-293-10/+34
* smtp_close isn't used any more.Eric S. Raymond1996-10-291-9/+0
* Added -n, --nodetach option.Eric S. Raymond1996-10-295-21/+52
* Timestamp.Eric S. Raymond1996-10-291-1/+1
* Go to patch level 4.Eric S. Raymond1996-10-291-1/+1
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-294-37/+68
* Reorganize slightly.Eric S. Raymond1996-10-281-19/+34
* Correct sttus interpretation.Eric S. Raymond1996-10-282-1/+4
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-0/+3
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-2/+12
* Don't open SMTP connection until it's needed.Eric S. Raymond1996-10-281-17/+18
* Better optimization.Eric S. Raymond1996-10-281-2/+2
* Date the patched releases.Eric S. Raymond1996-10-281-2/+2
* Patchlevel machinery.Eric S. Raymond1996-10-282-1/+16
* Handle nested parentheses in RFC822 comments.Eric S. Raymond1996-10-281-3/+18
* Patchlevel apparatus.Eric S. Raymond1996-10-281-1/+2
* Cleanup for PL3.Eric S. Raymond1996-10-287-49/+81
* Initial revisionEric S. Raymond1996-10-281-0/+762
* Correct mda argument list building.Eric S. Raymond1996-10-271-1/+1
* Correct the defaults logic.Eric S. Raymond1996-10-271-4/+5
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-273-15/+9
* gcc -Wall cleanup.Eric S. Raymond1996-10-2614-112/+158
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-265-33/+31
* Better documentation.Eric S. Raymond1996-10-262-73/+68
* Move the timeout setup.Eric S. Raymond1996-10-261-9/+5
* Major changes of data structure and variable names.Eric S. Raymond1996-10-269-293/+295
* Added filtering by length. Ugh.Eric S. Raymond1996-10-2611-12/+149
* Correctly document the multidrop stuff.Eric S. Raymond1996-10-261-22/+18
id='n551' href='#n551'>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