| Change Set |
Date |
Downloads |
Comment |
61620
by
alanjmcf
|
Thu at
8:25 PM
|
24 |
BluetoothComponent.cs: Support using this class separately with versions prior to 2.4. |
61592
by
alanjmcf
|
Thu at
10:20 AM
|
3 |
Fix ServiceRecordUtilities.Dump/DumpRaw where AttributeId with MSB-set prints as e.g. 0xFFFF9234 rather than as 0x9234 [bug 25397] |
61560
by
alanjmcf
|
Wed at
1:43 PM
|
14 |
Flattening namespace folders: here moving /Net/Sockets/ to /Net.Sockets/. |
61554
by
alanjmcf
|
Wed at
9:41 AM
|
2 |
FxCop. |
61553
by
alanjmcf
|
Wed at
9:41 AM
|
2 |
ObexListener.cs: Make IsListening property very thread-safe. |
61547
by
alanjmcf
|
Wed at
9:01 AM
|
1 |
Remove obsolete ListenerMisc test. |
61538
by
alanjmcf
|
Tue at
7:26 PM
|
11 |
ConsoleMenu: yet again fix menu numbering, wasn't checking input choice against correct number of entries. |
61537
by
alanjmcf
|
Tue at
7:15 PM
|
1 |
Fix Widcomm-BluetoothClient.RemoteMachineName so that it can return a name, twas just returning an address. [bug 25362] |
61429
by
alanjmcf
|
Mon at
11:31 AM
|
18 |
WidcommBtInterface.cs: Refactor ReadKnownDevicesFromRegistry. Fix some compiler warnings. |
61427
by
alanjmcf
|
Mon at
10:23 AM
|
1 |
Fix a compiler warning (override GetHashCode if overriding Equals). |
61426
by
alanjmcf
|
Mon at
10:21 AM
|
1 |
Tests change with last. Flush Device-/ConsoleMenuTesting. |
61425
by
alanjmcf
|
Mon at
10:21 AM
|
1 |
Change IBtCli to return IBluetoothDeviceInfo rather than wrapped BDI. |
61423
by
alanjmcf
|
Mon at
10:00 AM
|
1 |
Fix last commit. Doh!, must test even if just adding Debug.Assert! |
61401
by
alanjmcf
|
Nov 15 at
9:47 PM
|
0 |
Minor fix, WcBtLsnr wasn't passing factory to WidcommBluetoothClient..ctor(WidcommRfcommStream strm). |
61359
by
alanjmcf
|
Nov 14 at
7:58 PM
|
9 |
Update WidcommBluetoothListenerTest to match r60218 (forgot to check this in then). |
61346
by
alanjmcf
|
Nov 14 at
12:47 PM
|
3 |
Flattening namespace folders: here moving folders \\Net\\Bluetooth**\\ to \\Net.Bluetooth**\\ and similarly for Net\\Ports\\ |
61325
by
alanjmcf
|
Nov 13 at
5:29 PM
|
1 |
Add some more asserts to IBDI/BDI equality. |
61305
by
alanjmcf
|
Nov 12 at
12:11 PM
|
14 |
Add BluetoothStacks.cd class diagram of Bluetooth stack factories and interfaces etc. |
61304
by
alanjmcf
|
Nov 12 at
12:01 PM
|
1 |
Split DecoratorNetworkStream into a general version (takes Stream) and another WidcommDecoratorNetworkStream that takes WidcommRfcommStream (which enables implementation of the DataAvailable property). |
61279
by
alanjmcf
|
Nov 11 at
10:34 AM
|
24 |
Rename Net/Mime/ to Net.Mine/ -- testin with changed file in my other workspace. |
61278
by
alanjmcf
|
Nov 11 at
10:20 AM
|
1 |
Have IBluetoothListener.AcceptBtCli return an IBtCli and not a BtCli. Affects IBluetoothListener.cs, BluetoothListener.cs, WindowsBluetoothListener.cs, WidcommBluetoothListener.cs, and BluetoothClient.cs. Make ClassOfDevice serializable. |
61271
by
alanjmcf
|
Nov 10 at
8:38 PM
|
9 |
Move files in Net/IrDA/ to Net.IrDA/. Will do the others in the future. |
61144
by
alanjmcf
|
Nov 6 at
9:36 PM
|
29 |
BluetoothComponent.cs: XmlDocs, and remove sender parameter from method. Add BTH_DEVICE_INFO.ShutupCompiler. |
61137
by
alanjmcf
|
Nov 6 at
7:18 PM
|
2 |
Add BTH_DEVICE_INFO.cs file. |
61135
by
alanjmcf
|
Nov 6 at
7:09 PM
|
0 |
BluetoothWin32AuthenticationEx.cs: prevent compiler 'field not assigned' warnings. |