| Age | Commit message (Expand) | Author |
| 2017-09-21 | Use absolute include paths | Matias Fontanini |
| 2017-05-13 | Use vector instead of lists everywhere | Matias Fontanini |
| 2017-05-13 | Remove useless includes | Matias Fontanini |
| 2017-04-30 | Remove inclusion of algorithm almost everywhere | Matias Fontanini |
| 2017-04-30 | Remove useless includes | Matias Fontanini |
| 2017-04-30 | Move internals' PDU helpers into their own files | Matias Fontanini |
| 2017-04-30 | Don't include heavy STL headers like <algorithm> in header files | Matias Fontanini |
| 2017-04-29 | Update license date to 2017 | Matias Fontanini |
| 2017-04-29 | Remove parent parameter from write_serialization | Matias Fontanini |
| 2017-01-25 | Fix -Wextra compiler warnings. (#184) | Kyle Fazzari |
| 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-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 |
| 2014-07-31 | fix armv5 alignment issues | Christian Hammerl |
| 2014-07-13 | Updated copyright notice. | Matias Fontanini |
| 2014-04-01 | Added DHCP::hostname. | Matias Fontanini |
| 2013-12-23 | Ported DHCP and Dot11. Almost ported DHCPv6 completely. | Matias Fontanini |
| 2013-10-07 | Modified some header documentation. | 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 | assert() is only called when TINS_DEBUG is defined. | Matias Fontanini |
| 2013-04-18 | Added malformed_packet exception. Every class except Dot11* use it. | 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-24 | Added an overload of add_option that takes an rvalue-ref in IP, TCP, DHCP, IC... | Matias Fontanini |
| 2012-10-07 | libtins now uses a BSD license. | Matias Fontanini |
| 2012-09-10 | Modified some file names. | Matias Fontanini |
| 2012-09-10 | Added a generic PDUOption class. TCP, IP, DHCP and Dot11* now use this class ... | Matias Fontanini |
| 2012-09-05 | Improved compile time using forward declarations and removing useless includes. | Matias Fontanini |
| 2012-09-03 | Moved endianness change functions to endianness.h. | Matias Fontanini |
| 2012-08-27 | Documented and fixed some bugs in IPv4Address. | Matias Fontanini |
| 2012-08-27 | RAII'd some code. Everything(hopefully) uses IPv4Address now. | Matias Fontanini |
| 2012-08-26 | Added some serialization tests to every PDU. | Matias Fontanini |
| 2012-08-21 | Fixed endianess issues in several classes. Everything is working on big endia... | Matias Fontanini |
| 2012-08-16 | Fixed some bugs in Dot11 and DNS. Most of the code uses host_to_be and be_to_... | Matias Fontanini |
| 2012-08-15 | Started fixing endianess issues. | Matias Fontanini |
| 2012-08-09 | Done some minor fixes. | Matias Fontanini |
| 2012-08-02 | Fixed some bugs, added some tests. | Matias Fontanini |
| 2012-05-03 | Added IPv4Address class. | Matias Fontanini |
| 2012-03-23 | Added option helper functions on DHCP. | Matias Fontanini |
| 2012-03-23 | Fixed endianness in some DHCP options. | Matias Fontanini |
| 2012-03-17 | Added renewal option add/search on DHCP. | Matias Fontanini |
| 2011-09-19 | Fixed bugs in EthernetII, BootP and DHCP. | Matias Fontanini |
| 2011-09-10 | Fixed some leak or uninitialized memory usage bugs. | Matias Fontanini |
| 2011-09-03 | Added copy constructor and copy assignment operator to all PDUs. | Matias Fontanini |
| 2011-08-24 | Fixed exception syntax error.. | Matias Fontanini |