summaryrefslogtreecommitdiff
path: root/src/sdpd-request.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-11sdpd-request: Fix build errors due to unaligned memory accessSzymon Janc1-2/+10
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-09-05sdpd-request: Fix build errors due to unaligned memory accessSzymon Janc1-29/+33
2012-05-23sdp/build: Build fails when SDP_DEBUG enabledArek Lichwa1-1/+1
2012-04-13sdpd-request: Fix passing zero instead of NULLSyam Sidhardhan1-1/+1
2011-07-03Fix common misspelled wordsLucas De Marchi1-2/+2
2011-05-15Fix unused variable warnings reported by GCC 4.6Johan Hedberg1-2/+2
2011-05-15Fix dead increments and assignments in sdp codeSzymon Janc1-1/+0
2011-05-10Fix C++ style commentsSzymon Janc1-9/+9
2011-05-10Remove not needed cast in sdp_set_cstate_pduSzymon Janc1-2/+2
2011-05-10Remove not needed data_left intialization in service_search_attr_reqSzymon Janc1-1/+1
2011-03-04Remove duplicated NULL check and debug messageSzymon Janc1-6/+2
2011-01-17Revert "Send an Invalid PDU Size Error Response for Service Search Req"Johan Hedberg1-1/+1
2010-11-25sdpd header cleanupClaudio Takahasi1-1/+11
2010-10-27Get rid of redundant type casts from SDP codeJohan Hedberg1-3/+3
2010-08-25Send Invalid Syntax Error if Resp Size Less Than 0x07Angela Bartholomaus1-0/+9
2010-08-25Send an Invalid PDU Size Error Resp for Service Attr Search ReqAngela Bartholomaus1-1/+1
2010-08-25Send an Invalid PDU Size Error Response for Service Attr ReqAngela Bartholomaus1-1/+1
2010-08-25Send an Invalid PDU Size Error Response for Service Search ReqAngela Bartholomaus1-1/+1
2010-06-08Fix redundant null check on calling free()Gustavo F. Padovan1-8/+4
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-05-07Remove extra spaces from sdpd-request.cJose Antonio Santos Cadenas1-9/+9
2010-03-24Check the return of getsockopt and getsockname logging the errorsLuiz Augusto Von Dentz1-4/+17
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-03-26Fix AttributeIdList parsingJohan Hedberg1-31/+63
2009-03-12Make use of size_t and ssize_t when possibleJohan Hedberg1-3/+3
2009-02-26Always remember to free the extract_des internal listJohan Hedberg1-7/+11
2009-02-26Require all parsed elements in extract_des to be of the same typeJohan Hedberg1-2/+6
2009-02-26Fix SDP data buffer parsingJohan Hedberg1-28/+94
2009-02-24Minor whitespace fixesJohan Hedberg1-1/+1
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann1-6/+7
2009-01-16Fix memory leakJohan Hedberg1-1/+3
2009-01-16Bail out from extract_des if sdp_uuid_extract failsJohan Hedberg1-5/+5
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23Add braces around debug statementsMarcel Holtmann1-2/+3
2008-12-20Use tabs instead of whitespacesMarcel Holtmann1-1/+1
2008-10-14Fix build error when SDP_DEBUG is enabledClaudio Takahasi1-2/+2
2008-09-11Hide the verbose SDP debug behind SDP_DEBUGMarcel Holtmann1-47/+47
2008-08-06Convert SDP *_safe functions to default APIMarcel Holtmann1-2/+2
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann1-0/+960