0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
danielrh
as Daniel Reiter Horn
More... almost 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
danielrh
as Daniel Reiter Horn
More... almost 16 years ago
depends (non-sudo) and fulldepends (sudo) targets for make, plus updated library_ROOT settings More... almost 16 years ago
Greatly simplify and generalize the .gitignore file.
ewencp
as Ewen Cheslack-Postava
More... almost 16 years ago
Fixed make test to use new Standard.hh and added Standard.hh.gch to .gitignore
danielrh
as Daniel Reiter Horn
More... almost 16 years ago
Copyright notice cleanup.
ewencp
as Ewen Cheslack-Postava
More... almost 16 years ago
Change precompiled header to be Standard.hh and move Platform.hh back to Platform.hpp.
ewencp
as Ewen Cheslack-Postava
More... almost 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... almost 16 years ago
added some preliminary TCP tests that build sockets and connect with them--- results not yet verified
danielrh
as Daniel Reiter Horn
More... almost 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
danielrh
as Daniel Reiter Horn
More... almost 16 years ago
Add INSTALL commands to make include files, libraries, and binaries installable.
ewencp
as Ewen Cheslack-Postava
More... almost 16 years ago
Add object host and space libraries.
ewencp
as Ewen Cheslack-Postava
More... almost 16 years ago
Added required shared_mutex.hpp includes. More... almost 16 years ago
Added documentation to most of the new classes. More... almost 16 years ago
Fixed crash in TransferTest from displaying binary data. More... almost 16 years ago
Added ProtocolRegistry, ServiceLookup, NameLookupManager, and updated the NetworkTransfer subclass of CacheLayer to use them. More... almost 16 years ago
Added ProtocolRegistry, ServiceLookup, NameLookupManager, and updated the NetworkTransfer subclass of CacheLayer to use them. More... almost 16 years ago
Preliminary name lookup class More... about 16 years ago
Worked around OS X 10.4,5 gcc-4.0.1 compiler bug wrt tr1::placeholders::_1
danielrh
as Daniel Reiter Horn
More... about 16 years ago
Got precompiled headers on windows More... about 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
danielrh
as Daniel Reiter Horn
More... about 16 years ago
error checking during unsubscription
danielrh
as Daniel Reiter Horn
More... about 16 years ago
typo
danielrh
as Daniel Reiter Horn
More... about 16 years ago
do not need to artificially inflate timeout for win
danielrh
as Daniel Reiter Horn
More... about 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
danielrh
as Daniel Reiter Horn
More... about 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
danielrh
as Daniel Reiter Horn
More... about 16 years ago
case insensitivity cmake oddities
danielrh
as Daniel Reiter Horn
More... about 16 years ago
workaround strange bug with cmake2.4 not baking _d into the GET_TARGET_PROPERTY variable despite documentation to the contrary
danielrh
as Daniel Reiter Horn
More... about 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
danielrh
as Daniel Reiter Horn
More... about 16 years ago
Removed boost from header files: now depend only on tr1 headers
danielrh
as Daniel Reiter Horn
More... about 16 years ago