History | View | Annotate | Download (5.66 KB)
updating loop-mt with tman msg type
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@2016 c54fac2e-1815-407e-9b96-088d06743913
fix multi-threaded version: send offers instead of just pushing
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1986 c54fac2e-1815-407e-9b96-088d06743913
UL offerstreamer integration- multithreaded version of offerstreamer updated to latest changes and made to compile, plus added switch for UL integration- input-http.c added switch to properly link with loop-mt.c version of offerstreamer
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1883 c54fac2e-1815-407e-9b96-088d06743913
changing refs to msg_types.h to grapes_msg_types.h
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1793 c54fac2e-1815-407e-9b96-088d06743913
sigInit is not needed anymore, had been replaced by chunkSignalingInit of GRAPES
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1720 c54fac2e-1815-407e-9b96-088d06743913
separate chunk generation from adding the chunk to the system
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1719 c54fac2e-1815-407e-9b96-088d06743913
fixing threaded: adding peers_init to loop-mt as well
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/OfferStreamer@1717 c54fac2e-1815-407e-9b96-088d06743913
improve logging of pushes to the source
moving peerset related stuff to topology.c
Merge branch 'RockStreamer' into OfferStreamer
Merge branch 'DumbStreamer' into RockStreamer
Conflicts: loop-mt.c loop.c
exit gracefully if input file not found
Conflicts: loop.c
added missing signaling reception code to loop-mt
Conflicts: loop-mt.c
handle some receive errors
added some debug output to loop-mt
increasing buffer size in loop-mt
upgrading loop-mt with changes from loop
Merge branch 'merge-csaba' again
Conflicts: input-dummy.c loop-mt.c
added from parameter to update_peers
Merge branch 'master' into RockStreamer
Conflicts: dumbstreamer.c loop-mt.c loop.c streaming.h
use nodeID_free instead of free
added "from" parameter to sigParseData
merged changes of loop in loop-mt
Merge branch 'merge-csaba'
added GPL
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/DumbStreamer@502 a72f678d-4428-462c-85b4-08f063ced704
Use a proper nodeID dtor
Fix MT build
Explicit timing information in the input
Conflicts:
streaming.c
Update to the new net helper API
Use the official types from msg_type.h
Better error message
Larger input buffer
Pass a file name to the input module
Allow to set some parameters
Add missing "break"
Initialise the chunk trading logic
Small fixes for the MT version
MultiThreaded version