platform/upstream/glib.git
2010-08-23 David ZeuthenGDBusMethodInvocation: nuke constructor
2010-08-23 Fran DiéguezUpdated galician translations
2010-08-22 Jorge GonzálezUpdated Spanish translation
2010-08-06 David ZeuthenBug 624546 – Modification of GDBusMessage in filter...
2010-08-22 Ask H. LarsenUpdated Danish translation
2010-08-22 Matthias ClasenAdd proxy extension point to overview docs
2010-08-22 Matthias ClasenFix build on !unix
2010-08-22 Matthias ClasenBetter fix for the build problem
2010-08-22 Matthias ClasenMake gdbus-peer build on !linux
2010-08-22 Matthias ClasenFix a duplicate word
2010-08-21 Matthias ClasenAdd some more annotations
2010-08-21 Matthias ClasenImprove test coverage for actions and action groups
2010-08-21 Matthias ClasenDocument behaviour wrt. to floating variants
2010-08-21 Matthias ClasenDocument behaviour wrt to floating variants
2010-08-21 Matthias ClasenAdd some annotations
2010-08-21 Ryan LortieSimplify/fix state logic in GAction, test it.
2010-08-21 Matthias ClasenAdd some forgotten symbols
2010-08-21 Matthias ClasenIgnore some more private headers
2010-08-21 Matthias ClasenFix documentation issues
2010-08-21 Matthias ClasenFix GActionGroup docs
2010-08-21 Милош ПоповићUpdated Serbian translation
2010-08-21 Chao-Hsiung... Updated Traditional Chinese translation(Hong Kong and...
2010-08-20 Yaron ShahrabaniUpdated Hebrew translation.
2010-08-20 Fran DiéguezUpdated galician translations
2010-08-19 Dan WinshipFix misc compiler warnings in (mostly) test programs
2010-08-19 Dan Winshipgio.symbols: add missing g_simple_action_group stuff
2010-08-19 Dan Winshipgproxyaddressenumerator.h: add missing G_END_DECLS
2010-08-19 Nicolas Dufresnegio/proxy: Fixed compilation warnings
2010-08-19 Nicolas DufresneAdd support for g_socket_client_add_application_proxy()
2010-08-19 Nicolas DufresneImplemented SOCKSv4 and SOCKSv4a
2010-08-19 Nicolas DufresneImplemented proxy sample code that connect to proxy
2010-08-19 Nicolas DufresneImplemented g_socket_client_connect_to_uri() method
2010-08-19 Nicolas DufresneHooked proxy enumeration into GSocketClient
2010-08-19 Nicolas DufresneImplement GProxyConnection a GIOStream+GTcpConn wrapper
2010-08-19 Nicolas DufresneImplemented SOCKSv5 proxy support
2010-08-19 Dan WinshipGSocket: store the remote_address when connecting
2010-08-19 Nicolas DufresneExtend IO_ERROR enum for Proxy support
2010-08-19 Nicolas DufresneImplemented proxy sample for all Connectables
2010-08-19 Nicolas DufresneImplemented proxy_enumerate() for all Connectables
2010-08-19 Nicolas DufresneAdded proxy_enumerate method to GSocketConnectable
2010-08-19 Nicolas DufresneAdded GProxyAddressEnumerator to proxy sample code
2010-08-19 Nicolas DufresneAdding GProxyAddressEnumerator class
2010-08-19 Nicolas DufresneAdded GProxy interface for proxy extension point
2010-08-19 Nicolas DufresneAdded method g_network_address_parse_uri()
2010-08-19 Nicolas DufresneImplement GProxyAddress
2010-08-19 Nicolas DufresneImplemented proxy sample code
2010-08-19 Nicolas DufresneImplemented proxy-resolver extension point
2010-08-19 Jorge GonzálezUpdated Spanish translation
2010-08-19 Yaron ShahrabaniUpdated Hebrew translation.
2010-08-18 David ZeuthenBug 627188 – gdbus-non-socket test occasionally fails
2010-08-18 Matthias ClasenMake gunixcredentialsmessage.h standalone includable
2010-08-18 Emmanuele Bassiaction: Minor fixes
2010-08-18 Emmanuele Bassiaction-group: Check aginst the correct GType macro
2010-08-18 David ZeuthenGDBusProxy: Call into well-known name if no name owner...
2010-08-18 David ZeuthenGDBusProxy: Use %, not #, for referencing enum constant...
2010-08-18 Christian PerschG_OPTION_FLAG_NO_ARG is only for callback options
2010-08-18 Ryan Lortieadd GSimpleActionGroup
2010-08-18 Ryan Lortieadd some missed bits in the docs
2010-08-18 Ryan Lortieadd gaction.h to gio.h
2010-08-18 Ryan Lortieadd testcase for GAction
2010-08-18 Ryan Lortieadd GAction base class
2010-08-18 Ryan Lortiegio.symbols: Fix missed symbol name tweak
2010-08-18 Ryan Lortiepad the GActionGroup vtable
2010-08-18 Ryan LortieAdd gactiongroup.h to gio.h
2010-08-18 Ryan Lortieadd GActionGroup base class
2010-08-17 Dan Winshipupdate gio/tests/.gitignore
2010-08-17 Christian PerschPlug a mem leak in GDBusWorker
2010-08-17 Christian PerschPlug a mem leak in gdbus-connection test
2010-08-17 Christian PerschPlug a mem leak in gdbus-connection test
2010-08-17 Christian PerschPlug a mem leak in the gdbus-connection test
2010-08-17 Christian PerschUse g_memory_output_stream_steal_data here
2010-08-17 Christian PerschUse G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritte...
2010-08-17 Christian PerschAdd G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE]
2010-08-17 Christian PerschAdd GZIP header processing to GZlibCompressor/GZlibDeco...
2010-08-17 Christian PerschAdd g_memory_output_stream_steal_data
2010-08-16 Matthias ClasenBump version
2010-08-16 Matthias ClasenFix a typo 2.25.14
2010-08-16 David ZeuthenAdd NEWS item for bug 627071
2010-08-16 David ZeuthenBug 627071 – g_output_stream_write() clarification
2010-08-16 Matthias ClasenMore NEWS
2010-08-16 Matthias ClasenFix a doc format issue
2010-08-16 Matthias ClasenUpdate NEWS for 2.25.14
2010-08-16 David ZeuthenBug 626748 – Use async methods for writing and handle...
2010-08-16 David ZeuthenGSocket: Properly initialize msg.msg_control
2010-08-16 Matthias ClasenDeclare stream base classes as abstract
2010-08-15 Dan WinshipAlways do async vs sync correctly in GSocketConnection...
2010-08-15 Dan WinshipBelatedly add g_socket_client_get/set_timeout to docs...
2010-08-14 Dan WinshipGSocketClient: plug two leaks
2010-08-14 Dan WinshipGSocketClient: add a timeout property
2010-08-14 Will ThompsonAdd examples for GAsyncInitiable and GSimpleAsyncResult
2010-08-14 Will ThompsonDocument that _complete() et al. ref the GSimpleAsyncResult
2010-08-14 Will Thompson_simple_async_result_is_valid: allow tag to be NULL
2010-08-14 Simon McVittieGVariant: be more explicit about adopting and returning...
2010-08-14 Matthias ClasenAdd bug references to some tests
2010-08-14 Matthias ClasenDocument vendor override files
2010-08-14 Matthias ClasenFix doc format errors
2010-08-13 Matthias ClasenAdd tests for async file replace and load
2010-08-13 Matthias ClasenCorrect a comment
2010-08-13 Matthias ClasenAdd an async file create/write/read/delete test
2010-08-13 Matthias ClasenFix a typo, and some doc reformatting
next