summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * serial: Removed PortCreated signal when calling ConnectServiceClaudio Takahasi2007-05-173-30/+51
| |
| * serial: moving functions to port.c and added port methods declarationClaudio Takahasi2007-05-164-233/+535
| |
| * Fixes storage problems with connections and fix bug of CreateConnection not ↵Luiz Augusto von Dentz2007-05-163-11/+85
| | | | | | | | checking for present connection with the same destination and profile.
| * Add place holders for AudioGW and Target interface supportJohan Hedberg2007-05-161-0/+2
| |
| * serial: Added CreatePort, ListPorts and RemovePort declarationClaudio Takahasi2007-05-151-0/+21
| |
| * serial: moving error functions to error.cClaudio Takahasi2007-05-153-78/+101
| |
| * Add new file skeletonsMarcel Holtmann2007-05-157-1/+153
| |
| * Remove unused functions and defines from the header fileJohan Hedberg2007-05-152-6/+2
| |
| * Refactoring to allow adding support for more profilesJohan Hedberg2007-05-156-250/+396
| |
| * Update CancelConnect documentation.Luiz Augusto von Dentz2007-05-151-1/+3
| |
| * Update changelog and bump version numberutils-3.10.1Marcel Holtmann2007-05-152-1/+8
| |
| * Add CancelConnect method descriptionMarcel Holtmann2007-05-151-0/+5
| |
| * serial: added G_IO_NVAL flag to fix potential busy loopClaudio Takahasi2007-05-141-7/+19
| |
| * Fix sending reply to SetDiscoverableTimeoutJohan Hedberg2007-05-141-1/+1
| |
| * Add CancelConnect to Connection interface.Luiz Augusto von Dentz2007-05-141-4/+26
| |
| * Small cleanupMarcel Holtmann2007-05-141-5/+2
| |
| * Add method to retrieve adapter addressMarcel Holtmann2007-05-142-26/+51
| |
| * Add GetAdapter() method to retrieve the source addressMarcel Holtmann2007-05-142-13/+39
| |
| * Remove some experimental tags for stable methodsMarcel Holtmann2007-05-145-38/+16
| |
| * Make it possible to disable installation of manual pagesMarcel Holtmann2007-05-149-3/+28
| |
| * Use a simple init scriptMarcel Holtmann2007-05-142-98/+9
| |
| * Remove unecessary checksJohan Hedberg2007-05-111-31/+22
| |
| * Add missing G_IO_NVAL flags (potential busyloop otherwise)Johan Hedberg2007-05-111-3/+6
| |
| * serial API: added experimental tag for "Port" methodsClaudio Takahasi2007-05-101-3/+3
| |
| * input: skip auth/encrypt if the link is not available and allow connectionsClaudio Takahasi2007-05-102-2/+3
| |
| * serial: fixed returned error value for DisconnectServiceClaudio Takahasi2007-05-101-1/+1
| |
| * serial API: updated possible errorsClaudio Takahasi2007-05-101-0/+12
| |
| * Update changelog and bump version numberutils-3.10Marcel Holtmann2007-05-102-1/+12
| |
| * Don't install ALSA plugins without audio serviceMarcel Holtmann2007-05-101-1/+1
| |
| * Update API descriptionsMarcel Holtmann2007-05-104-13/+13
| |
| * Fix unitialized memory accessJohan Hedberg2007-05-101-2/+2
| |
| * serial: handle connection refused error and others SO_ERROR properlyClaudio Takahasi2007-05-091-18/+22
| |
| * Use dbus_connection_emit_signal for sending signalsJohan Hedberg2007-05-092-54/+52
| |
| * serial: handle socket errors properly - timeout waiting linkkey or other ↵Claudio Takahasi2007-05-091-1/+8
| | | | | | | | errors can happen
| * input: Use dbus_connection_emit_signalClaudio Takahasi2007-05-091-33/+18
| |
| * Use dbus_connection_emit_signal to emit signals.Luiz Augusto von Dentz2007-05-093-40/+26
| |
| * input: small code cleanupClaudio Takahasi2007-05-091-5/+5
| |
| * serial: handle the pending connects list properly when connect() in the ↵Claudio Takahasi2007-05-091-1/+4
| | | | | | | | first try happens
| * serial: let the kernel handle device busyClaudio Takahasi2007-05-091-22/+1
| |
| * serial: using dbus_connection_emit_signalClaudio Takahasi2007-05-091-17/+23
| |
| * serial: service record leak and small pending connect fixClaudio Takahasi2007-05-091-12/+14
| |
| * Convert to using generic dbus message dispatchingJohan Hedberg2007-05-094-105/+114
| |
| * Fix device registrationJohan Hedberg2007-05-091-1/+1
| |
| * Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-34/+27
| |
| * Convert to using generic dbus message dispatchingJohan Hedberg2007-05-092-87/+61
| |
| * Use dbus_connection_destroy object path instead of ↵Johan Hedberg2007-05-091-1/+1
| | | | | | | | dbus_connection_unregister_object_path
| * Switch to using generic dbus framework method dispatchingJohan Hedberg2007-05-093-165/+113
| |
| * Fix RemoveConnection documentation.Luiz Augusto von Dentz2007-05-091-1/+1
| |
| * serial: added CancelConnectServiceClaudio Takahasi2007-05-091-6/+86
| |
| * serial: missing free the pending_connects list and small code cleanupClaudio Takahasi2007-05-091-21/+24
| |