summaryrefslogtreecommitdiff
path: root/doc/progs/server.go
AgeCommit message (Collapse)AuthorFilesLines
2009-01-30needless semicolonsRob Pike1-1/+1
R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=23967 CL=23970
2009-01-30update go code tree to new func rules.Russ Cox1-4/+4
R=r DELTA=367 (111 added, 59 deleted, 197 changed) OCL=23957 CL=23960
2009-01-30rename variable at rsc's requestRob Pike1-2/+2
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=23896 CL=23928
2009-01-30clean up server code in tutorialRob Pike1-9/+9
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889
2009-01-20update tutorial for new export schemeRob Pike1-8/+8
R=ken,rsc DELTA=101 (9 added, 0 deleted, 92 changed) OCL=23174 CL=23188
2009-01-09update tutorial to new language.Rob Pike1-2/+2
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2009-01-09Use make instead of new to allocate a channel.Ian Lance Taylor1-2/+2
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22452 CL=22455
2009-01-06make the tutorial programs run again.Rob Pike1-3/+3
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
2008-09-16update to new communications syntaxRob Pike1-2/+2
R=gri OCL=15417 CL=15417
2008-09-16section on service multiplexingRob Pike1-2/+2
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398
2008-09-16replace 235 with sieve - less problematicRob Pike1-0/+49
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389