lp://staging/~rogpeppe/gozk/update-server-interface
Created by
Roger Peppe
and last modified
- Get this branch:
- bzr branch lp://staging/~rogpeppe/gozk/update-server-interface
Only
Roger Peppe
can upload to this branch. If you are
Roger Peppe
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Gustavo Niemeyer: Needs Fixing
-
Diff: 3053 lines (+1235/-782)9 files modifiedMakefile (+6/-2)
example/example.go (+22/-23)
reattach_test.go (+198/-0)
retry_test.go (+65/-74)
runserver.go (+168/-0)
server.go (+229/-0)
suite_test.go (+42/-121)
zk.go (+252/-311)
zk_test.go (+253/-251)
Branch information
Recent revisions
- 25. By Roger Peppe
-
Added reattach_test.go to test server reattaching.
Service-related methods now get their own file. - 21. By Gustavo Niemeyer
-
The package location is now http://
launchpad. net/gozk/ zk. The shorter package name makes for significantly more digestible line lengths.
- 20. By Gustavo Niemeyer
-
Merged clean-up-interface branch, by Roger Peppe [r=niemeyer]
This branch does a number of incompatible changes that improve
the overall API of gozk. - 17. By Gustavo Niemeyer
-
Dropped synthetic CLOSED and preserved semantics.
STATE_CLOSED is now zero, and since channels are not pointers
anymore closing the session channel yields STATE_CLOSED forever.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~juju/gozk/trunk