Migrate from pipes to sockets.
modified configure.ac
@@ -136,6 +136,18 @@ AC_SUBST([GIT_HEAD])
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -33,6 +33,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -56,6 +57,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -263,6 +265,7 @@ pkg_create_repo_worker(struct pkg_fts_item *start, size_t nelts,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -389,7 +392,12 @@ pkg_create_repo_worker(struct pkg_fts_item *start, size_t nelts,
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -397,6 +405,7 @@ pkg_create_repo_worker(struct pkg_fts_item *start, size_t nelts,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -427,6 +436,10 @@ pkg_create_repo_read_pipe(int fd, struct digest_list_entry **dlist)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -445,7 +458,7 @@ pkg_create_repo_read_pipe(int fd, struct digest_list_entry **dlist)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -473,11 +486,16 @@ pkg_create_repo_read_pipe(int fd, struct digest_list_entry **dlist)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -492,7 +510,7 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -597,8 +615,14 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -616,12 +640,18 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -634,12 +664,11 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -649,7 +678,8 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|