Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2071] Add b10 prefix to libcc.la | Mukund Sivaraman | 2012-08-02 | 2 | -2/+2 |
| | |||||
* | [2071] Add b10 prefix to libdns++.la | Mukund Sivaraman | 2012-08-02 | 3 | -3/+3 |
| | |||||
* | [2071] Add b10 prefix to liblog.la | Mukund Sivaraman | 2012-08-02 | 2 | -2/+2 |
| | |||||
* | [2071] Add b10 prefix to libutil.la | Mukund Sivaraman | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | [2071] Add b10 prefix to libexceptions.la | Mukund Sivaraman | 2012-08-02 | 3 | -6/+6 |
| | |||||
* | [master] Merge branch 'trac2093' | Jelte Jansen | 2012-08-01 | 2 | -0/+88 |
|\ | |||||
| * | [2093] fixed a typo in a comment | JINMEI Tatuya | 2012-07-31 | 1 | -1/+1 |
| | | |||||
| * | [2093] addressed review comment | Jelte Jansen | 2012-07-31 | 2 | -2/+26 |
| | | | | | | | | | | - fixed a doxygen line - added a few corner-case tests | ||||
| * | [2093] constify | JINMEI Tatuya | 2012-07-31 | 1 | -3/+3 |
| | | |||||
| * | [2093] rename method to getAbsoluteLabels() | Jelte Jansen | 2012-07-30 | 2 | -3/+3 |
| | | |||||
| * | [2093] some more minor cleanups | Jelte Jansen | 2012-07-30 | 2 | -4/+2 |
| | | |||||
| * | [2093] minor cleanup | Jelte Jansen | 2012-07-30 | 2 | -2/+2 |
| | | |||||
| * | [2093] doxygen for getAbsoluteLabelSequence() | Jelte Jansen | 2012-07-30 | 1 | -0/+19 |
| | | |||||
| * | [2093] add RBNode<T>::getAbsoluteLabelSequence() | Jelte Jansen | 2012-07-30 | 2 | -0/+47 |
| | | |||||
* | | [master] Merge branch 'trac2095' with fixing conflicts. | JINMEI Tatuya | 2012-07-31 | 3 | -152/+933 |
|\ \ | |/ |/| | |||||
| * | [2095] update comments based on review feedback | JINMEI Tatuya | 2012-07-31 | 1 | -10/+11 |
| | | | | | | | | | | - make assumptions in the spec more accurate - move some block of comments closer to the corresponding code for readability | ||||
| * | [2095] introduce a wrapper for encode() to do overrun checks consistently. | JINMEI Tatuya | 2012-07-30 | 1 | -12/+26 |
| | | |||||
| * | [2095] simplified RdataFieldComposer::updateOtherData(). | JINMEI Tatuya | 2012-07-30 | 2 | -42/+53 |
| | | | | | | | | | | | | | | it didn't have to be a loop because of implicit assumptions on how the fields are to be composed. the simpler version should be more understandable. the assumptions are now more explicitly documented. also, one more test case was added. | ||||
| * | [2095] tried to improve an exception what() message. | JINMEI Tatuya | 2012-07-30 | 1 | -1/+2 |
| | | | | | | | | in response to a review comment. | ||||
| * | [2095] include <cstring> for memcpy and qualify it with std:: | JINMEI Tatuya | 2012-07-29 | 1 | -7/+8 |
| | | | | | | | | will be needed for sunstudio. | ||||
| * | [2095] editorial cleanups in doc. | JINMEI Tatuya | 2012-07-29 | 1 | -6/+9 |
| | | |||||
| * | [2095] a few more editorial fixes to comments. | JINMEI Tatuya | 2012-07-27 | 2 | -4/+4 |
| | | |||||
| * | [2095] cleanup: removed unnecessary header file. | JINMEI Tatuya | 2012-07-26 | 1 | -1/+0 |
| | | |||||
| * | [2095] more documentation/comment update | JINMEI Tatuya | 2012-07-26 | 1 | -12/+28 |
| | | |||||
| * | [2095] doxygen update | JINMEI Tatuya | 2012-07-26 | 1 | -27/+175 |
| | | |||||
| * | [2095] two more minor test cases | JINMEI Tatuya | 2012-07-26 | 1 | -6/+32 |
| | | |||||
| * | [2095] reject too big RRSIG | JINMEI Tatuya | 2012-07-26 | 3 | -6/+28 |
| | | |||||
| * | [2095] supported RRSIG encoding with basic tests | JINMEI Tatuya | 2012-07-26 | 3 | -22/+163 |
| | | |||||
| * | [2095] rejected RRSIG in start() | JINMEI Tatuya | 2012-07-26 | 3 | -2/+16 |
| | | |||||
| * | [2095] cleanup: removed now-unused stuff. | JINMEI Tatuya | 2012-07-26 | 1 | -12/+0 |
| | | |||||
| * | [2095] handled various error cases | JINMEI Tatuya | 2012-07-26 | 3 | -13/+122 |
| | | |||||
| * | [2095] added some basic parameter validations. | JINMEI Tatuya | 2012-07-25 | 3 | -8/+66 |
| | | |||||
| * | [2095] tested multi-RDATA cases. | JINMEI Tatuya | 2012-07-25 | 3 | -160/+160 |
| | | | | | | | | | | | | | | the implementation already supported this case, so only need to adjust tests. encoding parts of the temporary hack is now unnecessary and removed. tests were refactored so we can share the same test logic in multiple scenarios. | ||||
| * | [2095] cleanup: removed the old checkData tests. It's now tested via encoder. | JINMEI Tatuya | 2012-07-25 | 1 | -59/+0 |
| | | |||||
| * | [2095] added initial version of rdata encoder. | JINMEI Tatuya | 2012-07-25 | 3 | -3/+291 |
| | | | | | | | | generally working, but missing some validity, corner case tests, etc. | ||||
| * | [2095] adjusted utility functions for tests with new LabelSeq interface. | JINMEI Tatuya | 2012-07-24 | 1 | -19/+7 |
| | | | | | | | | This is a kind of conflict resolution after the initial merge. | ||||
| * | [2095] Merge branch 'trac2091a' into trac2095 | JINMEI Tatuya | 2012-07-21 | 7 | -151/+439 |
| |\ | |||||
| * \ | [2095] Merge branch 'trac2094' into trac2095 | JINMEI Tatuya | 2012-07-21 | 7 | -1/+714 |
| |\ \ | |||||
* | | | | [master] reverted a small comment merge mistake | Jelte Jansen | 2012-07-30 | 1 | -5/+3 |
| | | | | |||||
* | | | | [master] Merge branch 'trac2148' | Jelte Jansen | 2012-07-30 | 1 | -3/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/dns/labelsequence.h | ||||
| * | | | | [2091a] more clarification on the use of separate memsgmt for each zone. | JINMEI Tatuya | 2012-07-24 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | also fixed some text that didn't really make sense. | ||||
* | | | | | Merge branch 'master' into trac2106 | Mukund Sivaraman | 2012-07-29 | 10 | -201/+641 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into trac2092_2 | Mukund Sivaraman | 2012-07-29 | 15 | -486/+1132 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/datasrc/rbtree.h Also fixes some other API and data differences between master and trac2092_2 branch which caused several compile and test failures. | ||||
| | * \ \ \ \ | [master] Merge branch 'trac2091b' | JINMEI Tatuya | 2012-07-29 | 8 | -365/+711 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | [2091b] removed the assert from getLabels(), which will soon be moot anyway. | JINMEI Tatuya | 2012-07-28 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | [master] fixed a typo in doxygen doc. | JINMEI Tatuya | 2012-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trivial, direct commit. | ||||
| | * | | | | | | [2152] don't play the game with union. the init hack didn't work. | JINMEI Tatuya | 2012-07-26 | 2 | -47/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it was wrong anyway because it tried to write to one field and read from the other. and, it actually caused a failure on Solaris/Sparc. I suspect it's due to endian and the data size differences, but since the code was wrong anyway, I now decided to make it (in some sense) less safer but more straightforward. | ||||
| | * | | | | | | [master] fix errors with ambiguous types and other boost uses | Jeremy C. Reed | 2012-07-25 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop doing "using namespace boost" and be specific with the using boost::. Problem noticed on Solaris 11 with g++ 4.5.2 and boost 1.50.0. Tested with older g++ 4.1.3 with boost 1.42.0 (on NetBSD). Discussed little on jabber. | ||||
| | * | | | | | | Merge #1976 | Michal 'vorner' Vaner | 2012-07-24 | 4 | -59/+350 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finally! This one was big. With some minor updates to catch up to the changes after merge. Conflicts: src/bin/auth/auth_srv.cc src/bin/auth/auth_srv.h src/bin/auth/tests/auth_srv_unittest.cc src/lib/datasrc/client_list.cc src/lib/datasrc/tests/client_list_unittest.cc | ||||
| | | * | | | | | | [1976] Make the reload test more realistic | Michal 'vorner' Vaner | 2012-07-24 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We change the file, not the memory content. |