Skip to content
Started 3 yr 3 mo ago
Took 5 hr 52 min
Success

Build #38 (Mar 4, 2021, 3:24:17 AM)

Changes
  1. RoutingContext (details / githubweb)
  2. Code factorization (details / githubweb)
  3. Code refactor (details / githubweb)
  4. Code refactor (details / githubweb)
  5. Code format (details / githubweb)
  6. Dockerfiles: update maturin to 0.9.0 (for zenoh-python) (details / githubweb)
  7. Subscribers propagation (details / githubweb)
  8. Improved ubscribers propagation (details / githubweb)
  9. Subscribers propagation to new clients (details / githubweb)
  10. Client side subscriptions propagation (details / githubweb)
  11. Directions computation (details / githubweb)
  12. Fix rust-toolchain to nightly-2020-12-29 (ensuring compatibility with (details / githubweb)
  13. Improved subscribers propagation (details / githubweb)
  14. Subs list use HashSet (details / githubweb)
  15. Session initialization logic is inverted (#58) (details / githubweb)
  16. Properly call build_matches_direct_tables (details / githubweb)
  17. Avoid multiple Router/Peer sub propagation (details / githubweb)
  18. UDP unconnected buffer is not dropped (details / githubweb)
  19. Avoid multiple sub propagation to clients (details / githubweb)
  20. Fixing clippy warnings (details / githubweb)
  21. Invoke proper function on subscription reception (details / githubweb)
  22. Implementation of lock mechanism for UnixDomain Sockets (#61) (details / githubweb)
  23. Forget subscription propagation (details / githubweb)
  24. Cleanup when UDP link is closed (details / githubweb)
  25. unregister client subscription on face close (details / githubweb)
  26. Mesh data routing (details / githubweb)
  27. Recompute routes on tree changes (details / githubweb)
  28. Code reorg (details / githubweb)
  29. Unregister related subscriptions on node removal (details / githubweb)
  30. Add peers_autoconnect option (details / githubweb)
  31. Accept UUID string (with '-') for zenohd -i option (details / githubweb)
  32. Fix peers to routers routing (details / githubweb)
  33. Apply delay on session closure (details / githubweb)
  34. Queries routing (details / githubweb)
  35. Fix routing (details / githubweb)
  36. User password authentication (#62) (details / githubweb)
  37. Pull subscriptions (details / githubweb)
  38. Increase open session delay (details / githubweb)
  39. Fixing API change in zenoh-perf binaries (details / githubweb)
  40. Update to async-std 1.9 (#63) (details / githubweb)
  41. Fix deadlock in AdminSpace (details / githubweb)
  42. Explictly adding async-std unstable feature in the crates that need it (details / githubweb)
  43. Commit Cargo.lock file, to freeze all dependencies version and be able (details / githubweb)
  44. Improve logging (details / githubweb)
  45. Make routing resistant to delayed trees computation (details / githubweb)
  46. Delayed trees computation (details / githubweb)
  47. Improve logging (details / githubweb)
  48. Bug fix and code factorization (details / githubweb)
  49. TLS support as zenoh transport protocol (#66) (details / githubweb)
  50. Exponential connetion retry period (details / githubweb)
  51. Bugfix of batch lenght not being written during pipeline drain (details / githubweb)
  52. Recyclying buffers in UDP, sending Close message when wrong (details / githubweb)
  53. zenoh-perf subcrate moved out (details / githubweb)
  54. Re-apply changes from branch_0.5.0-beta.7 and set version to next (details / githubweb)
  55. Avoiding concurrent notification for new_session and closing session (details / githubweb)
  56. Add get_callback() (details / githubweb)
  57. Try to reconnect to configured peers after disconnection (details / githubweb)
  58. Use of different ports in tests for parallel execution (details / githubweb)
  59. Fixing fragmentation bug (details / githubweb)
  60. Fixing clippy errors (details / githubweb)
  61. Fixing clippy errors (details / githubweb)
  62. Fixing clippy errors (details / githubweb)
  63. Fix bug : compute routes for all registered resources (details / githubweb)
  64. Adding fragmentation case to transport tests (details / githubweb)
  65. Fixing clippy errors (details / githubweb)
  66. Fixing clippy errors (details / githubweb)
  67. Remove user/pass from zn_info.rs examples (details / githubweb)
  68. Fix transport test for UDP (details / githubweb)
  69. Buffer pool uses a LIFO queue (details / githubweb)
  70. Fix bug leading to hanging queries (details / githubweb)
  71. Perfs improvement : avoid route cloning when routing data/queries (details / githubweb)
  72. Exponential backoff in transmission pipeline (details / githubweb)
  73. SharedMemory authenticator for local session detection (details / githubweb)
  74. Fix debian packages dependencies (details / githubweb)
  75. Clients do not send LinkState msgs (details / githubweb)
  76. SharedMemoryBuf are sent on the network when the session is not (details / githubweb)
  77. UserPassword not required when usr-pwd dict is provided (details / githubweb)
  78. Changing log level in shm (details / githubweb)
  79. zn_pub_shm is interoperable with zn_sub (details / githubweb)
  80. Improved zn_pub_shm example (details / githubweb)
  81. Fixing clippy errors (details / githubweb)
  82. Fix Declare message definition in the comments (#69) (details / githubweb)
  83. Fixing clippy errors (details / githubweb)
  84. Fixing clippy errors. Updated Cargo.lock. (details / githubweb)
  85. Changed level of 'routed data' log from debug to trace (details / githubweb)
  86. Fix backoff creation from micros to nanos (details / githubweb)
  87. Fixing clippy errors (details / githubweb)
  88. Fixing clippy errors (details / githubweb)
  89. Fixing clippy errors (details / githubweb)
  90. Add Properties::try_from(Path) and add --config option to zenoh examples (details / githubweb)
  91. Fix clippy error (details / githubweb)
  92. Fix clippy error (details / githubweb)
  93. Changed Properties::TryFrom<Path> to return ZError instead of io::Error (details / githubweb)
  94. Fix bug in examples: the 'mode' from config file was overridden by (details / githubweb)
  95. Make rustfmt happy (details / githubweb)
  96. Update CI workflow to not override the Rust version specified by (details / githubweb)
  97. Fix bug in ArcSliceBuffer clone causing page faults (details / githubweb)
  98. Fix IntKeyProperties' Display (details / githubweb)
  99. Update logs of config to avoid leaking passwords (details / githubweb)
  100. Fields order in queues (details / githubweb)

Started by user Julien Enoch

Revision: f9613cbbf1b7dc2490465ef14dd0a8b5fc784616
Repository: https://github.com/eclipse-zenoh/zenoh.git
  • refs/remotes/origin/master