Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged trac #347: Implement query counters in auth module (branches/trac347 r... | Yoshitaka Aharen | 2010-12-28 | 14 | -1/+1178 |
|\ | |||||
| * | fix spell miss | Yoshitaka Aharen | 2010-12-27 | 1 | -5/+5 |
| * | Address review comments on [comment:ticket:347:14] | Yoshitaka Aharen | 2010-12-27 | 9 | -56/+46 |
| * | a couple of minor editorial suggestions | JINMEI Tatuya | 2010-12-23 | 2 | -4/+2 |
| * | Address review comments on ticket:347:12 | Yoshitaka Aharen | 2010-12-22 | 10 | -311/+437 |
| * | some suggested changes on style/documentation | JINMEI Tatuya | 2010-12-21 | 6 | -20/+16 |
| * | initialize itimer_counter to NULL | Yoshitaka Aharen | 2010-12-13 | 1 | -1/+1 |
| * | Address some review comments [comment:ticket:347:5] | Yoshitaka Aharen | 2010-12-09 | 16 | -393/+918 |
| * | minor editorial suggestions | JINMEI Tatuya | 2010-12-01 | 1 | -11/+15 |
| * | trivial editorial/style fixes | JINMEI Tatuya | 2010-12-01 | 3 | -12/+7 |
| * | add query counters in b10-auth, interval timer class in asio_link and unittes... | Yoshitaka Aharen | 2010-12-01 | 14 | -3/+539 |
* | | Removing now-missing options from b10-recurse manpage. Remove | Jeremy C. Reed | 2010-12-27 | 2 | -115/+4 |
* | | For trac362 | Jeremy C. Reed | 2010-12-27 | 39 | -72/+378 |
|\ \ | |||||
| * \ | catch up to trunk, 2 conflicts. | Jeremy C. Reed | 2010-12-27 | 208 | -2921/+20704 |
| |\ \ | |/ / |/| | | |||||
* | | | Compilation fix (removes possible warning) | Michal Vaner | 2010-12-27 | 1 | -0/+2 |
* | | | trivial cleanups: removed some unnecessary or meaningless 'inline' declarations: | JINMEI Tatuya | 2010-12-25 | 2 | -13/+13 |
* | | | cleanup/correction to the query logic with in memory data source: | JINMEI Tatuya | 2010-12-24 | 4 | -19/+42 |
* | | | merge #439(Implement normal query processing), skip ChangeLog | Jerry | 2010-12-24 | 11 | -41/+164 |
|\ \ \ | |||||
| * \ \ | sync with trunk | Jerry | 2010-12-23 | 131 | -2608/+8354 |
| |\ \ \ | |||||
| * | | | | Unneeded namespace pollution | Michal Vaner | 2010-12-23 | 1 | -7/+2 |
| * | | | | simplify MockZone class | Jerry | 2010-12-23 | 1 | -27/+10 |
| * | | | | update reply message AA bit logic | Jerry | 2010-12-23 | 2 | -2/+5 |
| * | | | | update unittest and code according to review comments | Jerry | 2010-12-23 | 3 | -46/+110 |
| * | | | | update documentation | Jerry | 2010-12-22 | 1 | -3/+5 |
| * | | | | fix a unittest issue | Jerry | 2010-12-22 | 1 | -2/+17 |
| * | | | | comments and docmentation | Jerry | 2010-12-21 | 4 | -8/+11 |
| * | | | | update AuthSrvImpl::processNormalQuery() | Jerry | 2010-12-21 | 7 | -18/+51 |
| * | | | | * Take MemoryDataSrc (instead of a zone table). | Jerry | 2010-12-21 | 4 | -35/+91 |
* | | | | | sync with trunk, resolving a conflict. | JINMEI Tatuya | 2010-12-24 | 32 | -329/+625 |
|\ \ \ \ \ | |||||
| * | | | | | Be consistent with these run_*sh scripts by using exec for all of them. | Jeremy C. Reed | 2010-12-23 | 11 | -16/+11 |
| * | | | | | This is for trac226. | Jeremy C. Reed | 2010-12-23 | 10 | -0/+30 |
| * | | | | | Compilation fix | Michal Vaner | 2010-12-23 | 1 | -0/+2 |
| * | | | | | Merge #440 (ZoneTable uses RBTree) | Michal Vaner | 2010-12-23 | 3 | -42/+108 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Change AssertError to assert | Michal Vaner | 2010-12-23 | 2 | -35/+6 |
| | * | | | | Style fix | Michal Vaner | 2010-12-20 | 1 | -3/+3 |
| | * | | | | Comments | Michal Vaner | 2010-12-20 | 1 | -0/+11 |
| | * | | | | ZoneTable doxygen docs | Michal Vaner | 2010-12-20 | 1 | -4/+33 |
| | * | | | | Disable test of missing functionality | Michal Vaner | 2010-12-20 | 1 | -1/+1 |
| | * | | | | ZoneTable::find | Michal Vaner | 2010-12-20 | 1 | -12/+32 |
| | * | | | | Insert to ZoneTable | Michal Vaner | 2010-12-20 | 2 | -26/+59 |
| * | | | | | forgot to add the new test data file to the EXTRA_DIST file (fixes failed dis... | Jelte Jansen | 2010-12-22 | 1 | -0/+1 |
| * | | | | | merge trac202 (cfgmgr and bindctl and unknown configurations) | Jelte Jansen | 2010-12-22 | 10 | -28/+114 |
| |\ \ \ \ \ | |||||
| | * | | | | | also prevent unknown data to get into internal systems (by adding a check for... | Jelte Jansen | 2010-12-08 | 8 | -17/+99 |
| | * | | | | | return an error in bindctl on 'config set' for an item not described in the .... | Jelte Jansen | 2010-12-07 | 2 | -11/+15 |
| * | | | | | | Unneeded comment removed | Michal Vaner | 2010-12-22 | 1 | -3/+0 |
| * | | | | | | Test for constructor of MemoryZone | Michal Vaner | 2010-12-21 | 1 | -0/+27 |
| * | | | | | | Code cleanups according to review | Michal Vaner | 2010-12-21 | 4 | -7/+12 |
| * | | | | | | Fix compilation of auth tests | Michal Vaner | 2010-12-21 | 1 | -0/+1 |
| * | | | | | | Comments about MemoryZoneImpl | Michal Vaner | 2010-12-21 | 1 | -0/+12 |
| * | | | | | | Doxygen documentation for MemoryZone | Michal Vaner | 2010-12-21 | 1 | -0/+8 |