summaryrefslogtreecommitdiffstats
path: root/ext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#293,!45] README addedTomek Mrugalski2018-11-282-1/+13
|
* [#293,!45] Add coroutine.hpp back to the kea sourcesTomek Mrugalski2018-11-284-1/+355
|
* fixed benchmarks with sourceRazvan Becheriu2018-02-081-5/+0
|
* fixed benchmarks with sourceRazvan Becheriu2018-02-082-12/+0
|
* Merge remote-tracking branch 'isc-kea/master' into ↵Razvan Becheriu2017-12-194-158/+1
|\ | | | | | | cassandra-host-data-source-stress-test
| * [5389] Addressed warnings, moved to boost coroutinesFrancis Dupont2017-10-234-158/+1
| |
* | Google Benchmark supportAndrei Pavel2017-08-183-0/+19
|/ | | | | | | | | | | | | | | | ReentrantSetUp* methods are needed because you can't control iteration count Usage: ./configure --with-benchmark OR ./configure --with-benchmark-source=/path/to/benchmark/src make cd src/lib/dhcpsrv/benchmarks ./run-benchmarks OR ./run-benchmarks --benchmark_filter="RegExP*"
* spelling: asynchronousJosh Soref2017-07-231-1/+1
|
* Corrected typosAndrei Pavel2016-12-141-5/+5
|
* [4009] Moved LICENSE fileFrancis Dupont2015-09-163-3/+4
|
* [4009] Extra cleanup + Restore coroutine licenseFrancis Dupont2015-09-072-0/+25
|
* [4009] Added boost to asio (tentative)Francis Dupont2015-09-02310-59173/+1
|
* [master] Use explicit name of the first prerequisite in ext/gtest.Marcin Siodelski2014-10-291-1/+1
| | | | | The $< variable is not defined in explicit rules on FreeBSD10 and causes Kea build to fail. This change was reviewed and agreed on jabber.
* moved gtest sources to ext/gtest [Trac #3162]Francis Dupont2014-10-282-0/+13
|
* [master] mention more local asio modificationsJeremy C. Reed2013-08-301-0/+11
|
* [master] EXTRA_DIST the LICENSE_1_0.txt fileMukund Sivaraman2013-08-171-0/+2
|
* [3092] Extended list of header files copied to installation directoryStephen Morris2013-08-163-0/+322
| | | | | | | The joker in the pack here is io_address.h, required by the DHCP header files. That refers to the headers-only version of Boost ASIO included in the BIND 10 source kit, so the ASIO files need to be copied as well.
* [master] add boost license used by the external codeJeremy C. Reed2012-04-161-0/+23
|
* [asiofix] imoprted a fix in ASIO 1.5.2:JINMEI Tatuya2012-02-271-18/+18
| | | | | | | | | https://sourceforge.net/projects/asio/files/asio/1.5.2%20%28Development%29/ * Cleaned up the handling of errors reported by the `close()` system call. In particular, assume that most operating systems won't have `close()` fail with `EWOULDBLOCK`, but if it does then set the blocking mode and restart the call. If any other error occurs, assume the descriptor is closed. Previous versions uncoditionally made sockets blocking on close(), which was propagated to other processes that share the same socket. It (could) subsequently cause a hangup-like situation.
* [asiofix] imported a bug fix in ASIO 1.5.1:JINMEI Tatuya2012-02-271-0/+2
| | | | | | | https://sourceforge.net/projects/asio/files/asio/1.5.1%20%28Development%29/ * Fixed a bug on kqueue-based platforms, where reactor read operations that return false from their perform() function are not correctly re-registered with kqueue. This is necessary for multiple processes sharing the same socket to both accept queries.
* [trac1155] a comment about <cstring> and strerror() addedDima Volodin2011-07-221-0/+1
|
* [trac1155] changes to make build work in Solaris 10 x86Dima Volodin2011-07-201-0/+2
|
* [master] Added a reference to our local asio fix in ext/asio/READMEJelte Jansen2011-04-261-1/+6
|
* [master] applied the proposed patch for clang++ build problem.JINMEI Tatuya2011-04-229-0/+153
| | | | tenatively okayed on jabber. if inappropriate it's easy to back out.
* [asio_update_148] update asio to 1.4.8Jelte Jansen2011-04-19296-13033/+20964
| | | | had to add on -Wno-strict-aliasing to cc/Makefile.am
* [master] re-add return to make cppcheck happyJelte Jansen2011-03-111-1/+1
| | | | added a comment that at this point this is safe
* [master] fix one build issuejelte2011-03-111-1/+1
|
* [trac495] more recursive_query to lib/resolveJelte Jansen2011-03-021-1/+1
|
* [trac569] Move coroutine.h to ext/Jelte Jansen2011-02-141-0/+133
| | | | and removed empty top level file
* Add a README to briefly explain where this asio came from.Jeremy C. Reed2010-08-061-0/+5
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2655 e5f2f494-b856-4b98-b285-d166d9295462
* Remove ext/boost hierarchy.Jeremy C. Reed2010-06-012312-387574/+0
| | | | | | | Remove the use of ext/boost from configure. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac217-remove-ext-boost@2017 e5f2f494-b856-4b98-b285-d166d9295462
* - suppress unused-parameter warnings in src/bin/auth/asio_link.cc andEvan Hunt2010-05-272522-0/+0
| | | | | | | | | | | src/lib/cc/session.cc that were triggered by ASIO code. - move ext/boost and ext/asio each down one level, to ext/boost/boost and ext/asio/asio. This allows groups of external headers to be included more selectively: we can switch on asio without also including boost, or change the boost include directory without losing asio. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1952 e5f2f494-b856-4b98-b285-d166d9295462
* checkpoint: reverted convigure.ac change, removed UNUSED_PARAM from asio codeEvan Hunt2010-05-271-1/+1
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1951 e5f2f494-b856-4b98-b285-d166d9295462
* - added ASIO library header files (version 1.4.5, downloaded fromEvan Hunt2010-05-20210-0/+50715
| | | | | | | | | http://sourceforge.net/projects/asio/files, project page http://think-async.com/Asio). - removed uses of boost::asio - removed custom TCP/UDP code git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1864 e5f2f494-b856-4b98-b285-d166d9295462
* added more dependency for asioJINMEI Tatuya2010-03-08175-0/+45033
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-asio@1212 e5f2f494-b856-4b98-b285-d166d9295462
* experimental UDP/TCP auth server using boost::asioJINMEI Tatuya2010-03-086-0/+963
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-asio@1195 e5f2f494-b856-4b98-b285-d166d9295462
* Add two missing boost headers as seen on Solaris10 buildJeremy C. Reed2010-02-102-0/+437
| | | | | | | system (which doesn't have boost installed). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@786 e5f2f494-b856-4b98-b285-d166d9295462
* more boost stuff, necessary for base64 encoder and decoderJINMEI Tatuya2010-02-0584-0/+9904
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@726 e5f2f494-b856-4b98-b285-d166d9295462
* add boost/iterator as wellJelte Jansen2009-10-3023-0/+4886
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@234 e5f2f494-b856-4b98-b285-d166d9295462
* update boost import script; added missing library partsJelte Jansen2009-10-30156-0/+28282
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@231 e5f2f494-b856-4b98-b285-d166d9295462
* include boost headers (all base ones, and asio; don't know if asio needs ↵Jelte Jansen2009-10-301866-0/+298069
more than just the headers though) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@210 e5f2f494-b856-4b98-b285-d166d9295462