Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-14 | [master] Added Changelog entry for #3252. | Marcin Siodelski | 1 | -0/+7 | |
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 | |
Many lines too long. Use a tab before the keyword type. Use two tabs before the committer username. This was not reviewed. No content change. | |||||
2014-01-14 | [master] fix some misspelling typos and punctuation | Jeremy C. Reed | 1 | -23/+23 | |
I added spaces after commas also to be consistent and to be a little more readable. This was not reviewed as is minor. | |||||
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 | [master] Add ChangeLog entry for #571 | Mukund Sivaraman | 1 | -0/+7 | |
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 | |
Added todo to dns_client.cc commentary regarding trac# 3286 and the behavior isc::dns::Message::fromWire. | |||||
2014-01-11 | [3089] Added commentary and corrected doxygen errors | Thomas Markwalder | 3 | -11/+24 | |
Added commentary to d2/tests/nc_test_utils.h::FauxServer Corrected doxygen errors | |||||
2014-01-10 | [3089] Addressed review comments. | Thomas Markwalder | 10 | -30/+72 | |
Changed DNSClient ctor to require response param be an empty pointer and clarified related commentary. Added debug log statement to log transaction start. Other minor cosmetics. | |||||
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 | [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 | [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-08 | [3231] Implemented function which checks if the v4 packet is relayed. | Marcin Siodelski | 7 | -9/+108 | |
2014-01-08 | [master] Added ChangeLog entry for #3251. | Marcin Siodelski | 1 | -0/+9 | |
2014-01-08 | [571] Don't print trailing newlines in Question::toText() output by default | Mukund Sivaraman | 5 | -14/+32 | |
It is possible to get the old behavior by passing toText(true). Message::toText() output is unchanged. | |||||
2014-01-08 | [2347] Add missing <functional> include | Mukund Sivaraman | 1 | -0/+1 | |
This seems to be required on certain platforms (Visual Studio 2012) to use std::bind1st, std::not_equal_to, etc. On other platforms, it may have been transitively included. | |||||
2014-01-07 | [3251] Fixed IfaceMgr unit test for BSD systems. | Marcin Siodelski | 1 | -2/+7 | |
2014-01-07 | [3231] Corrected a typo in dhcp4_srv.h | Marcin Siodelski | 1 | -1/+1 | |
2014-01-07 | [3243] Fix use of serial tests harness in configure.ac | Mukund Sivaraman | 1 | -7/+13 | |
2014-01-07 | [1444] Make DATASRC_SQLITE_DROPCONN message more admin-friendly | Mukund Sivaraman | 2 | -3/+5 | |
2014-01-06 | [master] Add ChangeLog for #3227 | Mukund Sivaraman | 1 | -0/+5 | |
2014-01-06 | [master] Delete trailing space and wrap ChangeLog messages to 80 columns | Mukund Sivaraman | 1 | -8/+9 | |
2014-01-03 | [3231] Updated bind10-guide to accomodate dynamic generation of server id. | Marcin Siodelski | 1 | -12/+7 | |
2014-01-03 | [3231] Removed the source address adjustment of the packet in LPF. | Marcin Siodelski | 1 | -20/+0 | |
The DHCPv4 server is now responsible for setting up a correct unicast source address for the outgoing packet. The IfaceMgr doesn't replace the broadcast address with the unicast address anymore. | |||||
2014-01-03 | [3231] Removed fixed server identifier option from the DHCPv4 server. | Marcin Siodelski | 5 | -219/+22 | |
2014-01-03 | [3231] Dynamically generate server identifier and append to server response | Marcin Siodelski | 5 | -82/+286 | |
2014-01-02 | [master] Added ChangeLog entry 721 for trac3207. | Thomas Markwalder | 1 | -0/+6 | |
2014-01-02 | [3207] A few more minor review changes. | Thomas Markwalder | 2 | -11/+2 | |
Removed reponse packet type check from IPv6 packet_snd callout. Corrected text in user chk doxygen page. | |||||
2014-01-02 | [3231] Set fake interface for the incoming packet in DHCPv4 unit tests. | Marcin Siodelski | 7 | -202/+283 | |
2014-01-02 | [3231] Implemented test fixture class to run tests with fake interfaces. | Marcin Siodelski | 2 | -0/+75 | |
2013-12-31 | [3207] Some minor corrections to user_chk library dox page. | Thomas Markwalder | 1 | -7/+15 | |
2013-12-31 | [3207] Addressed review comments. | Thomas Markwalder | 21 | -99/+346 | |
Addressed review comments which were largely minor. Limited use of extern C linkage to only the callout functions themselves. Added a dox page describing the library. Added namespace user_chk. | |||||
2013-12-30 | [master] Keep generate files list sorted | Kean Johnston | 1 | -217/+217 | |
2013-12-30 | [master] Remove obsolete usage of AC_OUTPUT | Kean Johnston | 2 | -92/+94 | |
The obsolete usage of AC_OUTPUT was actually causing config.status to be executed multiple times, which is a big waste of time. Changed to use the correct AC_CONFIG_FILES and AC_CONFIG_COMMANDS macros instead. | |||||
2013-12-30 | [3267] Removed includes to top level | Kean Johnston | 2 | -2/+0 | |
2013-12-19 | [3251] Addressed review comments. | Marcin Siodelski | 9 | -61/+217 | |
2013-12-19 | [master] Fix ChangeLog formatting | Mukund Sivaraman | 1 | -1/+1 | |
2013-12-19 | [3227] Return clearer message when cmdctl address+port is already in use | Mukund Sivaraman | 1 | -1/+12 | |