Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add extra debug prints for service error situations | Johan Hedberg | 2007-01-15 | 1 | -9/+16 | |
| | ||||||
* | Check for errors of add_match and remove_match | Johan Hedberg | 2007-01-15 | 1 | -2/+14 | |
| | ||||||
* | Send ServiceRegistered and ServiceUnregistered at appropriate times | Johan Hedberg | 2007-01-15 | 1 | -0/+23 | |
| | ||||||
* | Properly cleanup active services when exiting | Johan Hedberg | 2007-01-15 | 1 | -4/+25 | |
| | ||||||
* | Reply to Start and Stop methods only when the action has really completed | Johan Hedberg | 2007-01-15 | 2 | -15/+48 | |
| | ||||||
* | Add shutdown timer for services (SIGTERM, wait 2s, SIGKILL) | Johan Hedberg | 2007-01-15 | 2 | -2/+33 | |
| | ||||||
* | Add example service file for bt.headsetd | Johan Hedberg | 2007-01-15 | 1 | -0/+5 | |
| | ||||||
* | Fix service name owner exit situation | Johan Hedberg | 2007-01-15 | 1 | -36/+13 | |
| | ||||||
* | Send the Stopped signal from the right path and interface | Johan Hedberg | 2007-01-15 | 1 | -4/+4 | |
| | ||||||
* | Add LMP test utility | Marcel Holtmann | 2007-01-15 | 2 | -7/+41 | |
| | ||||||
* | Add startup timeout for spawned services | Johan Hedberg | 2007-01-15 | 2 | -0/+30 | |
| | ||||||
* | Preliminary support for catching the unique bus name of an execed service | Johan Hedberg | 2007-01-15 | 5 | -81/+135 | |
| | ||||||
* | Preliminary support for executing a service when Start is called | Johan Hedberg | 2007-01-15 | 4 | -53/+64 | |
| | ||||||
* | Provide IN_ONLYDIR if missing | Marcel Holtmann | 2007-01-15 | 1 | -0/+4 | |
| | ||||||
* | Add compilation tweak for GLib support | Marcel Holtmann | 2007-01-15 | 1 | -2/+10 | |
| | ||||||
* | Set the variables in error case | Marcel Holtmann | 2007-01-15 | 1 | -6/+6 | |
| | ||||||
* | No need for the error message anymore | Marcel Holtmann | 2007-01-15 | 1 | -6/+6 | |
| | ||||||
* | Minor cleanup and a fix | Johan Hedberg | 2007-01-14 | 1 | -2/+2 | |
| | ||||||
* | First change towards reworked service framework | Johan Hedberg | 2007-01-14 | 6 | -470/+224 | |
| | ||||||
* | Works also with a Philips chip | Marcel Holtmann | 2007-01-14 | 1 | -1/+1 | |
| | ||||||
* | The Philips chips also support the Ericsson revision command | Marcel Holtmann | 2007-01-14 | 1 | -0/+1 | |
| | ||||||
* | Add transfer service API document | Marcel Holtmann | 2007-01-14 | 2 | -1/+21 | |
| | ||||||
* | Add D-Bus skeleton | Marcel Holtmann | 2007-01-14 | 3 | -0/+86 | |
| | ||||||
* | Add skeleton for transfer daemon | Marcel Holtmann | 2007-01-14 | 3 | -0/+45 | |
| | ||||||
* | Add transfer subdirectory | Marcel Holtmann | 2007-01-14 | 3 | -2/+4 | |
| | ||||||
* | Use SDP server included in hcid | Marcel Holtmann | 2007-01-14 | 2 | -5/+9 | |
| | ||||||
* | Implement compat mode for the Unix socket access | Marcel Holtmann | 2007-01-14 | 1 | -6/+16 | |
| | ||||||
* | Disable checks for OpenOBEX and GStreamer | Marcel Holtmann | 2007-01-14 | 1 | -2/+0 | |
| | ||||||
* | Remove experimental FUSE support | Marcel Holtmann | 2007-01-14 | 5 | -123/+2 | |
| | ||||||
* | Remove experimental FUSE support | Marcel Holtmann | 2007-01-14 | 1 | -1/+0 | |
| | ||||||
* | Make debug information optional | Marcel Holtmann | 2007-01-14 | 2 | -5/+37 | |
| | ||||||
* | Make installation of hcid and sdpd conditional | Marcel Holtmann | 2007-01-13 | 3 | -2/+20 | |
| | ||||||
* | Use SDP server library | Marcel Holtmann | 2007-01-13 | 1 | -0/+8 | |
| | ||||||
* | Use the SDP server library | Marcel Holtmann | 2007-01-13 | 4 | -215/+8 | |
| | ||||||
* | Turn it into a full SDP server library | Marcel Holtmann | 2007-01-13 | 4 | -201/+264 | |
| | ||||||
* | Build SDP server first | Marcel Holtmann | 2007-01-13 | 1 | -1/+1 | |
| | ||||||
* | Remove helper stuff | Marcel Holtmann | 2007-01-13 | 3 | -77/+2 | |
| | ||||||
* | Register notification callback | Marcel Holtmann | 2007-01-13 | 1 | -0/+21 | |
| | ||||||
* | Add callback for notifications | Marcel Holtmann | 2007-01-13 | 3 | -7/+21 | |
| | ||||||
* | Allow adding user defined directories | Marcel Holtmann | 2007-01-13 | 3 | -11/+58 | |
| | ||||||
* | Fix toggle logic | Marcel Holtmann | 2007-01-13 | 1 | -1/+1 | |
| | ||||||
* | Update basic daemon groundwork | Marcel Holtmann | 2007-01-13 | 1 | -12/+50 | |
| | ||||||
* | Add basic notification support | Marcel Holtmann | 2007-01-13 | 3 | -0/+167 | |
| | ||||||
* | Add notify framework | Marcel Holtmann | 2007-01-13 | 4 | -1/+9 | |
| | ||||||
* | Add checks for inotify support | Marcel Holtmann | 2007-01-13 | 2 | -0/+12 | |
| | ||||||
* | Allow parameters for init message | Marcel Holtmann | 2007-01-13 | 2 | -4/+15 | |
| | ||||||
* | Typo | Marcel Holtmann | 2007-01-13 | 1 | -1/+1 | |
| | ||||||
* | Add function for to toggle debug setting | Marcel Holtmann | 2007-01-13 | 2 | -4/+10 | |
| | ||||||
* | Better integration into a SDP server library | Marcel Holtmann | 2007-01-13 | 4 | -205/+209 | |
| | ||||||
* | Update copyright information | Marcel Holtmann | 2007-01-13 | 110 | -117/+112 | |
| |