summaryrefslogtreecommitdiffstats
path: root/src/lib/asiolink/asiolink.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4009] Updated asiolink.hFrancis Dupont2015-09-031-2/+2
* [4031] Cleaned up asiolink (tentative)Francis Dupont2015-09-021-2/+0
* [3417] "bind 10" => Kea converted in many .cc/.h filesTomek Mrugalski2014-08-061-2/+2
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-251-3/+3
* [trac751] Move some DNS related files from asiolink to asiodnsOcean Wang2011-04-071-9/+0
* [master] Merge branch 'trac495'Jelte Jansen2011-03-111-1/+0
|\
| * [trac495] more recursive_query to lib/resolveJelte Jansen2011-03-021-1/+0
* | [trac499] Add missing newlines to the end of some filesStephen Morris2011-03-091-1/+1
* | [trac499] Mischellaneous minor preparator changesStephen Morris2011-02-241-5/+1
|/
* [trac554] Added IOFetchStephen Morris2011-02-181-3/+0
* [trac554] Now have UDPSocket and its unit test workingStephen Morris2011-02-151-0/+3
* [trac554] First stage of adding protocol-dependent upstream fetchStephen Morris2011-02-141-14/+1
* [trac569] rename the original ioxxx files to io_xxxJelte Jansen2011-02-141-4/+4
* [trac569] split up asiolink.h into multiple filesJelte Jansen2011-02-111-631/+8
* Merge branch 'trac497'Jelte Jansen2011-02-111-6/+9
|\
| * [trac497] addressed review commentsJelte Jansen2011-02-091-6/+9
* | Merge branch 'master' into trac452Yoshitaka Aharen2011-02-081-17/+58
|\|
| * Merge branch 'trac494'Jelte Jansen2011-02-031-13/+41
| |\
| | * [trac494] addressed review commentsJelte Jansen2011-02-021-11/+9
| | * [trac494] more docsJelte Jansen2011-01-311-3/+5
| | * [trac494] some documentationJelte Jansen2011-01-311-6/+26
| | * [trac494] move ResolverInterface to lib/resolveJelte Jansen2011-01-271-2/+2
| | * [trac494] initial addition of lib/resolveJelte Jansen2011-01-271-37/+0
| | * [trac494] initial abstraction for runningquery resultsJelte Jansen2011-01-261-0/+45
| * | Merge remote branch 'origin/trac489'Jelte Jansen2011-01-271-2/+7
| |\ \ | | |/ | |/|
| | * use the three types of timeoutJelte Jansen2011-01-211-2/+7
| * | merge #502 : iterate over RRschenzhengzhang2011-01-251-4/+35
| |\ \
| | * \ Merge branch 'experiments/resolver'Jelte Jansen2011-01-251-1/+4
| | |\ \
| | | * | add answer_message to processMessageJelte Jansen2011-01-151-0/+1
| | | * | add answer message to lookup callsJelte Jansen2011-01-151-1/+2
| | | * | add answer message object to answer handlerJelte Jansen2011-01-141-0/+1
| | |/ / | |/| |
| | * | cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
| | |/
* | | [trac452] Language correctionsMichal 'vorner' Vaner2011-02-021-1/+1
* | | Modified IntervalTimer to accept interval in milliseconds (Trac ticket #452)Yoshitaka Aharen2011-01-251-14/+6
* | | Changed the type of interval from 'uint32_t' to 'long' (Comment on Trac ticke...Yoshitaka Aharen2011-01-251-3/+3
* | | Renamed member functions of asiolink::IntervalTimer (Trac ticket #515)Yoshitaka Aharen2011-01-251-14/+13
| |/ |/|
* | supported new methods for the interval timer: getting interval and cancelingJINMEI Tatuya2011-01-181-1/+20
* | added a trivial method IntervalTimer::getInterval() for the convenient ofJINMEI Tatuya2011-01-181-0/+4
|/
* Renamed some files and a directory.Jeremy C. Reed2011-01-031-1/+1
* trivial cleanup: removed an unnecessary semicolon.JINMEI Tatuya2010-12-291-1/+1
* Merged trac #347: Implement query counters in auth module (branches/trac347 r...Yoshitaka Aharen2010-12-281-0/+94
* trivial cleanups: removed some unnecessary or meaningless 'inline' declarations:JINMEI Tatuya2010-12-251-6/+6
* handle Stephen's review commentsJelte Jansen2010-12-131-3/+10
* Sync with #327Michal Vaner2010-11-221-15/+25
|\
| * Sync with trunkMichal Vaner2010-11-101-1/+1
| * Merge preparation, step 2Michal Vaner2010-11-031-11/+12
| * Merge preparation, step 1Michal Vaner2010-11-031-30/+99
| |\
| * | IOService can add and remove servers at runtimeMichal Vaner2010-10-231-0/+10