Marcin Siodelski
0fc40f1677
[master] Added ChangeLog entry for #2796 .
2013-07-01 21:52:18 +02:00
Marcin Siodelski
eac5e75147
[master] Merge branch 'trac2976'
2013-07-01 19:00:06 +02:00
Mukund Sivaraman
351b82d0ed
[master] Use alternate syntax for shallow copy
...
This is recommended by:
http://docs.python.org/3/library/copy.html
2013-07-01 20:42:11 +05:30
Mukund Sivaraman
e42db3d283
[master] Use list() instead of .copy() (as it is a Python 3.3 feature)
...
Suggested by Michal.
2013-07-01 20:37:46 +05:30
Mukund Sivaraman
fa4e16aaa9
Merge branch 'trac2855_2'
2013-07-01 15:39:22 +05:30
Mukund Sivaraman
61dcb03fbe
[2855] Don't use clear() on lists (as it is a Python 3.3 feature)
2013-07-01 15:04:06 +05:30
Mukund Sivaraman
ed780cbba4
[master] Fix Python API compatibility issue with CPython < 3.3.0
...
The 'p' format for booleans is not available before Python 3.3 API. So
we use the previously used fallback in these cases ('i' for C int).
2013-07-01 00:11:03 +05:30
Mukund Sivaraman
58f2a7f082
[2855] Use the same lock in the condition variable too
2013-06-30 21:46:39 +05:30
Mukund Sivaraman
407655388f
[2855] Notify on the socket if a response is ready
2013-06-30 21:27:29 +05:30
Mukund Sivaraman
41e40c5cb4
[2855] Fix comments
2013-06-30 21:27:27 +05:30
Mukund Sivaraman
1949be3727
[2855] Move code out of lock region
2013-06-30 21:27:25 +05:30
Mukund Sivaraman
ee58a132fe
[2855] Make the response a tuple
...
This is for some kind of compatibility with future tickets, but the
exact format of the response list is currently not decided.
2013-06-30 21:27:22 +05:30
Mukund Sivaraman
e15f18aff6
[2855] Add more code comments
2013-06-30 21:27:20 +05:30
Mukund Sivaraman
6916c32a3f
[2855] Test what happens when a bad command is passed
2013-06-30 21:27:18 +05:30
Mukund Sivaraman
ee90ee28b4
[2855] Add more code comments
2013-06-30 21:27:15 +05:30
Mukund Sivaraman
c3ef6db1a2
[2855] Add class documentation
2013-06-30 21:27:13 +05:30
Mukund Sivaraman
5fe6fd9977
[2855] Add builder module tests
2013-06-30 21:27:10 +05:30
Mukund Sivaraman
a4ff0d97db
[2855] Add a basic builder thread that understands the shutdown command
2013-06-30 21:27:07 +05:30
Mukund Sivaraman
4afd4b896c
[2855] Update comment
2013-06-30 21:27:05 +05:30
Mukund Sivaraman
489316fd74
[2855] Add BIND10Server._shutdown_module() method for shutdown processing
2013-06-30 21:27:02 +05:30
Mukund Sivaraman
8b4019ff15
[2855] Fix typos
2013-06-30 21:26:55 +05:30
Mukund Sivaraman
603b0180bc
[2855] Add BIND10Server.watch_fileno() method
2013-06-30 21:26:44 +05:30
Mukund Sivaraman
ac446f0280
[2855] Don't loop to check membership
2013-06-30 21:26:34 +05:30
Mukund Sivaraman
dc6150ca4d
Merge branch 'trac2993'
2013-06-30 20:55:12 +05:30
Mukund Sivaraman
c400406661
Merge branch 'trac3006'
2013-06-30 20:09:17 +05:30
Mukund Sivaraman
aa0265f874
[master] Add ChangeLog entry for #2759
2013-06-30 20:06:23 +05:30
Mukund Sivaraman
d8991bf8ed
Merge branch 'trac2759'
2013-06-30 19:53:37 +05:30
JINMEI Tatuya
464664e323
[master] changelog for #2854
2013-06-28 10:13:16 -07:00
JINMEI Tatuya
d05d7aa36d
[master] Merge branch 'trac2854'
2013-06-28 09:39:48 -07:00
JINMEI Tatuya
cef64b540e
[2854] a minor wording update to a detailed log description
2013-06-28 09:39:02 -07:00
Michal 'vorner' Vaner
1095506737
Merge #2775
...
Design about scaling across multiple cores.
Conflicts:
doc/design/resolver/01-scaling-across-cores (taken from the branch)
doc/design/resolver/02-mixed-recursive-authority-setup (taken from master)
2013-06-28 10:48:43 +02:00
Mukund Sivaraman
0d3ac3452b
[2993] Update Python documentation for ZoneWriter's load() method
2013-06-28 06:09:25 +05:30
Mukund Sivaraman
d878168fcd
[2759] Add a lettuce scenario to test validation and response code
2013-06-28 05:50:25 +05:30
Mukund Sivaraman
8354cca476
[2759] Return rcode=REFUSED when validation fails
2013-06-28 05:32:01 +05:30
Marcin Siodelski
454dbb4960
[master] Added ChangeLog entry for 2979.
2013-06-27 13:50:05 +02:00
Marcin Siodelski
7f644c2532
[2976] Changes as a result of code review.
2013-06-27 13:22:18 +02:00
Marcin Siodelski
a81a52389a
[2976] Trivial: folded long lines.
2013-06-27 11:42:37 +02:00
Marcin Siodelski
6d42b333f4
[master] Merge branch 'trac2979'
2013-06-27 10:08:36 +02:00
Mukund Sivaraman
b4f1cd645e
[2993] Add unittest for the case where ZoneWriter encounters a bad zone and must throw
2013-06-27 09:03:40 +05:30
Mukund Sivaraman
204733844d
[2993] Update comment
2013-06-27 09:00:47 +05:30
Mukund Sivaraman
d399683b0d
[2993] Add unittest for the case where ZoneWriter encounters a bad zone and must not throw
2013-06-27 08:59:25 +05:30
Mukund Sivaraman
b178f2a38b
[2993] Extend ConfigurableClientList::getCachedZoneWriter() to have catch_load_error
2013-06-27 08:41:50 +05:30
Mukund Sivaraman
aa6d3a22e2
[2993] Untabify
2013-06-27 08:13:45 +05:30
Mukund Sivaraman
c18cb31085
[master] Add ChangeLog for #3001
2013-06-27 07:53:10 +05:30
Mukund Sivaraman
6e42b90971
Merge branch 'trac3001'
2013-06-27 07:52:14 +05:30
Tomas Hozza
382705e83e
Add missing stdint.h header inclusion
...
Previously a missing header inclusion caused bind10-1.1.0
compilation to fail.
Signed-off-by: Tomas Hozza <thozza@redhat.com>
2013-06-27 07:42:40 +05:30
Mukund Sivaraman
fcbb1a926c
[3006] Use a more portable makefile pattern substitution syntax
2013-06-27 06:58:18 +05:30
Mukund Sivaraman
f1c399008d
[3006] Fail make if tools are not found during "make devel"
2013-06-27 06:51:23 +05:30
Mukund Sivaraman
213d905ed8
[2759] Update log messages to better reflect the DDNS case
2013-06-27 06:26:15 +05:30
Marcin Siodelski
c5b11e54a9
[2976] Minor: fix the doxygen tag in D2UpdateMessage.
2013-06-26 12:05:40 +02:00