Today
-
r496
(Add a message callback function to the config struct for lib...) committed by graham.gower
- Add a message callback function to the config struct for libopkg users.
Add a message callback function to the config struct for libopkg users.
-
r495
(Be slightly less verbose at INFO message level.) committed by graham.gower
- Be slightly less verbose at INFO message level.
Be slightly less verbose at INFO message level.
-
r494
(Print \n where needed.) committed by graham.gower
- Print \n where needed.
Yesterday
-
r493
(Don't mask variable of wider scope.) committed by graham.gower
- Don't mask variable of wider scope.
Don't mask variable of wider scope.
-
issue 26
(installing an older package twice in a row installs the wron...) Status changed by graham.gower
-
Last 7 days
-
-
r491
(Don't need \n for perrors.) committed by graham.gower
- Don't need \n for perrors.
Don't need \n for perrors.
-
r490
(Sort packages before listing them.) committed by graham.gower
- Sort packages before listing them.
Sort packages before listing them.
-
r489
(Print full version, not just pkg->version.) committed by graham.gower
- Print full version, not just pkg->version.
Print full version, not just pkg->version.
-
r488
(Allow use of opkg internals by libopkg users. Not intended t...) committed by graham.gower
- Allow use of opkg internals by libopkg users. Not intended to be permanent.
Allow use of opkg internals by libopkg users. Not intended to be permanent.
-
r487
(I've made substantial changes to these files. Add new copyri...) committed by graham.gower
- I've made substantial changes to these files. Add new copyright line.
I've made substantial changes to these files. Add new copyright line.
-
r486
(Rewrite the error paths.) committed by graham.gower
- Rewrite the error paths.
-
r485
(Not all ERROR messages are in paths that return as an error....) committed by graham.gower
- Not all ERROR messages are in paths that return as an error. Print them anyway.
Not all ERROR messages are in paths that return as an error. Print them anyway.
-
r484
(Remove args_t and cleanup unused stuff.) committed by graham.gower
- Remove args_t and cleanup unused stuff.
Remove args_t and cleanup unused stuff.
-
r483
(Move loading of feeds and status files out of opkg_conf_init...) committed by graham.gower
- Move loading of feeds and status files out of opkg_conf_init().
Move loading of feeds and status files out of opkg_conf_init().
Last 30 days
-
r482
(Print error messages instead of returning error codes.) committed by graham.gower
- Print error messages instead of returning error codes.
Print error messages instead of returning error codes.
-
r481
(Clarify why we're not using fseek(), use fseek() where appli...) committed by graham.gower
- Clarify why we're not using fseek(), use fseek() where applicable.
Clarify why we're not using fseek(), use fseek() where applicable.
-
r480
(indent -kr -i8 -psl -hnl -l80 opkg.c) committed by graham.gower
- indent -kr -i8 -psl -hnl -l80 opkg.c
indent -kr -i8 -psl -hnl -l80 opkg.c
-
r479
(Remove struct _opkg_package_t.) committed by graham.gower
- Remove struct _opkg_package_t.
Remove struct _opkg_package_t.
-
issue 32
(Problem when upgrading a package which depends on a new pack...) reported by pixdamix
-
-
r478
(Implement list all command. Print full version string.) committed by graham.gower
- Implement list all command. Print full version string.
Implement list all command. Print full version string.
-
r477
(Fix infinite loop created when I removed the masked variable...) committed by graham.gower
- Fix infinite loop created when I removed the masked variable i.
Fix infinite loop created when I removed the masked variable i.
-
r476
(And make the install command work. WTF?) committed by graham.gower
- And make the install command work. WTF?
And make the install command work. WTF?
-
r475
(Make the "update" command work. Previously, you had to type ...) committed by graham.gower
- Make the "update" command work. Previously, you had to type "updd..."
For a test program, it can't have seen much testing.
Make the "update" command work. Previously, you had to type "updd..."
For a test program, it can't have seen much testing.
-
r474
(Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE...) committed by graham.gower
- Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.
Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.
-
r473
(Get rid of opkg_package_t.
We can't provide all the useful ...) committed by graham.gower
- Get rid of opkg_package_t.
We can't provide all the useful info without duplicating pkg_t, so just
use pkg_t.
Get rid of opkg_package_t.
We can't provide all the useful info without duplicating pkg_t, so just
use pkg_t.
-
r472
(Fix lock_fd... How did I manage to break that?
Remove some ...) committed by graham.gower
- Fix lock_fd... How did I manage to break that?
Remove some redundant if statements too.
Fix lock_fd... How did I manage to break that?
Remove some redundant if statements too.
-
r471
(Merge commit 'grg' into HEAD) committed by graham.gower
- Merge commit 'grg' into HEAD
Merge commit 'grg' into HEAD
-
r470
(Restore libopkg_test.c to a buildable state.) committed by graham.gower
- Restore libopkg_test.c to a buildable state.
Restore libopkg_test.c to a buildable state.
-
-
-
r467
(Make opkg.c build again.) committed by graham.gower
- Make opkg.c build again.
-
r466
(Change pkg_vec_insert_merge() and hash_insert_pkg() to retur...) committed by graham.gower
- Change pkg_vec_insert_merge() and hash_insert_pkg() to return void. Simplify hash_insert_pkg() while
here.
Change pkg_vec_insert_merge() and hash_insert_pkg() to return void. Simplify hash_insert_pkg() while
here.
-
r465
(Merge vec->pkgs[i] into pkg instead of the other way around....) committed by graham.gower
- Merge vec->pkgs[i] into pkg instead of the other way around.
This means we are no longer freeing the pkg parameter.
Merge vec->pkgs[i] into pkg instead of the other way around.
This means we are no longer freeing the pkg parameter.
-
r464
(Remove parameter which is always set to 1.) committed by graham.gower
- Remove parameter which is always set to 1.
Remove parameter which is always set to 1.
-
r463
(Don't parse Description: or Source: fields unless required.
...) committed by graham.gower
- Don't parse Description: or Source: fields unless required.
Saves about 20% peak memory usage for commands that read the feeds files.
Based on an idea by Jo-Philipp Wich in his patch from Issue 24 .
Don't parse Description: or Source: fields unless required.
Saves about 20% peak memory usage for commands that read the feeds files.
Based on an idea by Jo-Philipp Wich in his patch from Issue 24 .
-
r462
(Swap the semantics of the mask parameter, so that it exclude...) committed by graham.gower
- Swap the semantics of the mask parameter, so that it excludes fields instead of including them.
Swap the semantics of the mask parameter, so that it excludes fields instead of including them.
-
r461
(Check the return value of copy_file_chunk().) committed by graham.gower
- Check the return value of copy_file_chunk().
Check the return value of copy_file_chunk().
-
r460
(Merge commit 'trunk' into HEAD) committed by graham.gower
- Merge commit 'trunk' into HEAD
Merge commit 'trunk' into HEAD
-
r459
(Remove fflush calls that aren't useful.) committed by graham.gower
- Remove fflush calls that aren't useful.
Remove fflush calls that aren't useful.
-
-
-
r456
(More clean ups of error messages.) committed by graham.gower
- More clean ups of error messages.
More clean ups of error messages.
-
-
-
-
r453
(Fix warnings found with -Wmissing-prototypes.) committed by graham.gower
- Fix warnings found with -Wmissing-prototypes.
Fix warnings found with -Wmissing-prototypes.
-
r452
(Fix some signed/unsigned conversions found compiling with -W...) committed by graham.gower
- Fix some signed/unsigned conversions found compiling with -Wconversion.
Fix some signed/unsigned conversions found compiling with -Wconversion.
-
-
r450
(Remove unused parameters.) committed by graham.gower
- Remove unused parameters.
Remove unused parameters.
|