index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
rrclass.cc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-20
Update .gitignore files
Mukund Sivaraman
23
-0
/
+30
2014-01-16
[1283] Use IOAddress << operator in remaining places in DHCP code.
Marcin Siodelski
7
-16
/
+15
2014-01-15
[master] Corrected intermittent D2 unit test failure
Thomas Markwalder
1
-4
/
+4
2014-01-15
[master] Added entry 731 for Trac 3033.
Thomas Markwalder
1
-0
/
+8
2014-01-15
[3264] One more review change.
Thomas Markwalder
1
-0
/
+7
2014-01-15
[3033] Addressed addition review comments.
Thomas Markwalder
1
-12
/
+12
2014-01-15
[3264] Addressed review comments.
Thomas Markwalder
1
-2
/
+7
2014-01-15
[master] Added ChangeLog entry for #3279.
Marcin Siodelski
1
-0
/
+5
2014-01-15
[3279] Trivial changes to dhcp4_messages.mes.
Marcin Siodelski
1
-2
/
+2
2014-01-14
[master] Added Changelog entry for #3252.
Marcin Siodelski
1
-0
/
+7
2014-01-14
[3279] The server identifier should be encapsulated by the OptionCustom.
Marcin Siodelski
2
-19
/
+27
2014-01-14
[master] capitalize start of sentence
Jeremy C. Reed
1
-1
/
+1
2014-01-14
[master] some reformatting
Jeremy C. Reed
1
-39
/
+45
2014-01-14
[master] fix some misspelling typos and punctuation
Jeremy C. Reed
1
-23
/
+23
2014-01-14
[3279] Addressed review comments.
Marcin Siodelski
1
-0
/
+14
2014-01-14
[3252] Addressed review comments.
Marcin Siodelski
3
-32
/
+63
2014-01-14
[master] Add ChangeLog entry for #2335
Mukund Sivaraman
1
-0
/
+4
2014-01-14
[3279] Include transaction id in the logger message.
Marcin Siodelski
2
-5
/
+6
2014-01-14
[master] Add ChangeLog entry for #571
Mukund Sivaraman
1
-0
/
+7
2014-01-13
[3264] Refactored transacation test classes in D2 unit tests
Thomas Markwalder
5
-228
/
+70
2014-01-13
[master] Fixed grammar in ChangeLog entry 725.
Thomas Markwalder
1
-1
/
+1
2014-01-13
[master] Added ChangeLog entry 725 for Trac 3089.
Thomas Markwalder
1
-0
/
+7
2014-01-13
[3089] Added ticket number to commentary
Thomas Markwalder
2
-2
/
+8
2014-01-13
[3279] Drop DHCPv4 packets for which the server id doesn't match.
Marcin Siodelski
2
-0
/
+20
2014-01-13
[3279] Implemented a Dhcpv4Srv function which checks server identifier.
Marcin Siodelski
4
-2
/
+92
2014-01-13
[3279] Added IfaceMgr to check if socket for an address is open.
Marcin Siodelski
3
-11
/
+111
2014-01-11
[3089] Added commentary and corrected doxygen errors
Thomas Markwalder
3
-11
/
+24
2014-01-10
[3089] Addressed review comments.
Thomas Markwalder
10
-30
/
+72
2014-01-10
[master] Added ChangeLog entry for #3231.
Marcin Siodelski
1
-0
/
+8
2014-01-10
[3252] Removed dot at the end of section title in developer's guide.
Marcin Siodelski
1
-1
/
+1
2014-01-10
[3252] Created developer's guide section about error handlers in IfaceMgr.
Marcin Siodelski
2
-1
/
+31
2014-01-10
[3033] Addressed review comments.
Thomas Markwalder
18
-166
/
+191
2014-01-10
[3252] Updated dates in the copyright file headers.
Marcin Siodelski
8
-8
/
+8
2014-01-10
[3252] Install handler function for socket errors in DHCPv6 server.
Marcin Siodelski
3
-2
/
+29
2014-01-10
[3252] Use error handler macro for IfaceMgr::openSocket4.
Marcin Siodelski
2
-53
/
+18
2014-01-10
[3252] Install error handler when IPv6 sockets are being open.
Marcin Siodelski
5
-25
/
+157
2014-01-10
[2026] Detect Py_hash_t in ./configure and define it internally if not
Mukund Sivaraman
5
-6
/
+49
2014-01-09
[3033] Compilation fix
Tomek Mrugalski
1
-2
/
+0
2014-01-09
[3231] Use isRelayed instead of checking Giaddr value in DHCPv4 srv.
Marcin Siodelski
1
-1
/
+1
2014-01-09
[3231] Added notes explaining why new DHCPv4 server methods are static.
Marcin Siodelski
1
-2
/
+14
2014-01-09
[2335] Remove RRset::setName()
Mukund Sivaraman
10
-71
/
+29
2014-01-09
[688] Make Message::hasRRset() const
Mukund Sivaraman
2
-5
/
+6
2014-01-09
[1839] Fix toWire() for class=ANY and class=NONE cases
Mukund Sivaraman
1
-3
/
+17
2014-01-09
[1839] Fix bogus unittests that masked real errors
Mukund Sivaraman
1
-10
/
+10
2014-01-09
[1839] Update test comments
Mukund Sivaraman
1
-3
/
+6
2014-01-09
[1839] Ensure that BasicRRset's methods are actually called (cleanup duplicat...
Mukund Sivaraman
1
-16
/
+7
2014-01-09
[1839] Fix unittest comment
Mukund Sivaraman
1
-2
/
+2
2014-01-09
[1839] Add some comments
Mukund Sivaraman
1
-3
/
+9
2014-01-09
[1839] Specialize BasicRRset::toWire() for higher performance
JINMEI Tatuya
1
-1
/
+46
2014-01-08
[3231] Implemented function which checks if the v4 packet is relayed.
Marcin Siodelski
7
-9
/
+108
[next]