2010-02-23 |
Ryan Lortie | Fix backward logic in g_return_if_fail().
|
commit | commitdiff | tree |
2010-02-23 |
Ryan Lortie | GVariant: Improve test coverage.
|
commit | commitdiff | tree |
2010-02-22 |
Ryan Lortie | GVariantIter, GVariantBuilder
|
commit | commitdiff | tree |
2010-02-22 |
Ryan Lortie | Remove redudant check for direct #include gslice.h
|
commit | commitdiff | tree |
2010-02-19 |
Ryan Lortie | Merge the main public API of GVariant
|
commit | commitdiff | tree |
2010-02-16 |
Ryan Lortie | GVariant: create child instance from its own data
|
commit | commitdiff | tree |
2010-02-11 |
Ryan Lortie | GVariant: lock before freeing, to avoid assert
|
commit | commitdiff | tree |
2010-02-10 |
Ryan Lortie | add performance tests to gitignore
|
commit | commitdiff | tree |
2010-02-10 |
Ryan Lortie | make tests not dynamic link against /lib/libglib
|
commit | commitdiff | tree |
2010-02-10 |
Ryan Lortie | merge GVariant
|
commit | commitdiff | tree |
2010-02-08 |
Ryan Lortie | gstrfuncs.h: needs gmacros.h for G_BEGIN_DECLS
|
commit | commitdiff | tree |
2010-02-07 |
Ryan Lortie | add missing #include "config.h"
|
commit | commitdiff | tree |
2010-02-07 |
Ryan Lortie | remove #include <glib.h> from some .c files
|
commit | commitdiff | tree |
2010-02-07 |
Ryan Lortie | gurifuncs.c: #include "string.h" -> <string.h>
|
commit | commitdiff | tree |
2010-02-07 |
Ryan Lortie | GVariantTypeInfo: free hash table when not in use
|
commit | commitdiff | tree |
2010-02-06 |
Ryan Lortie | merge the GVariant serialiser
|
commit | commitdiff | tree |
2010-02-06 |
Ryan Lortie | GMappedFile: minimal changes to support GBuffer
|
commit | commitdiff | tree |
2010-02-06 |
Ryan Lortie | add private GBuffer type
|
commit | commitdiff | tree |
2010-02-05 |
Ryan Lortie | rename test: gvarianttype -> gvariant
|
commit | commitdiff | tree |
2010-02-04 |
Ryan Lortie | GVariantType test case: assert all memory freed
|
commit | commitdiff | tree |
2010-02-04 |
Ryan Lortie | GVariantTypeInfo tweaks
|
commit | commitdiff | tree |
2010-02-03 |
Ryan Lortie | GVariantTypeInfo changes
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | g_bit_lock: remove double variable declarations
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | G{Byte,Ptr,}Array: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GList, GSList: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | remove trailing whitespace breaking .gitignore
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GIOChannel: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GTree, GNode: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GThreadPool: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GRelation: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GCache: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GChecksum: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-02-01 |
Ryan Lortie | GCompletion: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | data{list,sets}, quarks: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | GPattern: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | String chunks: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | Move allocator and memchunk docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | GSequence: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | GShell: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | GTimer: move docs from tmpl to .c
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | Fix up gthread.c documentation
|
commit | commitdiff | tree |
2010-01-31 |
Ryan Lortie | merge GVariantTypeInfo
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | Revert accidental commit "dirt"
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | GIO: Remove trailing "." from Since: tags in docs
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | dirt
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | move threads docs to .c
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | GIOChannel: fill in missing docs
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | g_strlcpy doc: small fixup
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | gbitlock: fix gtkdoc brokenness
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | GRand: move docs from tmpl to inline comments
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | gvarianttype: fix a trivial missing const
|
commit | commitdiff | tree |
2010-01-30 |
Ryan Lortie | don't #include <glib.h> from other public headers
|
commit | commitdiff | tree |
2010-01-29 |
Ryan Lortie | improve gitignore
|
commit | commitdiff | tree |
2010-01-29 |
Ryan Lortie | GHash: move docs from tmpl to inline comments
|
commit | commitdiff | tree |
2010-01-29 |
Ryan Lortie | Since: markers for g_bit_*lock()
|
commit | commitdiff | tree |
2010-01-28 |
Ryan Lortie | Bug 548967 - 1 bit mutex lock: add tests
|
commit | commitdiff | tree |
2010-01-28 |
Ryan Lortie | Bug 548967 - 1 bit mutex lock
|
commit | commitdiff | tree |
2010-01-28 |
Ryan Lortie | glib docs: Delete and ignore empty .tmpl files
|
commit | commitdiff | tree |
2010-01-28 |
Ryan Lortie | Return NULL from g_mapped_file_get_contents()
|
commit | commitdiff | tree |
2010-01-25 |
Ryan Lortie | add testcase for GVariantType
|
commit | commitdiff | tree |
2010-01-25 |
Ryan Lortie | merge GVariantType
|
commit | commitdiff | tree |
2010-01-23 |
Ryan Lortie | gio: .gitignore gio-querymodules
|
commit | commitdiff | tree |
2010-01-23 |
Ryan Lortie | Bug 448888 - don't init g_slice for always-malloc
|
commit | commitdiff | tree |
2010-01-05 |
Ryan Lortie | GUnixFDMessage: fix a small typo in an extra check
|
commit | commitdiff | tree |
2009-12-01 |
Ryan Lortie | Add byteswap macros for gsize/gssize.
|
commit | commitdiff | tree |
2009-11-26 |
Ryan Lortie | Bug 589631 - enclose literals with double quotes
|
commit | commitdiff | tree |
2009-11-24 |
Ryan Lortie | Bug 601637 - add GUnixFDList
|
commit | commitdiff | tree |
2009-11-23 |
Ryan Lortie | Bug 591214 - Warnings building gcancellable.o
|
commit | commitdiff | tree |
2009-11-23 |
Ryan Lortie | Bug 598712 - can't detect text file with backspace
|
commit | commitdiff | tree |
2009-11-20 |
Ryan Lortie | Remove #include "glocalfile.h" from GFile
|
commit | commitdiff | tree |
2009-11-19 |
Ryan Lortie | g_socket_listener_add_any_inet_port is Since 2.24
|
commit | commitdiff | tree |
2009-11-19 |
Ryan Lortie | Bug 585566 - GSocketListener API issues
|
commit | commitdiff | tree |
2009-11-19 |
Ryan Lortie | Bug 595138 - GFile not robust with invalid input
|
commit | commitdiff | tree |
2009-11-18 |
Ryan Lortie | Bug 600141 - Add -pthread to gmodule pkg-config
|
commit | commitdiff | tree |
2009-11-18 |
Ryan Lortie | Bug 535159 - g_file_has_parent
|
commit | commitdiff | tree |
2009-11-12 |
Ryan Lortie | Bug 587300 - g_cancellable_disconnect deadlock
|
commit | commitdiff | tree |
2009-11-12 |
Ryan Lortie | Bug 591216 - Warning building resolver.o
|
commit | commitdiff | tree |
2009-11-12 |
Ryan Lortie | GSocket.receive_message: fix bogus allocation math
|
commit | commitdiff | tree |
2009-08-27 |
Ryan Lortie | add a "gsettings-backend" extension point to GIO
|
commit | commitdiff | tree |
2009-07-07 |
Ryan Lortie | Ensure GTree is consistent after _destroy()
|
commit | commitdiff | tree |
2009-07-07 |
Ryan Lortie | Merge branch 'tree-refcount'
|
commit | commitdiff | tree |
2009-07-05 |
Ryan Lortie | GTree: switch to GSlice, add refcounts (#587773)
|
commit | commitdiff | tree |
2009-06-18 |
Ryan Lortie | GMappedFile: add refcounting, switch to GSlice
|
commit | commitdiff | tree |
2009-06-14 |
Ryan Lortie | Add GNIO test cases to .gitignore
|
commit | commitdiff | tree |
2009-06-12 |
Ryan Lortie | Bug 585575 – g_socket_listener_add_inet_port()
|
commit | commitdiff | tree |
2009-06-12 |
Ryan Lortie | add g_socket_speaks_ipv4()
|
commit | commitdiff | tree |
2009-02-17 |
Ryan Lortie | unref the destination's attribute matcher before overwriting it. 2009-02-17 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-02-16 |
Ryan Lortie | Bug 505042 – add file attribute for actually used file... 2009-02-13 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-02-16 |
Ryan Lortie | Bug 571598 – GAsyncResult with NULL gobject 2009-02-16 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-29 |
Ryan Lortie | handle all possible cases of EAGAIN and EWOULDBLOCK... 2009-01-29 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-28 |
Ryan Lortie | Bug 568575 – _async functions for GDataInputStream 2009-01-28 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-22 |
Ryan Lortie | Bug 568723 – g_buffered_input_stream_fill_async doesn... 2009-01-22 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-22 |
Ryan Lortie | Bug 568741 – g_buffered_input_stream_fill_async doesn... 2009-01-22 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-21 |
Ryan Lortie | Bug 568394 – dropping the last reference to a stream... 2009-01-20 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-05 |
Ryan Lortie | improve add new simple-async-result test new file to... 2009-01-05 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2009-01-05 |
Ryan Lortie | Add g_simple_async_result_is_valid(). Implementation... 2009-01-05 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2008-12-12 |
Ryan Lortie | free the tokens when done with them 2008-12-12 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2008-12-12 |
Ryan Lortie | fix leak that occurs when multiple mount entries match... 2008-12-12 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2008-09-02 |
Ryan Lortie | Bug 549771 – improved .gitignore for glib 2007-09-02 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
2008-08-29 |
Ryan Lortie | Fixup for test case in previous commit. 2008-08-28 Ryan Lortie <desrt@desrt.ca>
|
commit | commitdiff | tree |
next |