index
:
delta/dbus-python.git
310-ci
huangpeng-dbusserver-monolithic
master
purity
wip/smcv/build
wip/smcv/invalid-unix-fd
gitlab.freedesktop.org: dbus/dbus-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
_dbus_bindings
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove stray declaration of dbus_py_unixfd_range_check
Simon McVittie
2011-05-18
1
-1
/
+0
*
Don't try to export DBUS_TYPE_UNIX_FD constant if not defined
Simon McVittie
2011-05-18
1
-0
/
+2
*
unixfd: improve documentation
Simon McVittie
2011-05-18
1
-18
/
+18
*
_message_iter_get_pyobject: fix whitespace
Simon McVittie
2011-05-18
1
-1
/
+1
*
UnixFd: don't close file descriptors passed to the constructor as an int
Simon McVittie
2011-05-18
2
-11
/
+11
*
unixfd: coding style
Simon McVittie
2011-05-18
1
-9
/
+9
*
Added Unix Fd support to dbus-python
Elvis Pfützenreuter
2011-05-18
8
-0
/
+283
*
adjust Scott's patch to force boolean to be 0 or 1, and for coding style
Simon McVittie
2011-05-17
1
-2
/
+4
*
Wrap dbus_connection_set_allow_anonymous()
Scott Tsai
2011-05-17
1
-0
/
+20
*
DBusPyException_ConsumeError: check whether the constructor failed
Simon McVittie
2010-12-02
1
-0
/
+5
*
fd.o #23831: make sure to ref types passed to PyModule_AddObject
Simon McVittie
2010-12-02
13
-0
/
+25
*
Use Py_CLEAR for greater robustness
Simon McVittie
2010-12-02
17
-211
/
+200
*
dbus_py_Message_append: avoid looking beyond the valid part of a signature
Simon McVittie
2010-12-02
1
-14
/
+22
*
_message_iter_append_multi: bail out safely if a struct isn't filled
Simon McVittie
2010-12-02
1
-0
/
+9
*
Use dbus_message_iter_abandon_container to bail out, if supported
Simon McVittie
2010-12-02
1
-2
/
+20
*
_message_iter_append_multi: assert that mode is what we expect
Simon McVittie
2010-12-02
1
-0
/
+5
*
fd.o #21831: deserialize empty ByteArray objects correctly
Simon McVittie
2010-11-23
1
-0
/
+6
*
Fix compilation in 64-bit architecture
Elvis Pfützenreuter
2010-10-18
1
-1
/
+1
*
Fix signature and return value of Connection_tp_init (oops)
Simon McVittie
2010-02-18
1
-1
/
+3
*
fd.o#21172: avoid DeprecationWarning with Python 2.6
Simon McVittie
2010-02-18
1
-1
/
+8
*
fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friends
Simon McVittie
2010-02-18
1
-2
/
+0
*
Message.set_sender: allow org.freedesktop.DBus
Huang Peng
2008-09-30
1
-1
/
+1
*
Avoid some compiler warnings
Simon McVittie
2008-07-23
1
-0
/
+1
*
Merge branch 'master' into server
Simon McVittie
2008-07-15
1
-0
/
+1
|
\
|
*
Bugfix for: if using Connection.add_message_filter, only the last filter will...
Huang Peng
2008-07-15
1
-0
/
+1
*
|
Initialize LibDBusConnection correctly
Simon McVittie
2008-07-15
1
-0
/
+2
*
|
Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs...
Simon McVittie
2008-07-15
1
-1
/
+1
*
|
DbusPyServer: construct connections by calling the type, so the object will b...
Simon McVittie
2008-07-15
1
-8
/
+20
*
|
Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type....
Simon McVittie
2008-07-15
1
-26
/
+59
*
|
_dbus_bindings._Connection: sort out constructor
Simon McVittie
2008-07-15
1
-13
/
+27
*
|
[trivial] un-extern Struct_tp_getattro
Simon McVittie
2008-07-15
1
-1
/
+1
*
|
Add LibDBusConnection in _dbus_bindings
Simon McVittie
2008-07-15
4
-3
/
+143
*
|
Actually create objects of class Server->conn_class
Simon McVittie
2008-07-14
1
-3
/
+4
*
|
Hook DBusServer into the build system.
Simon McVittie
2008-07-14
4
-0
/
+30
*
|
Rename _dbus_bindings.Server to _dbus_bindings._Server
Simon McVittie
2008-07-14
1
-4
/
+5
*
|
DBusPyServer: construct a user-specified subtype of Connection
Simon McVittie
2008-07-14
1
-7
/
+25
*
|
DBusPyServer initialization: remove some debugging printfs
Simon McVittie
2008-07-14
1
-5
/
+3
*
|
DBusPyServer get_address, get_id: correct docs, these return str not String
Simon McVittie
2008-07-14
1
-2
/
+2
*
|
DBusPyServer tp_dealloc: remove a stray debugging printf
Simon McVittie
2008-07-14
1
-1
/
+0
*
|
DBusPyServer: correctly unref the partially constructed DBusPyServer on errors
Simon McVittie
2008-07-14
1
-1
/
+2
*
|
DBusPyServer: correctly unref the weakref object on errors
Simon McVittie
2008-07-14
1
-1
/
+2
*
|
DBusPyServer: fix a typo
Simon McVittie
2008-07-14
1
-1
/
+1
*
|
DBusPyServer: Fix refcounting of the main loop
Simon McVittie
2008-07-14
1
-2
/
+4
*
|
DBusPyServer: if there's no main loop, throw an exception
Simon McVittie
2008-07-14
1
-1
/
+7
*
|
Document that DBusPyServer_NewDBusServer consumes a reference to the server.
Simon McVittie
2008-07-14
1
-5
/
+9
*
|
DBusPyServer: remove some stray debugging printfs
Simon McVittie
2008-07-14
1
-3
/
+0
*
|
DBusPyServer: refactor set_auth_mechanisms
Simon McVittie
2008-07-14
1
-23
/
+29
*
|
Initial support for DBusServer class (#14322).
Mathias Hasselmann
2008-07-14
1
-0
/
+535
|
/
*
Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...
Simon McVittie
2007-09-27
24
-354
/
+427
*
_dbus_bindings/mainloop.c: Remove Watch and Timeout.
Simon McVittie
2007-07-31
1
-357
/
+0
[next]