summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gio: port to use guri functionswip/danw/guriDan Winship2014-11-227-338/+44
* guri: new URI parsing and generating functionsDan Winship2014-11-2214-457/+3291
* GTlsClientConnection: loosen the semantics of "use-ssl3"Dan Winship2014-11-221-7/+12
* GSettings Registry Backend: Init cache_lock EarlierChun-wei Fan2014-11-201-7/+6
* gsettingsschema: Print the string that failed to parseChristian Persch2014-11-201-1/+1
* GSettings: delay backend subscriptionRyan Lortie2014-11-192-4/+56
* glib: Improve documentation for g_strfreev()Alberto Ruiz2014-11-181-3/+5
* Updated Norwegian bokmål translation.Kjartan Maraas2014-11-151-169/+171
* gapplication: enable --help when app has optionsLars Uebernickel2014-11-152-14/+59
* docs: Add missing opening parenthesisDavid King2014-11-131-1/+1
* docs: Update GParamFlags docs.Volker Sobek2014-11-101-1/+1
* Simplify code that uses g_queue_insert_before() and insert_after()Sébastien Wilmet2014-11-092-17/+4
* GQueue: accept a NULL sibling for insert_before() and insert_after()Sébastien Wilmet2014-11-092-11/+26
* gnetworking.h.win32: Move "#undef interface"Chun-wei Fan2014-11-031-1/+1
* gnetworking.h.in: move "#undef interface"Dan Winship2014-11-021-1/+1
* GTlsCertificate: fix loading of bad certificate chainsDan Winship2014-11-011-6/+6
* doc: Clarify documentation regarding g_file_replace and etagsRoss Lagerwall2014-10-301-8/+8
* gio: Prevent hang writing to a large GMemoryBufferRoss Lagerwall2014-10-301-10/+8
* gio: Prevent hang writing to a large GMemoryOutputStreamRoss Lagerwall2014-10-301-10/+8
* gmain: don't pass the same fd to g_poll() multiple timesDan Winship2014-10-293-60/+222
* GDBusInterfaceVTable: clarify memory handling for the method() virtual functionOwen W. Taylor2014-10-281-1/+11
* Updates for 2.43.02.43.0Matthias Clasen2014-10-271-0/+40
* gcancellable: Clarify that GSources hold references to GCancellablesPhilip Withnall2014-10-271-0/+2
* Guard g_inet_address_mask_equal against invalid inputErik van Pienbroek2014-10-261-0/+3
* gio/tests/tls-certificates: fixDan Winship2014-10-251-2/+14
* gfile: g_file_equal (x, x) is TRUEBenjamin Otte2014-10-211-0/+3
* Add tests for {read,write}_all_async()Ryan Lortie2014-10-213-0/+260
* docs: explain inconsistency of _{read,write}_all()Ryan Lortie2014-10-212-4/+17
* Add g_output_stream_write_all_async()Ryan Lortie2014-10-212-0/+199
* Add g_input_stream_read_all_async()Ryan Lortie2014-10-212-0/+194
* Fix another ancient docs typoMichael Catanzaro2014-10-201-1/+1
* GApplication: ignore --help if not handling argsRyan Lortie2014-10-201-1/+7
* GOption: stop calling getopt()Ryan Lortie2014-10-201-12/+3
* GHashTable: small docs fixRyan Lortie2014-10-171-2/+2
* Allow hash table destroy notifiers to remove other entriesBenjamin Berg2014-10-172-21/+125
* docs: Add missing get_type() reference to gio.typesEmmanuele Bassi2014-10-171-0/+1
* GOption: add strict posix modeRyan Lortie2014-10-153-0/+144
* GApplication: Plug a memory leakMatthias Clasen2014-10-141-0/+2
* gdesktopappinfo: Fix copy/paste typo from e24e89bJasper St. Pierre2014-10-141-1/+1
* gfile: Clarify docsBenjamin Otte2014-10-121-1/+4
* Bump version to 2.43.0Benjamin Otte2014-10-121-1/+1
* signal: Keep only one list of emissionsBenjamin Otte2014-10-121-48/+25
* Fix a return_if_fail confusionMatthias Clasen2014-10-111-1/+1
* Add simple instance count facilityOwen W. Taylor2014-10-112-2/+55
* Updated Bulgarian translationKrasimir Chonov2014-10-111-1009/+1230
* Clarify g_propagate_error docsMatthias Clasen2014-10-101-0/+4
* Fix g_cond_timed_wait() timeout with !CLOCK_MONOTONICBenjamin Gilbert2014-10-101-6/+0
* garray: initialize allocated size in g_byte_array_new_take()Aleksander Morgado2014-10-081-0/+1
* Add advice on g_cancellable_resetMatthias Clasen2014-10-061-0/+7
* tlscertificate: add support for certificate chainsAleix Conchillo Flaqué2014-10-061-46/+184