summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/chan.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-1377/+0
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-50/+66
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-10/+21
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-64/+252
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-20/+21
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1161
2011-09-13Imported Upstream version 60Ondřej Surý1-1251/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-15/+96
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-145/+201
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-9/+38
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-126/+134
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-137/+157
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-3/+6
2010-04-06another try at clearingKen Thompson1-9/+6
2010-04-06change channel read to clearKen Thompson1-3/+12
2010-04-01runtime: correct memory leak in selectRuss Cox1-179/+125
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox1-0/+8
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-0/+9
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-53/+53
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox1-0/+12
2009-12-18runtime: fix race conditionAdam Langley1-4/+2
2009-12-15runtime: return zero value in x, ok = <-c when ok == falseRuss Cox1-0/+2
2009-12-04runtime: shift the index for the sort by one.Adam Langley1-6/+2
2009-12-04Remove global chanlock.Adam Langley1-33/+75
2009-10-28Fix bug when sending via select.Adam Langley1-32/+19
2009-10-15rename sys functions to runtime,Russ Cox1-53/+53
2009-09-08pass Type* to makechan and makemap so thatRuss Cox1-11/+16
2009-08-26finish ChanValue: Len and Cap.Russ Cox1-0/+12
2009-08-26add Close() and Closed() to ChanValueRuss Cox1-4/+14
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-4/+4
2009-08-20len and cap on chansRuss Cox1-2/+2
2009-08-17Removing dead tests from chan.cBill Neubauer1-4/+0
2009-07-17another step toward eliminating forward declarations.Russ Cox1-7/+0
2009-07-08reflection for channelsRuss Cox1-12/+16
2009-07-02move Structrnd to runtime.hRuss Cox1-4/+0
2009-06-30change alignment rules: roll receiver intoRuss Cox1-9/+17
2009-06-09mv src/lib to src/pkgRob Pike1-0/+1024