changelog
- Wed, 27 Jan 2021 12:34:26 +0200
- by Teemu Piippo <teemu@hecknology.net> [Wed, 27 Jan 2021 12:34:26 +0200] rev 171
- remove the packet queue for now
- Sat, 23 Jul 2016 12:35:43 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:35:43 +0300] rev 170
- Reduce delta between branches
- Sat, 23 Jul 2016 12:34:05 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:34:05 +0300] rev 169
- Merged with default
- Sat, 23 Jul 2016 12:32:23 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:32:23 +0300] rev 168
- Reduce delta to protocol5 branch by importing the change to RCONSessoin::handlePacket's signature
- Sat, 23 Jul 2016 12:28:52 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:28:52 +0300] rev 167
- Added the PacketQueue class to make use of the sequence numbering to process packets in the correct order, and the ZFC9000 end of packet recovery protocol.
- Sat, 23 Jul 2016 12:28:07 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:28:07 +0300] rev 166
- Fixed compilation problem
- Sat, 23 Jul 2016 12:27:03 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:27:03 +0300] rev 165
- Merged with default
- Sat, 23 Jul 2016 12:23:07 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:23:07 +0300] rev 164
- Fixed Container::splice() method trimming the last element even when not supposed to
- Sat, 23 Jul 2016 12:22:23 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:22:23 +0300] rev 163
- Added the ByteArray::quote() method to return a string representation of the byte array, and used it to print out the contents of unparseable packets.
- Sat, 23 Jul 2016 12:15:52 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:15:52 +0300] rev 162
- Added Doxygen configuration
- Sat, 23 Jul 2016 12:14:20 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:14:20 +0300] rev 161
- Added versions of min() and max() that find the smallest and largest values in an iterable.
- Fri, 22 Jul 2016 18:03:50 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 18:03:50 +0300] rev 160
- Fixed compilation problems.
- Fri, 22 Jul 2016 17:59:55 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 17:59:55 +0300] rev 159
- Merged with default
- Fri, 22 Jul 2016 17:52:23 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 17:52:23 +0300] rev 158
- Added the ByteArray typedef for Vector<unsigned char>
- Fri, 22 Jul 2016 17:50:00 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 17:50:00 +0300] rev 157
- Bytestream now behaves more like a cursor. It does not store the data anymore, rather it leaves the user to specify a vector to use for storage.