index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
DBTDevice.cxx: Adopt implementation names and DEBUG output to renaming scheme
Sven Gothel
2021-01-28
1
-18
/
+18
*
Fix missed JNI renaming: Java_jau_direct_1bt_DBTDevice_removeAllAssociated[Ch...
Sven Gothel
2021-01-28
1
-1
/
+1
*
Fix missed JNI renaming: Java_jau_direct_1bt_DBTDevice_removeAll[Characterist...
Sven Gothel
2021-01-28
3
-1
/
+3
*
dbt_scanner10.cpp: Drop 'constexpr' from isResponder() in My LTK/CSRK Info st...
Sven Gothel
2021-01-28
1
-2
/
+2
*
Enhance Scanner10's MyLongTermKeyInfo (C++/Java): Store BTSecurityLevel and S...
Sven Gothel
2021-01-28
4
-190
/
+311
*
SMPLongTermKeyInfo (Java/C++): Add convenience isResolver() (from ltk prop) a...
Sven Gothel
2021-01-28
6
-10
/
+28
*
Example Scanner10 (C++/Java): Support Security setting per device BDAddressAn...
Sven Gothel
2021-01-27
4
-40
/
+192
*
API renaming of missed 'Characteristic', add listener to API name table
Sven Gothel
2021-01-27
11
-35
/
+43
*
Refine the API doc overview: Add Header and update linked names + add event d...
Sven Gothel
2021-01-27
5
-23
/
+61
*
cmake/modules/ExtractArchiveList.cmake: Use native unzip if cmake < 3.18.0
Sven Gothel
2021-01-27
3
-2
/
+13
*
Update README.md; Provide Java package API doc (Copied from C++) etc ..
Sven Gothel
2021-01-27
9
-28
/
+146
*
Bump jaulib c1e4cc9b7b020c482f085fe1647dea292ed49171
Sven Gothel
2021-01-27
1
-0
/
+0
*
Have BTFactory.main(..) show version info and available adapter, also whether...
Sven Gothel
2021-01-27
15
-69
/
+120
*
DirectBTVersion: Use data transient only
Sven Gothel
2021-01-27
1
-18
/
+18
*
Bump jaulib df624074383d6e3dfd9ae2060beb8fce9ad73064
Sven Gothel
2021-01-26
1
-0
/
+0
*
Adapt to jaulib changes: Jar naming convention (dash, not underscore for extr...
Sven Gothel
2021-01-26
14
-43
/
+205
*
scripts/run-java-scanner10.sh: Remove jni debugging, oops
Sven Gothel
2021-01-26
1
-2
/
+2
*
Added EUI48Sub and EUI48::indexOf(const EUI48Sub& other) and contains(const E...
v2.2.0
Sven Gothel
2021-01-25
5
-4
/
+391
*
eclipse .classpath adjustment
Sven Gothel
2021-01-25
1
-1
/
+7
*
Bump jaulib 3dd2fa5035720dfe612b94a8e560a1d4f89347b0 - v0.2.21
Sven Gothel
2021-01-25
1
-0
/
+0
*
Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ...
Sven Gothel
2021-01-25
14
-29
/
+332
*
Bump jaulib to ee0aed19a2d308a422d486690e54734167fcdc4e v0.2.20
Sven Gothel
2021-01-25
1
-0
/
+0
*
Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...
Sven Gothel
2021-01-25
106
-2512
/
+2597
*
eclipse: adjust path ..
Sven Gothel
2021-01-25
2
-5
/
+9
*
Use new jaulib/JaulibSetup.cmake (Unified Setup); RELEASE: Strip native libs ...
Sven Gothel
2021-01-25
4
-149
/
+43
*
Bump jaulib 208a8ab9a604f68ce17c32263dda1897421240e8
Sven Gothel
2021-01-25
1
-0
/
+0
*
Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...
Sven Gothel
2021-01-25
82
-466
/
+465
*
Bump GetGitRevisionDescription.cmake to 6a748896188fdf3f885820ccd686393ea5215...
Sven Gothel
2021-01-25
48
-91
/
+250
*
smart_ptr-6: Create make_shared(..) vehicle w/ public ctor and private cookie...
Sven Gothel
2021-01-19
5
-12
/
+28
*
DBTDevice: Avoid deadlock calling into processDeviceReady(..) within scope of...
Sven Gothel
2021-01-18
1
-4
/
+13
*
DBTScanner10: Use BDAddressAndType.matches() to support BDAddressType.BDADDR_...
Sven Gothel
2021-01-18
1
-4
/
+12
*
*Adapter: Clarity [get|remove]Devices() -> [get|remove]DiscoveredDevices(); A...
Sven Gothel
2021-01-18
11
-25
/
+118
*
DBTAdapter.java: equal/hash key is dev_id + address
Sven Gothel
2021-01-18
1
-4
/
+4
*
DBTManager/DBTAdapter: DBTManager own zero or all DBTAdapter
Sven Gothel
2021-01-18
21
-458
/
+367
*
Bump jaulib to commit 1ba932716f2d382af56bf8ea69a57666e2c835d6
Sven Gothel
2021-01-18
1
-0
/
+0
*
AdapterStatusListener::deviceFound: Resolve sharedDevices persistence of foun...
Sven Gothel
2021-01-17
12
-46
/
+93
*
DBTAdapter: USe pre-incr, use typedef device_list_t (shorten shared device da...
Sven Gothel
2021-01-15
2
-12
/
+13
*
Bump README
v2.1.36
Sven Gothel
2021-01-11
1
-0
/
+2
*
Update run-dbt_scanner10.sh (just naming..)
Sven Gothel
2021-01-11
1
-8
/
+9
*
Replace std::vector w/ jau::darray: Adapt JNI methods
Sven Gothel
2021-01-11
11
-27
/
+32
*
Fix unit tests' config for main
Sven Gothel
2021-01-11
4
-4
/
+8
*
valgrind.supp: Add Catch to suppressed stacks
Sven Gothel
2021-01-11
1
-0
/
+8
*
DBTDevice: ctor: Call clearSMPStates(..) to avoid undefined var-state (thx to...
Sven Gothel
2021-01-11
1
-0
/
+1
*
Replace std::vector w/ jau::darray and jau::cow_vector with jau::cow_darray (...
Sven Gothel
2021-01-11
27
-290
/
+264
*
if DEBUG and GNUCC: Add '-no-pie' to allow addr2source find the line of code ...
Sven Gothel
2021-01-11
1
-3
/
+8
*
Bump jaulib to commit d561f30be7e1083d4db700ed8d99719a12b3a7ee
Sven Gothel
2021-01-11
1
-0
/
+0
*
Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking) - Aligned w...
Sven Gothel
2021-01-09
1
-4
/
+9
*
Bump jaulib commit cfb309ec3ab1bf7b5e396e21f93fdbf94fc57966
Sven Gothel
2021-01-07
1
-0
/
+0
*
Bump jaulib v0.2.12, commit da6e5553fc968465f930374c8fb661f17f107874
Sven Gothel
2021-01-07
1
-0
/
+0
*
Replace jau::cow_vector with jau::cow_darray (simple type replacement, compat...
Sven Gothel
2021-01-06
10
-29
/
+29
[next]