JINMEI Tatuya
b8d64503f7
[master] changelog for #1603
2012-03-12 16:01:51 -07:00
JINMEI Tatuya
9a2a86f3f4
[master] Merge branch 'trac1603'
2012-03-12 15:18:47 -07:00
JINMEI Tatuya
896dd6912c
[1603] added one note about where to place seq_hashes.
2012-03-12 15:18:19 -07:00
Stephen Morris
fec011eb0d
[master] ChangeLog for Trac 1698
2012-03-12 13:54:11 +00:00
Stephen Morris
a8e53be703
Merge branch 'master' into trac1698-test
2012-03-12 13:25:00 +00:00
Stephen Morris
a167e70858
[1698-test] Modified Makefile to use AM_ macros
...
Use AM_ macros for makefile-specific options. (Use of COMMON_
variables provoked a warning on some variants of autotools.)
2012-03-12 13:22:03 +00:00
Stephen Morris
292fc936f6
[1698-test] Address issues raised by re-review
...
1. Enclose death tests within suitable #ifdef for systems that don't
support them.
2. Minor comment changes.
2012-03-12 11:52:43 +00:00
JINMEI Tatuya
4dbcf3b666
[1603] simplified the part of trimming exceessive renderer table space.
...
since we don't have to preserve the existing item in this context, we can
simply swap the current vector with a newly created (with a reserved space)
vector.
2012-03-11 22:33:09 -07:00
Mukund Sivaraman
b469e6036a
[1136] EXTRA_DIST sshfp_44.cc and sshfp_44.h
2012-03-12 09:29:00 +05:30
Mukund Sivaraman
869ed54d54
Add another .gitignore for copied databases
2012-03-11 14:38:25 +05:30
Mukund Sivaraman
5cdde563b1
[1136] Add ChangeLog entry
2012-03-11 14:33:24 +05:30
Mukund Sivaraman
5a045dfb92
[1136] Add rdata_sshfp_fromWire2 to EXTRA_DIST
2012-03-11 14:31:59 +05:30
Mukund Sivaraman
3d8de45a64
[1136] Fix year in copyright notice
2012-03-11 14:31:51 +05:30
Mukund Sivaraman
ec745dbffa
[1136] Add more tests from review
...
Specifically:
* Test lowercase and uppercase
* Test with different spacing
2012-03-11 14:31:44 +05:30
Mukund Sivaraman
cebaf1622c
[1136] Remove message about the wire file being a generated one
2012-03-11 14:31:36 +05:30
Mukund Sivaraman
9ef6f17654
[1136] Rename non-generated wire data file
2012-03-11 14:31:23 +05:30
Mukund Sivaraman
8cff3a658f
[1136] Fix testcase to do case insensitive compare
2012-03-11 14:31:16 +05:30
Mukund Sivaraman
8a0d8d026e
[1136] Extra dist one more file
2012-03-11 14:31:09 +05:30
Mukund Sivaraman
abca9b6b8d
Fix comment in MX testcase
2012-03-11 14:31:03 +05:30
Mukund Sivaraman
ea5ac57d50
[1136] Implement the SSHFP type, from RFC 4255
2012-03-11 14:30:55 +05:30
JINMEI Tatuya
75b062049d
[1603] make sure capacity trimming in MessageRenderer::clear() is coverd.
2012-03-10 16:03:32 -08:00
JINMEI Tatuya
38278a2b5a
[1603] one more editorial update in comments
2012-03-10 15:57:33 -08:00
JINMEI Tatuya
4bb8254e15
[1698-test] minor editorial fixes: folded long lines, constify, typo.
2012-03-09 11:57:59 -08:00
JINMEI Tatuya
0b55e11e55
[1603] moved the array for hash to the impl class and use boost::array for it.
...
use array.at() for write to ensure safety. it's a bit costly, but performance
penalty doesn't seem to be big, so it should be a good tradeoff.
2012-03-09 10:44:21 -08:00
JINMEI Tatuya
c3962c4f4d
[1603] added some additional notes about maptolower array.
2012-03-09 10:22:58 -08:00
JINMEI Tatuya
91a89cb8ca
[1603] fixed a typo
2012-03-09 10:19:06 -08:00
JINMEI Tatuya
8123c01dbd
[1603] cleanup: constify a member function.
2012-03-09 10:15:04 -08:00
JINMEI Tatuya
914212e06d
[1603] store hash value for the name stored in OffsetItem.
...
this may make comparison a bit more efficient. suggested in review.
2012-03-09 10:13:32 -08:00
Jelte Jansen
6b1caed1a4
[master] update changelog
2012-03-09 16:00:50 +01:00
Jelte Jansen
2b01d944b6
[master] Merge branch 'trac1280'
2012-03-09 15:41:46 +01:00
Jelte Jansen
ee3042d8a9
[1280] address review comments
...
fix systest
rename 'axfr' message and use both for AXFR and AXFR-style IXFR
2012-03-09 11:03:23 +01:00
JINMEI Tatuya
b1fb64710c
[1603] move OldMessageRenderer to benchmarks/
...
for now, we'll keep it here for comparison.
2012-03-08 23:07:06 -08:00
Mukund Sivaraman
6e7eee31fa
Add more .gitignore files (for unit tests)
2012-03-09 12:33:02 +05:30
JINMEI Tatuya
cd8b0868f1
[1603] comment and variable name cleanup
2012-03-08 22:57:23 -08:00
JINMEI Tatuya
c3374ed018
[1603] cleanup: reverted the type of LabelSequence::name_ to a reference.
...
The revised versoin of MessageRenderer doesn't store it in an STL container,
so it doesn't have to be default-constructable.
the intermediate experimental version of the renderer was removed as
it depends on the default constructor.
2012-03-08 22:49:11 -08:00
JINMEI Tatuya
1389eb8fa9
[1603] cleanup: removed unnecessary declaration of maptolower from name.h.
...
the one declared in name_internal.h is now also used by MessageRenderer, too,
so updated the comment accordingly.
2012-03-08 22:45:46 -08:00
JINMEI Tatuya
55fdccd716
[1603] use InputBuffer instead of handling raw pointers.
...
This makes the code a bit slower due to the encapsulation overhead, but
ensures safety.
2012-03-08 21:19:56 -08:00
JINMEI Tatuya
5434c74a0b
[1603] a small refactoring of InputBuffer: extract throw to a helper method.
...
This seemingly helps make it a bit more efficient as we saw in the
OutputBuffer. I'm going to use it in the revised version of MessageRenderer.
Note that behavior is preserved.
2012-03-08 21:18:27 -08:00
JINMEI Tatuya
eabc47cf4e
[1603] a minor improvement: use template for case check of NameCompare
...
it seems mostly merginal, but seemingly slightly improve the performance.
2012-03-08 20:36:05 -08:00
Mukund Sivaraman
2b13ceb687
Add more .gitignore files for the rest of generated stuff
2012-03-09 07:13:01 +05:30
JINMEI Tatuya
84a7f88f41
[1603] updated the benchmark to include the intermediate version of renderer.
2012-03-08 16:57:05 -08:00
JINMEI Tatuya
dd95b7f182
[1603] overall cleanup and comment update
2012-03-08 16:56:57 -08:00
JINMEI Tatuya
62411740bf
[1603] revise MessageRenderer again: use original framework with hash table.
...
this eliminates the need for copying/keeping the names, and is more robust
when rendering many names. use of the hash table still improves performance.
2012-03-08 15:50:05 -08:00
JINMEI Tatuya
79b80617cf
[1603] added a new test: rendering many names, which makes new renderer crash.
2012-03-08 13:12:31 -08:00
Stephen Morris
ae7b2a915a
[1698-test] Additional changes as a result of review
2012-03-08 17:46:54 +00:00
Stephen Morris
af7d66f37a
[1698-test] Changes to logger class suggested in review
2012-03-08 15:37:25 +00:00
Mukund Sivaraman
71032a09e3
[1673] Remove WIFCONTINUED and WIFSTOPPED checks
...
These are unnecessary and don't seem to be available on platforms like
NetBSD.
2012-03-08 13:30:29 +05:30
Mukund Sivaraman
4299179844
Add more .gitignore files
2012-03-08 12:43:35 +05:30
Mukund Sivaraman
99c9c5e589
Add a basic .gitignore to ignore build related fluff
2012-03-08 09:36:41 +05:30
Mukund Sivaraman
ead42e5f51
[1673] Add ChangeLog entry
2012-03-08 09:32:36 +05:30