aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
Commit message (Collapse)AuthorAge
...
* RPS service: Remove leftover codeJulius Bünger2018-10-30
|
* RPS service: separate values with newline when writing to fileJulius Bünger2018-10-29
|
* RPS service: cleanup (unused) data structuresJulius Bünger2018-10-29
|
* RPS service: Write push frequency and pull delays to diskJulius Bünger2018-10-20
|
* RPS service: Only change statistics from main subJulius Bünger2018-10-14
|
* RPS service: Fix - handle case of nonexisting subJulius Bünger2018-10-11
|
* RPS API: Add creation, deletion of SubsJulius Bünger2018-10-11
|
* Restructure service towards having subsamplersJulius Bünger2018-10-04
|
* Change terminology: "live" -> "online"Julius Bünger2018-10-01
|
* Restructure implementation of view (towards subsampling)Julius Bünger2018-10-01
|
* Change architecture of service (towards subsampling)Julius Bünger2018-10-01
|
* Rename "live" -> onlineJulius Bünger2018-10-01
|
* Handle cancellation of stream on the service-sideJulius Bünger2018-09-26
|
* Fix details and styleJulius Bünger2018-09-26
|
* Update doxygenJulius Bünger2018-09-26
|
* Handle cancellation of view updatesJulius Bünger2018-09-26
|
* Remove leftovers of architecture changeJulius Bünger2018-09-26
|
* Remove leftovers of old architectureJulius Bünger2018-09-26
|
* Change architecture of RPS service - apiJulius Bünger2018-09-26
|
* Be a little bit more consistent in styleJulius Bünger2018-09-20
|
* Log number of know peers to statistics serviceJulius Bünger2018-09-18
|
* Add possibility to send multiple peers to clientJulius Bünger2018-09-18
|
* Add API call to receive unbiased peer stream for debugging and profilingJulius Bünger2018-09-14
|
* Decrement statistics count for pending checksJulius Bünger2018-09-12
|
* Keep track of pending liveliness checks with statisticsJulius Bünger2018-08-30
|
* Schedule insertion in view,sampler on checkJulius Bünger2018-08-29
|
* Get statistics values from within samplerJulius Bünger2018-08-29
|
* Update the view size on a new network size estimateJulius Bünger2018-08-29
|
* Fix: Cast closure to proper typeJulius Bünger2018-08-24
|
* Count number of unrequested pull replies with statisticsJulius Bünger2018-08-24
|
* Introduce more statistical values (rps service)Julius Bünger2018-08-23
|
* Refactor code mostly visually to prevent compiler warningsJulius Bünger2018-08-23
|
* Destroy channel and their datastructures properlyJulius Bünger2018-08-14
|
* Fix documentation and assertionsJulius Bünger2018-08-13
|
* do notify client about destroyed channel on MQ errorChristian Grothoff2018-08-13
|
* Schedule destruction of channel during destruction of other channelJulius Bünger2018-08-13
|
* Refactor, simplify, delete codeJulius Bünger2018-08-13
|
* Make non-exported functions staticJulius Bünger2018-08-13
|
* Use synchronised logic for closing channels (rps service)Julius Bünger2018-08-13
|
* minor formattingChristian Grothoff2018-08-09
|
* adjust RPS to new CADET API semantic, dead code eliminationChristian Grothoff2018-08-09
|
* Add docstrings to recently introduced functionsJulius Bünger2018-08-09
|
* Restructure removal of peers during shutdown (rps service)Julius Bünger2018-08-07
|
* Remove obsolete DLL for cancellations of tasksJulius Bünger2018-07-27
|
* remove now obsolete usage of channel-related flagsJulius Bünger2018-07-27
|
* Fix rps service: restructure channel-related codeJulius Bünger2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is still an error left. Valgrind reports ==2008== Invalid read of size 8 ==2008== at 0x50662A4: GNUNET_CONTAINER_multipeermap_contains (container_multipeermap.c:542) ==2008== by 0x114E8A: Peers_remove_peer (gnunet-service-rps.c:1306) ==2008== by 0x114E65: destroy_peer (gnunet-service-rps.c:1283) ==2008== by 0x50A29B2: GNUNET_SCHEDULER_do_work (scheduler.c:2104) ==2008== by 0x50A382D: select_loop (scheduler.c:2400) ==2008== by 0x509DE48: GNUNET_SCHEDULER_run (scheduler.c:725) ==2008== by 0x50A989E: GNUNET_SERVICE_run_ (service.c:1875) ==2008== by 0x11EE83: main (gnunet-service-rps.c:4584) ==2008== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==2008== ==2008== ==2008== Process terminating with default action of signal 11 (SIGSEGV) ==2008== Access not within mapped region at address 0x0 ==2008== at 0x50662A4: GNUNET_CONTAINER_multipeermap_contains (container_multipeermap.c:542) ==2008== by 0x114E8A: Peers_remove_peer (gnunet-service-rps.c:1306) ==2008== by 0x114E65: destroy_peer (gnunet-service-rps.c:1283) ==2008== by 0x50A29B2: GNUNET_SCHEDULER_do_work (scheduler.c:2104) ==2008== by 0x50A382D: select_loop (scheduler.c:2400) ==2008== by 0x509DE48: GNUNET_SCHEDULER_run (scheduler.c:725) ==2008== by 0x50A989E: GNUNET_SERVICE_run_ (service.c:1875) ==2008== by 0x11EE83: main (gnunet-service-rps.c:4584) This seems to only appear at shutdown so it is not dramatic.
* rps service: improve logging - log peer idJulius Bünger2018-07-26
|
* fix rps service: don't null out context, just channelJulius Bünger2018-07-26
|
* rps service: don't send 'ping' twiceJulius Bünger2018-07-26
|
* fix rps service: better handling of cadet channelsJulius Bünger2018-07-25
|