Wed, 10 Jul 2013 18:25:39 -0700 Peter D. Barnes, Jr. Closed branch hash hash
Wed, 10 Jul 2013 18:22:58 -0700 Peter D. Barnes, Jr. Hash example program which hashes the dictionary. hash
Tue, 13 Nov 2012 16:44:26 -0800 Peter D. Barnes, Jr. Remove obsolete typedef. hash
Tue, 13 Nov 2012 16:42:50 -0800 Peter D. Barnes, Jr. Document cached hash state, used for incremental hashing. hash
Tue, 13 Nov 2012 16:42:22 -0800 Peter D. Barnes, Jr. Delete obsolete comment. hash
Tue, 13 Nov 2012 16:41:46 -0800 Peter D. Barnes, Jr. Use uint32/64/_t instead of Hash32/64_t hash
Tue, 13 Nov 2012 16:41:15 -0800 Peter D. Barnes, Jr. Document origin of FNV1a code; fix type. hash
Tue, 13 Nov 2012 16:40:29 -0800 Peter D. Barnes, Jr. Incremental hashing, fix hash function ptr, additional test cases, check-style. hash
Tue, 13 Nov 2012 16:39:44 -0800 Peter D. Barnes, Jr. Add missing links to manual page. hash
Tue, 13 Nov 2012 16:38:48 -0800 Peter D. Barnes, Jr. Refactor namespaces hash
Tue, 13 Nov 2012 16:35:51 -0800 Peter D. Barnes, Jr. Change clear() to return Hash & instead of Hash * hash
Tue, 13 Nov 2012 16:35:21 -0800 Peter D. Barnes, Jr. Add Hash::clear() to restore initial internal state of hasher hash
Tue, 13 Nov 2012 16:34:34 -0800 Peter D. Barnes, Jr. Refactor to make include order explicit, without guards. hash
Tue, 13 Nov 2012 16:32:31 -0800 Peter D. Barnes, Jr. Fix Hash (Ptr<HashFunc>) implementation, check for null m_impl, add test cases hash
Tue, 13 Nov 2012 16:31:48 -0800 Peter D. Barnes, Jr. Fix FNV1_32A_INIT, FNV1A_64_INIT defines to include full namespace qualification. hash
Tue, 13 Nov 2012 16:30:38 -0800 Peter D. Barnes, Jr. Add FNV1a, manual documentation. hash
Tue, 13 Nov 2012 16:26:07 -0800 Peter D. Barnes, Jr. Use Hash32_t, Hash64_t typedefs to indicate that hashes are opaque. hash
Tue, 13 Nov 2012 16:24:59 -0800 Peter D. Barnes, Jr. General hash interface, with replaceable hash functions, defaults to murmur3. hash
Thu, 11 Jul 2013 14:31:03 -0700 Peter D. Barnes, Jr. Merge closed branch docs
Thu, 11 Jul 2013 09:27:37 -0700 John Abraham DSDV: Modify rarely-used keywords to comply with other compilers
Thu, 11 Jul 2013 07:34:54 -0700 Tom Henderson rescan internet bindings
Thu, 11 Jul 2013 11:56:10 +0200 Tommaso Pecorella Bug 1682 - ./waf crashes on FC10
Wed, 10 Jul 2013 00:06:35 +0200 Tommaso Pecorella RFC 3849 - IPv6 Address Prefix Reserved for Documentation
Tue, 09 Jul 2013 22:49:30 +0200 Alexander Afanasyev Bug 1296 - Enhancement in Ipv[4,6]RoutingHelper
Tue, 09 Jul 2013 13:14:19 -0700 Peter D. Barnes, Jr. CommandLine callback example, show user defaults, code cleanup
Tue, 09 Jul 2013 21:13:38 +0200 Junling Bu Bug 1675 - Throughput computation error in Wireless examples
Tue, 09 Jul 2013 19:21:07 +0200 Alexander D'souza (moijes12 Bug 760 - IP address removal can be painful
Tue, 09 Jul 2013 19:15:20 +0200 Tommaso Pecorella Update RELEASE_NOTES
Tue, 09 Jul 2013 18:39:53 +0200 Nicola Baldo fixed bug 1731 and revised lte-phy-error-model test
Tue, 09 Jul 2013 06:15:20 -0700 Junling Bu fix typo in attributes section of manual
Tue, 09 Jul 2013 06:09:38 -0700 Tom Henderson update release_steps for website
Mon, 08 Jul 2013 20:21:40 +0200 Tommaso Pecorella IPv6 manual
Sun, 07 Jul 2013 14:20:41 -0700 Tom Henderson include tutorial-pt-br in documentation build
Sun, 07 Jul 2013 14:17:28 -0700 Tom Henderson fix manual Makefile
Sun, 07 Jul 2013 13:17:12 +0200 Tommaso Pecorella Remove unnecessary private variables from Ipv6AddressHelper
Sat, 06 Jul 2013 16:55:33 +0200 Vedran Miletić Replace <limits.h> include by <climits>
Fri, 05 Jul 2013 14:01:51 -0700 Tom Henderson update click bindings
Fri, 05 Jul 2013 14:35:20 +0200 Vedran Miletić Clean up core module for building with Clang
Fri, 05 Jul 2013 13:20:20 +0200 Vedran Miletić Upgrade waf to 1.7.11.
Fri, 05 Jul 2013 13:15:22 +0200 Vedran Miletić Fix building with Clang 3.0 without extra CXXFLAGS
Thu, 04 Jul 2013 14:27:35 -0700 Mitch Watrous Updatemany modules' Python bindings
Thu, 04 Jul 2013 16:10:05 +0200 Nicola Baldo fixed assert cond in LteUeMac::DoRemoveLc
Thu, 04 Jul 2013 15:57:10 +0200 Vedran Miletić Add missing limits.h include to nstime.h and print-introspected-doxygen.cc
Thu, 04 Jul 2013 09:44:29 +0200 Tommaso Pecorella Fix Ipv6Forwarding test
Wed, 03 Jul 2013 15:06:34 -0700 Peter D. Barnes, Jr. Doc tweaks
Wed, 03 Jul 2013 15:05:17 -0700 Peter D. Barnes, Jr. Doxygenate \internal
Wed, 03 Jul 2013 14:45:39 -0700 Peter D. Barnes, Jr. Disambiguate test asserts
Wed, 03 Jul 2013 14:43:10 -0700 Peter D. Barnes, Jr. Doxygenate todo's
Wed, 03 Jul 2013 21:43:05 +0200 Edvin Močibob Briefly document two and three bound callback
Wed, 03 Jul 2013 12:02:06 -0700 Peter D. Barnes, Jr. Merge bounded Time attributes
Wed, 03 Jul 2013 11:19:21 -0700 Peter D. Barnes, Jr. Time attributes with enforced bounds.
Wed, 03 Jul 2013 10:53:00 -0700 Peter D. Barnes, Jr. Repair Time docs mangled by f0be2daaa38f
Wed, 03 Jul 2013 16:58:46 +0200 Nicola Baldo fixed EARFCN attribute limits for band 21
Wed, 03 Jul 2013 15:46:49 +0200 Hajime Tazaki log msg instead of fail when non-IPv4 pkt is sent over LteUeNetDevice
Tue, 02 Jul 2013 23:08:26 +0200 Tommaso Pecorella Revert changeset 9854. Ipv6 forwarding should be off by default
Tue, 02 Jul 2013 21:56:54 +0200 Peter D. Barnes, Jr. Bug 1727 - Ping6 should use a proper source address
Mon, 01 Jul 2013 10:08:20 -0700 Peter D. Barnes, Jr. Revert [Coverity] Logically dead code (DEADCODE)
Mon, 01 Jul 2013 10:06:39 -0700 Peter D. Barnes, Jr. Backout changeset 581c9b2f52c842a06cd3692c1a043a64b85c0c36
Mon, 01 Jul 2013 09:59:24 -0700 Tom Henderson fix typo from changeset 9881:f6feba3e9942
Sun, 30 Jun 2013 14:10:49 +0200 Tommaso Pecorella Bug 1712 - The IP (v4 and v6) forwarding needs a test
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip