summaryrefslogtreecommitdiff
path: root/src/refdb.c
Commit message (Expand)AuthorAgeFilesLines
* refdb and odb backends must provide `free` functionArthur Schreiber2015-10-011-6/+2
* Introduce reference transactionsCarlos Martín Nieto2014-09-301-0/+19
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+4
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* refs: placeholder conditional deleteCarlos Martín Nieto2014-02-051-2/+2
* refdb: add conditional symbolic updatesCarlos Martín Nieto2014-02-051-2/+2
* refs: conditional ref updatesCarlos Martín Nieto2014-02-051-2/+2
* refs: expose has_log() on the backendCarlos Martín Nieto2013-12-091-0/+7
* refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-091-0/+7
* reflog: integrate into the ref writingCarlos Martín Nieto2013-11-231-3/+4
* refdb: add a `message` parameter for appending to the logCarlos Martín Nieto2013-11-231-4/+5
* reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-021-0/+16
* 'del' instead of 'delete' for the poor C++ usersEdward Thomson2013-09-241-1/+1
* util: It's called `memzero`Vicent Marti2013-06-121-1/+1
* Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti2013-06-121-0/+1
|\
| * Add safe memset and use itRussell Belfer2013-06-071-1/+1
| * Zero memory for major objects before freeingRussell Belfer2013-05-311-0/+1
* | RefcountingVicent Marti2013-05-301-3/+3
* | ...Aaaand this worksVicent Marti2013-05-301-4/+30
* | What are the chances, reallyVicent Marti2013-05-291-57/+23
* | Liike thisVicent Marti2013-05-281-5/+14
|/
* Introduce a glob-filtering iteratorCarlos Martín Nieto2013-05-111-6/+36
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-48/+0
* Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto2013-05-111-1/+5
* refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+24
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-211-16/+12
* Move refdb_backend to include/git2/sysRussell Belfer2013-04-211-4/+5
* alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-191-2/+13
* dec refcount on refdb instead of always freeingEdward Thomson2013-04-121-1/+9
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-0/+177