aboutsummaryrefslogtreecommitdiff
path: root/src/libplumb
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross3-2/+0
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2009-09-12libplumb, Mail: fix crash on nil plumb fidsMathieu Lonjaret1-0/+4
http://codereview.appspot.com/116083
2006-06-25plumbunmountrsc1-0/+13
2005-03-18shufflersc1-3/+6
2005-01-04remove thread.crsc2-35/+0
2005-01-04use 9pclientrsc2-7/+6
2004-12-27change to use new thread libraryrsc1-3/+3
2004-12-26add portdatersc1-0/+4
2004-06-09change to plumb betterrsc3-136/+145
2004-04-24various bug fixesrsc1-0/+8
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-03-25Today's changes.rsc1-1/+0
More changes.
2004-03-21Small tweaksrsc2-10/+53
Lots of new code imported.
2004-02-29Threadplumbrecv.rsc1-0/+33
2004-02-29Fighting the good fight.rsc1-0/+1
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
2003-12-17Tweaks to various bits.rsc1-20/+53
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-27/+9
with them.
2003-11-25fix libplumbrsc2-7/+11
2003-11-23make -> mkrsc3-23/+22
use $HOME/mnt/plumb as named pipe.
2003-10-14Single-threaded plumber that can run "start" rules.rsc3-0/+530
Thanks to Caerwyn Jones.