Module Name:src
Committed By: plunky
Date: Fri Dec 11 21:05:18 UTC 2015
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
update several profiles, bringing up to date decoding of all the
Bluetooth 1.1->4.2 Service Discovery specifications I could find,
namely:
Module Name:src
Committed By: plunky
Date: Mon Mar 16 19:10:48 UTC 2015
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
parse and print the HIDLANGIDBaseList attribute
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/sdpquery/print.c
Module Name:src
Committed By: plunky
Date: Thu Sep 15 17:52:53 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
when printing URL strings, don't use VIS_HTTPSTYLE, it does
not quite work as I expected.. just use VIS_CSTYLE
To generate a diff of this co
Module Name:src
Committed By: plunky
Date: Sat Aug 20 09:18:48 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
add print_utf8_string for some profiles that specify UTF-8 specifically,
and supply a print_codeset_string() so we don't need void * casts to
Module Name:src
Committed By: christos
Date: Sun Aug 14 13:27:47 UTC 2011
Modified Files:
src/usr.bin/sdpquery: Makefile print.c sdpquery.c
Log Message:
kill gcc-4.5 warnings
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/sdpquery/Makefile
cvs rd
Module Name:src
Committed By: plunky
Date: Thu Jul 7 10:49:39 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
ensure string buffer is null terminated, for zero length strings..
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin
Module Name:src
Committed By: plunky
Date: Thu Jul 7 10:26:01 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
parse IEEE 1284 Device ID, since it is not strictly a
string, and may run longer than a line
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: plunky
Date: Sat Jun 25 09:16:52 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
use size_t to satisfy lint
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/sdpquery/print.c
Please note that diff
Module Name:src
Committed By: plunky
Date: Fri Jun 24 20:53:56 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
some attributes contain comma separated lists which are too long to
show on a single line, split them up
To generate a diff of this commit:
Module Name:src
Committed By: plunky
Date: Fri Jun 24 20:11:23 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
in the "Basic Printing Profile" it is not really very clear
which ServiceClass the attributes relate to, so link them
to "Direct Printing" and
Module Name:src
Committed By: plunky
Date: Fri Jun 24 20:06:04 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
if print_attribute() did not print, we should try the next
service_class before failing
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: plunky
Date: Fri Jun 24 19:03:47 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
interpret "Hardcopy Cable Replacement Profile" attributes
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/sdpquery/
Module Name:src
Committed By: plunky
Date: Fri Jun 24 18:50:33 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
interpret "Basic Imaging Profile" attributes
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/sdpquery/print.c
Pleas
Module Name:src
Committed By: joerg
Date: Tue May 24 12:44:30 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
Properly use format strings
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/sdpquery/print.c
Please note that diffs
Module Name:src
Committed By: plunky
Date: Tue Feb 8 18:14:00 UTC 2011
Modified Files:
src/usr.bin/sdpquery: command.c
Log Message:
use built-in macro ___STRING() rather than rolling our own
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/sdpquer
Module Name:src
Committed By: plunky
Date: Tue Dec 14 15:18:20 UTC 2010
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
on reflection we can use uintmax_t here instead of trying to decode
the value manually, as only 17 bits are defined and the value is
unlikely
Module Name:src
Committed By: plunky
Date: Mon Dec 13 21:08:38 UTC 2010
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
add attributes from the Basic Printing Profile v1.2r00
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/sdpquery/prin
17 matches
Mail list logo