summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ffffuuu another broken onevmg/panicVicent Marti2014-01-151-2/+1
* add missing panicVicent Marti2014-01-151-0/+1
* _exit() instead of _Exit()Vicent Marti2014-01-151-1/+1
* documentationVicent Marti2014-01-152-1/+23
* Coverity pragmaVicent Marti2014-01-151-0/+2
* Remove all GITERR_CHECK_ALLOC referencesVicent Marti2014-01-1573-329/+0
* Replace `giterr_set_oom` with `giterr_panic`Vicent Marti2014-01-1510-51/+24
* Merge pull request #2049 from ethomson/commonVicent Marti2014-01-153-124/+134
|\
| * Move libgit2 settings out of utilEdward Thomson2014-01-142-123/+134
| * unnecessary includeEdward Thomson2014-01-141-1/+0
|/
* Merge pull request #2047 from arthurschreiber/arthur/fix-dup-functionsVicent Marti2014-01-146-32/+38
|\
| * Align git_tree_entry_dup.Arthur Schreiber2014-01-142-12/+12
| * Align git_signature_dup.Arthur Schreiber2014-01-144-20/+26
* | Merge pull request #2048 from arthurschreiber/arthur/add-git_remote_dupVicent Marti2014-01-141-3/+0
|\ \ | |/ |/|
| * We don't need memset here.Arthur Schreiber2014-01-141-2/+0
| * Don't duplicate state that's only used when fetching.Arthur Schreiber2014-01-141-1/+0
* | Merge pull request #2045 from arthurschreiber/arthur/add-git_remote_dupVicent Marti2014-01-143-0/+74
|\ \ | |/
| * Add `git_remote_dup`.Arthur Schreiber2014-01-143-0/+74
|/
* Merge pull request #2043 from arthurschreiber/arthur/fix-memory-leaksVicent Marti2014-01-145-10/+19
|\
| * Incorporate @arrbee's suggestions.Arthur Schreiber2014-01-141-14/+12
| * Incorporate @ethomson's suggestions.Arthur Schreiber2014-01-131-16/+15
| * Fix a double free issue in `git_blame__alloc`.Arthur Schreiber2014-01-131-1/+0
| * Fix a memory leak in `hash_and_save` and `inject_object`.Arthur Schreiber2014-01-131-4/+12
| * Fix a memory leak in `config_parse`.Arthur Schreiber2014-01-131-1/+3
| * Fix a memory leak in `git_config_iterator_glob_new`.Arthur Schreiber2014-01-131-0/+1
| * Fix a memory leak in `git_pathspec__vinit`.Arthur Schreiber2014-01-131-1/+3
* | Merge pull request #2004 from ethomson/pack_streamVicent Marti2014-01-147-139/+207
|\ \ | |/ |/|
| * Packbuilder contains its own zstreamEdward Thomson2014-01-144-5/+12
| * Packbuilder stream deflate instead of one-shotEdward Thomson2014-01-141-64/+81
| * Refactor zlib for easier deflate streamingEdward Thomson2014-01-146-76/+120
|/
* Merge pull request #2040 from scunz/cmake_msgsVicent Marti2014-01-131-3/+3
|\
| * Show informational messages during cmake run as informationalSascha Cunz2014-01-131-3/+3
* | Merge pull request #2039 from brodie/brodie/handle-null-on-freeVicent Marti2014-01-136-0/+19
|\ \ | |/ |/|
| * util: handle NULL pointers passed to git_strarray_free()Brodie Rao2014-01-121-0/+4
| * refs: handle NULL pointers passed to git_reference_iterator_free()Brodie Rao2014-01-121-0/+3
| * oid: handle NULL pointers passed to git_oid_shorten_free()Brodie Rao2014-01-121-0/+3
| * odb: handle NULL pointers passed to git_odb_stream_freeBrodie Rao2014-01-121-0/+3
| * config: handle NULL pointers passed to git_config_iterator_free()Brodie Rao2014-01-121-0/+3
| * branch: handle NULL pointers passed to git_branch_iterator_free()Brodie Rao2014-01-121-0/+3
|/
* Merge pull request #2033 from xtao/blame_orig_commitBen Straub2014-01-082-2/+7
|\
| * Add orig & final commit test.XTao2014-01-091-0/+3
| * Add orig_commit.XTao2014-01-081-2/+4
* | Merge pull request #2036 from ethomson/git_buf_sanitizeVicent Marti2014-01-089-2/+53
|\ \
| * | Handle git_buf's from users more liberallyEdward Thomson2014-01-089-2/+53
|/ /
* | Merge pull request #2034 from jacquesg/solaris-qsortVicent Marti2014-01-081-0/+1
|\ \ | |/ |/|
| * Solaris does not have qsort_rJacques Germishuys2014-01-081-0/+1
|/
* Merge pull request #2023 from arthurschreiber/patch-1Vicent Marti2014-01-071-1/+16
|\
| * Allow the log message to be NULL.Arthur Schreiber2014-01-021-2/+2
| * Add missing `git_reference_symbolic_create_with_log`.Arthur Schreiber2014-01-021-0/+15
* | Merge pull request #2030 from seejohnrun/patch-1nulltoken2014-01-041-1/+1
|\ \