summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT andChong Yidong2008-08-051-7/+13
* remove useless if-before-free testsJim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-7/+7
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-1/+0
* Merge from emacs--rel--22Miles Bader2008-02-241-1/+1
|\
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| * (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-11/+4
| * (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-3/+29
* | (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-11/+4
* | (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-3/+29
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ \ | |/
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (socket_connection): Remove AI_ADDRCONFIG.Jan Djärv2007-11-271-1/+1
* | (socket_connection): Move realhost out of #ifdefs.Jan Djärv2007-11-191-5/+13
* | (socket_connection): Use getaddrinfo if available.Jan Djärv2007-11-181-5/+51
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
* (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