summaryrefslogtreecommitdiff
path: root/usr/rsc
AgeCommit message (Expand)AuthorFilesLines
2009-10-14delete one cgo playpenRuss Cox5-111/+0
2009-10-14move native client to exp/nacl.Russ Cox8-1849/+0
2009-10-14move draw to expRuss Cox5-471/+0
2009-10-02add comment about C API.Russ Cox1-0/+3
2009-10-02final Native Client package - avRuss Cox5-7/+894
2009-09-30deleteRuss Cox6-820/+0
2009-09-29Native Client SRPC (simple RPC), both server and client.Russ Cox4-0/+959
2009-09-29toy draw implementationRuss Cox5-0/+471
2009-08-25checkpoint & test (pidigits) before trying to automate.Russ Cox4-14/+616
2009-08-24cgocall bug fix.Russ Cox5-0/+218
2009-08-24start of FFI support, and a demo.Russ Cox5-0/+111
2009-01-13delete playpen copy of mallocRuss Cox10-921/+0
2008-12-05add support for ref counts to memory allocator.Russ Cox6-39/+196
2008-12-04malloc fixes.Russ Cox6-56/+60
2008-11-17First pieces of malloc.Russ Cox9-0/+760