-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring v2 up to date with current changes on master #140
base: v2
Are you sure you want to change the base?
Commits on Nov 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 011a06f - Browse repository at this point
Copy the full SHA 011a06fView commit details
Commits on Dec 30, 2021
-
according to the [doc](https://docs.npmjs.com/cli/v8/commands/npx), npx needs package name rather than the binary name. so executing `npx y-websocket-server` would not download and run the server binary in `y-websocket`, it would download from [y-websocket-server](https://npmjs.com/package/y-websocket-server) instead, which could lead to remote arbitrage code execution.
Configuration menu - View commit details
-
Copy full SHA for 6b61bae - Browse repository at this point
Copy the full SHA 6b61baeView commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb53b55 - Browse repository at this point
Copy the full SHA eb53b55View commit details
Commits on Mar 21, 2022
-
implement connection-close & connecton-error event and add parameter …
…for exponential backoff
Configuration menu - View commit details
-
Copy full SHA for 4c4b244 - Browse repository at this point
Copy the full SHA 4c4b244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57fba26 - Browse repository at this point
Copy the full SHA 57fba26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c0021 - Browse repository at this point
Copy the full SHA 33c0021View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc009dd - Browse repository at this point
Copy the full SHA fc009ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fcabc5 - Browse repository at this point
Copy the full SHA 6fcabc5View commit details
Commits on Apr 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6df8ad - Browse repository at this point
Copy the full SHA d6df8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 313c38a - Browse repository at this point
Copy the full SHA 313c38aView commit details
Commits on Apr 21, 2022
-
Fixed: The memory leak problem that 'websocketprovider' cannot releas…
…e because 'process' listens to' exit 'events and uses anonymous functions to contain' this'
Configuration menu - View commit details
-
Copy full SHA for 73157ab - Browse repository at this point
Copy the full SHA 73157abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f4a99 - Browse repository at this point
Copy the full SHA d4f4a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6df43 - Browse repository at this point
Copy the full SHA cc6df43View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c77495 - Browse repository at this point
Copy the full SHA 3c77495View commit details -
Configuration menu - View commit details
-
Copy full SHA for f133fb2 - Browse repository at this point
Copy the full SHA f133fb2View commit details
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f02ed34 - Browse repository at this point
Copy the full SHA f02ed34View commit details -
Merge pull request yjs#111 from lijie1129/refactor/resync
Improve the judgment condition of WS connection status in resync
Configuration menu - View commit details
-
Copy full SHA for bfb9d30 - Browse repository at this point
Copy the full SHA bfb9d30View commit details
Commits on Aug 4, 2022
-
Correct me if I'm wrong, but mutex/mux are no longer being used, right?
Configuration menu - View commit details
-
Copy full SHA for c925c24 - Browse repository at this point
Copy the full SHA c925c24View commit details
Commits on Aug 5, 2022
-
Merge pull request yjs#113 from broofa/patch-1
remove vestigial mutex code
Configuration menu - View commit details
-
Copy full SHA for 625a9d5 - Browse repository at this point
Copy the full SHA 625a9d5View commit details
Commits on Aug 11, 2022
-
Added a comment to clarify why reply messages are not sent when their length is 1. Alternatively we could also create a function with a descriptive name of the check being performed, ```js function hasMessage(encoder) { return encoding.length(encoder) > 1; } ``` The `if` statement would then look something like, ```js if (hasMessage(encoder)) { send(...); } ``` Thoughts?
Configuration menu - View commit details
-
Copy full SHA for 6415ca2 - Browse repository at this point
Copy the full SHA 6415ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee18c3 - Browse repository at this point
Copy the full SHA 1ee18c3View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8fa06a4 - Browse repository at this point
Copy the full SHA 8fa06a4View commit details
Commits on Aug 19, 2022
-
Merge pull request yjs#116 from Himself65/patch-1
fix: `server.listen` port
Configuration menu - View commit details
-
Copy full SHA for 2da70b3 - Browse repository at this point
Copy the full SHA 2da70b3View commit details -
Merge pull request yjs#115 from aryzing/patch-2
Export message type constants
Configuration menu - View commit details
-
Copy full SHA for aa43c0b - Browse repository at this point
Copy the full SHA aa43c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c1ac2 - Browse repository at this point
Copy the full SHA 20c1ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5d547 - Browse repository at this point
Copy the full SHA 1d5d547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37887ba - Browse repository at this point
Copy the full SHA 37887baView commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c04e0a - Browse repository at this point
Copy the full SHA 8c04e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e85c7f - Browse repository at this point
Copy the full SHA 8e85c7fView commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ef5e96 - Browse repository at this point
Copy the full SHA 2ef5e96View commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 829a159 - Browse repository at this point
Copy the full SHA 829a159View commit details -
Configuration menu - View commit details
-
Copy full SHA for da27b0b - Browse repository at this point
Copy the full SHA da27b0bView commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58ae11f - Browse repository at this point
Copy the full SHA 58ae11fView commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d98ea1f - Browse repository at this point
Copy the full SHA d98ea1fView commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c945d3 - Browse repository at this point
Copy the full SHA 6c945d3View commit details -
Merge pull request yjs#132 from kkeybbs/master
Add server side transaction origin
Configuration menu - View commit details
-
Copy full SHA for 312ac84 - Browse repository at this point
Copy the full SHA 312ac84View commit details
Commits on Mar 2, 2023
-
Merge pull request yjs#121 from strdr4605/master
fix: WebSocket is already in CLOSING or CLOSED state.
Configuration menu - View commit details
-
Copy full SHA for d22aecc - Browse repository at this point
Copy the full SHA d22aeccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b5279f - Browse repository at this point
Copy the full SHA 0b5279fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f650c - Browse repository at this point
Copy the full SHA 10f650cView commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9cd9600 - Browse repository at this point
Copy the full SHA 9cd9600View commit details
Commits on Mar 11, 2023
-
Merge pull request yjs#134 from Abdel-Monaam-Aouini/add-workflow
feat: add worklows PR & master
Configuration menu - View commit details
-
Copy full SHA for c4c3d84 - Browse repository at this point
Copy the full SHA c4c3d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b7052 - Browse repository at this point
Copy the full SHA 51b7052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35be343 - Browse repository at this point
Copy the full SHA 35be343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c2035 - Browse repository at this point
Copy the full SHA 61c2035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db415a - Browse repository at this point
Copy the full SHA 5db415aView commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07123d4 - Browse repository at this point
Copy the full SHA 07123d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d7590 - Browse repository at this point
Copy the full SHA 37d7590View commit details