Commit Graph

  • *
  • | *
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • | |\
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • * | |
  • |\ \ \
  • | |/ /
  • * | |
  • | * |
  • | |\ \
  • |/ / /
  • | | _
  • | | *
  • | | |\
  • | * | |
  • | |/ /
  • | * |
  • * | |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • * | |
  • | | *
  • | |/
  • * |
  • | *
  • * |
  • |\ \
  • | |/
  • |/|
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | |\
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | | *
  • | | |\
  • | |/ /
  • | | *
  • | |/
  • * |
  • |\ \
  • | |/
  • |/|
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • * \ \
  • |\ \ \
  • | * | |
  • |/ / /
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | |\ \
  • * | | |
  • * | | |
  • |/ / /
  • | * |
  • | * |
  • | |/
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • af8d1ec Refactoring by Christian 2018-04-21 12:55:09 +0200
  • 04a4080 removed performance section from sln file by Israel Lot 2018-04-19 19:45:01 -0300
  • 942bf70 one less copy and allocation by Israel Lot 2018-04-19 19:38:03 -0300
  • b9f0ee2 merge upstream by Israel Lot 2018-04-19 19:07:03 -0300
  • cb09bac Refactor the WebSocket channel and remove the internal queue. by Christian 2018-04-18 23:10:00 +0200
  • 109e4b2 Refactor the task timeout code to avoid still running tasks if the timeout is reached. by Christian 2018-04-18 21:14:31 +0200
  • e4cf297 Remove useless sempahore object by Israel Lot 2018-04-17 21:43:10 -0300
  • 17b74f2 Migrate to Stream-less approach. by Christian 2018-04-17 22:29:23 +0200
  • ae11e31 Refactoring by Christian 2018-04-17 20:37:56 +0200
  • e455ce9 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop by Christian 2018-04-17 20:16:08 +0200
  • 41df5cd Update docs by Christian 2018-04-17 20:16:00 +0200
  • 383225d Merge pull request #225 from israellot/optmizations by Christian 2018-04-17 20:15:24 +0200
  • a62c15a Missing interface implementation by Israel Lot 2018-04-16 14:46:46 -0300
  • 5300742 Avoid unnecessary enumeration for every packet by Israel Lot 2018-04-16 14:30:52 -0300
  • cd09a2f Fix code style by Israel Lot 2018-04-16 14:08:04 -0300
  • 11ba46d Remove useless stream flush by Israel Lot 2018-04-16 14:01:07 -0300
  • e006377 Fix zero lenght packets bug by Israel Lot 2018-04-16 13:25:56 -0300
  • 786fa53 Fix unit tests for serializer by Israel Lot 2018-04-16 13:07:35 -0300
  • 9bc34e4 Translate timeout exception by Israel Lot 2018-04-16 13:07:19 -0300
  • c915af8 Disable Nagle on sockets, send packets in one shot. by Israel Lot 2018-04-16 12:30:56 -0300
  • 98fbbc2 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop by Christian 2018-04-15 21:07:48 +0200
  • d2049d6 Refactoring minor issues by Christian 2018-04-15 21:07:41 +0200
  • 63a12d4 Merge pull request #220 from israellot/optmizations by Christian 2018-04-15 21:06:46 +0200
  • 9051f82 Merge pull request #215 from biapar/patch-1 by Christian 2018-04-15 21:02:29 +0200
  • a5f33bc Replace double dictionary with a tuple key by Israel Lot 2018-04-13 23:00:36 -0300
  • b23d252 Fix unit tests. by Christian 2018-04-11 23:12:27 +0200
  • 1df6798 Fix issues in RPC extension. by Christian 2018-04-11 22:19:38 +0200
  • 9afff6d Merge branch 'develop' by Christian 2018-04-11 21:22:54 +0200
  • ec41efd Fix client dead lock and protocol version issues. by Christian 2018-04-11 21:22:08 +0200
  • 580a431 Update Startup.cs by BP 2018-04-09 10:59:34 +0200
  • c06d84e Renamed MqttServerAdapter to MqttTcpServerAdapter by Christian 2018-04-06 22:49:41 +0200
  • 06a299d Update README.md by Christian 2018-04-05 23:40:05 +0200
  • f90985a Merge pull request #214 from JanEggers/Fix175 by Christian 2018-04-05 23:39:10 +0200
  • 677bedd fixed code quality compliance by JanEggers 2018-04-05 16:03:28 +0200
  • 7154a7b fixed tests by JanEggers 2018-04-05 15:55:08 +0200
  • 7de3d79 added tcp adapter by JanEggers 2018-04-05 14:58:13 +0200
  • 54a0265 Fix UnitTests by Christian 2018-04-01 20:53:32 +0200
  • 8f96aca Fixed a race condition in client and server. by Christian 2018-03-31 23:10:14 +0200
  • cea984c Fix stream and socket handling. by Christian 2018-03-29 22:12:23 +0200
  • fcf748e Merge branch 'develop' by Christian 2018-03-25 14:45:35 +0200
  • e58cb3c Update docs. by Christian 2018-03-25 14:42:43 +0200
  • 3587a8e Add new option which allows configuring the send interval for keep alive packets. by Christian 2018-03-25 14:42:34 +0200
  • 3193381 Refactor web socket stream. Add mqtt as default sub protocol. by Christian 2018-03-25 14:42:12 +0200
  • 7a9ddfc Fix packet identifier which is sent from the server. by Christian 2018-03-25 14:41:12 +0200
  • 447b2aa Add new extension methods. by Christian 2018-03-25 14:39:44 +0200
  • b3eaeea Fix log issue in UWP test app. by Christian 2018-03-25 14:38:36 +0200
  • 45b4c05 Update version by Christian 2018-03-25 14:38:16 +0200
  • 49da66d Fix issue when disconnecting on UWP by Christian 2018-03-13 23:28:50 +0100
  • bb9d558 Update nuspec by Christian 2018-03-13 20:31:01 +0100
  • c5d22f4 Update docs by Christian 2018-03-13 20:23:36 +0100
  • e57ec11 Update libs by Christian 2018-03-13 20:23:31 +0100
  • 56acc82 Fix null ref in server when using interceptor by Christian 2018-03-13 20:23:22 +0100
  • 6e828d0 Override ToString() for LogMessage by Christian 2018-03-13 20:23:07 +0100
  • e1d8697 Fix wrong parsing and generating of MqttConnAck for version 3.1.0 by Christian 2018-03-13 20:22:48 +0100
  • 90098c2 Optimize dispatcher by Christian 2018-03-13 20:22:13 +0100
  • b3a25fb Fix subscription handling of _ManagedClient_. by Christian 2018-03-05 20:43:37 +0100
  • f85ad49 Refactor keep alive monitoring and add unit tests. by Christian 2018-02-28 21:43:19 +0100
  • f5696b6 Merge branch 'develop' by Christian 2018-02-21 21:33:01 +0100
  • c26555a Refactor ManagedClient by Christian 2018-02-21 21:32:21 +0100
  • 0accb46 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop by Christian 2018-02-21 20:44:10 +0100
  • 3b34fd4 Fix build by Christian 2018-02-21 20:44:05 +0100
  • abb216c Fix retained message handling by Christian 2018-02-21 20:43:22 +0100
  • 1760dc7 Fix async issues by Christian 2018-02-21 20:43:09 +0100
  • 034e7fd Add event for processed application message (managed client only) by Christian 2018-02-21 20:42:39 +0100
  • 76c7b31 Fix build errors by Christian 2018-02-21 20:42:05 +0100
  • 09010e9 Merge pull request #180 from lerppana/managed_unsubscribe_fix by Christian 2018-02-21 20:09:10 +0100
  • 2341d66 Fix ManagedMqttClient missing call to unsubscribe topics by Lassi Laati 2018-02-20 09:23:47 +0200
  • 21586b7 Merge branch 'master' of https://github.com/chkr1011/MQTTnet by Christian 2018-02-04 20:10:11 +0100
  • b426ae1 Update docs by Christian 2018-02-04 20:06:01 +0100
  • e9db9d6 Update README.md by Christian 2018-02-04 20:05:34 +0100
  • 59dcbf4 Add server events for subscribed and unsubscribed topics. Add pending messages count for connected clients. by Christian 2018-02-02 22:44:21 +0100
  • a204d23 Update configs by Christian 2018-02-02 00:47:00 +0100
  • 26cd84c Fix generation of packet identifier. by Christian 2018-02-02 00:46:47 +0100
  • 5f77255 Update docs by Christian 2018-01-27 14:12:54 +0100
  • 8856a7a Fix broken package reader by Christian 2018-01-26 23:56:22 +0100
  • 3075443 Add server methods for controlling the client subscriptions. by Christian 2018-01-26 22:06:21 +0100
  • 751ac19 Fix reading more data than required for the body. by Christian 2018-01-26 21:25:56 +0100
  • 1415e4b Covnert the body buffer to a memory stream which will grow automatically. by Christian 2018-01-24 20:49:47 +0100
  • e56203f Update docs by Christian 2018-01-24 20:16:47 +0100
  • 64c997a Merge pull request #163 from kpreisser/fixInfiniteLoop by Christian 2018-01-24 20:12:15 +0100
  • 391ee34 Merge pull request #166 from kpreisser/fixDecodeRemainingLength by Christian 2018-01-24 20:09:14 +0100
  • 88de504 Fix the algorithm for decoding the remaining length to allow a length greater than 2,097,151 bytes. See: https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/errata01/os/mqtt-v3.1.1-errata01-os.html#_Toc442180732 by kpreisser 2018-01-24 15:32:36 +0100
  • d020e80 Fix infinite loop that can occur when the client closes the connection before sending the complete packet body. by kpreisser 2018-01-23 10:45:58 +0100
  • 8b2b8d4 Update docs by Christian 2018-01-22 21:11:44 +0100
  • 40c33ac Refactoring by Christian 2018-01-22 21:11:35 +0100
  • 002e4b8 Fix broken unit tests by Christian 2018-01-22 20:55:50 +0100
  • c060c37 Add thrown exception for disconnected event by Christian 2018-01-22 20:55:06 +0100
  • 4d13407 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop by Christian 2018-01-21 14:33:33 +0100
  • d737f55 Add encrypted code signing key by Christian 2018-01-21 14:33:29 +0100
  • 5e8d5b9 Add documents by Christian 2018-01-21 14:29:43 +0100
  • f98f21f Update libs by Christian 2018-01-21 14:29:36 +0100
  • ec9e64e Update docs by Christian 2018-01-21 14:14:04 +0100
  • 3967297 Update 3rd-Partly libs by Christian 2018-01-21 14:13:50 +0100
  • 5becf79 Merge pull request #157 from kpreisser/trueAsync by Christian 2018-01-21 14:12:29 +0100
  • c7c84ad Make clients interfaces disposable. by Christian 2018-01-21 14:10:23 +0100
  • 8773117 Fix an issue which adds a delay after every accepted connection. by Christian 2018-01-21 14:09:34 +0100
  • bb697e1 Follow-Up: Add missing ConfigureAwait() call. by kpreisser 2018-01-17 11:29:48 +0100
  • e1a9aa7 Adjust the MqttClientPendingMessagesQueue and the MqttPacketReader to use asynchronous methods for long-running/blocking operations. by kpreisser 2018-01-17 11:10:39 +0100
  • 312773d Add password protected code signing certificate to enable build process. by Christian Kratky 2017-12-22 12:02:25 +0100
  • 1ee48a9 Merge develop by Christian Kratky 2017-12-18 14:17:31 +0100