65 Commits (731c89d2e90b4f409daa54116fbce42ebd911ccd)

Author SHA1 Message Date
  Christian 0920c86d37
Refactor logger. (#1247) 3 years ago
  Christian cd8940f9b7
Improve internal server connection management. (#1232) 3 years ago
  Christian d1c883ebae Move MQTTnet.Server to dedicated repo. 3 years ago
  Christian c1001db450 Add packet inspector API. 3 years ago
  Stefan Ossendorf 37b783908a .Net5.0 TFMs added 4 years ago
  Christian 1f78a92c4d Remove timeout from send method. 4 years ago
  Christian Kratky fb2be79673 Remove not used timeout for receiving. 4 years ago
  Christian Kratky 60941c04e5 Add new factory overloads. 4 years ago
  Christian Kratky dbe12b9c48 General code refactoring. 4 years ago
  Christian Kratky 683bb43486 Fix performance issue in logger. 4 years ago
  Christian Kratky a58ab607ad Improve logger performance. 4 years ago
  Christian Kratky 9810e52bcb Fix build. 4 years ago
  Christian Kratky b9e9fe64ac Refactor adapter handling. 4 years ago
  Christian Kratky 6e0d3ec0fb Update nuget packages. 4 years ago
  Christian Kratky 81b547f386 Fix logging issues. 4 years ago
  Christian Kratky 04ccdcd562 Add low level client. 4 years ago
  JanEggers 20eda96921 fixed core 3.1 startup and verified it still works with 2.1 and net461 4 years ago
  JanEggers ac06a001e2 fixed some warnings 5 years ago
  Christian Kratky 624fafc662 Update nugets. 5 years ago
  Christian Kratky 961a497798 Performance refactoring. 5 years ago
  Christian Kratky 60c6074953 Expose client certificate at MQTT connection validator. Make DualMode optional. 5 years ago
  Christian Kratky 6399172582 Improve connection disposal. 5 years ago
  Christian Kratky a25c8cd4c7 Fix some minor TODOs. 5 years ago
  JanEggers 477e2d23ab added benchmark option to compare netfx and core runtime 5 years ago
  JanEggers aee10ba6fa added netcore 2.1 build 5 years ago
  Christian Kratky dbee941dcc Update nuget packages. 5 years ago
  Christian Kratky cdeb073bb0 Fix disposal of SSL streams. 5 years ago
  Christian Kratky 562a5304f6 Add flag for secure connections. 5 years ago
  Christian Kratky 8708609498 Add more function mappings for MQTTnet Server. 5 years ago
  Christian Kratky 6a2bded181 Refactor session and connection handling in server. Fix QoS level 2 issues. 6 years ago
  Christian Kratky ebf0e91ab8 Refactor subscribe and unsubscribe to support MQTTv5. 6 years ago
  Christian Kratky cc113a6c34 Refactor namespaces. 6 years ago
  Federico Di Gregorio bc1a197c4f Align conditions in dependent project with conditions in MQTTnet 6 years ago
  Christian Kratky 7baff7c080 Refactor property definition for packets. 6 years ago
  Christian Kratky 48d5afa799 Refactor namings of serializers etc. 6 years ago
  Christian Kratky 5abee2512f Update nuget packages. 6 years ago
  Christian Kratky 5a59cd278c Add serializer adapter. 6 years ago
  Christian Kratky 7d9326a147 Extend MqttPacketReader constructor to allow more unit tests. 6 years ago
  Jan Eggers b77798f885 dont use thread static buffers they are overlapping on server due to async io 6 years ago
  Christian Kratky baac26c5f6 Refactor package deserialization. 6 years ago
  Christian Kratky 56e9e15ac0 Refactor Serializer memory usage. 6 years ago
  Christian Kratky beb54acc2f Refactor serializer benchmark to allow fair comparisons. 6 years ago
  JanEggers c32a606a70 add memory diagnoser 6 years ago
  JanEggers 78c6059668 enabled clients based on tcp to benefit from new api and added Benchmark for EndtoEnd with new API 6 years ago
  Christian Kratky caea7910b4 Refactor message processing and async/await usage. 6 years ago
  Christian Kratky 6192685671 Remove batch sending of messages to prevent message reordering and several required awaits. 6 years ago
  Christian Kratky 20779dfece Reorganize solution structure. 6 years ago
  Christian Kratky e62316105f Refactor server socket management for Linux support. 6 years ago
  Christian Kratky 3480d9ac35 Refactoring 6 years ago
  Christian Kratky 31b4eb7937 Optimize package serializing and dispatching. 6 years ago