summaryrefslogtreecommitdiffstats
path: root/src/lib/asiodns/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-162-2/+2
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-162-22/+6
* [master] Cleanup merge of trac4009 (use Boost Asio vs. ext/asio)Francis Dupont2015-09-241-0/+2
* [master] Finished merge of trac4009 (use Boost Asio vs. ext/asio)Francis Dupont2015-09-242-17/+16
|\
| * [4009] Added some $(BOOST_LIBS) libtool fails to manageFrancis Dupont2015-09-041-1/+1
| * [4009] error_ and system_code in system (vs asio) namespaceFrancis Dupont2015-09-021-4/+4
| * [4009] Added boost to asio (tentative)Francis Dupont2015-09-021-14/+14
* | [master] Finished merge of trac3911a (Makefile.am dependency)Francis Dupont2015-09-161-5/+8
|\ \ | |/ |/|
| * [3911a] Finished dependency cleanup in src/libFrancis Dupont2015-08-301-7/+8
* | [4029] Removed unused files (tentative)Francis Dupont2015-09-013-1018/+0
|/
* [3919] initialize data_to_send_{,len_}Francis Dupont2015-06-241-1/+2
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-1/+3
* merged trac3631Francis Dupont2014-11-061-2/+0
* [3629] Removed reference to UnittestUtil::addDataPath from asiodns tests.Marcin Siodelski2014-10-302-6/+1
* [trac3162] partial fix of subdir-objects spurious warnings on OSXFrancis Dupont2014-10-211-0/+2
* [3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.Marcin Siodelski2014-08-121-2/+2
* [3417] Bind10 => Kea in many .cc/.h filesTomek Mrugalski2014-08-051-2/+2
* [master] Fix for 3387, asiodns::IOFetch unit test failingThomas Markwalder2014-04-251-1/+1
* [3394] Renamed Kea libraries from libb10-something to libkea-something.Marcin Siodelski2014-04-151-6/+6
* [2749] Remove space between sizeof and (Mukund Sivaraman2014-01-271-1/+2
* [2749] Update rest of tree to use the modified io_utilities.h APIMukund Sivaraman2014-01-101-2/+5
* [mavericks] avoid using sleep(3) in a TCP test to make the test more reliable.JINMEI Tatuya2013-11-151-5/+24
* [3172] Make more clang++ fixesMukund Sivaraman2013-09-191-4/+0
* [2935] Remove the "checkin" callback for asiodns server classesMukund Sivaraman2013-07-292-35/+6
* [2946] simplified the previous fix further: just use it without any prefix.JINMEI Tatuya2013-05-171-1/+1
* [2946] get access to base class's static method via 'this' pointerJINMEI Tatuya2013-05-161-2/+1
* [2946] mix enable_shared_from_this in SyncUDPServer to prevent use-after-free.JINMEI Tatuya2013-05-161-3/+2
* [2946] added a test case to reproduce the use-after-free situationJINMEI Tatuya2013-05-161-2/+23
* [2946] use shared_ptr of DNSServer objects for testsJINMEI Tatuya2013-05-161-41/+41
* [2903] further simplify SyncUDPServer: now remove checkin and answer callbacks.JINMEI Tatuya2013-04-261-26/+62
* [2903] more simplify SyncUDPServer: don't use checkin_callback.JINMEI Tatuya2013-04-261-5/+9
* [2903] more (unrelated) cleanups for SyncUDPServer, removing dead code.JINMEI Tatuya2013-04-261-0/+6
* [master] many misspelling and typo fixesJeremy C. Reed2013-03-061-4/+4
* [357] update doxygen and commentsJelte Jansen2012-08-301-2/+6
* [357] configuration for tcp_recv_timeout in authJelte Jansen2012-08-291-14/+30
* [357] timeout on idle TCP connections in TCPServerJelte Jansen2012-08-281-3/+31
* [2071] Add b10 prefix to libasiodns.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libasiolink.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libdns++.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to liblog.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libutil.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libexceptions.laMukund Sivaraman2012-08-021-1/+1
* [master] Use libtool from top_builddirMukund Sivaraman2012-06-211-1/+1
* [2036] Integrate valgrind into our test suiteMukund Sivaraman2012-06-121-0/+3
* [1820] removed constructors concrete DNSServer classes with addre+port.JINMEI Tatuya2012-04-041-34/+14
* [1820] removed DNSService::addServer() as they were mostly unused.JINMEI Tatuya2012-04-031-91/+0
* [1784] reject unsupported addServer options.JINMEI Tatuya2012-03-191-0/+10
* [1784] added some notes about why we do null check for 'res' from getaddrinfo.JINMEI Tatuya2012-03-191-0/+3
* [1784] some initialization issues and cppcheck fixesJelte Jansen2012-03-191-7/+14
* [1784] cleanups, tests, and doc for addServerUDPFromFD.JINMEI Tatuya2012-03-163-129/+304