Limits the size of the results' FIFO.
modified libpkg/pkg_repo.c
@@ -622,6 +622,8 @@ pkg_create_repo(char *path, bool force,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -629,6 +631,7 @@ pkg_create_repo(char *path, bool force,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -653,6 +656,8 @@ pkg_create_repo(char *path, bool force,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -864,7 +869,7 @@ read_pkg_file(void *data)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -901,7 +906,11 @@ read_pkg_file(void *data)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified libpkg/private/thd_repo.h
@@ -36,22 +36,30 @@ struct pkg_result {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
| - | |
| - | |
|
|
|
|
|