| Age | Commit message (Expand) | Author |
| 2019-03-14 | simplify tcp flag checks, fix stream_follower (#334) | Lukáš Karas |
| 2018-02-03 | Ignore (possibly malformed) options after EOL (#281) | Ed Catmur |
| 2017-09-21 | Use absolute include paths | Matias Fontanini |
| 2017-05-13 | Performance improvements | Matias Fontanini |
| 2017-04-30 | Remove inclusion of algorithm almost everywhere | Matias Fontanini |
| 2017-04-30 | Move internals' PDU helpers into their own files | Matias Fontanini |
| 2017-04-30 | Move checksum utils into their own file | Matias Fontanini |
| 2017-04-29 | Update license date to 2017 | Matias Fontanini |
| 2017-04-29 | Remove parent parameter from write_serialization | Matias Fontanini |
| 2016-02-20 | Add extract_metadata to main PDU classes | Matias Fontanini |
| 2016-01-31 | Update copyright notice | Matias Fontanini |
| 2016-01-09 | Code cleanup and use same syntax on the entire project | Matias Fontanini |
| 2015-12-29 | Fix overall checksum calculation | Matias Fontanini |
| 2015-12-27 | Remove unused cassert header inclusions | Matias Fontanini |
| 2015-12-26 | Add OutputMemoryStream and port most classes to use it | Matias Fontanini |
| 2015-12-24 | Add input memory stream class and port some PDUs to use it | Matias Fontanini |
| 2015-08-17 | Add remove_option member to IP, TCP, Dot11, ICMPv6, DHCP and DHCPv6 | Matias Fontanini |
| 2015-05-17 | Fix compilation warnings on Windows x64. | Matias Fontanini |
| 2015-04-25 | Fix more compilation warnings on Windows. | Matias Fontanini |
| 2015-04-25 | Fix compilation warnings on Windows. | Matias Fontanini |
| 2015-04-05 | Add one integer field for all flags on TCP. | Matias Fontanini |
| 2014-07-13 | Updated copyright notice. | Matias Fontanini |
| 2014-06-01 | Added method in TCP and IP that emplaces an option. | Matias Fontanini |
| 2013-12-16 | Added PDUOption::to<>. TCP options now use this method when being converted t... | Matias Fontanini |
| 2013-10-18 | Added tins_cast as a replacement for dynamic_cast when using it on PDU classes. | Matias Fontanini |
| 2013-10-06 | Modified some examples fixed some doxygen documentation. | Matias Fontanini |
| 2013-09-15 | Done some optimizations on TCP's constructor from buffer. | Matias Fontanini |
| 2013-06-17 | Added a const overload of TCP::get_flag. Added TCP::flags. | Matias Fontanini |
| 2013-04-23 | Fixed BSD notice. Updated AUTHORS file. | Matias Fontanini |
| 2013-04-23 | Moved definitions inside TINS_IS_CXX11 into header files. | Matias Fontanini |
| 2013-04-22 | Removed IP, UDP and IP checksum setters. Added some checksum tests. | Matias Fontanini |
| 2013-04-21 | PDU::matches_response is now const. | Matias Fontanini |
| 2013-04-21 | Removed deprecated methods/types. | Matias Fontanini |
| 2013-04-18 | Added malformed_packet exception. Every class except Dot11* use it. | Matias Fontanini |
| 2013-04-11 | IP and TCP now calculate checksums always inside write_serialization. | Matias Fontanini |
| 2013-04-10 | TCP options now use PDUOption<>::length_field when it is != from data_size. | Matias Fontanini |
| 2013-04-09 | Modified some protocols' internal type names. | Matias Fontanini |
| 2013-04-08 | Several classes now use PDUOption::length_field instead of data_size. | Matias Fontanini |
| 2013-03-25 | Fixed compilation error on IP and TCP. | Matias Fontanini |
| 2013-03-25 | IP now fills automatically the sender address when no link layer PDU is prese... | Matias Fontanini |
| 2013-03-24 | Added an overload of add_option that takes an rvalue-ref in IP, TCP, DHCP, IC... | Matias Fontanini |
| 2013-03-23 | Optimized TCP, IP and PDUOption<>. | Matias Fontanini |
| 2012-12-02 | libtins compiles and runs under windows. Packets apparently can't be sent yet. | Matias Fontanini |
| 2012-11-21 | Added IPv6 class. It's working, but there's no support for extension headers ... | Matias Fontanini |
| 2012-10-07 | libtins now uses a BSD license. | Matias Fontanini |
| 2012-10-07 | Removed the useless PDU::flag member. Added a PDU concatenation operator. | Matias Fontanini |
| 2012-09-10 | Added a generic PDUOption class. TCP, IP, DHCP and Dot11* now use this class ... | Matias Fontanini |
| 2012-09-07 | Refactored TCP's interface. | Matias Fontanini |
| 2012-09-03 | Moved endianness change functions to endianness.h. | Matias Fontanini |
| 2012-09-02 | Added small_uint class. | Matias Fontanini |