summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge #2676Michal 'vorner' Vaner2013-02-2115-181/+291
|\
| * [2676] avoid the situation where an uninitialized variable is usedJINMEI Tatuya2013-02-201-0/+1
| * [2676] Typo fixMichal 'vorner' Vaner2013-02-201-2/+2
| * [2676] Don't crash on RPCErrorMichal 'vorner' Vaner2013-02-201-1/+1
| * [2676] some more unrelated editorial cleanups.JINMEI Tatuya2013-02-192-2/+1
| * [2676] editorial cleanup: removed unnecessary backslashJINMEI Tatuya2013-02-191-1/+1
| * [2676] remove the comment about using "protected" member in __notify_update.JINMEI Tatuya2013-02-191-7/+0
| * [2676] indentation fixJINMEI Tatuya2013-02-191-2/+2
| * [2676] (minor) Explain a FIXME commentMichal 'vorner' Vaner2013-02-191-1/+4
| * [2676] Translate to the correct exceptionMichal 'vorner' Vaner2013-02-191-3/+4
| * [2676] Remove unused variableMichal 'vorner' Vaner2013-02-192-8/+6
| * [2676] (minor) Comment clarificationMichal 'vorner' Vaner2013-02-191-2/+4
| * [2676] Error when missing ConfigManagerMichal 'vorner' Vaner2013-02-191-0/+4
| * [2676] Make the try-except block smallerMichal 'vorner' Vaner2013-02-191-28/+28
| * [2676] Fix FIXMEMichal 'vorner' Vaner2013-02-191-2/+3
| * [2676] Reuse constants for remote loadzone commandMichal 'vorner' Vaner2013-02-192-7/+13
| * [2676] Remove the notion of timeouts from the message docsMichal 'vorner' Vaner2013-02-191-26/+16
| * [2676] Reorder and tweak exception to be closer to originalMichal 'vorner' Vaner2013-02-191-4/+6
| * [2676] (minor) Comment tweaksMichal 'vorner' Vaner2013-02-192-2/+2
| * [2676] Use constant for success codeMichal 'vorner' Vaner2013-02-192-4/+6
| * [2676] editorial: folded a long lineJINMEI Tatuya2013-02-181-2/+2
| * [2676] Note why Cmdctl is not converted.Michal 'vorner' Vaner2013-02-181-1/+6
| * [2676] Note why XfrIn is not convertedMichal 'vorner' Vaner2013-02-182-5/+18
| * [2676] Convert stats to use rpc_callMichal 'vorner' Vaner2013-02-182-43/+28
| * [2676] Convert ZoneMgr to use the rpc_callMichal 'vorner' Vaner2013-02-182-20/+10
| * [2676] Convert DDNS to use rpc_callMichal 'vorner' Vaner2013-02-182-30/+20
| * [2676] Use dict, not keyword argumentsMichal 'vorner' Vaner2013-02-152-3/+5
| * [2676] Document the rpc_callMichal 'vorner' Vaner2013-02-141-0/+22
| * [2676] Error handling in the rpc_callMichal 'vorner' Vaner2013-02-142-0/+42
| * [2676] Further tests for rpc_callMichal 'vorner' Vaner2013-02-141-8/+34
| * [1676] Basics of the rpc_call in pythonMichal 'vorner' Vaner2013-02-143-4/+16
| * [2676] Test for rpc_callMichal 'vorner' Vaner2013-02-141-0/+20
| * [2676] Store the want_answer in fake sessionMichal 'vorner' Vaner2013-02-141-3/+4
* | Merge branch 'trac2157_merge'Yoshitaka Aharen2013-02-2123-1721/+2431
|\ \
| * | [2157] skip docbook XML test if python XML library is missingYoshitaka Aharen2013-02-201-1/+8
| * | Merge branch 'master' into trac2157_mergeYoshitaka Aharen2013-02-13115-2197/+2140
| |\ \
| * | | [2157] update docbook example in test scriptYoshitaka Aharen2013-02-131-16/+8
| * | | [2157] some minor editorial fixesJINMEI Tatuya2013-02-131-8/+5
| * | | [2157] remove dependency on xml.dom.minidomYoshitaka Aharen2013-02-131-20/+24
| * | | Merge branch 'trac2157_2' into trac2157_mergeYoshitaka Aharen2013-02-0623-1721/+2431
| |\ \ \
| | * | | [2157] add a note for TSIG and opcode to b10-auth man pageYoshitaka Aharen2013-02-041-1/+4
| | * | | [2157] editorial: removed space in a blank line.JINMEI Tatuya2013-02-021-1/+1
| | * | | [2157] editorial: unify two short linesJINMEI Tatuya2013-02-021-3/+1
| | * | | [2157] fix opcode handling and added some documentationYoshitaka Aharen2013-02-025-15/+41
| | * | | [2157] make opcode a referenceYoshitaka Aharen2013-02-021-1/+1
| | * | | [2157] correct method naming of MessageAttributesYoshitaka Aharen2013-02-022-14/+14
| | * | | [2157] removed white spaces at EOLJINMEI Tatuya2013-01-311-3/+3
| | * | | [2157] increment opcode counter if message header parse succeededYoshitaka Aharen2013-01-315-23/+35
| | * | | [2157] update docs for getRequestIPVersion()Yoshitaka Aharen2013-01-301-9/+9
| | * | | [2157] add parameter checks for setRequest(IPVersion|TransportProtocol)Yoshitaka Aharen2013-01-303-6/+39