summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert changes of missing GSList functions.Luiz Augusto von Dentz2007-05-181-61/+22
| |
| * Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position ↵Luiz Augusto von Dentz2007-05-182-0/+42
| | | | | | | | functions to eglib.
| * Simplify API parameter lists (with the drawback of causing some extra ↵Johan Hedberg2007-05-181-18/+13
| | | | | | | | round-trips)
| * serial: eglib build was brokenClaudio Takahasi2007-05-182-12/+14
| |
| * serial: keep port_open static since Connect will not be implementedClaudio Takahasi2007-05-183-69/+66
| |
| * serial: removed unused function(port_get_owner)Claudio Takahasi2007-05-182-19/+0
| |
| * serial: removed Connected/Disconnected and added GetInfoClaudio Takahasi2007-05-181-15/+35
| |
| * dbus-helper: added int16 support to append dict entryClaudio Takahasi2007-05-181-0/+3
| |
| * serial API: removed Connect/Disconnect and added GetInfoClaudio Takahasi2007-05-181-12/+2
| |
| * serial: zero is a valid node id, missing node release.Claudio Takahasi2007-05-181-2/+1
| |
| * serial: added function to register/bind stored portsClaudio Takahasi2007-05-181-4/+64
| |
| * serial: added port persistent storageClaudio Takahasi2007-05-183-9/+65
| |
| * Add place holders for not yet implemented methods and signalsJohan Hedberg2007-05-181-5/+34
| |
| * Add some more necessary methods and signalsJohan Hedberg2007-05-181-1/+27
| |
| * Add a couple of method proposals inspired by Havoc's recent blog post onJohan Hedberg2007-05-171-1/+15
| | | | | | | | D-Bus API design, parcularly the minimizing roundtrips aspect.
| * Prevent use of missing function in eglib.Luiz Augusto von Dentz2007-05-171-22/+60
| |
| * serial: enabled RFCOMM_HANGUP_NOW bit when releasing the nodeClaudio Takahasi2007-05-171-2/+0
| |
| * serial: added port GetAddressClaudio Takahasi2007-05-173-13/+34
| |
| * serial: added RemovePort and bonded node listClaudio Takahasi2007-05-173-3/+44
| |
| * serial: fixed DisconnectService and added port_remove_listenerClaudio Takahasi2007-05-173-12/+46
| |
| * Add LastConnection, DefaultConnection and ChangeDefaultConnection API ↵Luiz Augusto von Dentz2007-05-174-67/+282
| | | | | | | | methods and some minor fixes.
| * serial: release the node when the daemon exitsClaudio Takahasi2007-05-171-6/+5
| |
| * Fix some ppoll issueMarcel Holtmann2007-05-171-1/+7
| |
| * serial: added ListPortsClaudio Takahasi2007-05-171-1/+34
| |
| * Make the EACCES path look nicerMarcel Holtmann2007-05-171-24/+26
| |
| * Error out on access deniedMarcel Holtmann2007-05-171-0/+12
| |
| * 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
| |