Module Name:src
Committed By: plunky
Date: Fri Jan 22 08:51:40 UTC 2016
Modified Files:
src/lib/libbluetooth: bt_dev.3
Log Message:
correct comment in literal section
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/bt_dev.3
Please note t
Module Name:src
Committed By: plunky
Date: Sat Nov 28 07:47:30 UTC 2015
Modified Files:
src/lib/libbluetooth: bluetooth.3
Log Message:
fix spelling Multiplexor->Multiplexer
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libbluetooth/bluetooth.3
Plea
Module Name:src
Committed By: plunky
Date: Tue Mar 31 09:26:45 UTC 2015
Modified Files:
src/lib/libbluetooth: sdp_data.3
Log Message:
fix typo: sdp_seq_seq->sdp_set_seq
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libbluetooth/sdp_data.3
Please no
Module Name:src
Committed By: joerg
Date: Thu Mar 22 23:46:49 UTC 2012
Modified Files:
src/lib/libbluetooth: sdp_data.c
Log Message:
Use __printflike.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/sdp_data.c
Please note that diffs are
Module Name:src
Committed By: plunky
Date: Tue Oct 25 09:33:55 UTC 2011
Modified Files:
src/lib/libbluetooth: bluetooth.3 bt_dev.3
Log Message:
remove trailing comma in NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libbluetooth/bluetoot
Module Name:src
Committed By: plunky
Date: Thu Sep 15 17:51:57 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_data.c
Log Message:
when printing URLs, don't use VIS_HTTPSTYLE as it doesn't
really do what I expected.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: plunky
Date: Thu Jul 7 10:44:51 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_data.c
Log Message:
ensure that the buffer is nul-terminated, otherwise printing an
empty string will show junk..
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: plunky
Date: Sat Apr 16 07:19:37 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_put.c
Log Message:
when placing an attribute/value pair, validate that the value given
is a single data element
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: plunky
Date: Tue Apr 5 18:58:43 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_set.c
Log Message:
inc pointer, so we store the value in the correct place
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/s
Module Name:src
Committed By: plunky
Date: Tue Apr 5 18:19:04 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_put.c sdp_set.c
Log Message:
Don't add the passed in 'len' value while testing if the data
space is large enough, to handle the edge case where len is
large (u
Module Name:src
Committed By: plunky
Date: Mon Apr 4 19:51:33 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_put.c
Log Message:
correct inverted logic (if sdp_put_data fails, sdp_put_attr should fail)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/l
Module Name:src
Committed By: plunky
Date: Mon Apr 4 18:29:48 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_get.c
Log Message:
remove compile time guard from previous commit, it is not needed
(C99 guarantees [u]intmax types are at least 64-bits)
To generate a diff
Module Name:src
Committed By: plunky
Date: Mon Apr 4 16:19:25 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_get.c
Log Message:
handle overflowed values correctly,
also put a compile time guard to warn if INTMAX won't fit in INT64
(all our ports currently have INTMAX
Module Name:src
Committed By: plunky
Date: Sat Jan 15 11:51:26 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_data.3
Log Message:
add sdp_put_[u]int64() .Fn prototypes to list
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libbluetooth/sdp_data.3
Module Name:src
Committed By: wiz
Date: Thu Dec 16 10:08:27 UTC 2010
Modified Files:
src/lib/libbluetooth: sdp_data.3
Log Message:
Use full month name in dates.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libbluetooth/sdp_data.3
Please note that
Module Name:src
Committed By: plunky
Date: Thu Dec 16 08:45:32 UTC 2010
Modified Files:
src/lib/libbluetooth: sdp_data.3
Log Message:
bump date for previous
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libbluetooth/sdp_data.3
Please note that diff
Module Name:src
Committed By: plunky
Date: Thu Dec 16 08:44:23 UTC 2010
Modified Files:
src/lib/libbluetooth: sdp_data.3
Log Message:
remove unnecessary step in example code
(sdp_service_attribute() did that already)
while here, start new paragraph for next example
To ge
Module Name:src
Committed By: plunky
Date: Mon Nov 22 19:59:04 UTC 2010
Modified Files:
src/lib/libbluetooth: bt_dev.c
Log Message:
use cached values directly rather than querying device for
features and buffer_size
To generate a diff of this commit:
cvs rdiff -u -r1.2 -
Module Name:src
Committed By: plunky
Date: Sat Nov 20 12:12:21 UTC 2010
Modified Files:
src/lib/libbluetooth: sdp_service.c
Log Message:
use atomic ops wisely
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/sdp_service.c
Please note that
Module Name:src
Committed By: plunky
Date: Sat Nov 13 19:43:56 UTC 2010
Modified Files:
src/lib/libbluetooth: bt_dev.c sdp_put.c sdp_service.c sdp_session.c
Log Message:
quell some lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libbluet
20 matches
Mail list logo