2010-11-19 |
graham.gower... | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
graham.gower... | opkg_find_package() should not return garbage if it... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
graham.gower... | This is not a bug any longer. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
graham.gower... | Remove an erroneous comment. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
google@wwsnet.net | Implement "list-changed-conffiles" command - based... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
graham.gower... | Remove dead code, sprintf_alloc() cannot fail. Opkg... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
graham.gower... | A proper fix this time. From Sergey 'Jin' Bostandzhyan... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
graham.gower... | Revert "Don't call opkg_conf_deinit() if opkg_conf_init... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
graham.gower... | Don't call opkg_conf_deinit() if opkg_conf_init() fails. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
graham.gower... | Disable sha256 code by default. This makes opkg GPLv2... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
graham.gower | Add simple regression testing code and tests for some... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
graham.gower | Use uppercase M for printing maintainer field, to be... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
graham.gower | mask && PFM_FOO should instead be mask & PFM_FOO. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
google@wwsnet.net | update manpages to reflect r559 and r562 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
google@wwsnet.net | - utilize opkg_conf_init() to initialize the pair lists... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
google@wwsnet.net | - split the loading part of opkg_conf_init() out into... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
google@wwsnet.net | fix compile issues on OS X and FreeBSD |
commit | commitdiff | tree | snapshot |
2010-09-13 |
google@wwsnet.net | implement --force-postinstall option, this allows forci... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
graham.gower | Accept a leading "./" for the control file name, but... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
graham.gower | Remove stray semicolon. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
graham.gower | Add Recommended packages to the depended_upon_by field. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
graham.gower | Ensure Pre-Depended and Recommended packages can be... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
graham.gower | Add generated man pages to .gitignore. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
graham.gower | Allow blacklisting a package in the status file. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
graham.gower | Remove trailing whitespace. Sorry if this breaks your... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
graham.gower | Remove outdated comment regarding an old bug. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
graham.gower | Fix segfault using the --verbosity option. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
graham.gower | And remove the autogenerated files... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
graham.gower | Forgot these two files in the last commit. Oops. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
graham.gower | Add man pages for opkg-cl and opkg-keys. From David... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
graham.gower | This will never be done, offline roots often point... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
graham.gower | This was done some time ago. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
graham.gower | Fix creation of symlinks to files with long names ... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
graham.gower | Fix infinite loop in list_upgradable in libopkg. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
graham.gower | Don't unlink the lock file in the event that it cannot... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
graham.gower | Be consistent in how to check return codes for these... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
graham.gower | Improve error propagation. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
graham.gower | s/ipkgetcdir/opkgetcdir/ |
commit | commitdiff | tree | snapshot |
2010-06-21 |
graham.gower | Fix --force-reinstall by removing special case code... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
graham.gower | Minor cleanup/simplification. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
graham.gower | Claim ownership of a file if the previous owner has... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
graham.gower | Promote file removal message from INFO to NOTICE. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
graham.gower | String the offline root path from the file_name in... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
graham.gower | Correctly update the obs_file_hash in offline root... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
graham.gower | Fix check_data_file_clashes() for offline root mode... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
graham.gower | Check that a file belongs to the package before removing it |
commit | commitdiff | tree | snapshot |
2010-06-02 |
graham.gower | Bump maximum message length from 256 to 4096. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
graham.gower | Add a message for the case that no installation candida... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
graham.gower | Don't try to print cmd_name before its initialised... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
graham.gower | Don't use c++ reserved word in header. Remove void... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
graham.gower | Upgrade message from NOTICE to ERROR. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
graham.gower | Downgrade message from ERROR to NOTICE. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
graham.gower | Bump revision for release. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
graham.gower | Flush stdout, stderr before forking. From Richard Purdi... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
pixdamix | Use ordered list when configuring packages. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
graham.gower | Make the error message easier to read for multiple... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
graham.gower | Propagate errors up the call stack. Patch by Jens... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
graham.gower | Don't print an error if trying to write status file... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
graham.gower | Don't try to close the file if its not open. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
graham.gower | Print an error in the case of a broken control.tar... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
graham.gower | s/dependences/dependencies/ Pointed out by klemmster... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
pixdamix | Fail if cache_dir is specified and not a directory |
commit | commitdiff | tree | snapshot |
2010-01-05 |
pixdamix | --download-only download using original names |
commit | commitdiff | tree | snapshot |
2010-01-05 |
pixdamix | Add an option to download packages but do not install... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
pixdamix | Add a configure flag to specify the lockfile path |
commit | commitdiff | tree | snapshot |
2009-12-22 |
graham.gower | Write out status files and file lists in opkg_upgrade_a... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
graham.gower | Return negative error code from opkg_download(), not... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Set the default verbosity before args_parse, where... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Set the arch_priority when parsing the Architecture. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Fix what I broke in r484. Patch from Kosmaty in issue... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Include config.h to pull in HAVE_* macros where needed. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Initial stab at untangling the #include maze. Probably... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
graham.gower | Fix double free(). Found by Kosmaty (Issue 33). Thanks. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Rearrange and clean up formatting. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Move args.c contents into src/opkg-cl.c. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Running a script does not change the state, modifying... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Move libopkg.c out into the src dir. It shouldn't be... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Allow GLOB_NOMATCH, which also occurs if the leading... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Spacing. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Add a message callback function to the config struct... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Be slightly less verbose at INFO message level. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Print \n where needed. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
graham.gower | Don't mask variable of wider scope. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
graham.gower | Fix what I broke in r468. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
graham.gower | Don't need \n for perrors. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
graham.gower | Sort packages before listing them. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Print full version, not just pkg->version. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Allow use of opkg internals by libopkg users. Not inten... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | I've made substantial changes to these files. Add new... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Rewrite the error paths. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Not all ERROR messages are in paths that return as... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Remove args_t and cleanup unused stuff. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Move loading of feeds and status files out of opkg_conf... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | Print error messages instead of returning error codes. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | Clarify why we're not using fseek(), use fseek() where... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | indent -kr -i8 -psl -hnl -l80 opkg.c |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | Remove struct _opkg_package_t. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Implement list all command. Print full version string. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Fix infinite loop created when I removed the masked... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | And make the install command work. WTF? |
commit | commitdiff | tree | snapshot |
next |