summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Update uinput.h with extra key definitionsMarcel Holtmann2008-02-121-0/+5
* Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann2008-02-023-0/+3
* Update copyright informationMarcel Holtmann2008-02-0225-31/+27
* Whitespace cleanupJohan Hedberg2008-01-281-12/+11
* Use proper function for checking signal nameMarcel Holtmann2007-12-091-9/+2
* Fix memory leakMarcel Holtmann2007-12-061-0/+1
* Add common error helper functionsJohan Hedberg2007-11-264-0/+324
* Add test for files with page sizeMarcel Holtmann2007-11-261-1/+16
* Fix key search function to honor the mmap area sizeMarcel Holtmann2007-11-261-14/+40
* Fix D-Bus match leak for name listenersJohan Hedberg2007-11-161-28/+50
* Comment out introspection debug prints which cause a lot of useless loggingJohan Hedberg2007-10-251-4/+4
* Fix potential infinite loop in inotify supportMarcel Holtmann2007-10-041-11/+15
* Handle deprecated dbus_watch_get_fd() functionMarcel Holtmann2007-10-041-2/+6
* hal common: removed small memory leakClaudio Takahasi2007-09-031-0/+4
* append dict: added byte typeClaudio Takahasi2007-08-131-0/+3
* Invalidate parent data before unregistering the child path since the unregist...Johan Hedberg2007-07-191-7/+4
* Track name listeners also via connectionMarcel Holtmann2007-06-221-42/+81
* Fix handling of name_listeners without a senderMarcel Holtmann2007-06-222-2/+19
* dbus-helper: avoid seg fault when the object path data is not available(unreg...Claudio Takahasi2007-06-211-9/+10
* More work on private D-Bus serverMarcel Holtmann2007-06-192-12/+138
* dbus-helper: added array type support for dbus_connection_emit_signal functionClaudio Takahasi2007-06-191-25/+14
* Use same decoder for text and URL stringsMarcel Holtmann2007-05-221-51/+40
* Fix SDP pattern extraction for XMLMarcel Holtmann2007-05-214-17/+28
* dbus-helper: added int16 support to append dict entryClaudio Takahasi2007-05-181-0/+3
* Fix some ppoll issueMarcel Holtmann2007-05-171-1/+7
* Add debug print to get better visibility of what methods are being calledJohan Hedberg2007-05-091-1/+4
* Coding style updates and a few clarifications to error messagesJohan Hedberg2007-05-071-22/+23
* Implement generic signal sending function which also checks for signal interf...Johan Hedberg2007-05-072-0/+101
* A more efficient strategy for introspection XML generation (only when it is r...Johan Hedberg2007-05-041-91/+97
* Include child nodes in the introspection dataJohan Hedberg2007-05-041-4/+49
* Improve formating of introspection data reportingJohan Hedberg2007-05-041-13/+25
* Add dbus_connection_get_object_user_data function to retreive the real user dataJohan Hedberg2007-05-042-0/+19
* Properly split the signature string into single complete typesJohan Hedberg2007-05-031-4/+46
* More generic introspection implementation (doesn't work with eglib yet)Johan Hedberg2007-05-031-21/+89
* generic introspection cleanup & small additionsJohan Hedberg2007-05-032-13/+39
* Move append_dict_entry to utils/common and change the name to dbus_message_it...Luiz Augusto von Dentz2007-04-162-0/+38
* Remove D-Bus connection workaroundMarcel Holtmann2007-03-271-2/+0
* Rename register_service() function to avoid conflictsMarcel Holtmann2007-03-272-2/+2
* Add register_service() helper functionMarcel Holtmann2007-03-272-0/+33
* Provide additional D-Bus setup helper functionMarcel Holtmann2007-03-272-6/+15
* Add functions for creating and removing HAL devicesMarcel Holtmann2007-03-213-12/+54
* Implement generic HAL device helpersMarcel Holtmann2007-03-213-14/+47
* Create a common HAL abstraction layerMarcel Holtmann2007-03-204-2/+162
* Add textfile_caseput functionJohan Hedberg2007-02-262-0/+6
* More changes do use glib memory allocationJohan Hedberg2007-02-262-55/+19
* Add missing flags to g_io_add_watch callsJohan Hedberg2007-02-161-1/+1
* Add common uinput.h include fileMarcel Holtmann2007-02-132-1/+583
* Fix minor issues in SDP XML supportMarcel Holtmann2007-02-121-3/+3
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-252-8/+4
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-242-0/+31