My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 47 min ago
    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.
  • 47 min ago
    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.
  • 47 min ago
    r494 (Print \n where needed.) committed by graham.gower   -   Print \n where needed.
    Print \n where needed.

Yesterday

  • 28 hours ago
    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.
  • 31 hours ago
    issue 26 (installing an older package twice in a row installs the wron...) Status changed by graham.gower   -   I can no longer reproduce this. I suspect it has been fixed as a side effect of r465.
    Status: Fixed
    I can no longer reproduce this. I suspect it has been fixed as a side effect of r465.
    Status: Fixed

Last 7 days

  • Dec 13, 2009
    r492 (Fix what I broke in r468.) committed by graham.gower   -   Fix what I broke in r468.
    Fix what I broke in r468.
  • Dec 13, 2009
    r491 (Don't need \n for perrors.) committed by graham.gower   -   Don't need \n for perrors.
    Don't need \n for perrors.
  • Dec 13, 2009
    r490 (Sort packages before listing them.) committed by graham.gower   -   Sort packages before listing them.
    Sort packages before listing them.
  • Dec 10, 2009
    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.
  • Dec 10, 2009
    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.
  • Dec 10, 2009
    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.
  • Dec 10, 2009
    r486 (Rewrite the error paths.) committed by graham.gower   -   Rewrite the error paths.
    Rewrite the error paths.
  • Dec 10, 2009
    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.
  • Dec 10, 2009
    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.
  • Dec 10, 2009
    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

  • Dec 09, 2009
    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.
  • Dec 09, 2009
    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.
  • Dec 09, 2009
    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
  • Dec 09, 2009
    r479 (Remove struct _opkg_package_t.) committed by graham.gower   -   Remove struct _opkg_package_t.
    Remove struct _opkg_package_t.
  • Dec 09, 2009
    issue 32 (Problem when upgrading a package which depends on a new pack...) reported by pixdamix   -   What steps will reproduce the problem? 1. Install a package A which depends on B 2. Update the package A which now depends on C, but C conflicts with B 3. Try to upgrade :) What is the expected output? What do you see instead? What we should expect: root@terminal:# opkg upgrade -force-defaults -autoremove Upgrading A on root from 1.0-r0.1 to 2.0-r0.1... Downloading ... Installing C (1.0-r0) to root... The following packages conflict with C: B B is now orphaned, uninstalling... What I see: root@terminal:# opkg upgrade -force-defaults -autoremove Upgrading A on root from 1.0-r0.1 to 2.0-r0.1... Downloading ... Installing C (1.0-r0) to root... Collected errors: * ERROR: The following packages conflict with C: * B *
    What steps will reproduce the problem? 1. Install a package A which depends on B 2. Update the package A which now depends on C, but C conflicts with B 3. Try to upgrade :) What is the expected output? What do you see instead? What we should expect: root@terminal:# opkg upgrade -force-defaults -autoremove Upgrading A on root from 1.0-r0.1 to 2.0-r0.1... Downloading ... Installing C (1.0-r0) to root... The following packages conflict with C: B B is now orphaned, uninstalling... What I see: root@terminal:# opkg upgrade -force-defaults -autoremove Upgrading A on root from 1.0-r0.1 to 2.0-r0.1... Downloading ... Installing C (1.0-r0) to root... Collected errors: * ERROR: The following packages conflict with C: * B *
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    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?
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    r471 (Merge commit 'grg' into HEAD) committed by graham.gower   -   Merge commit 'grg' into HEAD
    Merge commit 'grg' into HEAD
  • Dec 08, 2009
    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.
  • Dec 08, 2009
    r469 (Remove -static.) committed by graham.gower   -   Remove -static.
    Remove -static.
  • Dec 08, 2009
    r468 (Free memory sooner.) committed by graham.gower   -   Free memory sooner.
    Free memory sooner.
  • Dec 08, 2009
    r467 (Make opkg.c build again.) committed by graham.gower   -   Make opkg.c build again.
    Make opkg.c build again.
  • Dec 07, 2009
    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.
  • Dec 07, 2009
    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.
  • Dec 07, 2009
    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.
  • Dec 07, 2009
    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 .
  • Dec 07, 2009
    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.
  • Dec 07, 2009
    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().
  • Dec 06, 2009
    r460 (Merge commit 'trunk' into HEAD) committed by graham.gower   -   Merge commit 'trunk' into HEAD
    Merge commit 'trunk' into HEAD
  • Dec 06, 2009
    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.
  • Dec 06, 2009
    r458 (fprintf -> opkg_msg.) committed by graham.gower   -   fprintf -> opkg_msg.
    fprintf -> opkg_msg.
  • Dec 06, 2009
    r457 (Remove unused files.) committed by graham.gower   -   Remove unused files.
    Remove unused files.
  • Dec 06, 2009
    r456 (More clean ups of error messages.) committed by graham.gower   -   More clean ups of error messages.
    More clean ups of error messages.
  • Dec 06, 2009
    opkg-0.1.7.tar.gz (Opkg stable release 0.1.7) file uploaded by graham.gower
  • Dec 06, 2009
    r455 (Tag 0.1.7) committed by graham.gower   -   Tag 0.1.7
    Tag 0.1.7
  • Dec 06, 2009
    r454 (Bump version number.) committed by graham.gower   -   Bump version number.
    Bump version number.
  • Dec 03, 2009
    r453 (Fix warnings found with -Wmissing-prototypes.) committed by graham.gower   -   Fix warnings found with -Wmissing-prototypes.
    Fix warnings found with -Wmissing-prototypes.
  • Dec 03, 2009
    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.
  • Dec 03, 2009
    r451 (Sprinkle some const.) committed by graham.gower   -   Sprinkle some const.
    Sprinkle some const.
  • Dec 03, 2009
    r450 (Remove unused parameters.) committed by graham.gower   -   Remove unused parameters.
    Remove unused parameters.
 
Hosted by Google Code