JINMEI Tatuya
4baf3a4dca
[2572] introduced a special source size of "unknown".
...
this will help handle special cases like using the lexer with stdin
associated with a pipe.
2013-01-10 15:23:29 -08:00
JINMEI Tatuya
76ca31298b
[2572] documented additional exceptions from InputSource wrt getting size.
2013-01-09 18:19:47 -08:00
JINMEI Tatuya
f603440ab4
[2572] clarified that istream source must be complete on pushSource.
2013-01-09 18:12:57 -08:00
JINMEI Tatuya
11b14c65cb
[2572] added MasterLexer::getPosition().
2013-01-09 18:10:52 -08:00
JINMEI Tatuya
e81f84bdab
[2572] added MasterLexer::getTotalSourceSize().
2013-01-09 17:31:14 -08:00
JINMEI Tatuya
989e0535b0
[2572] added InputSource::getPosition() to return the current positio of src.
2013-01-09 17:03:27 -08:00
JINMEI Tatuya
b32cd0ea87
[2572] added InputSource::getSize() to know the total size of the source.
2013-01-09 16:32:56 -08:00
Marcin Siodelski
0c40d70c28
[master] Added ChangeLog entry for #2313 .
2013-01-09 10:11:44 +01:00
Marcin Siodelski
37a27e19be
[master] Merge branch 'trac2313'
...
Conflicts:
src/lib/dhcpsrv/cfgmgr.cc
src/lib/dhcpsrv/cfgmgr.h
2013-01-09 09:01:53 +01:00
JINMEI Tatuya
d365482e0e
[master] Merge branch 'trac2437'
2013-01-08 10:01:11 -08:00
Marcin Siodelski
bd9b58b287
[master] Updated ChangeLog entry for #2315 .
...
The updated description specifies that the change was in the DHCP code.
Also, the updated entry points out that new code is used internally by
the DHCP server. Okayed on jabber.
2013-01-08 17:51:17 +01:00
Marcin Siodelski
b3a9b36264
[2313] Trivial: updates to some comments as a result of the second review.
2013-01-08 17:26:42 +01:00
Marcin Siodelski
f8ad67f716
[2313] Changes as a result of the review.
2013-01-08 15:44:03 +01:00
Marcin Siodelski
ccd941541d
[master] Added ChangeLog entry for #2315 .
2013-01-08 14:52:24 +01:00
Marcin Siodelski
741fe7bc96
[master] Merge branch 'trac2315'
...
Conflicts:
src/bin/dhcp4/config_parser.cc
src/bin/dhcp6/config_parser.cc
2013-01-08 14:09:43 +01:00
Marcin Siodelski
856d60a96b
[master] Added ChangeLog entry for #2545 .
2013-01-08 10:32:02 +01:00
Marcin Siodelski
792c129a07
[master] Merge branch 'trac2545'
...
Conflicts:
src/lib/dhcpsrv/Makefile.am
2013-01-08 10:15:56 +01:00
Marcin Siodelski
b85908b8e8
[2545] Corrected a typo in dhcpX.spec files.
2013-01-08 10:14:49 +01:00
JINMEI Tatuya
3e191cf288
[master] Merge branch 'trac711'
2013-01-07 20:03:10 -08:00
Marcin Siodelski
b789222291
[2315] Return a pointer to option container rather than a reference.
2013-01-07 22:58:42 +01:00
JINMEI Tatuya
6e4caf9dd4
[2437] use a string for the default of test find_result.
...
it's probably more intuitive than False.
2013-01-07 13:46:53 -08:00
Marcin Siodelski
2548205bf7
[2315] Changes as the result of the review.
2013-01-07 19:51:06 +01:00
JINMEI Tatuya
8399e2b6d9
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2013-01-07 10:29:08 -08:00
Stephen Morris
3c162ca506
[master] Make sure dhcpsrv_messages.mes are included in distribution
...
Addendum to ticket 2524 - the makefile omitted to make sure the
dhcpsrv_messages.mes file were in the distribution tarball
2013-01-07 18:14:03 +00:00
JINMEI Tatuya
5eb2ff86d7
[master] Merge branch 'trac2433'
2013-01-07 09:39:18 -08:00
Mukund Sivaraman
0de32e7fe2
Merge branch 'master' into trac2432
2013-01-07 20:02:44 +05:30
Michal 'vorner' Vaner
fb10ec4e31
[2437] Add missing EXTRA_DIST
2013-01-07 14:33:42 +01:00
Stephen Morris
83e71312ca
[master] ChangeLog for #2524
2013-01-07 12:06:55 +00:00
Stephen Morris
b55b8b6686
[2524] Merge branch 'master' into trac2524
2013-01-07 11:35:57 +00:00
Stephen Morris
7234eee9cf
[master] Explicitly check return status from a call to system()
...
Using g++, on some systems a call to system() is tagged with the
"warn unused result" attribute. As all warnings are promoted to
errors, all uses of system() must use the returned status code.
2013-01-07 11:06:09 +00:00
Mukund Sivaraman
806865cd2e
[2432] Fix more cases of \return (use singular form)
2013-01-07 15:09:27 +05:30
Mukund Sivaraman
e7f9ab5365
[2432] Use prefix operator++
2013-01-07 14:34:30 +05:30
Mukund Sivaraman
35d02013f2
[2432] Minimize code
2013-01-07 14:32:35 +05:30
Mukund Sivaraman
004823862f
[2432] Use ASSERT_TRUE to not crash test suite in some places
2013-01-07 14:30:41 +05:30
Mukund Sivaraman
1fa69473d8
[2432] Fix use of \return (use singular form)
2013-01-07 14:26:43 +05:30
Mukund Sivaraman
3baea8cf89
[2432] Use \throws in API doc
2013-01-07 14:25:16 +05:30
Mukund Sivaraman
08c2f82000
[2432] Remove explicit template instantiation in one case
...
I thought that explicit type name made the code more readable, but maybe
that's not the case so I've removed it now.
It still needs to be specified in the other constructor.
2013-01-07 14:22:23 +05:30
Mukund Sivaraman
be570bcaf8
[master] Update .gitignore files
2013-01-07 11:08:34 +05:30
Mukund Sivaraman
e5a354694f
[2535] Update loadzone test data for newly added escaping
2013-01-07 10:59:04 +05:30
Mukund Sivaraman
a92495cd29
[2535] Add ChangeLog
2013-01-07 10:43:01 +05:30
Mukund Sivaraman
f516fc4845
Merge branch 'master' into trac2535
2013-01-07 10:39:58 +05:30
JINMEI Tatuya
f1e9ef1f49
[2437] supported python wrapper of checkZone().
2013-01-04 17:29:51 -08:00
JINMEI Tatuya
96e05ecaa1
[2437] Merge branch 'trac2438' into trac2437
2013-01-04 15:53:21 -08:00
JINMEI Tatuya
c6f04a39f7
[2438] corrected pytype var name (to match the one defined in .h)
2013-01-04 15:52:52 -08:00
JINMEI Tatuya
96f9733471
[2433] constify various callback objects for consistency
2013-01-04 15:06:53 -08:00
JINMEI Tatuya
c85c06e934
[2437] Merge branch 'trac2438' into trac2437
2013-01-04 14:17:09 -08:00
JINMEI Tatuya
202d9dd4ef
[2438] make sure intermediate errors are cleared.
2013-01-04 14:15:50 -08:00
Stephen Morris
1883188866
[2524] Correct argument name in header comments
2013-01-04 18:27:47 +00:00
JINMEI Tatuya
b0a3df2d38
[2437] Merge branch 'trac2438' into trac2437
2013-01-04 09:38:27 -08:00
JINMEI Tatuya
de28861721
[2438] missing EXTRA_DIST
2013-01-04 09:38:11 -08:00