index
:
users/pehjota/opkg.git
feature/multiarch-coinstallation
feature/multiarch-coinstallation-v0.1
opkg-0.2.x
opkg
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rewrite sprintf_alloc.
graham.gower@gmail.com
2010-11-18
2
-35/+19
*
Fix indentation.
graham.gower@gmail.com
2010-11-18
1
-33/+33
*
opkg_find_package() should not return garbage if it cannot find the package.
graham.gower@gmail.com
2010-11-15
1
-1/+3
*
This is not a bug any longer.
graham.gower@gmail.com
2010-11-15
1
-1/+1
*
Remove an erroneous comment.
graham.gower@gmail.com
2010-11-10
1
-1/+0
*
Implement "list-changed-conffiles" command - based on patch by Yann Lopez <ya...
google@wwsnet.net
2010-10-05
3
-0/+41
*
Remove dead code, sprintf_alloc() cannot fail. Opkg will exit instead.
graham.gower@gmail.com
2010-09-20
1
-5/+0
*
A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.
graham.gower@gmail.com
2010-09-20
2
-11/+32
*
Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails."
graham.gower@gmail.com
2010-09-20
1
-6/+5
*
Don't call opkg_conf_deinit() if opkg_conf_init() fails.
graham.gower@gmail.com
2010-09-20
1
-5/+6
*
Disable sha256 code by default. This makes opkg GPLv2 by default.
graham.gower@gmail.com
2010-09-20
1
-2/+2
*
Add simple regression testing code and tests for some issues.
graham.gower
2010-09-14
11
-0/+444
*
Use uppercase M for printing maintainer field, to be consistent.
graham.gower
2010-09-14
1
-1/+1
*
mask && PFM_FOO should instead be mask & PFM_FOO.
graham.gower
2010-09-14
1
-9/+8
*
update manpages to reflect r559 and r562
google@wwsnet.net
2010-09-12
1
-0/+11
*
- utilize opkg_conf_init() to initialize the pair lists before parsing the ar...
google@wwsnet.net
2010-09-12
1
-1/+25
*
- split the loading part of opkg_conf_init() out into opkg_conf_load()
google@wwsnet.net
2010-09-12
3
-20/+29
*
fix compile issues on OS X and FreeBSD
google@wwsnet.net
2010-09-12
3
-0/+3
*
implement --force-postinstall option, this allows forcing the execution of po...
google@wwsnet.net
2010-09-12
4
-1/+10
*
Accept a leading "./" for the control file name, but don't mandate it.
graham.gower
2010-08-24
2
-3/+7
*
Remove stray semicolon.
graham.gower
2010-08-24
1
-1/+1
*
Add Recommended packages to the depended_upon_by field.
graham.gower
2010-08-18
1
-32/+38
*
Ensure Pre-Depended and Recommended packages can be autoremoved.
graham.gower
2010-08-18
1
-1/+3
*
Add generated man pages to .gitignore.
graham.gower
2010-08-18
1
-0/+3
*
Allow blacklisting a package in the status file.
graham.gower
2010-08-18
2
-4/+9
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
48
-301/+301
*
Remove outdated comment regarding an old bug.
graham.gower
2010-08-17
1
-1/+1
*
Fix segfault using the --verbosity option.
graham.gower
2010-08-11
1
-4/+6
*
And remove the autogenerated files...
graham.gower
2010-08-10
2
-213/+0
*
Forgot these two files in the last commit. Oops.
graham.gower
2010-08-10
2
-2/+6
*
Add man pages for opkg-cl and opkg-keys. From David Bachelart (Issue #56).
graham.gower
2010-08-10
5
-0/+428
*
This will never be done, offline roots often point at other architectures.
graham.gower
2010-08-10
1
-2/+0
*
This was done some time ago.
graham.gower
2010-08-10
1
-4/+0
*
Fix creation of symlinks to files with long names (greater than 100 chars).
graham.gower
2010-08-03
1
-7/+11
*
Fix infinite loop in list_upgradable in libopkg.
graham.gower
2010-07-12
1
-1/+1
*
Don't unlink the lock file in the event that it cannot be locked.
graham.gower
2010-07-07
1
-6/+9
*
Be consistent in how to check return codes for these functions.
graham.gower
2010-06-28
1
-2/+2
*
Improve error propagation.
graham.gower
2010-06-28
1
-36/+34
*
s/ipkgetcdir/opkgetcdir/
graham.gower
2010-06-27
1
-3/+3
*
Fix --force-reinstall by removing special case code. Just remove the pkg first.
graham.gower
2010-06-21
5
-32/+44
*
Minor cleanup/simplification.
graham.gower
2010-06-21
1
-7/+14
*
Claim ownership of a file if the previous owner has obsoleted it.
graham.gower
2010-06-10
1
-3/+6
*
Promote file removal message from INFO to NOTICE.
graham.gower
2010-06-10
1
-1/+1
*
String the offline root path from the file_name in file_hash_get_file_owner().
graham.gower
2010-06-10
1
-1/+8
*
Correctly update the obs_file_hash in offline root mode.
graham.gower
2010-06-10
1
-1/+1
*
Fix check_data_file_clashes() for offline root mode. (almost anyway)
graham.gower
2010-06-10
1
-9/+6
*
Check that a file belongs to the package before removing it
graham.gower
2010-06-07
1
-0/+5
*
Bump maximum message length from 256 to 4096.
graham.gower
2010-06-01
1
-1/+1
*
Add a message for the case that no installation candidate can be found.
graham.gower
2010-04-29
1
-1/+3
*
Don't try to print cmd_name before its initialised. From Amanous, Issue #48.
graham.gower
2010-04-13
1
-2/+0
[prev]
[next]