Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5975)

Issue 6458100: code review 6458100: src/cmd: Add a repurposed import(4), called `9import', ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by akumar
Modified:
11 years, 7 months ago
Reviewers:
CC:
0intro, rsc, codebot
Visibility:
Public.

Description

src/cmd: Add a repurposed import(4), called `9import', to the ports. The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development.

Patch Set 1 #

Patch Set 2 : diff -r a72dc30d7892 http://code.swtch.com/plan9port/ #

Patch Set 3 : diff -r a72dc30d7892 http://code.swtch.com/plan9port/ #

Total comments: 4

Patch Set 4 : diff -r a72dc30d7892 http://code.swtch.com/plan9port/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -0 lines) Patch
A man/man4/9import.4 View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A src/cmd/9import.c View 1 2 3 1 chunk +239 lines, -0 lines 0 comments Download

Messages

Total messages: 11
akumar
Hello david.ducolombier@gmail.com, rsc@swtch.com, I'd like you to review this change to http://code.swtch.com/plan9port/
11 years, 8 months ago (2012-08-08 20:44:51 UTC) #1
0intro
I realize that I forgot to send you a draft of the 9import manual. You ...
11 years, 8 months ago (2012-08-08 21:17:13 UTC) #2
akumar
Baaah, this is just sloppiness on my part. Forgive me. New changes on the way. ...
11 years, 8 months ago (2012-08-08 21:18:46 UTC) #3
akumar
Hello rsc@swtch.com, 0intro@gmail.com, Please take another look.
11 years, 8 months ago (2012-08-08 22:24:46 UTC) #4
akumar
Added man-page. Gave due credit to David. PTAL. http://codereview.appspot.com/6458100/diff/4001/src/cmd/9import.c File src/cmd/9import.c (right): http://codereview.appspot.com/6458100/diff/4001/src/cmd/9import.c#newcode115 src/cmd/9import.c:115: sysfatal("tls ...
11 years, 8 months ago (2012-08-10 15:14:54 UTC) #5
akumar
ping On 2012/08/10 15:14:54, akumar wrote: > Added man-page. Gave due credit to David. > ...
11 years, 8 months ago (2012-08-29 23:56:50 UTC) #6
akumar
Ping once more? On 2012/08/29 23:56:50, akumar wrote: > ping > > On 2012/08/10 15:14:54, ...
11 years, 7 months ago (2012-09-15 19:20:28 UTC) #7
rsc
I can't decide about this. There's already a different 'import' command, and I've avoided using ...
11 years, 7 months ago (2012-09-17 18:29:51 UTC) #8
akumar
My particular use case has been to provide services to Unix/OS X users, locked in ...
11 years, 7 months ago (2012-09-19 11:00:16 UTC) #9
rsc
LGTM
11 years, 7 months ago (2012-09-24 14:33:46 UTC) #10
rsc
11 years, 7 months ago (2012-09-24 14:35:39 UTC) #11
*** Submitted as http://code.google.com/p/plan9port/source/detail?r=6076381b2991
***

src/cmd: Add a repurposed import(4), called `9import', to the ports.

The code is adapted from Plan 9's import(4); this allows us to speak
that protocol. We don't currently support AAN (in the works) or
TLS/SSL.

Thanks to David for help with the man page, testing, and development.

R=0intro, rsc
CC=plan9port.codebot
http://codereview.appspot.com/6458100

Committer: Russ Cox <rsc@swtch.com>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b