summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
Commit message (Expand)AuthorAgeFilesLines
* (pop_open, socket_connection, KPOP_SERVICE): AddedFrancesco Potortì2006-05-231-3/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Don't include des.h (or variants thereof); krb.h will do it.Ken Raeburn2005-07-131-17/+18
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (__P): Renamed from _P to avoid problems on Cygwin.Kim F. Storm2003-01-051-11/+11
* (socket_connection): Move the code to resolve the POPEli Zaretskii2002-05-171-11/+11
* Remove unnecessary whitespaces.Pavel Janík2001-12-301-15/+15
* Include <config.h>.Pavel Janík2001-12-291-1/+1
* commentDave Love2000-06-201-1/+2
* (ERROR_MAX): Increase to 160.Dave Love2000-05-211-1/+2
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-191-12/+1
* Use "pop3" as the POP service name on all platforms,Gerd Moellmann1999-10-101-4/+0
* Undo previous change.Richard M. Stallman1998-05-251-978/+20
* Integrate support for GSS-APIKarl Heuer1998-04-061-20/+978
* (pop_getline): Renamed from getline.Richard M. Stallman1998-03-261-13/+13
* Allow messages retrieved from the POPKarl Heuer1997-12-041-67/+109
* (fullwrite): Get rid of an extra call to write. ProblemKarl Heuer1997-10-311-2/+2
* Use system header files instead of declaring C-libraryKarl Heuer1997-09-251-7/+7
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-07-281-45/+68
* (getline): Don't miss CRLF pairs when the CR and LF areRichard M. Stallman1997-05-061-1/+3
* (socket_connection): Free realhost after using it.Richard M. Stallman1996-12-161-0/+1
* gethostbyname() may return a pointer to static data, which isCharles Hannum1996-11-211-2/+4
* Reverse conditional in previous change.Richard M. Stallman1996-08-261-3/+3
* Include des.h krb.h with no dir name if SOLARIS2.Richard M. Stallman1996-08-251-0/+5
* (SEND, RECV): Renamed from send, recv.Richard M. Stallman1996-04-291-12/+14
* [WINDOWSNT]: Include winsock.h and ntlib.h.Richard M. Stallman1996-04-281-9/+48
* (pop_retrieve, getline): Avoid type clashes.Karl Heuer1996-01-201-3/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-3/+3
* (getline): When a search of already-read input for CRLFRichard M. Stallman1994-10-241-3/+16
* Only include ../src/config.h if HAVE_CONFIG_H isRichard M. Stallman1994-10-191-32/+45
* Fix mismatch in conditionals.Richard M. Stallman1994-10-181-7/+9
* (open, close, read, write): Add #undefs.Richard M. Stallman1994-10-181-0/+5
* Include ../src/config.h.Richard M. Stallman1994-10-181-0/+3
* Don't declare malloc, realloc, free.Richard M. Stallman1994-10-181-10/+8
* Initial revisionRichard M. Stallman1994-09-271-0/+1470