-fixed duplicate ntfy_tmt_rdy
[oweals/gnunet.git] / src / rps / gnunet-service-rps.c
2015-07-22 Julius Bünger-fixed duplicate ntfy_tmt_rdy
2015-07-22 Julius Bünger-fixed inline docu
2015-07-22 Julius Bünger-removed unneeded peermap_put
2015-07-22 Julius Bünger-fixed wrong check
2015-07-22 Julius Büngerlog missing config
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-26 Julius Bünger-fix coverity 0003864
2015-06-26 Julius Bünger-logging
2015-06-26 Bart Polot- GNUNET_CADET_disconnect will destroy pending channels...
2015-06-20 Julius Bünger-fixed typos
2015-06-20 Julius Bünger-restructured sending of push/pull request
2015-06-20 Julius Bünger-fixed wrong pointer usage
2015-06-20 Julius Bünger-fixed comparing of peer ids
2015-06-20 Julius Bünger-restructured cleaning of known peers
2015-06-20 Julius Bünger-logging and comments
2015-06-20 Julius Bünger-removed unnecessary data structure (pending pull list)
2015-06-11 Julius Bünger-fix hanling of pull replies
2015-06-11 Julius Bünger-renamed (gossip_list -> view) and converted it to...
2015-06-11 Julius Büngerlearn about peers from peerinfo
2015-06-10 Julius Bünger-got some {} for free
2015-06-10 Julius Bünger-fix coverity
2015-06-05 Julius Bünger-tried to fix channel cleanups
2015-06-05 Julius Bünger-writing the gossip list (view) to file
2015-05-23 Julius Bünger-better splitted brahms sampler and modified one
2015-05-20 Julius Bünger-fixed coverity Uninitialized pointer read
2015-05-19 Julius Bünger-tried to fix removal of peers
2015-05-19 Julius Bünger-optical changes
2015-05-19 Julius Bünger-further logging in malicious execution
2015-05-19 Julius Bünger-replaced own util fkt with GNUNET_ one
2015-04-03 Julius Büngermal type 3 (combined 1 + 2)
2015-04-03 Julius Bünger-updated TODOs
2015-03-29 Julius Bünger-doxygen
2015-03-28 Julius Bünger-logging
2015-03-28 Julius Bünger-fixes
2015-03-28 Julius Bünger-fixes
2015-03-28 Julius Bünger-logging
2015-03-28 Julius Bünger-renaming
2015-03-27 Julius Bünger-restructured handling peers from 'external sources'
2015-03-27 Julius Bünger-fixed handling of client requests
2015-03-26 Julius Bünger-unified testing
2015-03-26 Julius Bünger-restructured code
2015-03-26 Julius Bünger-cleaning up
2015-03-26 Julius Bünger-mal peer pull reply handling
2015-03-26 Julius Bünger-mal peer handle pull request
2015-03-25 Julius Bünger-malicious push handling
2015-03-25 Julius Bünger-refined mal peer type 1
2015-03-25 Julius Bünger-mal peer type 1 pulls
2015-03-25 Julius Bünger-malicious peer type 1 sending pushes
2015-03-25 Julius Bünger-additional assertions, fix
2015-03-25 Julius Bünger-small fixes, logging
2015-03-25 Julius Bünger-further implemented mal peer, restructured code
2015-03-25 Julius Bünger-corrected peer_is_live() checking
2015-03-25 Julius Büngercorrect handling of act_malicious messages from client
2015-03-25 Julius Bünger-optical changes
2015-03-25 Julius Bünger- s/#if/#ifdef/
2015-03-17 Julius Bünger -scheduling malicious do_round ()
2015-03-17 Julius Bünger -fixed issue with ntfy_tmt_rdy ()
2015-03-10 Julius Bünger- added malicous round execution primitive
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
next