projects
/
platform
/
upstream
/
glib.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
gcredentials: add Solaris support
2012-11-15
Dan Winship
win32: misc warning fixes
commit
|
commitdiff
|
tree
2012-11-15
Dan Winship
win32: move some code into #ifdef G_OS_UNIX
commit
|
commitdiff
|
tree
2012-11-15
Dan Winship
win32: define _WIN32_WINNT globally
commit
|
commitdiff
|
tree
2012-11-15
Dan Winship
win32: prototype _glib_get_dll_directory() and _glib_get_loc...
commit
|
commitdiff
|
tree
2012-11-15
Dan Winship
win32: add gwin32compat.h, for utf8-renaming compatibility...
commit
|
commitdiff
|
tree
2012-11-11
Dan Winship
Revert "Return correct value for g_socket_get_available_byte...
commit
|
commitdiff
|
tree
2012-11-11
Dan Winship
.gitignore: ignore .def files (win32 build)
commit
|
commitdiff
|
tree
2012-11-09
Dan Winship
gthreadedresolver: fix a bug in the GTask porting of...
commit
|
commitdiff
|
tree
2012-11-02
Dan Winship
gtask: bump the max thread pool size up to 100 to avoid...
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
gio/tests: port from GSimpleAsyncResult to GTask
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
gio: port networking classes from GSimpleAsyncResult...
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
gio: port GAsyncInitable from GSimpleAsyncResult to...
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResult
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
gio: port GThreadedResolver from GSimpleAsyncResult...
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
GTask: new GAsyncResult implementation / threaded task...
commit
|
commitdiff
|
tree
2012-10-10
Dan Winship
ghash.c: fix docs
commit
|
commitdiff
|
tree
2012-10-06
Dan Winship
GFileMonitor: thread-safety fix for non-default-main...
commit
|
commitdiff
|
tree
2012-10-03
Dan Winship
Add GLIB_VERSION_2_36 and related
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
Revert "xdgmime: plug a small leak"
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
update .gitignore
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
gio/tests: fix leaks
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
gio/tests/cancellable: fix to still work when running...
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
gio/tests: port some stuff to g_test_expect_message()
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
g_file_copy: plug a leak
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
GDesktopAppInfo: fix leaks
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
xdgmime: plug a small leak
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
gobject/tests: plug leaks
commit
|
commitdiff
|
tree
2012-09-03
Dan Winship
gobject/tests: use g_test_expect_messages()
commit
|
commitdiff
|
tree
2012-08-27
Dan Winship
glib/tests: fix leaks
commit
|
commitdiff
|
tree
2012-08-27
Dan Winship
gtestutils: add g_test_add_data_func_full()
commit
|
commitdiff
|
tree
2012-08-27
Dan Winship
gmain: remove unix signal watch if its GSourceFunc...
commit
|
commitdiff
|
tree
2012-08-27
Dan Winship
gmain: don't leak child sources that are destroyed...
commit
|
commitdiff
|
tree
2012-08-27
Dan Winship
gmain: free source_lists when freeing GMainContext
commit
|
commitdiff
|
tree
2012-08-26
Dan Winship
Update .gitignores
commit
|
commitdiff
|
tree
2012-08-20
Dan Winship
tests/protocol: update the messages to reflect G_LOG_DOMAIN...
commit
|
commitdiff
|
tree
2012-08-20
Dan Winship
glib/tests: use g_test_expect_message()
commit
|
commitdiff
|
tree
2012-08-20
Dan Winship
gtestutils: add g_text_expect_message()
commit
|
commitdiff
|
tree
2012-08-20
Dan Winship
g_logv: only expand the message once
commit
|
commitdiff
|
tree
2012-08-20
Dan Winship
glib/tests/testing, logging: don't use g_test_undefined()
commit
|
commitdiff
|
tree
2012-08-06
Dan Winship
gio/tests/g-icon.c: fix some path checks on win32
commit
|
commitdiff
|
tree
2012-08-06
Dan Winship
gicon: make g_icon_new_for_string() recognize win32...
commit
|
commitdiff
|
tree
2012-08-06
Dan Winship
gio/tests/file: skip the file monitor tests if using...
commit
|
commitdiff
|
tree
2012-08-06
Dan Winship
gio/tests/g-file.c: fix some path checks on win32
commit
|
commitdiff
|
tree
2012-08-06
Dan Winship
glocalfile: fix g_file_get_parse_name() on win32
commit
|
commitdiff
|
tree
2012-07-31
Dan Winship
gthreadpool: set default max_unused_threads and max_idle_tim...
commit
|
commitdiff
|
tree
2012-07-30
Dan Winship
gmain: allow g_source_get_context() on destroyed sources
commit
|
commitdiff
|
tree
2012-07-30
Dan Winship
glib/tests/mainloop: test g_source_get_time()
commit
|
commitdiff
|
tree
2012-07-18
Dan Winship
gmain: handle child sources being destroyed before...
commit
|
commitdiff
|
tree
2012-07-18
Dan Winship
g_source_add_child_source: sync blocked state
commit
|
commitdiff
|
tree
2012-07-17
Dan Winship
gio/tests/converter-stream: add a new test, rename...
commit
|
commitdiff
|
tree
2012-07-17
Dan Winship
g_cancellable_source_new: don't use a file descriptor
commit
|
commitdiff
|
tree
2012-07-17
Dan Winship
GAsyncInitable: partially revert the init_finish changes
commit
|
commitdiff
|
tree
2012-07-10
Dan Winship
gio: add g_async_result_is_tagged()
commit
|
commitdiff
|
tree
2012-07-10
Dan Winship
gio: Add g_async_result_legacy_propagate_error()
commit
|
commitdiff
|
tree
2012-07-10
Dan Winship
gio: handle GSimpleAsyncResult errors in _finish vmethods
commit
|
commitdiff
|
tree
2012-07-10
Dan Winship
GFile: remove some unnecessary code
commit
|
commitdiff
|
tree
2012-07-06
Dan Winship
Clarify the GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED docs
commit
|
commitdiff
|
tree
2012-07-06
Dan Winship
Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being...
commit
|
commitdiff
|
tree
2012-06-26
Dan Winship
GMainContext: reorganize source list to avoid O(n)...
commit
|
commitdiff
|
tree
2012-06-26
Dan Winship
gmain: add GSourceIter
commit
|
commitdiff
|
tree
2012-06-26
Dan Winship
gmain: rename some variables for clarity
commit
|
commitdiff
|
tree
2012-06-26
Dan Winship
gmain: child sources must always have same priority...
commit
|
commitdiff
|
tree
2012-06-26
Dan Winship
tests: add a timing test for adding lots of GSources
commit
|
commitdiff
|
tree
2012-06-21
Dan Winship
gio/tests/proxy-test: fix cleanup
commit
|
commitdiff
|
tree
2012-06-20
Dan Winship
gio/tests/pollable: add can_poll() assertions
commit
|
commitdiff
|
tree
2012-06-20
Dan Winship
gdbus: fix generated code to not warn under -Wfloat...
commit
|
commitdiff
|
tree
2012-06-16
Dan Winship
docs: fix an example
commit
|
commitdiff
|
tree
2012-06-12
Dan Winship
update .gitignore
commit
|
commitdiff
|
tree
2012-06-12
Dan Winship
gunixoutputstream: add missing can_poll() implementation
commit
|
commitdiff
|
tree
2012-05-30
Dan Winship
GConverterInputStream: fix an edge case
commit
|
commitdiff
|
tree
2012-05-24
Dan Winship
gio: add GBytes-based input/output stream methods
commit
|
commitdiff
|
tree
2012-05-18
Dan Winship
g_utf8_validate: @str shouldn't end up annotated as...
commit
|
commitdiff
|
tree
2012-05-18
Dan Winship
proxy-test: work even when the upstream DNS lies
commit
|
commitdiff
|
tree
2012-05-18
Dan Winship
g_app_info_launch_default_for_uri: don't use GFile...
commit
|
commitdiff
|
tree
2012-05-17
Dan Winship
gnetworkmonitornetlink: don't leak the list of networks
commit
|
commitdiff
|
tree
2012-05-17
Dan Winship
g_clear_pointer: work around gcc helpfulness
commit
|
commitdiff
|
tree
2012-05-16
Dan Winship
update .gitignore
commit
|
commitdiff
|
tree
2012-05-15
Dan Winship
Add g_type_ensure() and use it rather than playing...
commit
|
commitdiff
|
tree
2012-04-30
Dan Winship
Update gio/tests/.gitignore
commit
|
commitdiff
|
tree
2012-04-30
Dan Winship
fix warnings
commit
|
commitdiff
|
tree
2012-04-27
Dan Winship
Fix several recently-introduced bugs in g_output_stream_writ...
commit
|
commitdiff
|
tree
2012-04-25
Dan Winship
gsocket: test if family is <= 0, not < 0
commit
|
commitdiff
|
tree
2012-04-22
Dan Winship
gio: add a proxy test program
commit
|
commitdiff
|
tree
2012-04-22
Dan Winship
gio: Add more information to GProxyAddress
commit
|
commitdiff
|
tree
2012-04-22
Dan Winship
gio: fix error handling in async case of GProxyAddressEnumerator
commit
|
commitdiff
|
tree
2012-04-17
Dan Winship
gio: use GPollable* to implement fallback read_async...
commit
|
commitdiff
|
tree
2012-04-17
Dan Winship
gio: implement GPollableInput/OutputStream in more...
commit
|
commitdiff
|
tree
2012-04-17
Dan Winship
gpollableutils: utility functions for pollable stream...
commit
|
commitdiff
|
tree
2012-04-17
Dan Winship
gio: minor GPollableInputStream / GPollableOutputStream...
commit
|
commitdiff
|
tree
2012-04-17
Dan Winship
GConverterInputStream: fix an infinite loop when fill_buffer...
commit
|
commitdiff
|
tree
2012-04-16
Dan Winship
tests/mainloop: add a test for child sources
commit
|
commitdiff
|
tree
2012-04-16
Dan Winship
gmain: block child sources when blocking the parent
commit
|
commitdiff
|
tree
2012-04-13
Dan Winship
tests/mainloop: fix a race condition
commit
|
commitdiff
|
tree
2012-04-13
Dan Winship
tests/mainloop: use g_assert_cmpint(), for better error...
commit
|
commitdiff
|
tree
2012-04-05
Dan Winship
gchecksum: fix strict-aliasing warnings in the MD5...
commit
|
commitdiff
|
tree
2012-04-04
Dan Winship
Fix some gtk-doc stuff
commit
|
commitdiff
|
tree
2012-04-04
Dan Winship
tests/gdatetime: fix new_from_unix test
commit
|
commitdiff
|
tree
2012-04-04
Dan Winship
Fix warnings caused by an ifdeffed-out test case
commit
|
commitdiff
|
tree
2012-03-27
Dan Winship
GFileMonitor: fix docs bug
commit
|
commitdiff
|
tree
2012-03-03
Dan Winship
gspawn: rename G_SPAWN_ERROR_2BIG to be more bindings...
commit
|
commitdiff
|
tree
next