index
:
~smcv/glib
230-flush-662395
datetime
flush
flush-662395
gdbusproxy-race-656039
gerror
glib-2-28
glib-2-30
gpid-doc-399148
gvariant-docs
gweakref-548954
gweakref-rwlock-548954
initable-662208
master
GLib branches
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gio
/
gdbusprivate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
GDBusWorker: if a read was cancelled it means we closed the connection
Simon McVittie
1
-1
/
+11
2011-10-13
g_thread_new: never fail
Ryan Lortie
1
-4
/
+1
2011-10-13
thread: nuke the concept of 'joinable'
Ryan Lortie
1
-1
/
+0
2011-10-04
gdbusprivate: fix a missed g_mutex_free()
Ryan Lortie
1
-1
/
+1
2011-10-04
GDBus: switch to struct-embedded GMutex and GCond
Ryan Lortie
1
-40
/
+40
2011-10-02
Add new thread creation API
Matthias Clasen
1
-4
/
+5
2011-09-16
_g_dbus_worker_new: hold a ref until we have done the initial read
Simon McVittie
1
-2
/
+2
2011-09-16
GDBusWorker: as a precaution, access 'stopped' boolean atomically
Simon McVittie
1
-6
/
+7
2011-09-16
GDBusWorker: annotate more functions with lock/pending state
Simon McVittie
1
-11
/
+60
2011-09-16
GDBusConnection: delegate to the worker to close the stream
Simon McVittie
1
-47
/
+200
2011-09-16
GDBusWorker: combine num_writes_pending with flush_pending
Simon McVittie
1
-11
/
+25
2011-06-20
GDBus: Unref worker from worker-thread to avoid race
David Zeuthen
1
-1
/
+20
2011-06-01
gdbus: Avoid blocking on worker thread in connection initialization
Colin Walters
1
-117
/
+65
2011-04-29
Merge branch 'master' into gdbus-codegen
David Zeuthen
1
-2
/
+2
2011-04-12
GDBusWorker: Improve struct packing
Matthias Clasen
1
-2
/
+2
2011-04-08
Start merging gdbus-codegen code
David Zeuthen
1
-0
/
+18
2011-04-08
Silence a bunch of -Wunused-but-set-variable warnings
David Zeuthen
1
-0
/
+1
2010-12-13
Bug 635626 – GDBus message idle can execute while flushes are pending
Ted Gould
1
-1
/
+13
2010-11-03
Use g_simple_async_result_{new_,}take_error
Christian Persch
1
-6
/
+3
2010-09-30
message_to_write_data_free: Don't unref data->message if it is NULL
Matthias Clasen
1
-1
/
+2
2010-09-23
GDBusConnection: Avoid callbacks on finalized connection
David Zeuthen
1
-11
/
+3
2010-09-12
Add some more individual own header includes where required
Tor Lillqvist
1
-0
/
+1
2010-09-10
Add work-around for Bug 627724
David Zeuthen
1
-2
/
+42
2010-09-09
GDBusMessage: Don't reset serial number when copying
David Zeuthen
1
-6
/
+0
2010-09-09
Bug 624546 – Modification of GDBusMessage in filter function
David Zeuthen
1
-15
/
+22
2010-09-03
Plug a mem leak
Christian Persch
1
-1
/
+2
2010-08-30
Don't leak the FD list
Christian Persch
1
-0
/
+1
2010-08-05
Bug 624546 – Modification of GDBusMessage in filter function
David Zeuthen
1
-13
/
+46
2010-08-21
Fix build on !unix
Matthias Clasen
1
-0
/
+2
2010-08-18
Plug a mem leak in GDBusWorker
Christian Persch
1
-0
/
+2
2010-08-16
Bug 626748 – Use async methods for writing and handle EAGAIN
David Zeuthen
1
-126
/
+463
2010-08-13
Bug 626841 – Add test-case for non-socket GIOStream
David Zeuthen
1
-67
/
+73
2010-08-04
GDBus: Add `return' debug option
David Zeuthen
1
-2
/
+11
2010-07-08
Use glib infrastructure to parse debug flags
Matthias Clasen
1
-26
/
+15
2010-07-07
gio/: fully remove gioalias hacks
Ryan Lortie
1
-4
/
+0
2010-07-07
Bug 618882 – No way to ensure that a message is sent
David Zeuthen
1
-0
/
+81
2010-07-06
GDBus: Handle autolaunching on UNIX/Freedesktop OSes
David Zeuthen
1
-0
/
+52
2010-07-01
Bug 620913 – More control with G_DBUS_DEBUG
David Zeuthen
1
-6
/
+80
2010-06-30
GDBus: plug some memory leaks
David Zeuthen
1
-0
/
+1
2010-06-30
Bug 623142 – Ensure ::new-connection runs before processing D-Bus messages
David Zeuthen
1
-5
/
+79
2010-06-21
Bug 621945 – Filter outgoing messages in GDBusConnection
David Zeuthen
1
-22
/
+47
2010-06-17
GDBusMessage: Fix bug when deserializing a message
David Zeuthen
1
-5
/
+5
2010-06-17
GDBus: Complain via g_warning() if an invalid message is received
David Zeuthen
1
-0
/
+10
2010-05-24
GDBusConnection.call(): add 'reply_type' argument
Ryan Lortie
1
-13
/
+17
2010-05-20
Bug 619142 – Build fixes
David Zeuthen
1
-0
/
+76
2010-05-14
Cleanups
Matthias Clasen
1
-6
/
+2
2010-05-13
GDBus: Make message serialization routines take capabilities param
David Zeuthen
1
-0
/
+1
2010-05-09
Update copyright years to include 2010
Matthias Clasen
1
-1
/
+1
2010-05-06
GDBus: Add new symbols to gio.symbols
David Zeuthen
1
-0
/
+4
2010-05-06
GDBus: Fix up i18n
David Zeuthen
1
-2
/
+14
[next]