1. 15 Jul, 2009 10 commits
  2. 14 Jul, 2009 25 commits
  3. 13 Jul, 2009 5 commits
    • Rob Pike's avatar
      rpc. · 9126b75e
      Rob Pike authored
      client library.
      muxes on both ends.
      
      R=rsc
      DELTA=178  (132 added, 26 deleted, 20 changed)
      OCL=31541
      CL=31556
      9126b75e
    • Russ Cox's avatar
      fix undefined function error. · 29e93590
      Russ Cox authored
      before:
      	mainstart: undefined: main·init in mainstart
      	mainstart: branch out of range in mainstart
      	(95)    CALL    ,0(PC) [main·init]
      	mainstart: undefined: main·main in mainstart
      	mainstart: branch out of range in mainstart
      	(97)    CALL    ,0(PC) [main·main]
      	mainstart: doasm: notfound from=6f to=6f (95)    CALL    ,
      	mainstart: doasm: notfound from=6f to=6f (97)    CALL    ,
      	mainstart: doasm: notfound from=6f to=6f (95)    CALL    ,
      	mainstart: doasm: notfound from=6f to=6f (97)    CALL    ,
      	mainstart: doasm: notfound from=6f to=6f (95)    CALL    ,
      	mainstart: doasm: notfound from=6f to=6f (97)    CALL    ,
      
      after:
      	mainstart: undefined: main·init in mainstart
      	mainstart: undefined: main·main in mainstart
      
      R=r
      DELTA=7  (1 added, 0 deleted, 6 changed)
      OCL=31555
      CL=31555
      29e93590
    • Russ Cox's avatar
      add note about once and closures · 8afc6008
      Russ Cox authored
      R=r
      DELTA=13  (13 added, 0 deleted, 0 changed)
      OCL=31535
      CL=31549
      8afc6008
    • Robert Griesemer's avatar
      - handle type forward declarations correctly · 32cd8875
      Robert Griesemer authored
      R=r
      DELTA=8  (6 added, 0 deleted, 2 changed)
      OCL=31537
      CL=31537
      32cd8875
    • Rob Pike's avatar
      the beginnings of an rpc service. · efb918b7
      Rob Pike authored
      server side only; no client help yet (but it's easy).
      no http yet.
      service is synchronous.
      all this will improve.
      
      R=rsc
      DELTA=403  (403 added, 0 deleted, 0 changed)
      OCL=31522
      CL=31536
      efb918b7