Fixed TCP connection routine by converting port from integer to string value so that ASIO would not interpret the optional port value as a series of connection flags--also disabled asio tcp sst stream test from running until it passes for the first time |
|
More...
|
over 16 years ago
|
Fixed bugs appearing on Apple platform: Stream's addCallbacks class needs virtual destructor TCPStream's resolver call needs to increment iterator before being passed to call list (so as not to preincrement item earlier in arg list) Atomic Types cannot reference the macro ALIGN and should use standard camel case functions anyhow |
|
More...
|
over 16 years ago
|
depends (non-sudo) and fulldepends (sudo) targets for make, plus updated library_ROOT settings |
|
More...
|
over 16 years ago
|
Greatly simplify and generalize the .gitignore file. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Fixed make test to use new Standard.hh and added Standard.hh.gch to .gitignore |
|
More...
|
over 16 years ago
|
Copyright notice cleanup. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Change precompiled header to be Standard.hh and move Platform.hh back to Platform.hpp. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Workaround VC8 bug with std::pair and std::deque not exposing = operator and fix for lack of boost/thread.hpp includes in various .cpp files |
|
More...
|
over 16 years ago
|
added some preliminary TCP tests that build sockets and connect with them--- results not yet verified |
|
More...
|
over 16 years ago
|
First integration of TCP SST implementation. TODO: Write Network Tests TCP SST establishes a number of streams to a remote target and can establish a number of substreams from any given streams. Users register callbacks for when data needs to be received and can immediately start sending data in the form of std::vector<uint8>'s known as Chunks |
|
More...
|
over 16 years ago
|
Add INSTALL commands to make include files, libraries, and binaries installable. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Add object host and space libraries. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Added required shared_mutex.hpp includes. |
|
More...
|
over 16 years ago
|
Added documentation to most of the new classes. |
|
More...
|
over 16 years ago
|
Fixed crash in TransferTest from displaying binary data. |
|
More...
|
over 16 years ago
|
Added ProtocolRegistry, ServiceLookup, NameLookupManager, and updated the NetworkTransfer subclass of CacheLayer to use them. |
|
More...
|
over 16 years ago
|
Added ProtocolRegistry, ServiceLookup, NameLookupManager, and updated the NetworkTransfer subclass of CacheLayer to use them. |
|
More...
|
over 16 years ago
|
Preliminary name lookup class |
|
More...
|
over 16 years ago
|
Worked around OS X 10.4,5 gcc-4.0.1 compiler bug wrt tr1::placeholders::_1 |
|
More...
|
over 16 years ago
|
Got precompiled headers on windows |
|
More...
|
over 16 years ago
|
fully qualify std::tr1::placeholders::_1 where there is a potential conflict with boost, especially when all the tests get glommed together in a very big tests.cc file |
|
More...
|
over 16 years ago
|
error checking during unsubscription |
|
More...
|
over 16 years ago
|
typo |
|
More...
|
over 16 years ago
|
do not need to artificially inflate timeout for win |
|
More...
|
over 16 years ago
|
made http test pass in windows--for some reason tests use visual studio's buggy tr1 impl so need to specify boost directly. Event system fails on windows |
|
More...
|
over 16 years ago
|
added precompiled headers to cmake list. You need to make clean if you switch from debug to release to get the additional compile speed improvement from the precompiled headers |
|
More...
|
over 16 years ago
|
case insensitivity cmake oddities |
|
More...
|
over 16 years ago
|
workaround strange bug with cmake2.4 not baking _d into the GET_TARGET_PROPERTY variable despite documentation to the contrary |
|
More...
|
over 16 years ago
|
took ewen's suggestions for adding _d to the debug_prefix and making DEBUG the default target when no target is specified. Was tricky to set the compiler flags in that case but it turns out ADD_DEFINITIONS is nowhere near as strangely behaving as CMAKE_CXX_FLAGS_DEBUG is |
|
More...
|
over 16 years ago
|
Removed boost from header files: now depend only on tr1 headers |
|
More...
|
over 16 years ago
|