- several minor fixes
[oweals/gnunet.git] / src / rps / gnunet-service-rps.c
2015-03-10 Julius Bünger- several minor fixes
2015-02-23 Julius Bünger- sending act malicious message
2015-02-23 Julius Bünger- sending act malicious message
2015-02-22 Julius Büngerbaseline for test with malicious peers
2015-02-17 Julius Bünger- fixed memory and coding issues
2015-02-17 Julius Bünger- fixed uninitialised memory, logic
2015-02-16 Julius Bünger- fixed slow startup of service
2015-02-15 Julius Bünger- fixed confusion of push and pull
2015-02-15 Julius Bünger- check for validity of peers
2015-02-15 Julius Bünger- make sure there is an established channel for each...
2015-02-15 Julius Bünger- fix wrong check
2015-02-15 Julius Bünger- cancle own connection when peer is not in gossip...
2015-02-15 Julius Bünger- got rid of unneeded code
2015-02-15 Julius Bünger- renamed flag
2015-02-15 Julius Bünger- don't add own id to pull_list
2015-02-15 Julius Bünger- fixed behaviour of init_peer_cb()
2015-02-15 Julius Bünger- changed behaviour on peer disconnect
2015-02-15 Julius Bünger- leave peer in sampler on peer disconnect
2015-02-15 Julius Bünger- add additional check before peer removal
2015-02-15 Julius Bünger- don't put our own id in the algorithm
2015-02-15 Julius Bünger- restructured peer removal
2015-02-15 Julius Bünger- changed criteria for putting peer in pull list
2015-02-15 Julius Bünger- restructured check whether peer is live
2015-02-15 Julius Bünger- restructured in_arr() and rem_from_list()
2015-02-15 Julius Bünger- macro for getting/setting peer flags
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Julius Büngerdistinct samplers for client and Brahms protocol
2015-02-05 Julius Bünger- fixed resource leakages
2015-02-05 Julius Bünger- trying to fix coverity defects
2015-01-30 Julius Bünger- fixed error in peer selection, never grow smaller...
2015-01-28 Julius Bünger- trying to fix issue of not sending push/pulls to...
2015-01-28 Julius Bünger- fixed double free problem
2015-01-28 Bart Polot- fixes for NPE
2015-01-28 Bart Polot- memleaks
2015-01-28 Bart Polot- avoid NPE
2015-01-28 Bart Polot- avoid chain-calling the destroy handler to destroy...
2015-01-28 Bart Polot- don't free static memory
2015-01-28 Bart Polot- RPS sampler destroy also accesses peer_map
2015-01-28 Bart Polot- fix memory mangement when calling cadet to detect...
2015-01-28 Julius Büngerfixed wrong size check
2015-01-28 Bart Polot- never resize to 0
2015-01-28 Julius Büngerfixing size problems
2015-01-28 Bart Polot- get size direcly from sampler
2015-01-28 Julius Büngerfixed size problems and removal of channel
2015-01-28 Bart Polot- alignment, style
2015-01-28 Bart Polot- changes to handling of own identity
2015-01-28 Julius Büngerfixed wrong cancellation
2015-01-23 Julius Büngertaking care of send msg size in the api
2015-01-23 Julius Büngermostly taking care about max size we are allowed to...
2015-01-23 Julius Büngercode cleanup
2015-01-22 Julius Büngermoved the client request rate estimation in fkt of...
2015-01-22 Julius Büngerimproved selection of peers for pushing
2015-01-22 Julius Büngermodified TODOs
2015-01-22 Julius Büngerdon't read threshholds from .conf
2015-01-22 Julius Büngerkeep track of whom we sent pull requests to (avoid...
2015-01-22 Julius Büngerclean up ntfy_tmt_rdy handles on removal of peer
2015-01-22 Julius Büngerrestructured service and sampler
2015-01-20 Julius Büngeroptical changes, small fix, draft for notification
2015-01-18 Julius Büngerremoved unneeded vars
2015-01-18 Julius Büngerundo last commit
2015-01-18 Julius Büngercheck if peer we open a channel to is live
2015-01-18 Julius Büngersimplified removal of peers from peermap
2015-01-18 Julius Büngerfixed integer sizes and _get_rand_peer()
2015-01-18 Julius Büngerschedule some requests for later
2015-01-17 Julius Büngercleaning up disconnected peers
2015-01-17 Julius Büngerclean up channels to other peers correctly
2015-01-17 Julius Büngeradded space between fkt names and args
2015-01-16 Julius Büngercorrected message size check
2015-01-16 Julius Büngersend empty push/pull-request messages
2015-01-16 Julius Büngerresizing lists implemented, fixed type error
2015-01-16 Julius Büngerremoved unneeded global
2015-01-16 Julius Büngerrestructured the sampler
2015-01-13 Julius Büngerimplemented seeding
2015-01-13 Julius Büngerrenaming
2015-01-09 Julius Büngermoved computation of request rate out of sampler
2015-01-08 Christian Grothoff-fix compile error
2015-01-08 Julius Büngersmall fix in random scheduling
2015-01-08 Julius Büngerrandomised scheduling of next round, cosmetic changes
2015-01-07 Julius Büngercheck if id is already in current push/pull_list
2015-01-07 Julius Büngerchecking msg sizes, cosmetic changes
2015-01-07 Julius Büngergot rid of touch_*()
2015-01-07 Julius Büngerdifferent fixes and cosmetic changes
2015-01-07 Julius Büngerchanged logging + cosmetic changes
2015-01-07 Julius Büngernow sending push,pull to at least one peer/round
2015-01-07 Julius Büngermoved part of _resize() from _sampler.c to -rps.c
2015-01-06 Julius Büngermoved sampler functionality in file of its own
2014-12-27 Julius Büngerinitialising gossip_list correctly
2014-12-27 Julius Büngerusing get_peer_context()
2014-12-27 Julius Büngerfixed place of resizing gossip_list
2014-12-27 Julius Büngerreading alpha, beta from .conf
2014-12-26 Julius Büngerfixed usage of get_rand_peer()
2014-12-26 Julius Bünger_malloc() -> _new()
2014-12-24 Julius Büngerminor fixes
2014-12-24 Julius Büngerfixed some issues
2014-12-24 Julius Büngernow using API calls instead of own fkts
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-20 Julius BüngerCleaned up
2014-12-17 Julius BüngerFixed errors and cleaned up
2014-12-14 Julius Büngerfixed errors
2014-12-14 Julius Büngerfixed error
next