- 21 Feb, 2011 5 commits
-
-
Stephen Morris authored
-
-
Stephen Morris authored
-
Jelte Jansen authored
These should probably really be done by asio.hpp
-
Stephen Morris authored
-
- 18 Feb, 2011 4 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Replaced with IOFetch with a protocol selection of UDP.
-
Stephen Morris authored
IOFetch is a general upstream "fetch" class that should be able to operate over TCP or UDP. Related changes have been made in the associated classes. So far, only the unit tests for a UDP fetch have been made (and passed).
-
- 16 Feb, 2011 1 commit
-
-
Stephen Morris authored
Updated function names to match convention. Also added receiveComplete() to prepare for the fact that a TCP receive may require multiple reads before the complete message is read.
-
- 15 Feb, 2011 1 commit
-
-
Stephen Morris authored
-
- 14 Feb, 2011 12 commits
-
-
Stephen Morris authored
Admin tasks: * Split out io_error.h from asiolink.h * Made test files follow naming convention of main files * More discriminatory includes in some files * Updates tests/Makefile.am Coding tasks: * Add additional methods to io_socket.* and put in dummies in {tcp,udp}_socket.h * Incorporated basic IO Fetch code from Scott
-
Stephen Morris authored
Conflicts: src/lib/asiolink/Makefile.am src/lib/asiolink/asiolink.cc src/lib/asiolink/internal/udpdns.h src/lib/asiolink/tests/udp_query_unittest.cc src/lib/asiolink/udpdns.cc
-
Jelte Jansen authored
The test directory now contains test files that used to be in internal/ (where the makefile did have this addition)
-
Jelte Jansen authored
-
Jelte Jansen authored
and removed empty top level file
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Though most of the tests fell into recursive_query_unittest.cc
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
and moved them out of internal. Changed the internal/ workaround (to prevent files outside of asiolink/ to indirectly include asio.hpp), the .cc files that include the relevant headers must include asio.hpp themselves (and this is checked in the headers) Also moved coroutine out of internal. Tests are still todo (which is why internal/ still exists)
-
- 12 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 11 Feb, 2011 13 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
asiolink.h is now merely a 'collection' header that includes all the rest
-
Jelte Jansen authored
Small fix, skipping review
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
as to copySection, it's now called appendSection, and works the other way around (i.e. it copies from a source message into the object, instead of copying from the object to a target message), which feels more natural
-
Michal 'vorner' Vaner authored
Checks that we don't reject synthesized name of the maximum length by mistake.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
note: qtype_is_any was originally const, and was temporarily changed to mutable. it's now immutable again.
-
- 10 Feb, 2011 2 commits
-
-
Jeremy C. Reed authored
as discussed on jabber.
-
Scott Mann authored
-