Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-15ffffuuu another broken onevmg/panicVicent Marti
2014-01-15add missing panicVicent Marti
2014-01-15_exit() instead of _Exit()Vicent Marti
2014-01-15documentationVicent Marti
2014-01-15Coverity pragmaVicent Marti
2014-01-15Remove all GITERR_CHECK_ALLOC referencesVicent Marti
2014-01-15Replace `giterr_set_oom` with `giterr_panic`Vicent Marti
2014-01-15Merge pull request #2049 from ethomson/commonVicent Marti
2014-01-15Move libgit2 settings out of utilEdward Thomson
2014-01-15unnecessary includeEdward Thomson
2014-01-15Merge pull request #2047 from arthurschreiber/arthur/fix-dup-functionsVicent Marti
2014-01-15Merge pull request #2048 from arthurschreiber/arthur/add-git_remote_dupVicent Marti
2014-01-15Align git_tree_entry_dup.Arthur Schreiber
2014-01-15Align git_signature_dup.Arthur Schreiber
2014-01-15We don't need memset here.Arthur Schreiber
2014-01-15Don't duplicate state that's only used when fetching.Arthur Schreiber
2014-01-15Merge pull request #2045 from arthurschreiber/arthur/add-git_remote_dupVicent Marti
2014-01-15Add `git_remote_dup`.Arthur Schreiber
2014-01-14Merge pull request #2043 from arthurschreiber/arthur/fix-memory-leaksVicent Marti
2014-01-14Merge pull request #2004 from ethomson/pack_streamVicent Marti
2014-01-14Incorporate @arrbee's suggestions.Arthur Schreiber
2014-01-14Packbuilder contains its own zstreamEdward Thomson
2014-01-14Packbuilder stream deflate instead of one-shotEdward Thomson
2014-01-14Refactor zlib for easier deflate streamingEdward Thomson
2014-01-14Incorporate @ethomson's suggestions.Arthur Schreiber
2014-01-14Fix a double free issue in `git_blame__alloc`.Arthur Schreiber
2014-01-14Fix a memory leak in `hash_and_save` and `inject_object`.Arthur Schreiber
2014-01-14Fix a memory leak in `config_parse`.Arthur Schreiber
2014-01-14Fix a memory leak in `git_config_iterator_glob_new`.Arthur Schreiber
2014-01-14Fix a memory leak in `git_pathspec__vinit`.Arthur Schreiber
2014-01-13Merge pull request #2040 from scunz/cmake_msgsVicent Marti
2014-01-13Merge pull request #2039 from brodie/brodie/handle-null-on-freeVicent Marti
2014-01-13Show informational messages during cmake run as informationalSascha Cunz
2014-01-13util: handle NULL pointers passed to git_strarray_free()Brodie Rao
2014-01-13refs: handle NULL pointers passed to git_reference_iterator_free()Brodie Rao
2014-01-13oid: handle NULL pointers passed to git_oid_shorten_free()Brodie Rao
2014-01-13odb: handle NULL pointers passed to git_odb_stream_freeBrodie Rao
2014-01-13config: handle NULL pointers passed to git_config_iterator_free()Brodie Rao
2014-01-13branch: handle NULL pointers passed to git_branch_iterator_free()Brodie Rao
2014-01-09Merge pull request #2033 from xtao/blame_orig_commitBen Straub
2014-01-09Add orig & final commit test.XTao
2014-01-09Merge pull request #2036 from ethomson/git_buf_sanitizeVicent Marti
2014-01-08Handle git_buf's from users more liberallyEdward Thomson
2014-01-08Merge pull request #2034 from jacquesg/solaris-qsortVicent Marti
2014-01-08Solaris does not have qsort_rJacques Germishuys
2014-01-08Add orig_commit.XTao
2014-01-07Merge pull request #2023 from arthurschreiber/patch-1Vicent Marti
2014-01-05Merge pull request #2030 from seejohnrun/patch-1nulltoken
2014-01-05Fix spelling mistakeJohn Crepezzi
2014-01-04Merge pull request #2022 from KTXSoftware/developmentRussell Belfer