index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
generic
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-17
Add a matcher ~o for obsolete/local packages. (Closes: #397547)
Daniel Burrows
1
-0
/
+25
2007-11-16
Fix a place where dumpcfg used a literal string instead of PACKAGE.
Daniel Burrows
1
-1
/
+1
2007-11-15
Fix a whole bunch of include files that should point at cwidget.
Daniel Burrows
7
-7
/
+7
2007-11-15
Fix some includes in generic/
Daniel Burrows
3
-4
/
+3
2007-11-15
Pass over the source with sed to put global_bindings in config::.
Daniel Burrows
1
-1
/
+1
2007-11-15
Pass over the source tree with sed to eliminate a lot of the mindless search-...
Daniel Burrows
2
-4
/
+4
2007-11-14
First pass over the code.
Daniel Burrows
25
-1676
/
+131
2007-11-14
Write some code to dump a dependency with information about its apt state.
Daniel Burrows
1
-0
/
+45
2007-11-12
Fix more includes of vscreen_widget.
Daniel Burrows
1
-1
/
+1
2007-10-30
Fix the fix for autoinstalled packages to compile.
Daniel Burrows
1
-1
/
+1
2007-10-30
Initialize auto_new_install to false on startup, so we don't randomly set pac...
Daniel Burrows
1
-0
/
+1
2007-10-30
Properly thread pointers to the cache and the package records through match r...
Daniel Burrows
8
-203
/
+420
2007-10-29
Restore automatic states for packages that are being newly installed: apt doe...
Daniel Burrows
2
-5
/
+31
2007-10-29
Make log messages work for auto-held and unconfigured packages.
Daniel Burrows
1
-1
/
+5
2007-10-25
Add a prototype for a 'start a browser' routine.
Daniel Burrows
1
-0
/
+42
2007-10-24
Apply Ian Jackson's patch to display dpkg trigger states (Closes: #438543).
Daniel Burrows
1
-1
/
+6
2007-10-23
Apply the patch from Ian Jackson and Michael Vogt to get proper support
Daniel Burrows
5
-47
/
+81
2007-07-28
Correct the fix for how automatic flags are set in the resolver: we should on...
Daniel Burrows
1
-2
/
+7
2007-07-26
Automated merge with http://hg.debian.org/hg/aptitude/head
Daniel Burrows
2
-5
/
+32
2007-07-26
When applying a resolver solution, only set the auto flag on packages that we...
Daniel Burrows
1
-1
/
+4
2007-07-25
Add code to defend against the possibility that apt could make mistakes in fl...
Daniel Burrows
1
-0
/
+22
2007-07-25
Tweak the code that checks whether a dependency is broken to be more defensiv...
Daniel Burrows
1
-5
/
+10
2007-07-15
Improve error output for weirdness.
Daniel Burrows
1
-0
/
+4
2007-07-15
Don't transcode descriptions from UTF-8; apt does this for us already. (Close...
Daniel Burrows
1
-9
/
+7
2007-07-09
Run a mark-and-sweep to initialize garbage states on startup, so the apt code...
Daniel Burrows
1
-0
/
+6
2007-07-08
Don't crash when we have an early failure, e.g. due to the cache being locked...
Daniel Burrows
1
-0
/
+9
2007-07-06
Treat Delete-Unused the same way we did in previous releases (Closes: #431716).
Daniel Burrows
1
-0
/
+3
2007-07-05
Clear the global error list before trying to open the cache, so we know pendi...
Daniel Burrows
1
-0
/
+3
2007-06-29
Add a generic routine to split a string into whitespace-separated words.
Daniel Burrows
2
-1
/
+43
2007-06-19
Mark the state cache as dirty if there wasn't a previously existing pkgstates...
Daniel Burrows
1
-1
/
+8
2007-06-17
Always do a load/save cycle after installing/removing packages; slows things ...
Daniel Burrows
1
-1
/
+9
2007-06-17
Call pre_package_state_changed() before undoing, to resent the dependency res...
Daniel Burrows
1
-0
/
+4
2007-06-17
Fix how aptitude detects which removed packages were removed because they wer...
Daniel Burrows
1
-4
/
+13
2007-06-17
Remove a comment that's pointless at best.
Daniel Burrows
1
-1
/
+0
2007-06-17
Correctly insert keeps into the undo list.
Daniel Burrows
1
-1
/
+1
2007-06-17
Add logic to set packages to manual mode when the user cancels their removal ...
Daniel Burrows
1
-1
/
+49
2007-06-17
Fix all the FTBFS errors in the aptitude source. Several compiler errors
Daniel Burrows
7
-3
/
+12
2007-06-16
[aptitude @ Explicitly cast "line" to an unsigned int to avoid build failures...
Daniel Burrows
1
-2
/
+4
2007-06-16
[aptitude @ Add utility code in threads:: to make it easier to create proxies...
Daniel Burrows
1
-1
/
+27
2007-06-16
[aptitude @ Set the auto flag on packages that get installed by the resolver.]
Daniel Burrows
1
-0
/
+1
2007-06-16
[aptitude @ Don't save undo information for setting the candidate version of ...
Daniel Burrows
1
-1
/
+1
2007-06-16
[aptitude @ Don't set the hold flag when applying a solution that keeps a pac...
Daniel Burrows
1
-1
/
+1
2007-06-16
[aptitude @ Invoke pre_package_state_changed before applying a solution, so t...
Daniel Burrows
1
-0
/
+2
2007-06-15
[aptitude @ Forward-port the auto-mark patches by hand.]
Daniel Burrows
6
-469
/
+293
2007-05-31
[aptitude @ Add support in the internal package-state-detection function for ...
Daniel Burrows
2
-4
/
+9
2007-05-14
[aptitude @ Fix inconsistencies in aptitude's model of the dependency univers...
Daniel Burrows
2
-50
/
+193
2007-05-14
[aptitude @ Force the permissions of the pkgstates file to 0644 regardless of...
Daniel Burrows
1
-2
/
+8
2007-05-12
[aptitude @ Don't babble about being unable to acquire locks just because som...
Daniel Burrows
2
-1
/
+9
2007-05-09
[aptitude @ Invoke the sanity checker when running a test on the dummy univer...
Daniel Burrows
1
-1
/
+4
2007-05-09
[aptitude @ Add a routine that will run some sanity-checks on a dependency un...
Daniel Burrows
2
-1
/
+379
[next]