Skip to content
Started 3 yr 6 mo ago
Took 9.8 sec

Build #6 (Oct 8, 2020, 4:16:16 AM)

Changes
  1. First commit of Rust re-write. eclipse-zenoh/zenoh#7 (details / githubweb)
  2. Moved example-plugin dir to the correct place. eclipse-zenoh/zenoh#7 (details / githubweb)
  3. First commit of Rust re-write. #7 (#8) (details / githubweb)
  4. Fix clippy warning (details / githubweb)
  5. zenoh-net API uses RBuf (details / githubweb)
  6. zenoh-net API delivers/accepts data_info undecoded as Option<RBuf> (details / githubweb)
  7. Complete implementation of session lease. Usage of weak references in (details / githubweb)
  8. Fix clippy warnings (details / githubweb)
  9. zenoh-net API uses Streams (details / githubweb)
  10. Code style (details / githubweb)
  11. Queries handling optimization (details / githubweb)
  12. Replies handling optimization (details / githubweb)
  13. Code style (details / githubweb)
  14. Fix client test (details / githubweb)
  15. Replies routing optimization (details / githubweb)
  16. zenoh-net API channels are built time configurable (details / githubweb)
  17. Session lease and TCP close timeout (details / githubweb)
  18. Session lease and TCP close timeout (details / githubweb)
  19. Add arguments parsing for zenohd and plugins (details / githubweb)
  20. Introduce Runtime (details / githubweb)
  21. Loose locator parsing (details / githubweb)
  22. Code style (details / githubweb)
  23. Make plugins to use the same Runtime than zenohd (details / githubweb)
  24. Implemented TCP LINGER option. Increased time interval in timer tests (details / githubweb)
  25. zenoh-net examples use async-std::main (details / githubweb)
  26. Fix clippy warning (details / githubweb)
  27. Implementation of pull (details / githubweb)
  28. Implementation of pull for stream based subscribers (details / githubweb)
  29. Fix tables bench (details / githubweb)
  30. Fix bug in queries due to improper cleaning (details / githubweb)
  31. zenoh-net API uses async-std RwLock (details / githubweb)
  32. Changed the expected prefix/suffix of plugins. Now it's (details / githubweb)
  33. Add bind_udp util function (details / githubweb)
  34. Add example for bind_udp (details / githubweb)
  35. Fix bug in queries when no matching queryable (details / githubweb)
  36. Simplify usage description (details / githubweb)
  37. Plugins are run concurrently (details / githubweb)
  38. zenoh-http plugin (details / githubweb)
  39. Move to tide (details / githubweb)
  40. Run plugins in a spawned task (details / githubweb)
  41. Fix DataInfo decoding (details / githubweb)
  42. Add write_wo function (details / githubweb)
  43. Make DataInfo fields accessible to users (details / githubweb)
  44. Add constants for kind and encoding (details / githubweb)
  45. Add encoding constants (details / githubweb)
  46. zenoh-http supports PUT, PATCH and DELETE (details / githubweb)
  47. Remove unused dependency (details / githubweb)
  48. Add traces in zenoh-http (details / githubweb)
  49. zenoh-http replies with html if asked for html (details / githubweb)
  50. zenoh-http can push data through sse (details / githubweb)
  51. Add admin space (only providing 'pid' so far) (details / githubweb)
  52. Admin space: add plugins list (details / githubweb)
  53. Admin space: add locators and sessions (details / githubweb)
  54. Fix plugins start() take &ArgMatches (details / githubweb)
  55. Second commit of Rust re-write. #7 (#14) (details / githubweb)
  56. Fixing TCP and Session test (details / githubweb)
  57. Remove useless sessions vec in SessionOrchestrator (details / githubweb)
  58. Renaming (details / githubweb)
  59. sse example uses raw string literals (details / githubweb)
  60. Fix bug in hello encoding (details / githubweb)
  61. Add functions to SessionManager (details / githubweb)
  62. Fix bug in session establishment (details / githubweb)
  63. SessionManager::add_locator() return the actual locator (details / githubweb)
  64. Update Scout & Hello messages (details / githubweb)
  65. Scouting (details / githubweb)
  66. Fix clippy warnings in examples (details / githubweb)
  67. Routers and peers Try to connect configured peers (details / githubweb)
  68. Tweak logging level (details / githubweb)
  69. Code factorisation (details / githubweb)
  70. Code simplification (details / githubweb)
  71. Fix default path in zn_pub (details / githubweb)
  72. Fix logging (details / githubweb)
  73. Fix zenohd args parsing (details / githubweb)
  74. Move Config to zenoh-router crate (details / githubweb)
  75. Improve scouting (details / githubweb)
  76. Remove ZenohMessage accessors (details / githubweb)
  77. Fix msg_codec tests (details / githubweb)
  78. Remove SourceFinal reply (details / githubweb)
  79. 1st HLC implementation (non-concurent) (details / githubweb)
  80. Make HLC async (details / githubweb)
  81. Make HLC parametrized with a Clock (using SystemTime by default) (details / githubweb)
  82. Add calls to update_with_timestamp in test hlc_parallel() (details / githubweb)
  83. Use structs rather than tuples in zenoh-net API (details / githubweb)
  84. Add RBuf::read_into_rbuf() (details / githubweb)
  85. Github action: compile also on MacOS and Windows (details / githubweb)
  86. Add --plugin option to zenohd and disable automatic search it's used (details / githubweb)
  87. Remove dependency on os_socketaddr crate (details / githubweb)
  88. Logging (details / githubweb)
  89. Re-depend on os_socketaddr crate but only in unix conf (details / githubweb)
  90. Fragmentation added (details / githubweb)
  91. HTTP plugin: make it accept '/@/router/local/...' paths (details / githubweb)
  92. Scouting uses socket2 crate (details / githubweb)
  93. Remove unix dependency in orchestrator (details / githubweb)
  94. Bind multicast port to address 0.0.0.0 (details / githubweb)
  95. Bind multicast port to multicast address on unix and address 0.0.0.0 on (details / githubweb)
  96. Windows port (details / githubweb)
  97. Windows port (details / githubweb)
  98. Fix bug in SessionOrchestrator (details / githubweb)
  99. Debug message on unimplemented messages (details / githubweb)
  100. Use 224.0.0.224 as scouting multicast address (details / githubweb)
  101. Move pnet & libc dependent code to zenoh_util (details / githubweb)
  102. Remove pnet dependency on windows target (details / githubweb)
  103. Improve error reporting (details / githubweb)
  104. Fix warnings (details / githubweb)
  105. Orchestrator logs all bound ports at debug level (details / githubweb)
  106. Fixing timing in Timer test (details / githubweb)
  107. Fixing timing in Timer test (details / githubweb)
  108. Do not cancel other jobs when one fails (details / githubweb)
  109. Increase buffer size when GetAdaptersAddresses return (details / githubweb)
  110. Ignore own scout messages (details / githubweb)
  111. Fixing unwrap in channel (details / githubweb)
  112. Code cleaning (details / githubweb)
  113. Increasing timeout in tests (details / githubweb)
  114. Updated Config creation and mode setting (details / githubweb)
  115. Updated open to allow to define mode (details / githubweb)
  116. Refactoring of types to ensure that we separate types used in API from (details / githubweb)
  117. initian implementation of zenoh-ffi subscriber (details / githubweb)
  118. Fixing imports in tests and documentation (details / githubweb)
  119. Fixing imports in benches (details / githubweb)
  120. refactored args parsing in examples, fixed build issue on benches (details / githubweb)
  121. added undeclare_subscriber to ffi (details / githubweb)
  122. Fix clippy warnings (details / githubweb)
  123. leverage smol::block_on to improve zenoh-ffi write performance (details / githubweb)
  124. added query api to zenof-ffi (details / githubweb)
  125. Avoid declarations loop in routers clique (details / githubweb)
  126. API cleanup (details / githubweb)
  127. API reorg (details / githubweb)
  128. Add zenoh Rust API (details / githubweb)
  129. Add zenoh Rust API (details / githubweb)
  130. New default values for session (details / githubweb)
  131. rustdoc (details / githubweb)
  132. rustdoc (details / githubweb)
  133. Fix clippy warnings (details / githubweb)
  134. Fix rustdoc warnings (details / githubweb)
  135. Updated SessionHandler signature (details / githubweb)
  136. rustdoc (details / githubweb)
  137. rustdoc examples use while let (details / githubweb)
  138. Examples use while let rather than for_each (details / githubweb)
  139. renaming (details / githubweb)
  140. zenoh API: changes in Value implementation (details / githubweb)
  141. Improve rustdoc (details / githubweb)
  142. Implement Session::info (details / githubweb)
  143. Msgs reorg (details / githubweb)
  144. Session test based on barriers (#21) (details / githubweb)
  145. added zn_info to zenoh-ffi (details / githubweb)
  146. Consistent usage of ZInt (#23) (details / githubweb)
  147. Homogenize zenoh-net examples (details / githubweb)
  148. Use write_zint and read_zint macros (details / githubweb)
  149. Use barriers in tx_queue and channel_base tests (details / githubweb)
  150. Improved tx_queue test (details / githubweb)
  151. Message is dropped when no callback is available (details / githubweb)
  152. Notification order in channele delete (details / githubweb)
  153. Notify callabck and then close links (details / githubweb)
  154. Fixed typo in comment (details / githubweb)
  155. Improve queryables API (details / githubweb)
  156. Add note abouth Rust nightly (details / githubweb)
  157. Apply rustfmt to zenoh-ffi (details / githubweb)
  158. Apply rustfmt to zenoh-perf (details / githubweb)
  159. Apply rustfmt to zenoh-protocol (details / githubweb)
  160. Apply rustfmt to zenoh-router (details / githubweb)
  161. Apply rustfmt to zenoh-util (details / githubweb)
  162. Apply rustfmt to zenoh (details / githubweb)
  163. Apply rustfmt to plugins/zenoh-http (details / githubweb)
  164. Apply rustfmt to plugins/example-plugin (details / githubweb)
  165. New 'add_timestamp' feature in zenoh-router: automatically add a (details / githubweb)
  166. Fix code example in comment (details / githubweb)
  167. Run rustfmt as part of CI (#24) (details / githubweb)
  168. Code factorization (details / githubweb)
  169. Fix clippy warnings and formatting (details / githubweb)
  170. zenoh API: add timestamp in zenoh::Change (details / githubweb)
  171. Removed trailing whitespace (#22) (details / githubweb)
  172. implemented queriable for zenoh-ffi (details / githubweb)
  173. added zenoh-ffi test for queryable (details / githubweb)
  174. added zenoh-ffi test for queryable (details / githubweb)
  175. zenoh API: add timestamp to Data and changed signature of (details / githubweb)
  176. extended test queriable and removed some extra logs on ffi -- #15 (details / githubweb)
  177. fixed formatting (#15) (details / githubweb)
  178. zenoh::net::open() does not exit on failure (details / githubweb)
  179. removed some avoidable boxing for raw poitners in ffi (#15) (details / githubweb)
  180. Implement zenoh::net::scout() (details / githubweb)
  181. added pull subscriber to zenoh-ffi (#15) (details / githubweb)
  182. zenih API: make all workspace types public + other improvements (details / githubweb)
  183. exposed zenoh scouting primitive through ffi (#15) (details / githubweb)
  184. DataHandler takes a Sample as parameter (details / githubweb)
  185. Session code cleaning (details / githubweb)
  186. zenoh API: add support of 'encoded' property in Selector for get() and (details / githubweb)
  187. Convert scout period to right resolution (details / githubweb)
  188. Local subscribers are called on matching local publications (details / githubweb)
  189. added accessors to ZNScout (#15) (details / githubweb)
  190. zenoh API: rework Value type and add From traits (details / githubweb)
  191. Local queryables are called on matching local queries (details / githubweb)
  192. added accessor for scout and locators on zenoh-ffi (#15) (details / githubweb)
  193. Fixed typos (details / githubweb)
  194. Move parse_args to bottom in examples (details / githubweb)
  195. Code reorg in channel rx (details / githubweb)
  196. Improve plugin loading (details / githubweb)
  197. Storages plugin: 1st implementation with memory backend (#34) (details / githubweb)
  198. Add --id option to zenohd (details / githubweb)
  199. First UDP implementation (details / githubweb)
  200. UDP thoughput working (details / githubweb)
  201. Cargo clippy (details / githubweb)
  202. UDP default MTU for Max OS X (details / githubweb)
  203. Conditional compilation of transport links (details / githubweb)
  204. Expose listeners in the examples (details / githubweb)
  205. Bug fix in tx queue (details / githubweb)
  206. KeepAlive on data priority queue (details / githubweb)
  207. Conditional compilation of UDP default MTU (details / githubweb)
  208. Improving comments in TCP and UDP links (details / githubweb)
  209. Channel tests improvement (details / githubweb)
  210. Fixing typos in comments (details / githubweb)
  211. Fix #37: reply router status on HTTP GET for path '/@/router/local' (details / githubweb)
  212. Changed AtomicOrdering usage in timer, and test that twice defusing (details / githubweb)
  213. Add z_delete example (details / githubweb)
  214. HTTP plugin: decode and display timestamps (details / githubweb)
  215. Memory backend: fix management of deleted entries to avoid re-insertion (details / githubweb)
  216. Admin space: return reply for '/@/router/<pid>' with json encoding (details / githubweb)
  217. HTTP plugin: add timestamps on PUT using 'add_timestamp' feature (details / githubweb)
  218. Remove OwnedPrimitives (details / githubweb)
  219. zenohd: add back the '-e, --peer' option that was removed by mistake (details / githubweb)
  220. Storages plugin: add startup aligment of storages (details / githubweb)
  221. Fix bug in local loop when non matching remote subscribers (details / githubweb)
  222. Added ffi call to initalise the env-logger (#15) (details / githubweb)
  223. updated depedendencies to lastear versions (details / githubweb)
  224. Added ffi call to initalise the env-logger (#15) (details / githubweb)
  225. HTTP plugin: remove usage of 'add_timestamp' feature for perf reasons (details / githubweb)
  226. Fixing async-std to 1.6.2 due to performance problems in 1.6.3 (details / githubweb)
  227. zenoh-net entities do not directly implement Stream (details / githubweb)
  228. Scheduling of best effort and reliable channels (details / githubweb)
  229. zenoh-net API entities are not cloneable (details / githubweb)
  230. Code format (details / githubweb)
  231. zenoh-net API entities cannot outlive their parent session (details / githubweb)
  232. zenoh-net API unregister functions move (details / githubweb)
  233. Always deserialize DataInfo and add timestamps by default if absent (details / githubweb)
  234. In PeerId: replaced Vec<u8> with a fixed-size [u8; 16] (details / githubweb)
  235. Replaced the 'no_timestamp' feature with a runtime Config::add_timestamp (details / githubweb)
  236. zenoh-net API session and entities are automatically closed/undeclared (details / githubweb)
  237. Fix regression in zn_sub_thr example (details / githubweb)
  238. Reliability and Channel enums, DataInfo instead of RBuf in ZenohMessage (details / githubweb)
  239. Remove BROKER flag in whatami (details / githubweb)
  240. Fix clippy warning (details / githubweb)
  241. zenoh API: add close() operations and made Workspace non-cloneable (details / githubweb)
  242. Fix z_sub example panic in case of DELETE (details / githubweb)
  243. Added number of measurements to make on throughput test (details / githubweb)
  244. removed spurious print on perf test (#39) (details / githubweb)
  245. Code format (details / githubweb)
  246. Dropping reliability and message dropping (details / githubweb)
  247. Adding Congestion Control. Congestion Control at publisher side, (details / githubweb)
  248. Blocking congestion control strategy for zn_pub_thr (details / githubweb)
  249. Zenoh API: add documentation (details / githubweb)
  250. UDP test, reliable channel disabled (details / githubweb)
  251. Locator tests, refactoring of channel tests (details / githubweb)
  252. Adapting session throughput binaries to new reliability and congestion (details / githubweb)
  253. Sample size in zn_thr_pub can be configured (details / githubweb)
  254. updated build files to set beta.1 as version (#7) (details / githubweb)
  255. updated cargo manifets to allow for crate publication w/o warnings (details / githubweb)
  256. updated cargo manifets to allow for crate publication w/o warnings (details / githubweb)
  257. Use license short name (#7) (details / githubweb)
  258. Use license short name (#7) (details / githubweb)
  259. Updated categories to comply with crates.io (#7) (details / githubweb)
  260. Added missing angle bracket on author email address (#) (details / githubweb)
  261. Added readme key in Cargo file (#7) (details / githubweb)
  262. zenoh-net API session and entities are closed/undeclared synchronously (details / githubweb)
  263. Default Congestion Control can be configured at compilation time (details / githubweb)
  264. Make zenoh::net::Reply clonable (required for zenoh-python) (details / githubweb)
  265. zenoh API: improvements and updates required by zenoh-python (details / githubweb)
  266. Message structure tided up (details / githubweb)
  267. Add Clone trait for RepliesSender, Change and GetRequest (required by (details / githubweb)
  268. Change async version to 1.6.4. NOTE: requires rust nightly >= 1.48 (details / githubweb)
  269. Add readthedocs documentation (details / githubweb)
  270. Remove unused features (details / githubweb)
  271. Add Debug trait to zenoh::Data (details / githubweb)
  272. Set version to 0.5.0-beta.2 (details / githubweb)
  273. Doc update (details / githubweb)
  274. Some crates need the async-std unstable feature (details / githubweb)
  275. Fix bugs in pull subscribers (details / githubweb)
  276. zenoh-c examples (details / githubweb)
  277. Add zn_scout_peerid_len() function (details / githubweb)
  278. Add zn_scout.c example (details / githubweb)
  279. Fix bug in write_ext() (details / githubweb)
  280. Add local_routing option (details / githubweb)
  281. zn_pub.rs example writes data periodically (details / githubweb)
  282. Code format (details / githubweb)
  283. Remove zenoh-ffi (moved to eclipse-zenoh/zenoh-c) (details / githubweb)
  284. API: improve doc and add Debug trait to Query and Reply (details / githubweb)
  285. Restoring default SN resolution (details / githubweb)
  286. Hostname can be used in TCP and UDP locators (details / githubweb)
  287. Adding hostname-based locators in unit tests (details / githubweb)
  288. Upgrade tide to 0.13.0 in zenoh-http. #41 (details / githubweb)
  289. Fix rustfmt error (details / githubweb)
  290. Fix scout() returning locator 0.0.0.0:7447 and improve zenohd logs (details / githubweb)
  291. Add Dockerfile for a zenohd container (details / githubweb)
  292. Perf improvements (details / githubweb)
  293. Perf improvements (details / githubweb)
  294. Removed format macro from to_zint macro (details / githubweb)
  295. Remove forgotten println (details / githubweb)
  296. Restablish wrong read buffer size on TCP (details / githubweb)
  297. zenoh net config uses Properties (details / githubweb)
  298. Code format (details / githubweb)
  299. Add conf options (details / githubweb)
  300. Add README.md files for examples (details / githubweb)
  301. Fix clippy warnings (details / githubweb)
  302. Doc format (details / githubweb)
  303. Renaming (details / githubweb)
  304. Minor changes (details / githubweb)
  305. Minor changes (details / githubweb)
  306. Documentation (details / githubweb)
  307. Code format (details / githubweb)
  308. some tweaks to the release compilation flags (#7) (details / githubweb)
  309. Ordered queue test was not compiling on 32 bits (details / githubweb)
  310. Change log level from debug to trace for channel rx (details / githubweb)
  311. Add Jenkinsfile for release builds (#42) (details / githubweb)
  312. Set version to 0.5.0-beta.3 (details / githubweb)
  313. Update Jenkinsfile: updload to download.eclipse.org before publishing to (details / githubweb)
  314. Update Jenkinsfile: set MACOSX_DEPLOYMENT_TARGET=10.7 and fix copy of (details / githubweb)

Branch indexing

Revision: 31d1c83b9aa4e7ad57267a3824c9ea6094a4510d
Repository: https://github.com/eclipse-zenoh/zenoh.git
  • origin/master