| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve Python code style | Arthur de Jong | 2019-09-08 | 1 | -2/+4 |
* | Use retrieve_by, group_by and group_columns in the cache | Arthur de Jong | 2013-08-17 | 1 | -4/+20 |
* | Give cache tables friendlier names | Arthur de Jong | 2013-08-17 | 1 | -3/+3 |
* | Explicitly define tables used for cache | Arthur de Jong | 2013-08-17 | 1 | -0/+2 |
* | Move cache table creation to modules | Arthur de Jong | 2013-08-17 | 1 | -0/+13 |
* | move Search class to search module | Arthur de Jong | 2013-03-09 | 1 | -2/+3 |
* | implement a naive offline cache | Arthur de Jong | 2012-01-29 | 1 | -0/+9 |
* | split the result handling into a convert() and write() step | Arthur de Jong | 2012-01-29 | 1 | -7/+5 |
* | user the logging framework, handle exceptions properly an... | Arthur de Jong | 2012-01-06 | 1 | -4/+2 |
* | define the search separately from the request | Arthur de Jong | 2011-12-12 | 1 | -1/+4 |
* | move check of required attributes and other common tests ... | Arthur de Jong | 2011-12-12 | 1 | -15/+7 |
* | simplify request handling by passing read parameters arou... | Arthur de Jong | 2011-05-13 | 1 | -8/+6 |
* | implement attribute mapping functionality and do some ref... | Arthur de Jong | 2011-05-01 | 1 | -20/+11 |
* | pass dn and attributes to functions separately | Arthur de Jong | 2011-05-01 | 1 | -3/+2 |
* | put standard library imports before application imports a... | Arthur de Jong | 2011-04-28 | 1 | -3/+2 |
* | implement service, protocol and rpc lookups | Arthur de Jong | 2011-03-24 | 1 | -0/+88 |