Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-tcp-stream.h
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-13 Matthew BarnesCoding style cleanups.
2010-08-28 Matthew BarnesCoding style and whitespace cleanup.
2010-08-18 Matthew BarnesCoding style and whitespace cleanup.
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
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-02 Federico Mena QuinteroLeave a hint for implementing SOCKS4a/SOCKS5
2010-06-02 Federico Mena QuinteroSetter/getter for the SOCKS proxy
2010-06-02 Federico Mena QuinteroAdd a private struct to CamelTcpStream
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-13 Fridrich Štrba[win32] G_OS_WIN32 cannot be defined if no glib header...
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-04-06 Fridrich ŠtrbaAssure that the G_OS_WIN32 is defined on windows
2010-04-03 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-02 Matthew BarnesLock down Camel headers.
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-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-06-06 Matthew Barnes** Allow e-d-s to build with G_DISABLE_SINGLE_INCLUDES and
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)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-12-13 Tor LillqvistInclude Winsock headers on Win32.
2005-08-31 Harish KrishnaswamyModify License to LGPL
2004-09-24 Not Zed** See bug #47821.
2002-07-31 Jeffrey StedfastUpdate the comment.
2002-04-17 Jeffrey StedfastGet rid of an unused variable.
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
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 StedfastOops. Make this a subclass of CamelTcpStream, not Camel...
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...