aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
Commit message (Expand)AuthorAge
* fixed size problems and removal of channelJulius Bünger2015-01-28
* - alignment, styleBart Polot2015-01-28
* - changes to handling of own identityBart Polot2015-01-28
* fixed wrong cancellationJulius Bünger2015-01-28
* taking care of send msg size in the apiJulius Bünger2015-01-23
* mostly taking care about max size we are allowed to sendJulius Bünger2015-01-23
* code cleanupJulius Bünger2015-01-23
* moved the client request rate estimation in fkt of its ownJulius Bünger2015-01-22
* improved selection of peers for pushingJulius Bünger2015-01-22
* modified TODOsJulius Bünger2015-01-22
* don't read threshholds from .confJulius Bünger2015-01-22
* keep track of whom we sent pull requests to (avoid duplicate replys)Julius Bünger2015-01-22
* clean up ntfy_tmt_rdy handles on removal of peerJulius Bünger2015-01-22
* restructured service and samplerJulius Bünger2015-01-22
* optical changes, small fix, draft for notificationJulius Bünger2015-01-20
* removed unneeded varsJulius Bünger2015-01-18
* undo last commitJulius Bünger2015-01-18
* check if peer we open a channel to is liveJulius Bünger2015-01-18
* simplified removal of peers from peermapJulius Bünger2015-01-18
* fixed integer sizes and _get_rand_peer()Julius Bünger2015-01-18
* schedule some requests for laterJulius Bünger2015-01-18
* cleaning up disconnected peersJulius Bünger2015-01-17
* clean up channels to other peers correctlyJulius Bünger2015-01-17
* added space between fkt names and argsJulius Bünger2015-01-17
* corrected message size checkJulius Bünger2015-01-16
* send empty push/pull-request messagesJulius Bünger2015-01-16
* resizing lists implemented, fixed type errorJulius Bünger2015-01-16
* removed unneeded globalJulius Bünger2015-01-16
* restructured the samplerJulius Bünger2015-01-16
* implemented seedingJulius Bünger2015-01-13
* renamingJulius Bünger2015-01-13
* moved computation of request rate out of samplerJulius Bünger2015-01-09
* -fix compile errorChristian Grothoff2015-01-08
* small fix in random schedulingJulius Bünger2015-01-08
* randomised scheduling of next round, cosmetic changesJulius Bünger2015-01-08
* check if id is already in current push/pull_listJulius Bünger2015-01-07
* checking msg sizes, cosmetic changesJulius Bünger2015-01-07
* got rid of touch_*()Julius Bünger2015-01-07
* different fixes and cosmetic changesJulius Bünger2015-01-07
* changed logging + cosmetic changesJulius Bünger2015-01-07
* now sending push,pull to at least one peer/roundJulius Bünger2015-01-07
* moved part of _resize() from _sampler.c to -rps.cJulius Bünger2015-01-07
* moved sampler functionality in file of its ownJulius Bünger2015-01-06
* initialising gossip_list correctlyJulius Bünger2014-12-27
* using get_peer_context()Julius Bünger2014-12-27
* fixed place of resizing gossip_listJulius Bünger2014-12-27
* reading alpha, beta from .confJulius Bünger2014-12-27
* fixed usage of get_rand_peer()Julius Bünger2014-12-26
* _malloc() -> _new()Julius Bünger2014-12-26
* minor fixesJulius Bünger2014-12-24