summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Fix misc compiler warnings in (mostly) test programsDan Winship2010-08-194-5/+17
* gio.symbols: add missing g_simple_action_group stuffDan Winship2010-08-191-0/+10
* gproxyaddressenumerator.h: add missing G_END_DECLSDan Winship2010-08-191-0/+2
* gio/proxy: Fixed compilation warningsNicolas Dufresne2010-08-192-3/+1
* Add support for g_socket_client_add_application_proxy()Nicolas Dufresne2010-08-193-2/+42
* Implemented SOCKSv4 and SOCKSv4aNicolas Dufresne2010-08-196-0/+675
* Implemented proxy sample code that connect to proxyNicolas Dufresne2010-08-191-0/+83
* Implemented g_socket_client_connect_to_uri() methodNicolas Dufresne2010-08-193-1/+138
* Hooked proxy enumeration into GSocketClientNicolas Dufresne2010-08-193-32/+280
* Implement GProxyConnection a GIOStream+GTcpConn wrapperNicolas Dufresne2010-08-193-0/+226
* Implemented SOCKSv5 proxy supportNicolas Dufresne2010-08-194-0/+1105
* GSocket: store the remote_address when connectingDan Winship2010-08-191-8/+43
* Extend IO_ERROR enum for Proxy supportNicolas Dufresne2010-08-192-1/+34
* Implemented proxy sample for all ConnectablesNicolas Dufresne2010-08-191-19/+290
* Implemented proxy_enumerate() for all ConnectablesNicolas Dufresne2010-08-195-188/+327
* Added proxy_enumerate method to GSocketConnectableNicolas Dufresne2010-08-195-3/+46
* Added GProxyAddressEnumerator to proxy sample codeNicolas Dufresne2010-08-191-0/+133
* Adding GProxyAddressEnumerator classNicolas Dufresne2010-08-196-0/+811
* Added GProxy interface for proxy extension pointNicolas Dufresne2010-08-197-0/+350
* Added method g_network_address_parse_uri()Nicolas Dufresne2010-08-193-0/+302
* Implement GProxyAddressNicolas Dufresne2010-08-196-0/+437
* Implemented proxy sample codeNicolas Dufresne2010-08-193-0/+181
* Implemented proxy-resolver extension pointNicolas Dufresne2010-08-199-0/+579
* Bug 627188 – gdbus-non-socket test occasionally failsDavid Zeuthen2010-08-181-4/+15
* Make gunixcredentialsmessage.h standalone includableMatthias Clasen2010-08-181-2/+1
* action: Minor fixesEmmanuele Bassi2010-08-182-77/+166
* action-group: Check aginst the correct GType macroEmmanuele Bassi2010-08-181-2/+2
* GDBusProxy: Call into well-known name if no name owner currently existsDavid Zeuthen2010-08-181-28/+80
* GDBusProxy: Use %, not #, for referencing enum constants in gtk-doc commentsDavid Zeuthen2010-08-181-6/+6
* add GSimpleActionGroupRyan Lortie2010-08-186-0/+524
* add gaction.h to gio.hRyan Lortie2010-08-181-0/+1
* add testcase for GActionRyan Lortie2010-08-184-3/+91
* add GAction base classRyan Lortie2010-08-185-0/+737
* gio.symbols: Fix missed symbol name tweakRyan Lortie2010-08-181-1/+1
* pad the GActionGroup vtableRyan Lortie2010-08-181-0/+4
* Add gactiongroup.h to gio.hRyan Lortie2010-08-181-0/+1
* add GActionGroup base classRyan Lortie2010-08-186-3/+659
* update gio/tests/.gitignoreDan Winship2010-08-171-0/+1
* Plug a mem leak in GDBusWorkerChristian Persch2010-08-181-0/+2
* Plug a mem leak in gdbus-connection testChristian Persch2010-08-181-0/+1
* Plug a mem leak in gdbus-connection testChristian Persch2010-08-181-0/+1
* Plug a mem leak in the gdbus-connection testChristian Persch2010-08-181-2/+4
* Use g_memory_output_stream_steal_data hereChristian Persch2010-08-181-1/+4
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-184-64/+10
* Add GZIP header processing to GZlibCompressor/GZlibDecompressorChristian Persch2010-08-176-10/+290
* Add g_memory_output_stream_steal_dataChristian Persch2010-08-173-0/+31
* Bug 627071 – g_output_stream_write() clarificationDavid Zeuthen2010-08-161-0/+4
* Bug 626748 – Use async methods for writing and handle EAGAINDavid Zeuthen2010-08-164-154/+592
* GSocket: Properly initialize msg.msg_controlDavid Zeuthen2010-08-161-0/+1
* Declare stream base classes as abstractMatthias Clasen2010-08-165-5/+5