Michal 'vorner' Vaner
|
bf944144b1
[trac537] Some explaining comments
|
14 years ago |
Michal 'vorner' Vaner
|
cfc8341a5f
[trac537] Put UDPServer variables to nested class
|
14 years ago |
Jelte Jansen
|
7b84de4c0e
Merge branch 'experiments/resolver'
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
Jelte Jansen
|
6e4c7c07b7
ends0 fix and message argument rename
|
14 years ago |
Jelte Jansen
|
f11adb59bb
add answer message object to answer handler
|
14 years ago |
JINMEI Tatuya
|
1bf75137fe
defined UDPQuery::~Callback explictly, making it virutal in order to avoid getting the "non-virtual destructor" warning from a certain version of gcc.
|
14 years ago |
Jelte Jansen
|
977ca5983a
handle Stephen's review comments
|
14 years ago |
Michal Vaner
|
add4c9ba37
Sync with #327
|
14 years ago |
Michal Vaner
|
f7fec300d9
Better name and comments for asiolink::UDPQuery::Priv
|
14 years ago |
Michal Vaner
|
c8df23bf4e
Sync with trunk
|
14 years ago |
Jelte Jansen
|
915d4cb622
fixed two more memleaks;
|
14 years ago |
Michal Vaner
|
a73eb2ba4d
Move members of asiolink::UDPQuery inside Priv
|
14 years ago |
Michal Vaner
|
f467ed3918
Codestyle fix
|
14 years ago |
Michal Vaner
|
de6b350f9a
Some tests for the UDPQuery
|
14 years ago |
Michal Vaner
|
3c7604d41a
Add UDPQuery::stop()
|
14 years ago |
Michal Vaner
|
bf38ef9caa
An interface change to pass back timeouts
|
14 years ago |
Jelte Jansen
|
3d9176ffae
another shared_ptr vs shared_array i missed in the previous commit
|
14 years ago |
Jelte Jansen
|
45842779ed
data_ is an array
|
14 years ago |
Evan Hunt
|
f0f818b27b
Addressed some review comments, including:
|
14 years ago |
Evan Hunt
|
ad55ea2da0
Refactored asiolink so that the many classes defined in asiolink.h and
|
14 years ago |
Evan Hunt
|
4cf1bd8a34
Added some asiolink tests, fixed BoB tests
|
14 years ago |
Evan Hunt
|
9bc9618f8d
Cleanup: Added lots of documentation to libasiolink; improved some
|
14 years ago |
Evan Hunt
|
f60239a803
b10-recurse can now act as a simple forwarder. To switch this on,
|
14 years ago |
Evan Hunt
|
bbb9277960
Substantial further (but still very incomplete) work on ASIO structure.
|
14 years ago |
Evan Hunt
|
0089203f35
More refactoring; cut down number of "new" allocations needed per packet
|
14 years ago |
Evan Hunt
|
816a8d3e8b
More refactoring. TCP- and UDP-specific classes used by asiolink are
|
14 years ago |