aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-transport.c
Commit message (Collapse)AuthorAgeFilesLines
* Initialize the private send_lock. (camel_transport_finalize): Free theJeffrey Stedfast2001-06-281-4/+43
| | | | | | | | | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * camel-transport.c (camel_transport_init): Initialize the private send_lock. (camel_transport_finalize): Free the private send_lock. (camel_transport_get_type): Set the init and finalize functions. (camel_transport_send): Lock the transport. (camel_transport_send_to): Same. * camel-private.h: Add CAMEL_TRANSPORT_(UN)LOCK macros. svn path=/trunk/; revision=10547
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
| | | | | | helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
| | | | svn path=/trunk/; revision=9024
* Merge with camel-async.Peter Williams2000-08-111-17/+11
| | | | svn path=/trunk/; revision=4687
* kill camel-logDan Winship2000-04-191-1/+0
| | | | svn path=/trunk/; revision=2487
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+111
svn path=/trunk/; revision=1921