1. 18 Oct, 2003 2 commits
  2. 11 Oct, 2003 1 commit
  3. 10 Oct, 2003 1 commit
  4. 09 Oct, 2003 1 commit
  5. 09 Feb, 2003 1 commit
  6. 23 Dec, 2002 1 commit
  7. 04 Aug, 2002 1 commit
  8. 26 Jul, 2002 1 commit
  9. 02 May, 2001 1 commit
  10. 24 Apr, 2001 1 commit
  11. 02 Feb, 2001 1 commit
    • is known, we can use memcpy() and friends for string manipulations.
      memXXX() functions are builtin in GNU C (gcc) and are much faster
      then the strXXX() counterparts. Small change in the loop to take
      advantage of this.
      
      * pop3d/quit.c : The rfc1939 insist that after a QUIT, we must
      release any resources and close the connection:
      "Whether the removal was successful or not, the server
      then releases any exclusive-access lock on the maildrop
      and closes the TCP connection."  This was not done if error
      occured while expunging, no we will close the connection and
      notify the client of the error(ERR_FILE).
      Alain Magloire authored
  12. 11 Jan, 2001 1 commit
  13. 06 Sep, 2000 1 commit
  14. 02 Sep, 2000 1 commit
  15. 23 Sep, 1999 1 commit
  16. 16 Sep, 1999 1 commit