summaryrefslogtreecommitdiffstats
path: root/src/lib/cryptolink (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-04[3181] Fixed error in perfdhcp doxygen documentation.Marcin Siodelski1-1/+1
2013-12-04[master] Added ChangeLog entry for #2765.Marcin Siodelski1-0/+8
2013-12-04[master] Delete trailing space and reindent ChangeLog entryMukund Sivaraman1-5/+6
2013-12-04[master] Fix ChangeLog numbersMukund Sivaraman1-2/+2
2013-12-04[2765] Fixed typo in the libdhcp++ developer's guide.Marcin Siodelski1-1/+1
2013-12-04[3181] Send Release messages if -F<release-rate> is specified.Marcin Siodelski5-134/+322
2013-12-04[3241] Add ability to build DNS update requests to d2::NameAddTransactionThomas Markwalder14-288/+1500
2013-12-04[3181] Added common function to create DHCPv6 Release and Renew messagesMarcin Siodelski3-69/+119
2013-12-03[master] Added ChangeLog entry 801 for Trac# 3087.Thomas Markwalder1-0/+8
2013-12-03[3181] Moved -f and -F perfdhcp parameters to a DHCPv6 only options.Marcin Siodelski1-8/+8
2013-12-03[3181] Added support for the new perfdhcp command line option: release-rateMarcin Siodelski3-17/+104
2013-12-03[3181] Fixed bug which caused wrong calculation of a timeout for receiving.Marcin Siodelski3-6/+99
2013-12-03[3087] Minor review corrections.Thomas Markwalder2-14/+27
2013-12-03[master] Make some minor text updatesMukund Sivaraman1-2/+2
2013-12-03[master] Replace redundant resolver cache design document with one that super...Mukund Sivaraman2-256/+234
2013-12-03[2765] Added unit test description in IfaceMgr unit tests.Marcin Siodelski1-0/+6
2013-12-03[2765] Added throw tag to the openFallbackSocket function.Marcin Siodelski1-0/+2
2013-12-03[2765] Addressed review comments.Marcin Siodelski6-24/+96
2013-12-02[3087] Additional minor review updates.Thomas Markwalder4-26/+30
2013-12-02[1501] Added warning about -j to BIND guideKean Johnston1-0/+5
2013-12-02[1501] Added warning about -j to configure outputKean Johnston1-0/+4
2013-12-02[3087] Minor corrections for D2 unit testsThomas Markwalder1-3/+7
2013-12-02[2765] Updated Developer's guide with the section about raw sockets use.Marcin Siodelski2-1/+50
2013-12-02[2103] Use asio::error_code so its resources are correctly freedKean Johnston1-5/+9
2013-11-29[2765] Fixed a typo in the doxygen documentation.Marcin Siodelski1-1/+1
2013-11-29[2765] Pass error handler when opening sockets in the constructor.Marcin Siodelski1-3/+8
2013-11-29[2765] Initialize variable used in unit test to prevent compilation failureMarcin Siodelski1-1/+1
2013-11-293087 Addressed review commentsThomas Markwalder12-447/+1028
2013-11-29[2765] Fix an order of parameters passed to the SocketInfo constructor.Marcin Siodelski1-1/+1
2013-11-29[2765] Fixed error handling in the IfaceMgr::openSockets4.Marcin Siodelski1-5/+9
2013-11-29[2765] Invoke error handler if the interface opening failed.Marcin Siodelski6-9/+52
2013-11-28[2765] Improved commentary in the IfaceMgr.Marcin Siodelski1-8/+19
2013-11-28[2765] Gracefully handle socket opening errors in the IfaceMgr.Marcin Siodelski4-30/+352
2013-11-27[2765] Receive and discard data from the fallback socket.Marcin Siodelski3-1/+35
2013-11-27[2765] Implemented common utility functions for the PktFilter tests.Marcin Siodelski4-157/+125
2013-11-26[2765] Close fallback sockets together with primary sockets.Marcin Siodelski1-0/+8
2013-11-26[2765] Open fallback socket when LPF is used.Marcin Siodelski2-28/+31
2013-11-26[2765] Implemented the logic which opens fallback a socket.Marcin Siodelski4-26/+96
2013-11-26[2765] Moved the PktFilter test fixture class to the common class.Marcin Siodelski5-129/+287
2013-11-26[2765] Added stub implementation for the function to open fallback socket.Marcin Siodelski3-1/+54
2013-11-26[2765] Initialize and uninitialize fallback socket in the LPF tests.Marcin Siodelski1-32/+36
2013-11-26[2765] Fixed failing unit tests for the raw sockets using LPF.Marcin Siodelski2-8/+20
2013-11-25[2765] Added fallback socket descriptor to SocketInfo structure.Marcin Siodelski11-80/+134
2013-11-25[master] Add ChangeLog entry for #3213JINMEI Tatuya1-0/+17
2013-11-25[master] Added ChangeLog entry for #3220.Marcin Siodelski1-0/+5
2013-11-22[master] Added ChangeLog entry for #2940.Marcin Siodelski1-0/+6
2013-11-22[master] Add ChangeLog for #3114Mukund Sivaraman1-0/+6
2013-11-22[master] Added ChangeLog entry for #3035.Marcin Siodelski1-0/+10
2013-11-21[3220] Added unit test which checks FQDN not returned when not requested.Marcin Siodelski1-14/+15
2013-11-21[3220] Moved DHCPv6 Client FQDN specific tests to a separate file.Marcin Siodelski3-643/+779