index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
rpc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
Imported Upstream version 2011.05.22
Ondřej Surý
1
-1
/
+1
2011-04-28
Imported Upstream version 2011.04.27
Ondřej Surý
2
-45
/
+75
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
4
-74
/
+174
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-1
/
+1
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
6
-120
/
+139
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
3
-19
/
+25
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
9
-114
/
+308
2010-07-01
strings and bytes.Split: make count of 0 mean 0, not infinite.
Rob Pike
1
-1
/
+1
2010-06-28
rpc: allow non-struct args and reply (they must still be pointers)
Rob Pike
2
-41
/
+75
2010-06-21
pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests
Russ Cox
1
-2
/
+2
2010-06-20
undo changes accidentally included in 09c5add99d50
Russ Cox
4
-33
/
+15
2010-06-20
gc: better error messages for interface failures, conversions
Russ Cox
4
-15
/
+46
2010-04-27
rpc/jsonrpc: support for jsonrpc wire encoding
Russ Cox
4
-0
/
+392
2010-04-27
rpc: abstract client and server encodings
Russ Cox
2
-41
/
+131
2010-04-16
rpc: Add Close() method to rpc.Client to allow graceful connection teardown.
Rob Pike
1
-2
/
+15
2010-04-12
fixes for rpc:
Rob Pike
1
-2
/
+4
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2
-2
/
+2
2010-03-18
rpc documentation cleanup: remove ;'s from code in documentation
Robert Griesemer
1
-18
/
+18
2010-01-18
Significant extension to http.Response, which now adheres to the
Petar Maymounkov
1
-1
/
+1
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
4
-314
/
+314
2009-12-02
fix segfault printing errors. add test case and improve messages.
Rob Pike
2
-6
/
+41
2009-11-24
print error's string when panicking.
Rob Pike
1
-1
/
+1
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-17
Make non-errored RPC calls return 'nil' error to caller.
Aron Nopanen
1
-2
/
+17
2009-11-16
fix bug causing empty strings to be become non-nil errors on client side of r...
Rob Pike
2
-2
/
+9
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
3
-14
/
+14
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
4
-37
/
+37
2009-11-08
delete a pointless todo in all_test.go.
Rob Pike
1
-4
/
+8
2009-11-06
Typo fixes.
David Symonds
1
-1
/
+1
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2
-27
/
+9
2009-11-05
gofmt'ed various stragglers
Robert Griesemer
1
-18
/
+18
2009-11-02
package net cleanup
Russ Cox
3
-4
/
+4
2009-11-02
remove goroutines from template parsing.
Rob Pike
1
-11
/
+2
2009-10-07
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
3
-44
/
+56
2009-09-17
unused imports
Russ Cox
3
-6
/
+0
2009-09-15
more "declared and not used".
Russ Cox
2
-4
/
+4
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
2
-5
/
+4
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
5
-68
/
+6
2009-07-30
dotted names
Rob Pike
1
-2
/
+2
2009-07-29
fix typo
Rob Pike
1
-1
/
+1
2009-07-29
statistics HTML page for rpc
Rob Pike
3
-5
/
+121
2009-07-27
document rpc.
Rob Pike
3
-34
/
+158
2009-07-17
change reflect.Type.Name() into two functions: Name() and PkgPath() for ease ...
Rob Pike
1
-1
/
+1
2009-07-15
improve server handling of errors now that Decoder grabs full message.
Rob Pike
2
-19
/
+16
2009-07-15
post-submit tweaks to previous cl
Rob Pike
1
-1
/
+4
2009-07-15
handle errors better:
Rob Pike
2
-18
/
+37
2009-07-15
change HTTP access for RPC.
Russ Cox
2
-22
/
+27
2009-07-14
add HTTP support
Rob Pike
3
-41
/
+122
2009-07-14
improve rpc code. more robust. more tests.
Rob Pike
3
-44
/
+157
2009-07-13
rpc.
Rob Pike
4
-46
/
+152
[next]