Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Send a Cancel msg to the Auth agent when NoReply(timeout) msg arrives for ↵ | Claudio Takahasi | 2006-11-20 | 1 | -0/+2 | |
| | | | | | | | | Authorize request | |||||
| * | Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent ↵ | Claudio Takahasi | 2006-11-20 | 1 | -0/+3 | |
| | | | | | | | | does not exist if there isn't a default one. | |||||
| * | Fixed seg fault: reply Auth agent does not exist if there isn't a default one. | Claudio Takahasi | 2006-11-20 | 1 | -0/+3 | |
| | | ||||||
| * | Fix dependency for concurrent builds | Marcel Holtmann | 2006-11-20 | 2 | -0/+4 | |
| | | ||||||
| * | Look for dialup networking service when in dialup mode | Marcel Holtmann | 2006-11-20 | 1 | -0/+3 | |
| | | ||||||
| * | Check if the accept() call fails | Marcel Holtmann | 2006-11-18 | 1 | -0/+5 | |
| | | ||||||
| * | Check for errors on listening socket | Marcel Holtmann | 2006-11-18 | 1 | -0/+5 | |
| | | ||||||
| * | Create skeleton of new master daemon | Marcel Holtmann | 2006-11-17 | 2 | -3/+86 | |
| | | ||||||
| * | Compile with Expat if available | Marcel Holtmann | 2006-11-17 | 1 | -0/+4 | |
| | | ||||||
| * | Only compile the master daemon | Marcel Holtmann | 2006-11-17 | 1 | -17/+2 | |
| | | ||||||
| * | Create one master daemon | Marcel Holtmann | 2006-11-17 | 3 | -26/+14 | |
| | | ||||||
| * | Include the SDP prototypes | Marcel Holtmann | 2006-11-17 | 1 | -0/+2 | |
| | | ||||||
| * | Create a HCI library for easier linking | Marcel Holtmann | 2006-11-17 | 1 | -11/+15 | |
| | | ||||||
| * | Change linking order | Marcel Holtmann | 2006-11-17 | 1 | -1/+1 | |
| | | ||||||
| * | Use permanent connection to SDP server | Marcel Holtmann | 2006-11-17 | 5 | -79/+57 | |
| | | ||||||
| * | Register service record for all local adapters | Marcel Holtmann | 2006-11-17 | 2 | -2/+2 | |
| | | ||||||
| * | Make use of generic mainloop | Marcel Holtmann | 2006-11-17 | 1 | -105/+112 | |
| | | ||||||
| * | Create library for SDP server functionality | Marcel Holtmann | 2006-11-17 | 1 | -2/+6 | |
| | | ||||||
| * | Another logging update | Marcel Holtmann | 2006-11-17 | 1 | -15/+16 | |
| | | ||||||
| * | Add build ids for new sniffer firmwares | Marcel Holtmann | 2006-11-17 | 1 | -0/+3 | |
| | | ||||||
| * | Fixed service agent message forward and message unref | Claudio Takahasi | 2006-11-17 | 1 | -1/+3 | |
| | | ||||||
| * | Fixed memory leak: missing message unref | Claudio Takahasi | 2006-11-17 | 1 | -0/+3 | |
| | | ||||||
| * | Fix linking with expat library | Marcel Holtmann | 2006-11-17 | 2 | -4/+4 | |
| | | ||||||
| * | Check if the service path is valid: Avoid seg fault when there isn't D-Bus ↵ | Claudio Takahasi | 2006-11-17 | 1 | -0/+6 | |
| | | | | | | | | data assigned to the path | |||||
| * | Remove sdp_put_unaligned and sdp_get_unaligned macros | Marcel Holtmann | 2006-11-17 | 3 | -32/+29 | |
| | | ||||||
| * | Stop logging on exit | Marcel Holtmann | 2006-11-17 | 1 | -2/+4 | |
| | | ||||||
| * | Fix definition of _XOPEN_SOURCE | Marcel Holtmann | 2006-11-17 | 1 | -3/+2 | |
| | | ||||||
| * | Remove unneeded newlines in log messages | Marcel Holtmann | 2006-11-17 | 4 | -79/+68 | |
| | | ||||||
| * | Remove unneeded SDP_DEBUG checks | Marcel Holtmann | 2006-11-17 | 2 | -4/+3 | |
| | | ||||||
| * | Use common logging functions | Marcel Holtmann | 2006-11-17 | 6 | -108/+101 | |
| | | ||||||
| * | Fix pselect() build warning | Marcel Holtmann | 2006-11-17 | 1 | -1/+3 | |
| | | ||||||
| * | Added pre-allocate service record handles | Claudio Takahasi | 2006-11-16 | 3 | -6/+14 | |
| | | ||||||
| * | Fixed memory leak if service auto start fails | Claudio Takahasi | 2006-11-16 | 1 | -1/+5 | |
| | | ||||||
| * | Make the -c switch mandatory | Johan Hedberg | 2006-11-16 | 1 | -1/+6 | |
| | | ||||||
| * | Fix debug prints | Johan Hedberg | 2006-11-16 | 1 | -2/+2 | |
| | | ||||||
| * | Small SDP & listening rfcomm socket fixes | Johan Hedberg | 2006-11-16 | 1 | -5/+8 | |
| | | ||||||
| * | Implement listening rfcomm socket support | Johan Hedberg | 2006-11-16 | 1 | -2/+317 | |
| | | ||||||
| * | Use get_record_data_t instead of void pointer to track get remote service ↵ | Claudio Takahasi | 2006-11-16 | 1 | -28/+27 | |
| | | | | | | | | record calls | |||||
| * | First try at Connect and Disconnect method implementation | Johan Hedberg | 2006-11-15 | 1 | -64/+167 | |
| | | ||||||
| * | Remove org.bluez.SDP interface | Marcel Holtmann | 2006-11-14 | 1 | -20/+0 | |
| | | ||||||
| * | Appends a block of fixed-length bytes instead of call multiple times ↵ | Claudio Takahasi | 2006-11-14 | 1 | -4/+3 | |
| | | | | | | | | dbus_message_iter_append_basic | |||||
| * | Update fix for memory leak | Marcel Holtmann | 2006-11-14 | 1 | -4/+3 | |
| | | ||||||
| * | Add offmode config option for defining SetMode("off") behaviour | Johan Hedberg | 2006-11-14 | 7 | -4/+52 | |
| | | ||||||
| * | Fixed memory leak | Claudio Takahasi | 2006-11-14 | 1 | -9/+11 | |
| | | ||||||
| * | Removed org.bluez.SDP interface | Claudio Takahasi | 2006-11-14 | 3 | -861/+0 | |
| | | ||||||
| * | ..and remove 'c' from getopt args too | Johan Hedberg | 2006-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Remove -c from usage print since it's nolonger supported | Johan Hedberg | 2006-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Minor cleanup | Johan Hedberg | 2006-11-14 | 1 | -2/+4 | |
| | | ||||||
| * | Don't call sdp_str2svclass twice | Johan Hedberg | 2006-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Support for fetching the RFCOMM channel through SDP | Johan Hedberg | 2006-11-14 | 1 | -12/+169 | |
| | |