Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Issue 10842002: Add the beginnings of a Dart wrapper for libarchive. (Closed)

Created:
8 years, 4 months ago by nweiz
Modified:
8 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add the beginnings of a Dart wrapper for libarchive. Currently this only supports reading archives. Committed: https://code.google.com/p/dart/source/detail?r=10138

Patch Set 1 #

Total comments: 34

Patch Set 2 : Code review changes #

Patch Set 3 : Merge #

Patch Set 4 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2010 lines, -4 lines) Patch
M .gitignore View 1 chunk +2 lines, -0 lines 0 comments Download
A utils/archive/Makefile View 1 1 chunk +23 lines, -0 lines 0 comments Download
A utils/archive/archive.dart View 1 1 chunk +25 lines, -0 lines 0 comments Download
A + utils/archive/dart_archive.h View 1 chunk +6 lines, -4 lines 0 comments Download
A utils/archive/dart_archive.c View 1 1 chunk +248 lines, -0 lines 0 comments Download
A utils/archive/entry.dart View 1 1 chunk +221 lines, -0 lines 0 comments Download
A utils/archive/input_stream.dart View 1 1 chunk +141 lines, -0 lines 0 comments Download
A utils/archive/messaging.h View 1 1 chunk +153 lines, -0 lines 0 comments Download
A utils/archive/messaging.c View 1 1 chunk +108 lines, -0 lines 0 comments Download
A utils/archive/options.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A utils/archive/read_request.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A utils/archive/reader.h View 1 chunk +83 lines, -0 lines 0 comments Download
A utils/archive/reader.c View 1 1 chunk +347 lines, -0 lines 0 comments Download
A utils/archive/reader.dart View 1 1 chunk +288 lines, -0 lines 0 comments Download
A utils/archive/utils.dart View 1 1 chunk +83 lines, -0 lines 0 comments Download
A utils/tests/archive/reader_test.dart View 1 1 chunk +181 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
Currently this has no integration with the normal build process, but I wanted to get ...
8 years, 4 months ago (2012-07-31 00:24:05 UTC) #1
nweiz
On 2012/07/31 00:24:05, nweiz wrote: > Currently this has no integration with the normal build ...
8 years, 4 months ago (2012-07-31 00:25:05 UTC) #2
Bob Nystrom
Should libarchive itself be in this patch? https://chromiumcodereview.appspot.com/10842002/diff/1/utils/archive/dart_archive.c File utils/archive/dart_archive.c (right): https://chromiumcodereview.appspot.com/10842002/diff/1/utils/archive/dart_archive.c#newcode71 utils/archive/dart_archive.c:71: postInvalidArgument(reply_port_id, buffer); ...
8 years, 4 months ago (2012-07-31 21:56:48 UTC) #3
nweiz
https://chromiumcodereview.appspot.com/10842002/diff/1/utils/archive/dart_archive.c File utils/archive/dart_archive.c (right): https://chromiumcodereview.appspot.com/10842002/diff/1/utils/archive/dart_archive.c#newcode71 utils/archive/dart_archive.c:71: postInvalidArgument(reply_port_id, buffer); On 2012/07/31 21:56:48, Bob Nystrom wrote: > ...
8 years, 4 months ago (2012-07-31 23:38:25 UTC) #4
Bob Nystrom
8 years, 4 months ago (2012-08-01 00:07:41 UTC) #5
LGTM!

Powered by Google App Engine
This is Rietveld 408576698