Skip to content

Commit

Permalink
feat: agent pool (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Jan 25, 2024
1 parent 8dfdf11 commit ac479d7
Show file tree
Hide file tree
Showing 74 changed files with 879 additions and 360 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"buffer": "^6.0.3",
"bufferutil": "^4.0.6",
"chnl": "^1.2.0",
"elapsed-time": "^0.0.1",
"es6-object-assign": "^1.1.0",
"events": "^3.3.0",
"fast-memoize": "^2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/channel/channel-options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
122 changes: 61 additions & 61 deletions src/channel/channel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/channel/connection-options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/connection.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/connections.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/header-options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/protocol.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/tls-connection-options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/tls-connection.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/wasm-tls-connection-options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/channel/wasm-tls-connection.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright Netfoundry, Inc.
Copyright NetFoundry, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit ac479d7

Please sign in to comment.