changelog
- 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.
- Wed, 20 Jul 2016 22:56:16 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 22:56:16 +0300] rev 156
- Restyled RCONSession method names and paren style
- Wed, 20 Jul 2016 18:31:19 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:31:19 +0300] rev 155
- Merged with default
- Wed, 20 Jul 2016 18:29:13 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:29:13 +0300] rev 154
- Eliminated unnecessary difference to the protocol5 branch
- Wed, 20 Jul 2016 18:24:13 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:24:13 +0300] rev 153
- Merged with default
- Wed, 20 Jul 2016 18:20:20 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:20:20 +0300] rev 152
- Renamed Datagram members, RCONSession::handle_packet now takes the datagram as the parameter.