7 Commits

Author SHA1 Message Date
v1gnesh
fa2567a166 Initial support for zOS
zOS is an IBM Z (mainframe) operating system. In the days of yore, it was MVS.

Signed-off-by: v1gnesh <v1gnesh@users.noreply.github.com>
2023-06-03 10:03:23 +05:30
Neil Alexander
546d8a5729 Update copyrights, build tags 2022-07-05 09:33:12 +01:00
Neil Alexander
a8dbac4884 Stubs for WebAssembly 2022-07-05 09:28:00 +01:00
Ivan Kozlovic
f805f23d6e Travis updates
- Add Go 1.17
- Fix go fmt from Go 1.17 (build directives)
- Download version of misspell and staticcheck instead of doing
"go get" since current staticcheck would be broken without go.mod

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-11-15 17:23:08 -07:00
Zhenbang Wei
de781a291f Fixed Memory() for Windows 2020-05-19 14:15:11 -07:00
Ivan Kozlovic
09c1acc36c Fix message expiration
Also add missing `package` for sysmem/windows

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-05-19 14:06:29 -07:00
Derek Collison
dd116fcfd4 JetStream first pass basics.
This is the first checkin for JetStream. Has some rudimentary basics working.

TODO
1. Push vs pull mode for observables. (work queues)
2. Disk/File store, memory only for now.
3. clustering code - design shaping up well.
4. Finalize account import semantics.
5. Lots of other little things.

Signed-off-by: Derek Collison <derek@nats.io>
2020-05-19 14:06:29 -07:00