Activity
From 12/26/2012 to 01/24/2013
01/24/2013
- 12:26 PM Revision 1ef0ee9b (streamers): net-helper-ml: changing stun servers
- 12:26 PM Revision aa397346 (streamers): net-helper-ml: retry every STUN server only once
- 12:26 PM Revision 8c6ce695 (streamers): net-helper-ml: adding some more public STUN servers
- 12:20 PM Revision 9e8238e7 (streamers): net-helper-ml: changing STUN mechanism to allow a list of stun ser...
- stun servers should be defined with the following command line
-n stun_server=server1[:port][+server2[:port]] - 12:20 PM Revision 215cedbd (streamers): net-helper-ml: increase number of STUN retries to 2
- 12:15 PM Revision 6ccd5689 (streamers): net-helper-ml: allow for more STUN retries
- TBD: make this run-time configurable
- 11:53 AM Revision 43ace6ff (grapes): Merge branch 'net_helper-ml' into next
- 11:53 AM Revision 9e4a1f8b (streamers-build): move net_helper-ml from GRAPES to Streamers
- 11:52 AM Revision dabdae6c (grapes): removing net_helper-ml
- net_helper-ml never really belonged here.
- 11:45 AM Revision 17c9ba0f (streamers): including local copy of net_helper-ml in the build
- 11:39 AM Revision 6ea4e232 (streamers): Merge branch 'net_helper-ml' into next
- 11:38 AM Revision 039c45ac (streamers): Fixed thread unsafe operations in net_helper
- Signed-off-by: Andrea Zito <zito.andrea@gmail.com>
- 11:35 AM Revision 457643b0 (streamers): net-helper-ml: fix a debug output
- Conflicts:
net_helper-ml.c - 11:35 AM Revision 650b9b91 (streamers): net-helper-ml: changing to another STUN server
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-1.0-rc@2624 c54fac2e-1815-407...
- 11:32 AM Revision 68ded5bc (streamers): ML connection will be created only when sending the first packet t...
- previously a new connection was opened when creating the nodeID, which
basically means as soon as we get to know abou... - 11:32 AM Revision 14de345e (streamers): net-helper-ml: change checks from WIN32 to _WIN32
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2535 c54fac2e-1815-407e-9b96-...
- 11:32 AM Revision d53f9249 (streamers): net-helper-ml: reducing naming confusion
- GRAPES was used for too many things, now it is only used to refer to the GRAPES libary
based on git-svn-id: https://... - 11:32 AM Revision 6797c5f6 (streamers): net-helper-ml: corrected the default max tx rate to 10Mb/s
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2361 c54fac2e-1815-407e-9b96-...
- 11:32 AM Revision 8ce24e01 (streamers): Net-helper-ml: updated default values to reflect change in units f...
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2360 c54fac2e-1815-407e-9b96-...
- 11:32 AM Revision f28b7928 (streamers): net_helper-ml.c: Changed ratelimiter init parameters to prevent th...
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2342 c54fac2e-1815-407e-9b96-...
- 11:32 AM Revision 9f1f2089 (streamers): disable repo by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2246 c54fac2e-1815-407e-9b96-088d06743913
- 11:32 AM Revision f1278175 (streamers): Make repo-less oparation possible when '-' is specified as address
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2223 c54fac2e-1815-407e-9b96-088d06743913
- 11:32 AM Revision 525d7d0e (streamers): Properly added the RateLImiter configuration. By default, no rate ...
- Params can be changed from command line:
-n bucketsize=B,rate=R,queuesize=Q,RTXqueuesize=RTX,RTXholtdingtime=T
Defau... - 11:32 AM Revision 0b8eb7e3 (streamers): GRAPES: added ML verbosity initialisation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2189 c54fac2e-1815-407e-9b96-088d06743913
- 11:32 AM Revision 22006635 (streamers): net-helper-ml: Added verbosity option
- Added verbosity option to ML/MONL, allowing to set the LOG level.
Default value is DCLOG_ERROR (1). The lower the num... - 11:32 AM Revision 572abeb5 (streamers): net-helper-ml: some changes for windows support
- 11:32 AM Revision c73a0a8b (streamers): net_helper: add nodeid_cmp function
- 11:32 AM Revision 77f63f8f (streamers): net_helper : adding node_ip function
- 11:32 AM Revision be65adf2 (streamers): verify config_parse return value in net_helper-ml
- 11:32 AM Revision 5cab728c (streamers): fixing libevent2 and SIGPIPE error
- program sometimes exited with
Program received signal SIGPIPE, Broken pipe.
0x085a989b in writev ()
(gdb) bt
#0 0x08... - 11:29 AM Revision f833e741 (streamers): getting rid of old dangerous debugging code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1861 c54fac2e-1815-407e-9b96-088d06743913
- 11:29 AM Revision c3de57f0 (streamers): configure repo server
- 11:29 AM Revision b3d90b01 (streamers): configure stun server
- 11:29 AM Revision 6b0cfd03 (streamers): parse config in net_helper_ml
- 11:29 AM Revision b0efbbe7 (streamers): adding config string to net_helper_init
- 11:29 AM Revision ae32488f (streamers): renaming msg_types to grapes_msg_types
- 10:46 AM Revision c935730e (streamers): fixing wait4data behaviour with NULL timeout
- 10:46 AM Revision fd2787d5 (streamers): net_helper-ml: adding support for user defined fds in wait4data
- 10:46 AM Revision 1deeaf91 (streamers): implementing max_write_size in net-helper-ml
- 10:46 AM Revision 61548804 (streamers): changing repository address from name to IP
- there were problems with gethostbyname in the statically linked versions.
the STUN server could still be problematic,... - 10:46 AM Revision 1681ea89 (streamers): net-helper-ml: handle size 0 messages
- 10:46 AM Revision 7e502dab (streamers): SOM: net-helper-ml: fix some compilation warnings
- 10:46 AM Revision 975180d3 (streamers): SOM: net-helper-ml: simplify send buffer handling
- 10:46 AM Revision 336ad402 (streamers): SOM: net-helper-ml: simplify and fix receive buffer handling
- changed receive circular buffer handling to operate with 2 pointers,
one for receiving from the ML, another for passi... - 10:46 AM Revision b833ea12 (streamers): SOM: net-hetler-ml: fixing a bunch of compile warnings
- 10:46 AM Revision 50878641 (streamers): SOM: net-hetlper-ml: disabling some free code temporarily, till re...
- 10:46 AM Revision a88adc52 (streamers): SOM: net-helper-ml: fixed most of the referece counting errors
- there is still some problem with reference counting, which sometimes
goes down to zero too fast. Someone is not using... - 10:46 AM Revision daeac082 (streamers): use define for lookup_max
- 10:46 AM Revision c2fe2492 (streamers): SOM: fixed mem leak in nodeid code
- 10:46 AM Revision 8ee3d015 (streamers): SOM: net-helper-ml: corrected nodeid reference counting code
- 10:46 AM Revision 7e26a8a0 (streamers): upgrading net-helper-ml to new interface with FD_SET
- 10:46 AM Revision c9a7ddd2 (streamers): use the new batch publish feature of rep
- 10:46 AM Revision 0fc36450 (streamers): upgrade call to repOpen to new interface
- 10:46 AM Revision 89d4c79d (streamers): net-helper-MONL: init logging
- 10:46 AM Revision b7cc3d0c (streamers): increase number of per peer measures
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1007 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision c7ccaf64 (streamers): set eventbase
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1004 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision ab3c3405 (streamers): add MONL init to net_helper-ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@1001 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision ebd0fa16 (streamers): net-helper: make ML init timeout a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@957 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision fcbde154 (streamers): net-helper: make packet timeout a define
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@956 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision b712fc10 (streamers): use string based remote ID bootstrap
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@850 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision f7a60114 (streamers): net-helper-ml: handle ML init error
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@825 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 3d292767 (streamers): net_helper-ml: debug info for first packet loss was inverted
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@817 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 6e60672d (streamers): net_helper-ml: changed recv_from_peer to blocking, as in net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@779 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision ffceaf6f (streamers): net_helper-ml: added infinite wait to recv_from_peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@778 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 1c8af54d (streamers): net_helper-ml: increase msg send timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@767 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision a2f8ef3b (streamers): net_helper-ml: increase buffer size
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@765 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision be033378 (streamers): net_helper-ml: drop unsent messages after a timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@764 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision c7638574 (streamers): net_helper-ml: code simplification
- 10:46 AM Revision df781cb0 (streamers): net-helper-ml : minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@712 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision ba1166ab (streamers): net_helper_ml: improved debug output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@686 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision d4769c4a (streamers): net_helper-ml: add default STUN, and fallback to STUN-less mode if...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@684 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 3ea72e92 (streamers): net_helper-ml: changed receiveBuffer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@679 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision fb866d61 (streamers): net-helper-ml : fixing logging and debugging prints
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@667 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision da7d6536 (streamers): added default send_params to mlOpenConnection
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@660 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 7186100b (streamers): ml restyling
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@622 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision a9fa68da (streamers): SOM : net_helper-ml small fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@621 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 29e79c56 (streamers): net_helper-ml: fix and simplify send code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@606 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision c72b3eda (streamers): net_helper-ml: fix receive to use the right size while storing the...
- buffer_size was used instead of size
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@... - 10:46 AM Revision 74fffd00 (streamers): SOM: net_helper_ml: fix dump/undump
- string terminating 0 was not handled well
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GR... - 10:46 AM Revision c35edb89 (streamers): adding more copyright notices
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@472 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 38bf6496 (streamers): added copyright notice
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@471 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision f23c3540 (streamers): net-helper-ml: More minor fixes.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@462 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 43761c2a (streamers): net_helper-ml mods
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@454 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision ad6c7e81 (streamers): net-helper-ml: fixing ml version.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@440 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 7b017ba0 (streamers): net_helper-ml: added a separate function to register.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@438 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 79768707 (streamers): net-helper-ml : further minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@425 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision ff72192d (streamers): som : net_helper-ml now works with topologies too.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@423 c54fac2e-1815-407e-9b96-088d06743913
- 10:46 AM Revision 22354b6f (streamers): adding testing net_helper-ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@420 c54fac2e-1815-407e-9b96-088d06743913
01/23/2013
01/08/2013
Also available in: Atom