summaryrefslogtreecommitdiff
path: root/src/backends/hiredis.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom backendsVicent Marti2011-06-141-217/+0
| | | | | All the custom backend code will be moved to a separate project, together with the new MySQL backend.
* short-oid: CleanupVicent Marti2011-06-011-2/+2
|
* Added a read_unique_short_oid method to backends, to make it possible to ↵Marc Pegon2011-06-011-0/+16
| | | | find objects from sha1 prefixes in the future. Default implementations throw GIT_ENOTIMPLEMENTED for strict prefixes (i.e. length < GIT_OID_HEXSZ).
* backends/hiredis.c: Move to new error handling mechanismJakob Pfender2011-05-231-6/+6
|
* Check Redis replies for NULLVicent Marti2011-05-131-4/+5
|
* Do not assert error codes on Hiredis backendVicent Marti2011-04-081-4/+2
| | | | | | | | We cannot assume that Redis is never going to return an error code; when Reddit fails, we cannot crash our library, we need to handle the crash gracefully. Signed-off-by: Vicent Marti <tanoku@gmail.com>
* redis backendDmitry Kovega2011-04-081-0/+202