cleanup
[platform/upstream/glib.git] / gio / gsocketclient.c
2014-08-22 Philip Withnallgsocketclient: Handle cancellation between CONNECTING...
2014-03-23 Olivier CrĂȘtesocketclient: Fix leak
2014-02-01 Matthias ClasenGSocketClient: convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-18 Colin WaltersGSocketClient: For _CONNECTING event, make remote addre...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigio: Use the new private instance data declaration
2013-02-15 Dan WinshipGSocketClient: add missing NULL to g_object_set() call
2013-02-14 Dan WinshipGSocketClient: add proxy-resolver property
2012-10-10 Dan Winshipgio: port networking classes from GSimpleAsyncResult...
2012-08-17 Matthias ClasenMiscellaneous string fixes
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-02-21 David Kingdocs: Correct GSocketClient::event link
2012-02-01 Benjamin Ottedocs: Clarify GSocketClient reuse policy
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-22 Dan WinshipAdd GSocketClient::event, for tracking socket client...
2011-12-22 Dan WinshipAdd g_socket_connection_connect(), etc
2011-11-21 Matthias ClasenGSocketClient: Drop @returns syntax from doc comments
2011-11-18 Nicolas Dufresne[gio] Terminate connect call when application proxy...
2011-11-18 Nicolas DufresneClear proxy address upon retry
2011-11-15 Dan WinshipGSocketClient: improve error messages on connection...
2011-10-17 Ryan Lortiegio static fixups
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-13 Sjoerd SimonsDon't finish gtls connection if the handshake failed
2011-06-04 Matthias ClasenFix links in gio docs
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-20 Thomas Hindoe Paab... docs: fix typos in networking classes
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-29 Pavel HolejsovskyAdd GI annotations to Gio highlevel network functionality
2010-12-07 Benjamin Ottetls: Make g_tls_{client|server}_connection_new() return...
2010-12-07 Dan WinshipClarify that g_socket_client_connect_to_uri() doesn...
2010-11-26 Dan WinshipAdd initial TLS (SSL) support to gio
2010-11-26 Dan Winshipmake GProxyConnection public, as GTcpWrapperConnection
2010-11-03 Christian PerschAdd g_simple_async_report_take_gerror_in_idle
2010-11-03 Christian PerschUse g_simple_async_result_{new_,}take_error
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-10 Dan Winshipg_socket_client_connect_async: fix when g_socket_connec...
2010-08-30 Dan WinshipGSocketClient: fix a crash on cancellation
2010-08-19 Nicolas DufresneAdd support for g_socket_client_add_application_proxy()
2010-08-19 Nicolas DufresneImplemented g_socket_client_connect_to_uri() method
2010-08-19 Nicolas DufresneHooked proxy enumeration into GSocketClient
2010-08-14 Dan WinshipGSocketClient: plug two leaks
2010-08-14 Dan WinshipGSocketClient: add a timeout property
2010-07-29 Eduardo Lima MitevGIO: Add G-I annotations for several methods
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-07-23 Dan WinshipFix leaks in GSocketClient and GThreadedResolver
2009-07-20 Benjamin OttePropagate the right error
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-01 Dan WinshipSupport g_main_context_push_thread_default() in gio
2009-06-30 Dan WinshipAdd GCancellables to GSocket ops
2009-06-12 Benjamin Ottemake all APIs that take inet port arguments take a...
2009-05-27 Matthias ClasenDocumentation and coding style fixups
2009-05-20 Christian PerschUse g_set_error_literal
2009-05-20 Sjoerd SimonsAdd helper functions for connecting to service (#583061)
2009-05-20 Alexander LarssonRemove protocol names, instead use an enum with common...
2009-05-19 Alexander LarssonRename g_socket_check_pending_error to g_socket_check_c...
2009-05-18 Alexander LarssonUpdate the docs for the new network APIs
2009-05-15 Alexander LarssonImport all the highlevel socket classes from gnio