summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update gnulibwip/nacho/gnulibIgnacio Casal Quinteiro2015-10-149-1516/+6755
* Updated Basque languageInaki Larranaga Murgoitio2015-10-141-474/+507
* gsocketconnectable: Add a to_string() virtual methodPhilip Withnall2015-10-1311-2/+319
* gio: Add GDatagramBased interface and rebase GSocket on itPhilip Withnall2015-10-1311-1/+807
* gthreadedresolver.c: Fix for Android 5.0+Mike Frysinger2015-10-131-1/+1
* MSVC 2010+ builds: Explicitly use /LTCGChun-wei Fan2015-10-1314-24/+54
* gobject: Further optimize MSVC buildsChun-wei Fan2015-10-122-10/+0
* gobject: MSVC builds-improve optimization a bitChun-wei Fan2015-10-122-4/+4
* gobject: use a DllMain to initialize gobject on windowsIgnacio Casal Quinteiro2015-10-111-25/+61
* docs: Improve the text on G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_STARTDebarshi Ray2015-10-091-4/+4
* goutputstream: Report input stream read failure correctlyJohn Hiesey2015-10-081-1/+2
* Change message system to use fputs instead of writeIgnacio Casal Quinteiro2015-10-081-22/+19
* gparamspecs: Mark g_param_spec_string()’s default value as (nullable)Philip Withnall2015-10-081-1/+1
* Maintain the struct order when initializingEmmanuele Bassi2015-10-081-3/+3
* gerror: Add (optional) annotation to g_propagate_error()Philip Withnall2015-10-081-2/+4
* gstrfuncs: Add missing annotations to g_[ascii_]strto*() functionsPhilip Withnall2015-10-081-8/+8
* Call glib_init from the gobject constructorMatthias Clasen2015-10-071-0/+6
* Export glib_init via GLIB_PRIVATE_CALLMatthias Clasen2015-10-074-1/+8
* Make glib_init safe to call more than onceMatthias Clasen2015-10-071-0/+7
* gwin32.c: Avoid deprecated Win32 API usageChun-wei Fan2015-10-071-31/+74
* Update Unicode test data for Unicode 8Matthias Clasen2015-10-062-4/+429
* gdbusconnection: Add missing (nullable) to get_peer_credentials()Philip Withnall2015-10-061-2/+2
* GDesktopAppInfo: Do not set the DISPLAY in gioOlivier Fourdan2015-10-051-11/+2
* gsocket: Fix g_socket_send_messages_with_timeout() on win32Philip Withnall2015-10-051-6/+39
* docs: misc spellingMarc-André Lureau2015-10-051-1/+1
* testutils: remove internal ABI commentMarc-André Lureau2015-10-051-2/+5
* gio/goscket.c: Fix build on WindowsChun-wei Fan2015-10-051-0/+3
* gunixsocketaddress: Clarify construction behaviour of anonymous addrsPhilip Withnall2015-10-041-0/+3
* Update to Unicode 8.0Matthias Clasen2015-10-048-925/+2475
* gsocket: Minor documentation clarificationsPhilip Withnall2015-10-041-5/+6
* gsocket: Fix connected state if shutting down in two stepsPhilip Withnall2015-10-041-8/+23
* gkeyfile: Remove dead code and unused string literalsPhilip Withnall2015-10-031-4/+4
* gdbusaddress: Fix memory leak when G_DBUS_DEBUG_ADDRESS is enabledPhilip Withnall2015-10-031-6/+8
* gsocks5proxy: Fix error reporting in authenticationPhilip Withnall2015-10-031-1/+1
* gresource-tool: Fix minor memory leak when listing resourcesPhilip Withnall2015-10-031-1/+4
* glib-genmarshal: Fix memory leak with --prefixPhilip Withnall2015-10-031-2/+2
* gtlscertificate: Fix error reporting if a GError is not passed inPhilip Withnall2015-10-031-3/+8
* glocalfile: Fix memory leak in find_topdir_for()Philip Withnall2015-10-031-1/+5
* Allow passing unset GValues to g_value_unset()Dan Winship2015-10-024-8/+42
* Revert "gvalue: Add g_value_clear method"Dan Winship2015-10-023-23/+0
* Revert "gvalue: Use g_value_clear as clear function"Dan Winship2015-10-021-1/+1
* Revert "gvalue: Improve _unset() documentation"Dan Winship2015-10-021-3/+1
* Skip g_bytes_new_with_free_func() in introspectionMikhail Zabaluev2015-10-011-1/+1
* gbytes: fix up annotationsMikhail Zabaluev2015-10-011-11/+12
* docs: Tidy up GObject construction discussion in the GObject tutorialPhilip Withnall2015-10-011-7/+16
* gio: Add G_IO_ERROR_MESSAGE_TOO_LARGEOlivier Crête2015-10-012-1/+12
* gsocket: Fix error behaviour of g_socket_send_messages()Philip Withnall2015-10-012-23/+30
* gsocket: Add g_socket_receive_messages()Philip Withnall2015-10-016-3/+467
* gsocket: Switch internal functions from blocking booleans to timeoutsPhilip Withnall2015-10-011-148/+243
* gsocket: Factor out blocking parameter from g_socket_receive_message()Philip Withnall2015-10-011-92/+122