1. 03 Feb, 2009 5 commits
    • Russ Cox's avatar
      fix build. missed this file · c55d310c
      Russ Cox authored
      TBR=r
      OCL=24269
      CL=24269
      c55d310c
    • Russ Cox's avatar
      libmach: · 736903c1
      Russ Cox authored
      	* heuristic to go farther during stack traces.
      	* significantly improved Linux thread handing.
      
      acid:
      	* update to new libmach interface.
      
      prof:
      	* use new libmach interface.
      	* multiple thread support (derived from Rob's copy).
      	* first steps toward pprof-like graphs:
      	  keep counters indexed by pc,callerpc pairs.
      
      R=r
      DELTA=909  (576 added, 123 deleted, 210 changed)
      OCL=24240
      CL=24259
      736903c1
    • Russ Cox's avatar
      bufio: · 9aa28f92
      Russ Cox authored
      	* avoid large copies
      	* NewBufRead, NewBufWrite never fail
      	* add BufReadWrite
      
      io:
      	* add io.Close
      
      http, google/net/rpc:
      	* add, use http.Conn.Hijack
      
      R=r
      DELTA=416  (202 added, 123 deleted, 91 changed)
      OCL=24153
      CL=24238
      9aa28f92
    • Russ Cox's avatar
      minor tweaks · 535dcf77
      Russ Cox authored
      R=r
      DELTA=9  (2 added, 5 deleted, 2 changed)
      OCL=24107
      CL=24152
      535dcf77
    • Russ Cox's avatar
      flesh out http server. · e73acc1b
      Russ Cox authored
      convert to uppercase names.
      
      R=r
      DELTA=613  (460 added, 61 deleted, 92 changed)
      OCL=24139
      CL=24145
      e73acc1b
  2. 02 Feb, 2009 3 commits
  3. 01 Feb, 2009 2 commits
  4. 31 Jan, 2009 3 commits
  5. 30 Jan, 2009 11 commits
  6. 29 Jan, 2009 4 commits
  7. 28 Jan, 2009 5 commits
    • Russ Cox's avatar
      clean up range grammar · 3ec46752
      Russ Cox authored
      R=ken
      OCL=23712
      CL=23714
      3ec46752
    • Russ Cox's avatar
      Use explicit allspan list instead of · 9f726c2c
      Russ Cox authored
      trying to find all the places where
      spans might be recorded.
      
      Free can cascade into complicated
      span manipulations that move them
      from list to list; the old code had the
      possibility of accidentally processing
      a span twice or jumping to a different
      list, causing an infinite loop.
      
      R=r
      DELTA=70  (28 added, 25 deleted, 17 changed)
      OCL=23704
      CL=23710
      9f726c2c
    • Robert Griesemer's avatar
      additions to array container: · cb659ece
      Robert Griesemer authored
      - added Slice, Cut, InsertArray, AppendArray
      - renamed Remove -> Delete (so we have: Insert, Delete, Cut)
      - more factoring of code
      - extra tests (could use some more)
      
      R=r,rsc
      DELTA=179  (127 added, 22 deleted, 30 changed)
      OCL=23648
      CL=23685
      cb659ece
    • Rob Pike's avatar
      bug135 is fixed · 712522a6
      Rob Pike authored
      TBR=ken
      OCL=23650
      CL=23650
      712522a6
    • Ken Thompson's avatar
      bug 135 · 4b8e0307
      Ken Thompson authored
      R=r
      OCL=23646
      CL=23646
      4b8e0307
  8. 27 Jan, 2009 7 commits