projects
/
platform
/
upstream
/
glib.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
win32: Fix GDBusDaemon build when glib is built as a static lib
[platform/upstream/glib.git]
/
glib
/
2012-11-28
Sebastian Dröge
Revert "Fix compilation on Android with the bionic...
tree
|
commitdiff
2012-11-28
Andoni Morales Ala...
Fix duplicated case value for mingw runtimes defining...
tree
|
commitdiff
2012-11-28
Sebastian Dröge
Fix compilation on Android with the bionic C library
tree
|
commitdiff
2012-11-28
Sebastian Dröge
Protect against strcmp() on NULL strings
tree
|
commitdiff
2012-11-28
Martin Pitt
g_unix_signal_add_full(): Annotate to shadow g_unix_sig...
tree
|
commitdiff
2012-11-26
Dan Winship
g_test_expect_message: fix pattern syntax in example...
tree
|
commitdiff
2012-11-25
John Ralls
Bug 681685: Transcoding fails on OSX
tree
|
commitdiff
2012-11-24
Ryan Lortie
gdatetime: Fix some docs sed damage
tree
|
commitdiff
2012-11-22
Sébastien Wilmet
Improve i18n documentation
tree
|
commitdiff
2012-11-22
Will Thompson
gthread: add AVAILABLE_IN_2_32 annotations
tree
|
commitdiff
2012-11-21
Eduardo Lima Mitev
gchecksum: Adds SHA512 support
tree
|
commitdiff
2012-11-16
Michael Natterer
Bug 673047 - gunicollate is broken on OS X
tree
|
commitdiff
2012-11-16
Dan Winship
win32: re-fix the _utf8 compat function situation
tree
|
commitdiff
2012-11-15
Dan Winship
gtestutils: don't try to print long doubles
tree
|
commitdiff
2012-11-15
Dan Winship
win32: avoid printf format warnings on nonstandard...
tree
|
commitdiff
2012-11-15
Dan Winship
gvariant-internal.h: fix the include hack
tree
|
commitdiff
2012-11-15
Dan Winship
win32: various fixes to test programs
tree
|
commitdiff
2012-11-15
Dan Winship
win32: misc warning fixes
tree
|
commitdiff
2012-11-15
Dan Winship
win32: prototype _glib_get_dll_directory() and _glib_ge...
tree
|
commitdiff
2012-11-15
Dan Winship
win32: add gwin32compat.h, for utf8-renaming compatibil...
tree
|
commitdiff
2012-11-15
Michael Natterer
Revert "gmain: Add private API to create Unix child...
tree
|
commitdiff
2012-11-15
Michael Natterer
Revert "gspawn: support creating pipes with O_CLOEXEC"
tree
|
commitdiff
2012-11-14
Ryan Lortie
gspawn: support creating pipes with O_CLOEXEC
tree
|
commitdiff
2012-11-14
Colin Walters
gmain: Add private API to create Unix child watch that...
tree
|
commitdiff
2012-11-14
Simon McVittie
Remove trailing spaces from expected GMarkup error...
tree
|
commitdiff
2012-11-13
Colin Walters
gmain: Handle case where source id overflows
tree
|
commitdiff
2012-11-10
Matthias Clasen
Remove trailing space from some translated strings
tree
|
commitdiff
2012-11-10
Matthias Clasen
Add plural forms for some translations
tree
|
commitdiff
2012-11-09
Martin Pitt
GByteArray: Add missing transfer annotations
tree
|
commitdiff
2012-11-09
Martin Pitt
GBytes: Add missing annotations
tree
|
commitdiff
2012-11-08
John Ralls
Bug 686185: GDateTime Transcoding fails on OSX
tree
|
commitdiff
2012-11-08
Emmanuel Pacaud
Check for PR_GET_NAME
tree
|
commitdiff
2012-11-07
John Ralls
Skip test_non_utf8_printf() if EUC-JP is aliased to...
tree
|
commitdiff
2012-11-06
Ryan Lortie
Don't call varargs open() through non-varargs type
tree
|
commitdiff
2012-11-05
Ryan Lortie
Add a translator comment about 'KB'
tree
|
commitdiff
2012-11-03
Martin Pitt
Annotate g_filename_to_utf8()
tree
|
commitdiff
2012-11-02
Colin Walters
Merge waitpid() from g_spawn_sync into gmain()
tree
|
commitdiff
2012-11-02
Tim-Philipp Müller
tests: fix compiler warning in gvariant test
tree
|
commitdiff
2012-11-02
Colin Walters
gettext: Add missing include
tree
|
commitdiff
2012-11-02
Colin Walters
gcharset: Add header file for private API
tree
|
commitdiff
2012-11-02
Colin Walters
gslice: Prototype G_ENABLE_DEBUG function that's part...
tree
|
commitdiff
2012-11-02
Colin Walters
g_check_setuid: Include glib-private.h
tree
|
commitdiff
2012-11-02
Colin Walters
tests/1bitmutex: Hack to build with -Werror=missing...
tree
|
commitdiff
2012-11-02
Colin Walters
build: Don't use C99 declarations
tree
|
commitdiff
2012-11-01
Robert Ancell
Use "Returns:" instead of the invalid "@returns" for...
tree
|
commitdiff
2012-10-30
Vincent Untz
Add annotations for g_filename_from_uri()
tree
|
commitdiff
2012-10-30
Aleksander Morgado
gmessages: fix minor typo in documentation
tree
|
commitdiff
2012-10-29
Ryan Lortie
gthread-posix: always use atomic pointer ops
tree
|
commitdiff
2012-10-29
Paul Eggert
gmain: Document constraints on waitpid
tree
|
commitdiff
2012-10-26
Colin Walters
g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
tree
|
commitdiff
2012-10-25
Martin Pitt
GIOChannel: Add missing annotations
tree
|
commitdiff
2012-10-25
Martin Pitt
GIOChannel: Add missing (allow-none) annotations
tree
|
commitdiff
2012-10-23
Colin Walters
gvariant: Make g_variant_new_from_bytes() public
tree
|
commitdiff
2012-10-17
Matthias Clasen
GBytes: deal with a corner-case
tree
|
commitdiff
2012-10-17
Matthias Clasen
Add a test for the previous fix
tree
|
commitdiff
2012-10-12
Arnel A. Borja
gtimezone: Indentation adn comment fixes
tree
|
commitdiff
2012-10-12
John Ralls
Bug 631382 - GTimeZone support for zoneinfo version 1
tree
|
commitdiff
2012-10-10
Dan Winship
ghash.c: fix docs
tree
|
commitdiff
2012-10-07
Jasper St. Pierre
ghash: Add documentation
tree
|
commitdiff
2012-10-07
Jasper St. Pierre
glib.py: Remove old debugging code
tree
|
commitdiff
2012-10-03
Dan Winship
Add GLIB_VERSION_2_36 and related
tree
|
commitdiff
2012-10-03
Christian Persch
unicode: Add new tests for unicode 6.2
tree
|
commitdiff
2012-10-03
Christian Persch
unicode: Update to unicode 6.2.0 beta
tree
|
commitdiff
2012-10-03
Christian Persch
unicode: Add new line breaking class from unicode 6.2
tree
|
commitdiff
2012-10-03
Christian Persch
unicode: Use g_assert_cmp{int,uint,hex} in tests
tree
|
commitdiff
2012-09-30
Matthias Clasen
Correct to docs for g_strcmp0
tree
|
commitdiff
2012-09-27
Benjamin Otte
Fix gdb script for new quark variable names
tree
|
commitdiff
2012-09-26
Chun-wei Fan
Update config.h.win32(.in) and glibconfig.h.win32(.in)
tree
|
commitdiff
2012-09-23
Matthias Clasen
Fix g_ptr_array_ref_docs
tree
|
commitdiff
2012-09-23
Matthias Clasen
Fix GRegex docs
tree
|
commitdiff
2012-09-23
Matthias Clasen
Fix up g_tree_foreach docs
tree
|
commitdiff
2012-09-23
Matthias Clasen
Fix up docs for GDuplicateFunc
tree
|
commitdiff
2012-09-13
Colin Walters
CVE-2012-3524: Hardening for being run in a setuid...
tree
|
commitdiff
2012-09-13
Alexander Larsson
Fix regression in g_shell_parse_argv()
tree
|
commitdiff
2012-09-08
Ryan Lortie
G_DEFINE_QUARK: fix up some implementation issues
tree
|
commitdiff
2012-09-06
Colin Walters
tests/gvariant: Fix test on big endian architectures
tree
|
commitdiff
2012-09-02
Matthias Clasen
Add new api to symbol lists and docs
tree
|
commitdiff
2012-09-02
Matthias Clasen
Add compare-and exchange for data lists
tree
|
commitdiff
2012-09-01
Matthias Clasen
Fix shell tests
tree
|
commitdiff
2012-08-30
Dominique Leuenberger
gshell: Fix parsing of comments in command lines.
tree
|
commitdiff
2012-08-28
Colin Walters
Switch all open() calls to use g_open()
tree
|
commitdiff
2012-08-28
Cosimo Cecchi
glib: don't quote quark names for G_DEFINE_QUARK
tree
|
commitdiff
2012-08-28
Cosimo Cecchi
gquark: clarify G_DEFINE_QUARK docs about the use of...
tree
|
commitdiff
2012-08-28
Matthias Clasen
Add missing includes
tree
|
commitdiff
2012-08-28
Matthias Clasen
Fix a typo in a doc comment
tree
|
commitdiff
2012-08-28
Matthias Clasen
Use G_DEFINE_QUARK for GLib's own quarks
tree
|
commitdiff
2012-08-28
Matthias Clasen
Add a G_DEFINE_QUARK macro
tree
|
commitdiff
2012-08-28
Matthias Clasen
Put quarks in their own source file
tree
|
commitdiff
2012-08-27
Colin Walters
gstdio: Harden g_open() against EINTR
tree
|
commitdiff
2012-08-27
Colin Walters
gvariant: Add tests for exact SHA256 checksums
tree
|
commitdiff
2012-08-27
Ryan Lortie
GVariantType: gut g_variant_type_check()
tree
|
commitdiff
2012-08-27
Dan Winship
glib/tests: fix leaks
tree
|
commitdiff
2012-08-27
Dan Winship
gtestutils: add g_test_add_data_func_full()
tree
|
commitdiff
2012-08-27
Dan Winship
gmain: remove unix signal watch if its GSourceFunc...
tree
|
commitdiff
2012-08-27
Dan Winship
gmain: don't leak child sources that are destroyed...
tree
|
commitdiff
2012-08-27
Dan Winship
gmain: free source_lists when freeing GMainContext
tree
|
commitdiff
2012-08-24
William Jon McCann
Don't crash if set_app_info is called before adding...
tree
|
commitdiff
2012-08-22
Colin Walters
Fix regression when TMPDIR/TMP are unset
tree
|
commitdiff
2012-08-20
Ryan Lortie
Revert the GMarkup attribute collect changes
tree
|
commitdiff
2012-08-20
Ryan Lortie
gmarkup test: fix use of message expect API
tree
|
commitdiff
next