CVSROOT: /cvs/gnome Module name: evolution-data-server Changes by: tml 05/12/13 08:54:59
Modified files: camel : ChangeLog camel-tcp-stream.h camel-tcp-stream-ssl.c Log message: 2005-12-13 Tor Lillqvist <[EMAIL PROTECTED]> * camel-tcp-stream.h: Include Winsock headers on Win32. * camel-tcp-stream-ssl.c (set_errno): Most of the network related errno values don't exist in the Win32 C library, so use ifdef around those cases. (stream_read, stream_write): Check PR_GetError() instead of errno. No ETIMEDOUT on Win32, so use the catch-all EIO instead. (cert_fingerprint): The fingerprint is used as a file name, and there can't be colons in file names on Win32, so use underscore instead. (camel_certdb_nss_cert_get, camel_certdb_nss_cert_set): Use gstdio wrappers. Use g_get_home_dir() on Win32 instead of $HOME. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution-data-server&who=tml&date=explicit&mindate=2005-12-13%2008:53&maxdate=2005-12-13%2008:55 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list