Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-tcp-stream.c
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2011-07-04 Matthew BarnesCamel: Fix Gtk-Doc notation in comment blocks.
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2011-02-19 Matthew BarnesCamelTcpStream cleanups.
2011-01-30 Matthew BarnesCamelTcpStream: Fix dead initialization.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-11 Matthew BarnesUpdate API documentation.
2010-08-18 Matthew BarnesCoding style and whitespace cleanup.
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-08-02 Matthew BarnesReplace "Since: 3.0" with "Since: 2.32".
2010-07-23 Federico Mena QuinteroNew method CamelTcpStream::get_file_desc()
2010-07-23 Federico Mena QuinteroDo name resolution inside camel_tcp_stream_connect()
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-06-06 Matthew BarnesMore Gtk-Doc updates.
2010-06-03 Fridrich ŠtrbaMaking e-d-s build on Windows and also build on other...
2010-06-02 Federico Mena QuinteroSanitize empty-string proxy hostnames at the API entry...
2010-06-02 Federico Mena QuinteroSetter/getter for the SOCKS proxy
2010-06-02 Federico Mena QuinteroAdd a private struct to CamelTcpStream
2010-06-02 Federico Mena QuinteroAdd camel_tcp_stream_set/get_socks_proxy()
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-10 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-06 Fridrich Štrba[win32] Trying to remove inclusion of win32 headers...
2010-03-14 Matthew BarnesAdd "Since: 2.22" tags to the API documentation.
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2008-07-23 Matthew Barnes** Fix a bunch of Gtk-Doc warnings in Camel.
2008-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-09 Jeffrey Stedfastgtk-doc stuff
2004-09-24 Not Zed** See bug #47821.
2002-07-31 Jeffrey StedfastUpdate the comment.
2002-07-23 Jeffrey Stedfast#include <string.h> for memcpy.
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-11 1Removed charset/locale charset lookup and iconv_open...
2001-10-05 Jeffrey StedfastTurn off warnings. (get_name): Same.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-16 Jeffrey StedfastPrint info about the issuer of the certificate.
2001-03-14 Jeffrey StedfastNumerous fixes to get it to build correctly with NSS...
2001-01-16 Jeffrey StedfastIf the close() is successful, set the fd to -1.
2001-01-14 Jeffrey StedfastImplemented. (stream_setsockopt): Implemented.
2001-01-14 Jeffrey StedfastNew abstract class for TCP streams. The next step is...