projects
/
platform
/
upstream
/
glib.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gdbus-codegen: Fix crasher in goa-using apps
[platform/upstream/glib.git]
/
glib
/
2013-12-17
Tim Lunn
Make gdb pretty-printers compatible with Python3
tree
|
commitdiff
2013-12-16
Ryan Lortie
valgrind.h: add "r0" to the clobber list on PPC
tree
|
commitdiff
2013-12-16
Ryan Lortie
tests: change test timezone to America/Toronto
tree
|
commitdiff
2013-12-15
Matthias Clasen
Simplify subprocesses in tests
tree
|
commitdiff
2013-12-15
Stef Walter
gtestutils: Allow clean simple use of g_test_trap_subpr...
tree
|
commitdiff
2013-12-15
Matthias Clasen
Add a testcase for g_ptr_array_insert
tree
|
commitdiff
2013-12-15
Tristan Van Berkom
GPtrArray: Added g_ptr_array_insert()
tree
|
commitdiff
2013-12-13
Chun-wei Fan
glib/gwin32.c: Silence a Deprecation Warning
tree
|
commitdiff
2013-12-11
Matthias Clasen
Remove an unused define
tree
|
commitdiff
2013-12-09
Ryan Lortie
g_get_current_dir(): consult PWD first
tree
|
commitdiff
2013-12-08
Ryan Lortie
clang fixes: tweak last commit
tree
|
commitdiff
2013-12-08
Ryan Lortie
[PATCH] Fix trivial non literal format uses
tree
|
commitdiff
2013-12-03
Marc-André Lureau
gutf8: use g_try_malloc_n
tree
|
commitdiff
2013-12-03
Marc-André Lureau
gmessages: make _g_log_abort() do only breakpoints...
tree
|
commitdiff
2013-11-29
Matthias Clasen
Add a test for g_atexit
tree
|
commitdiff
2013-11-28
Matthias Clasen
Improve search utils test coverage
tree
|
commitdiff
2013-11-28
Matthias Clasen
Improve GKeyFile test coverage
tree
|
commitdiff
2013-11-28
Matthias Clasen
Improve test coverage for GHashTable
tree
|
commitdiff
2013-11-27
Dan Winship
Fix a warning about _g_log_abort()
tree
|
commitdiff
2013-11-27
Dan Winship
Fix the gtestutils core dump prevention again
tree
|
commitdiff
2013-11-27
Philip Withnall
gbytes: Clarify the nullability of GBytes->data
tree
|
commitdiff
2013-11-27
Philip Withnall
gfileutils: Fix a potential integer overflow
tree
|
commitdiff
2013-11-27
Philip Withnall
gvariant: Fix a potential memcpy(NULL) call
tree
|
commitdiff
2013-11-27
Chun-wei Fan
glib/tests/enviroment.c: Fix running on Windows
tree
|
commitdiff
2013-11-26
Stef Walter
gthread-posix: Don't use gslice allocated GRecMutex
tree
|
commitdiff
2013-11-25
Marc-André Lureau
utf8: report allocation error
tree
|
commitdiff
2013-11-24
Dan Winship
Reorganize the "don't dump core from test subprocesses...
tree
|
commitdiff
2013-11-24
Dan Winship
gtestutils: add g_assert_nonnull() to go with g_assert_...
tree
|
commitdiff
2013-11-24
Dan Winship
gtestutils: fix g_test_set_nonfatal_assertions()
tree
|
commitdiff
2013-11-24
Matthias Clasen
Add boolean returns to some hash functions
tree
|
commitdiff
2013-11-24
Matthias Clasen
Avoid a compiler warning
tree
|
commitdiff
2013-11-24
Matthias Clasen
Fix array API inconsistency
tree
|
commitdiff
2013-11-23
Matthias Clasen
GVariantBuilder: small documentation fixes
tree
|
commitdiff
2013-11-23
Matthias Clasen
Small documentation clarification
tree
|
commitdiff
2013-11-23
Dan Winship
gtestutils: add "options" to g_test_init(), make option...
tree
|
commitdiff
2013-11-23
Dan Winship
glib/tests/include: port to gtester
tree
|
commitdiff
2013-11-23
Matthias Clasen
Add some mainloop instrumentation
tree
|
commitdiff
2013-11-20
Dan Winship
Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
tree
|
commitdiff
2013-11-20
Dan Winship
Require POSIX.1 (1990) compliance on unix
tree
|
commitdiff
2013-11-20
Dan Winship
Require C90 compliance
tree
|
commitdiff
2013-11-20
Dan Winship
Remove alleged support for last-millennium Unixes
tree
|
commitdiff
2013-11-20
Dan Winship
Remove alleged support for BeOS
tree
|
commitdiff
2013-11-20
Dan Winship
Remove alleged support for OS/2
tree
|
commitdiff
2013-11-19
Stef Walter
gbacktrace: Print out gdb exec errors correctly
tree
|
commitdiff
2013-11-19
Stef Walter
gmessages: Add g_info macro for G_LOG_LEVEL_INFO
tree
|
commitdiff
2013-11-14
Philip Withnall
gstrfuncs: Mention nullability in g_ascii_strcasecmp...
tree
|
commitdiff
2013-11-11
Chun-wei Fan
glib/tests/: Avoid GCCisms and fix tests for MSVC
tree
|
commitdiff
2013-11-11
Chun-wei Fan
tests: Fix for non-GCC
tree
|
commitdiff
2013-11-11
Chun-wei Fan
glib/tests/spawn-singlethread: Improve test for Windows
tree
|
commitdiff
2013-11-11
Chun-wei Fan
glib/gspawn-win32-helper.c: Clean up a bit
tree
|
commitdiff
2013-11-11
Chun-wei Fan
glib/gmessages.h: Unify log messages
tree
|
commitdiff
2013-11-11
Stef Walter
private: Use threading primitives correctly in private...
tree
|
commitdiff
2013-11-11
Stef Walter
gthreadpool: Don't pass bad data to GThreadPool sorter
tree
|
commitdiff
2013-11-11
Stef Walter
gmain: Fix use of uninitialized memory in sigaction...
tree
|
commitdiff
2013-11-10
Stef Walter
utils: Don't free memory owned by glib in test
tree
|
commitdiff
2013-11-10
Stef Walter
unix: Fix memory leak in unix test
tree
|
commitdiff
2013-11-10
Dan Winship
gerror: Don't leak memory when overwrite warning
tree
|
commitdiff
2013-11-10
Stef Walter
private: Fix memory leak in tests
tree
|
commitdiff
2013-11-08
Michael Catanzaro
gstrfuncs: fix small typo in documentation
tree
|
commitdiff
2013-11-06
Stef Walter
gerror: Don't leak when warning about overwriting an...
tree
|
commitdiff
2013-11-06
Ryan Lortie
tests: fix leak in mainloop test
tree
|
commitdiff
2013-11-06
Ryan Lortie
grand: restructure a bit
tree
|
commitdiff
2013-11-06
Ryan Lortie
gslice: don't misuse g_mutex_init()
tree
|
commitdiff
2013-11-05
Philip Withnall
garray: Note lack of bounds checking in g_ptr_array_ind...
tree
|
commitdiff
2013-11-04
Chun-wei Fan
glib/tests: Clean up inclusion of unistd.h
tree
|
commitdiff
2013-11-04
Chun-wei Fan
glib/tests/fileutils.c: Include unistd.h on *NIX only
tree
|
commitdiff
2013-11-03
Ognyan Tonchev
gmain: make g_source_add_child_source() thread safe
tree
|
commitdiff
2013-11-02
Dan Winship
gmacros.h: fix C99 check
tree
|
commitdiff
2013-10-31
Murray Cumming
docs: GDataTime: *_add_*(): Mention that you can subtract.
tree
|
commitdiff
2013-10-29
Ryan Lortie
GMarkup: clear attributes on ignorned tags
tree
|
commitdiff
2013-10-28
Ryan Lortie
tests: add a ignore-qualified markup-collect case
tree
|
commitdiff
2013-10-28
Ryan Lortie
GMarkup: add G_MARKUP_IGNORE_QUALIFIED
tree
|
commitdiff
2013-10-28
Ryan Lortie
GMarkup: share some common code for closing tags
tree
|
commitdiff
2013-10-28
Stef Walter
test: g_debug messages shouldn't affect g_assert_expect...
tree
|
commitdiff
2013-10-27
Ryan Lortie
tests: test g_hash_table_get_keys_as_array()
tree
|
commitdiff
2013-10-27
Ryan Lortie
Add g_hash_table_get_keys_as_array()
tree
|
commitdiff
2013-10-25
Ryan Lortie
win32: use real random data for seed on win32
tree
|
commitdiff
2013-10-23
Colin Walters
grand: Document this is not for cryptographic purposes
tree
|
commitdiff
2013-10-23
Ryan Lortie
gtester: only remove source if not already dead
tree
|
commitdiff
2013-10-23
Ryan Lortie
tests: expect critical on failure to remove source
tree
|
commitdiff
2013-10-23
Ryan Lortie
gmain: test g_source_remove() with invalid ID
tree
|
commitdiff
2013-10-23
Bastien Nocera
gmain: Warn when g_source_remove() fails
tree
|
commitdiff
2013-10-23
Bastien Nocera
g_file_error_from_errno: Remove unneeded breaks
tree
|
commitdiff
2013-10-22
Ryan Lortie
GKeyfile: don't leak on failed get_(u)int64
tree
|
commitdiff
2013-10-21
Ryan Lortie
Don't g_test_assert_expected_messages for g_error
tree
|
commitdiff
2013-10-21
Philip Withnall
gmessages: Clarify new-line behaviour of message functions
tree
|
commitdiff
2013-10-20
Djalal Harouni
glib-init: fix redundant-decls of g_mem_gc_friendly
tree
|
commitdiff
2013-10-20
Djalal Harouni
gmem: remove glib-init.h inclusion
tree
|
commitdiff
2013-10-19
Djalal Harouni
gutils: fix redundant-decls of g_init_user_config_dir()
tree
|
commitdiff
2013-10-19
Djalal Harouni
gconvert: fix redundant-decls of _g_charset_get_aliases()
tree
|
commitdiff
2013-10-19
Dan Winship
genviron: fix g_setenv(var, NULL) and some other stuff
tree
|
commitdiff
2013-10-19
Jehan
gconvert: Clarify g_locale_to/from_utf8 docs
tree
|
commitdiff
2013-10-17
Ryan Lortie
gspawn: support creating pipes with O_CLOEXEC
tree
|
commitdiff
2013-10-15
Xavier Claessens
Fix wrong function names in g_str_match_string() docume...
tree
|
commitdiff
2013-10-14
Xavier Claessens
Add testcase for search utilities functions
tree
|
commitdiff
2013-10-14
Ryan Lortie
Add simple string "search" function
tree
|
commitdiff
2013-10-14
Ryan Lortie
Add g_str_is_ascii()
tree
|
commitdiff
2013-10-13
Noah Massey
gmain: mark newest id used when source id overflows
tree
|
commitdiff
2013-10-04
Ryan Lortie
Add g_key_file_save_to_file()
tree
|
commitdiff
2013-10-02
Christian Persch
unicode: Update to unicode 6.3.0
tree
|
commitdiff
next