index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-17
Make the cache insert statement fail if the value can't be inserted.
Daniel Burrows
1
-1
/
+1
2009-08-17
Fix a comment.
Daniel Burrows
1
-1
/
+2
2009-08-17
Don't clear out the get-total-size statement until we're done with it.
Daniel Burrows
1
-1
/
+1
2009-08-17
Actually signal a test failure when a test in the Boost harness fails.
Daniel Burrows
1
-1
/
+1
2009-08-17
Always run statements to completion.
Daniel Burrows
1
-0
/
+5
2009-08-17
Be more paranoid about errors thrown while creating the database (don't leave...
Daniel Burrows
1
-6
/
+21
2009-08-14
Fix SQL syntax errors in the code to set up a file cache.
Daniel Burrows
1
-19
/
+19
2009-08-14
Improve the message that gets printed when a key is missing in the cache.
Daniel Burrows
1
-1
/
+1
2009-08-14
Write a manual main() function foor the Boost tester, so that logging can be ...
Daniel Burrows
1
-1
/
+28
2009-08-14
Write a first test of getItem()/putItem().
Daniel Burrows
1
-0
/
+164
2009-08-11
When choosing a new CacheId, it should be the maximum existing CacheId *plus ...
Daniel Burrows
1
-1
/
+1
2009-08-11
Write untested implementations of getItem and putItem in the file cache.
Daniel Burrows
2
-39
/
+461
2009-08-11
Have the last two arguments to db::exec() default to NULL.
Daniel Burrows
1
-2
/
+2
2009-08-11
Add a binding for sqlite3_last_insert_rowid().
Daniel Burrows
2
-0
/
+13
2009-08-10
Rewrite the auto-inst-ok? code to hopefully conform to the new hook API in apt.
Daniel Burrows
2
-19
/
+52
2009-08-10
Handle the new "enhances" value in the dependency type enumeration.
Daniel Burrows
1
-0
/
+4
2009-08-06
Add a partially implemented cache for downloaded files.
Daniel Burrows
7
-0
/
+434
2009-08-06
Add an exec() method on the database object, wrapping sqlite3_exec().
Daniel Burrows
2
-0
/
+44
2009-08-01
Automated merge with http://hg.debian.org/hg/aptitude/head
Christian Perrier
0
-0
/
+0
2009-07-30
Wrap sqlite3_blob_read and sqlite3_blob_write.
Daniel Burrows
3
-0
/
+115
2009-07-29
Close the cache when the program exits.
Daniel Burrows
1
-0
/
+24
2009-07-29
Make sure that all the global connections created by ui_main are shut down wh...
Daniel Burrows
1
-7
/
+27
2009-07-30
Automated merge with http://hg.debian.org/hg/aptitude/head
Christian Perrier
5
-7
/
+119
2009-07-29
Make resolver objects created by empty constructors return end iterators from...
Daniel Burrows
1
-15
/
+34
2009-07-28
Always use make_shared to construct shared pointers.
Daniel Burrows
3
-7
/
+8
2009-07-28
Add a configure check for boost/make_shared.hpp.
Daniel Burrows
1
-0
/
+1
2009-07-28
Write a wrapper for sqlite3_blob_open.
Daniel Burrows
3
-0
/
+110
2009-07-28
Automated merge with http://hg.debian.org/hg/aptitude/head
Christian Perrier
5
-11
/
+855
2009-07-27
Add support for parameter binding to the sqlite wrapper.
Daniel Burrows
3
-0
/
+299
2009-07-27
Modify AM_CPPFLAGS instead of CPPFLAGS.
Daniel Burrows
1
-1
/
+1
2009-07-27
Bind sqlite3_column_type() so that client code can retrieve the type of a col...
Daniel Burrows
2
-0
/
+10
2009-07-27
Fix the logic that frees all outstanding statements.
Daniel Burrows
1
-3
/
+7
2009-07-27
Put a mutex around accesses to the database statement cache.
Daniel Burrows
2
-1
/
+10
2009-07-27
Add the newly required headers to configure.ac (oops).
Daniel Burrows
1
-0
/
+4
2009-07-27
Implement a system for caching prepared SQL statements.
Daniel Burrows
3
-0
/
+238
2009-07-26
Pass the sqlite error code along when throwing an exception.
Daniel Burrows
2
-7
/
+9
2009-07-26
Wrap enough functionality in the statement class to allow the user to execute...
Daniel Burrows
3
-2
/
+280
2009-07-27
Automated merge with http://hg.debian.org/hg/aptitude/head
Christian Perrier
0
-0
/
+0
2009-07-26
Start working on a C++ wrapper for sqlite.
Daniel Burrows
5
-1
/
+400
2009-07-26
Add a skeletal unit tester using the Boost framework.
Daniel Burrows
4
-5
/
+19
2009-07-26
Sort the list of Boost headers.
Daniel Burrows
1
-1
/
+1
2009-07-26
Add a check to ensure that the list of Boost headers is sorted.
Daniel Burrows
1
-2
/
+11
2009-07-26
Add a missing check for the hashed_factory include.
Daniel Burrows
1
-0
/
+1
2009-07-26
Properly detect Boost includes that have an embedded directory separator.
Daniel Burrows
1
-1
/
+1
2009-07-26
Ensure that all the source and test inputs are really scanned.
Daniel Burrows
1
-1
/
+1
2009-07-26
Use the new string group information for pattern groupers.
Daniel Burrows
1
-6
/
+4
2009-07-26
Add a compile dependency on sqlite3.
Daniel Burrows
1
-2
/
+4
2009-07-25
Automated merge with http://hg.debian.org/hg/aptitude/head
Christian Perrier
0
-0
/
+0
2009-07-24
Add an initial implementation of string match retrieval.
Daniel Burrows
2
-171
/
+295
2009-07-24
Initialize the search cache when setting up a pattern grouping policy.
Daniel Burrows
1
-1
/
+2
[prev]
[next]