| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add TRACE macro and allow debug to be turned off per file | Simon McVittie | 2006-12-13 | 1 | -1/+9 |
| * | conn.c: Correct number of varargs to debug message | Simon McVittie | 2006-12-12 | 1 | -1/+1 |
| * | conn.c: Use __func__ instead of incorrect __FUNC__ | Simon McVittie | 2006-12-12 | 1 | -4/+4 |
| * | _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A... | Simon McVittie | 2006-12-12 | 3 | -13/+55 |
| * | _dbus_bindings/dbus_bindings-internal.h: Add wrapper macro "DBG_WHEREAMI;" | Simon McVittie | 2006-12-12 | 1 | -1/+3 |
| * | Add assertion macros and supporting functions | Simon McVittie | 2006-12-12 | 2 | -4/+62 |
| * | Whitespace consistency: Don't put a space between function name and parenthes... | Simon McVittie | 2006-12-11 | 4 | -199/+199 |
| * | Convert generic glue, main loop integration, message append/get_args, validat... | Simon McVittie | 2006-12-11 | 9 | -266/+321 |
| * | Separate out remaining types (abstract, bytes, containers, int, float, signat... | Simon McVittie | 2006-12-11 | 11 | -361/+453 |
| * | Split out exceptions, pending call, message into separate .c files | Simon McVittie | 2006-12-11 | 18 | -521/+521 |
| * | _dbus_bindings: debug-impl.h -> debug.c | Simon McVittie | 2006-12-08 | 2 | -1/+0 |
| * | _dbus_bindings: bus-impl.h -> bus.c | Simon McVittie | 2006-12-08 | 3 | -7/+10 |
| * | _dbus_bindings: split out conn, conn-methods into separate translation units | Simon McVittie | 2006-12-08 | 14 | -380/+503 |
| * | _dbus_bindings/conn-impl.h: Be more careful that referenced Connections alway... | Simon McVittie | 2006-12-08 | 1 | -4/+22 |
| * | _dbus_bindings/bus-impl.h: Correctly construct Bus objects with non-default a... | Simon McVittie | 2006-12-08 | 1 | -0/+2 |
| * | _dbus_bindings/validation-impl.h: Mark new functions as :Since: 0.80 | Simon McVittie | 2006-12-05 | 1 | -0/+9 |
| * | _dbus_bindings/types-impl.h: Always implement Int64 and UInt64 at least as a ... | Simon McVittie | 2006-12-05 | 1 | -41/+217 |
| * | _dbus_bindings/signature-impl.h: Improve Signature class docstring | Simon McVittie | 2006-12-05 | 1 | -3/+16 |
| * | _dbus_bindings/message-append-impl.h, _dbus_bindings/message-get-args.h: Use ... | Simon McVittie | 2006-12-05 | 2 | -7/+8 |
| * | _dbus_bindings/containers-impl.h: Disallow empty structs. Improve docstrings | Simon McVittie | 2006-12-05 | 1 | -13/+67 |
| * | _dbus_bindings/module.c: Add Constructor, Supported usage field declarations ... | Simon McVittie | 2006-12-05 | 1 | -1/+5 |
| * | _dbus_bindings/bus-impl.h: Correct docstring for Bus.remove_match_string | Simon McVittie | 2006-12-04 | 1 | -1/+1 |
| * | _dbus_bindings/pending-call-impl.h: Fix reference counting | Simon McVittie | 2006-11-30 | 1 | -2/+6 |
| * | _dbus_bindings/mainloop-impl.h: Fix compilation with debug enabled | Simon McVittie | 2006-11-30 | 1 | -4/+4 |
| * | _dbus_bindings/pending-call-impl.h: Make block() public and work around dbus_... | Simon McVittie | 2006-11-30 | 1 | -11/+64 |
| * | dbus.lowlevel: Add module exposing lower-level classes for advanced users | Simon McVittie | 2006-11-30 | 1 | -5/+5 |
| * | Make send, etc. public, but rename to send_message etc. | Simon McVittie | 2006-11-30 | 1 | -36/+49 |
| * | Document the absence of dbus.mainloop.MainLoop in this release. | Simon McVittie | 2006-11-30 | 1 | -6/+8 |
| * | _dbus_bindings: Change default-main-loop API to use global functions | Simon McVittie | 2006-11-30 | 5 | -84/+91 |
| * | _dbus_bindings/mainloop-impl.h: Add Watch and Timeout types | Simon McVittie | 2006-11-23 | 2 | -0/+377 |
| * | _dbus_bindings/conn-methods-impl.h: Correct docstring: there is no dbus.mainl... | Simon McVittie | 2006-11-23 | 1 | -2/+2 |
| * | Add short-term backwards compatibility with dbus_bindings (various programs t... | Simon McVittie | 2006-11-22 | 1 | -27/+0 |
| * | Remove _dbus_bindings/test.py (duplicates bits of test-standalone) | Simon McVittie | 2006-11-22 | 1 | -30/+0 |
| * | Add improved main-loop integration. | Simon McVittie | 2006-11-22 | 5 | -28/+299 |
| * | _dbus_bindings/conn-impl.h: Check for errors, printing them if necessary, bef... | Simon McVittie | 2006-11-21 | 1 | -0/+6 |
| * | _dbus_bindings/bus-impl.h: Remove duplicate registration of name_has_owner me... | Simon McVittie | 2006-11-15 | 1 | -1/+0 |
| * | - Convert Message.get_args_list and Message.append to the new way of handling... | Simon McVittie | 2006-11-14 | 2 | -314/+515 |
| * | - Add variant_level to Array, Dict, Struct | Simon McVittie | 2006-11-14 | 1 | -344/+194 |
| * | - Remove special case for ObjectPaths when registering object paths - now that | Simon McVittie | 2006-11-14 | 1 | -13/+22 |
| * | - Remove float types from types-impl.h. | Simon McVittie | 2006-11-14 | 1 | -190/+291 |
| * | Make Signature a subclass of DBusPythonString | Simon McVittie | 2006-11-14 | 1 | -14/+8 |
| * | - Add Double type (and Float type #if'd out, ready for Alp's 32-bit float type | Simon McVittie | 2006-11-14 | 2 | -1/+166 |
| * | - Make Byte a subclass of DBusPythonInt | Simon McVittie | 2006-11-14 | 1 | -74/+31 |
| * | Add abstract-impl.h: abstract base classes for D-Bus types that subclass int/... | Simon McVittie | 2006-11-14 | 1 | -0/+518 |
| * | Annotate UNUSED arguments | Simon McVittie | 2006-11-14 | 4 | -23/+25 |
| * | Add Glue_immutable_setattro, DEFINE_CHECK, UNUSED attribute. Remove generic r... | Simon McVittie | 2006-11-14 | 1 | -75/+21 |
| * | Revert switch from Byte being an int subclass to a str subclass following dis... | Simon McVittie | 2006-11-02 | 5 | -124/+307 |
| * | Use a temp variable to make crash debugging easier (although I now can't repr... | Simon McVittie | 2006-10-02 | 1 | -3/+5 |
| * | When trying to validate an int64 it helps if you put it in a 64-bit variable. | Simon McVittie | 2006-09-29 | 1 | -1/+1 |
| * | Extend and correct docstrings. Set epydoc to expect reStructuredText by default. | Simon McVittie | 2006-09-27 | 4 | -49/+70 |