]> git.proxmox.com Git - libgit2.git/history - src/odb_loose.c
fileops/repository: create (most) directories with 0777 permissions
[libgit2.git] / src / odb_loose.c
2011-10-14 Brodie Raofileops/repository: create (most) directories with...
2011-09-29 Vicent Martiodb: Pass compression settings to filebuf
2011-09-29 Vicent Martiodb: Let users decide compression level for the loose ODB
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
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-08 Vicent MartíMerge pull request #391 from sschuberth/development
2011-09-08 Sebastian SchuberthAdd casts to get rid of some warnings when filling...
2011-08-30 Kirill A. ShutemovCMakefile: add -Wmissing-prototypes and fix warnings
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-09 Vicent Martiodb: Direct writes are back
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Vicent Martifileops: Cleanup
2011-06-16 Vicent Martioid: Uniformize ncmp methods
2011-06-16 Vicent Martioid: Rename methods
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-07 Vicent MartíMerge pull request #242 from schu/fix-unused-2
2011-06-07 Vicent MartíMerge pull request #240 from Romain-Geissler/tree-objec...
2011-06-07 Vicent MartíMerge pull request #239 from pegonma/oid_prefix
2011-06-07 Vicent MartíMerge pull request #238 from pegonma/git_oid_ncmp
2011-06-06 Marc PegonRenamed git_oid_match to git_oid_ncmp.
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Vicent Martishort-oid: Cleanup
2011-06-01 Marc PegonImplemented read_unique_short_oid method for loose...
2011-06-01 Marc PegonAdded a read_unique_short_oid method to backends, to...
2011-05-23 Vicent Martiodb_loose: Reword errors
2011-05-23 Jakob Pfenderodb_loose.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderodb_loose.c: Return GIT_ENOMEM when allocation fails
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-08 Vicent MartíMerge pull request #170 from jasonrm/development
2011-05-08 Vicent MartíMerge pull request #172 from carlosmn/valgrind
2011-05-08 Vicent MartíMerge pull request #174 from carlosmn/backend-static
2011-05-06 Vicent MartíMerge pull request #175 from carlosmn/analyzer
2011-05-06 Carlos Martín NietoFix two warnings from Clang
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-23 Vicent MartíMerged pull request #115 from jpfender/index-flags.
2011-04-23 Vicent MartíMerged pull request #135 from carlosmn/valgrind.
2011-04-23 Vicent MartíMerged pull request #139 from jpfender/merge-head-file.
2011-04-23 Vicent MartíMerged pull request #140 from jpfender/insert-replace.
2011-04-23 Vicent MartíMerged pull request #143 from nordsturm/fix_loop.
2011-04-22 Sergey NikishinFix going into infinite loop in read_header_loose()
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-23 Vicent MartiImprove the ODB writing backend
2011-03-20 Vicent MartiI broke your bindings
2011-03-03 Vicent MartiAdd new move function, `gitfo_mv_force`
2011-02-09 Vicent MartiInternal changes on the backend system
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-05 Vicent MartiFix directory/path manipulation methods
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 Vicent MartiDecouple storage from ODB logic