]> git.proxmox.com Git - libgit2.git/history - src/refs.c
Convert hashtable usage over to khash
[libgit2.git] / src / refs.c
2012-04-25 Russell BelferConvert hashtable usage over to khash
2012-04-25 Russell BelferImplement git_pool paged memory allocator
2012-04-24 Vicent MartíMerge pull request #632 from arrbee/win64-cleanup
2012-04-23 Russell BelferRename to git_reference_name_to_oid
2012-04-17 Russell BelferFix warnings on 64-bit windows builds
2012-04-17 Russell BelferAdd git_reference_lookup_oid and lookup_resolved
2012-04-11 Vicent MartíMerge pull request #619 from nulltoken/topic/branches
2012-04-10 nulltokenbranch: add git_branch_move()
2012-03-16 Russell BelferConvert attr, ignore, mwindow, status to new errors
2012-03-15 Vicent MartíMerge pull request #595 from arrbee/new-errors-odb
2012-03-13 Russell BelferMigrate ODB files to new error handling
2012-03-07 Russell BelferMerge pull request #590 from arrbee/new-error-handling
2012-03-07 Russell BelferMigrating diff to new error handling
2012-03-05 Vicent Martíerror-handling: References
2012-03-03 Vicent Martírefs: Error handling rework. WIP
2012-03-02 Russell BelferClean up GIT_UNUSED macros on all platforms
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-19 Vicent MartíMerge pull request #538 from carlosmn/ref-noleak
2012-01-19 Carlos Martín Nietorefs: don't leak the packref when deleting/renaming
2012-01-17 Russell BelferMove path related functions from fileops to path
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2012-01-02 Vicent MartíMerge remote-tracking branch 'drizzd/diff-index-tests...
2012-01-02 Vicent MartíMerge remote-tracking branch 'arrbee/git-attributes...
2011-12-24 Vicent Martírefs: Fix double free
2011-12-21 Russell BelferAdd APIs for git attributes
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-26 Vicent MartiRename all `_close` methods
2011-11-26 Vicent Martirepository: Change ownership semantics
2011-11-26 Vicent MartíMerge pull request #497 from carlosmn/config
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-22 Vicent MartíMerge pull request #492 from carlosmn/networking
2011-11-22 Russell Belferfilebuf: add GIT_FILEBUF_INIT and protect multiple...
2011-11-21 schureference_rename: don't delete the reflog
2011-11-21 schureference_rename: make sure to rollback
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-11-16 Vicent MartíMerge pull request #484 from brodie/packed-refs-perms
2011-11-16 Brodie Raorefs: move GIT_PACKED_REFS_FILE_MODE to refs.h as GIT_P...
2011-11-16 Brodie Raorefs: use 0666 permissions when writing packed-refs...
2011-11-07 Vicent MartíMerge pull request #475 from carlosmn/perms
2011-11-07 Carlos Martín NietoWrite packed-refs with 0644 permissions
2011-11-07 Carlos Martín NietoReword packed-refs error messages so they're easier...
2011-11-07 Vicent MartíMerge pull request #473 from drafnel/bc/update-examples
2011-11-07 Vicent MartíMerge pull request #470 from schu/test-helpers-no-assert
2011-11-07 Vicent MartíMerge pull request #472 from libgit2/new-references
2011-11-06 Vicent Martirefs: Partial rewrite for read-only refs
2011-11-06 schugit_reference_rename: cleanup reference renaming
2011-11-06 schurefs: split internal and external references
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
2011-10-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-14 Brodie Rao*: correct and codify various file permissions
2011-10-13 Vicent MartíMerge pull request #454 from brodie/parsing-fixes
2011-10-13 Vicent MartíMerge pull request #455 from brodie/pack-fixes
2011-10-12 Vicent MartíMerge pull request #449 from csware/include-win-version...
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-08 Carlos Martín Nietofetch: store FETCH_HEAD
2011-09-30 Vicent MartíMerge pull request #434 from schu/fix-ref-regression
2011-09-30 schurefs.c: fix reference_rename
2011-09-29 Vicent Martimingw: Fix compilation warnings
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-20 Vicent MartíMerge pull request #415 from schu/ref-rename-regression
2011-09-20 schurefs: fix git_reference_rename()
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Kirill A. ShutemovCMakefile: add -Wmissing-prototypes and fix warnings
2011-08-18 Vicent MartíMerge pull request #375 from schu/cleanup
2011-08-17 schurefs.c: remove two lines of dead code
2011-08-16 Vicent MartíMerge pull request #373 from carlosmn/fancy-branchname
2011-08-16 Carlos Martín NietoFix the reference character check for Unicode
2011-08-10 Vicent MartíMerge pull request #359 from nulltoken/ntk/fix/discover...
2011-08-10 Vicent MartíMerge pull request #355 from jdavid/fix-build
2011-08-10 Vicent MartíMerge pull request #360 from belkiss/development
2011-08-10 Vicent MartíMerge pull request #361 from nulltoken/ntk/fix/wrap...
2011-08-09 nulltokenutil: Add git__strcmp_cb() wrapper
2011-08-08 Vicent MartiFix compilation in Windows
2011-07-28 Vicent MartíMerge pull request #335 from carlosmn/read-updated
2011-07-25 Kirill A. Shutemovrefs: fix cast warning
2011-07-23 Carlos Martín Nietorefs: don't stat so much
2011-07-22 Vicent MartíMerge pull request #334 from schu/typos
next