summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | threads: split up OS-dependent thread-condition codePatrick Steinhardt2016-06-204-20/+17
| * | | threads: remove unused function pthread_cond_broadcastPatrick Steinhardt2016-06-203-6/+0
| * | | threads: split up OS-dependent mutex codePatrick Steinhardt2016-06-204-26/+23
| * | | threads: split up OS-dependent thread codePatrick Steinhardt2016-06-205-39/+31
* | | | Merge pull request #3818 from meatcoder/fix_odb_read_errorEdward Thomson2016-06-201-1/+1
|\ \ \ \
| * | | | fix error message SHA truncation in git_odb__error_notfound()Sim Domingo2016-06-201-1/+1
| | |_|/ | |/| |
* | | | HTTP authentication scheme name is case insensitive.David Brooks2016-06-191-1/+1
| |/ / |/| |
* | | checkout: use empty baseline when no indexethomson/checkout_no_indexEdward Thomson2016-06-151-1/+6
* | | Merge pull request #3812 from stinb/fetch-tag-update-callbackEdward Thomson2016-06-141-1/+5
|\ \ \
| * | | fetch: Fixed spurious update callback for existing tags.Jason Haslam2016-06-141-1/+5
| |/ /
* | | Merge pull request #3816 from pks-t/pks/memory-leaksEdward Thomson2016-06-142-7/+21
|\ \ \
| * | | winhttp: plug several memory leaksPatrick Steinhardt2016-06-071-2/+16
| * | | global: clean up crt only after freeing tls dataPatrick Steinhardt2016-06-071-5/+5
| |/ /
* | | index: fix NULL pointer access in index_remove_entryPatrick Steinhardt2016-06-071-2/+3
* | | transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt2016-06-072-0/+12
|/ /
* | index_read_index: invalidate new paths in tree cacheEdward Thomson2016-06-021-0/+6
* | index_read_index: set flags for path_len correctlyEdward Thomson2016-06-021-0/+3
* | index_read_index: differentiate on modeEdward Thomson2016-06-021-1/+2
* | index_read_index: reset error correctlyEdward Thomson2016-06-021-0/+2
* | win32: clean up unused warnings in DllMainEdward Thomson2016-06-011-0/+3
* | rebase: change assertion to avoidEdward Thomson2016-06-011-4/+1
* | filebuf: fix uninitialized warningEdward Thomson2016-06-011-1/+1
* | checkout: drop unused repoEdward Thomson2016-06-011-4/+3
|/
* Ignore submodules when checking for merge conflicts in the workdir.Jason Haslam2016-05-261-0/+1
* checkout: handle dirty submodules correctlyJason Haslam2016-05-261-1/+2
* Merge pull request #3792 from edquist/miscEdward Thomson2016-05-261-1/+1
|\
| * Fix comment for GIT_FILEMODE_LINKCarl Edquist2016-05-181-1/+1
* | tree: handle removal of all entries in the updatercmn/remove-single-entryCarlos Martín Nieto2016-05-241-0/+9
* | tree: plug leaks in the tree updatercmn/tree-update-basenameCarlos Martín Nieto2016-05-191-3/+11
* | tree: use the basename for the entry removalCarlos Martín Nieto2016-05-191-1/+1
|/
* Introduce a function to create a tree based on a different onecmn/tree-updateCarlos Martín Nieto2016-05-171-0/+245
* Merge pull request #3767 from pks-t/pks/misc-fixesEdward Thomson2016-05-096-23/+21
|\
| * diff: simplify code for handling empty dirsPatrick Steinhardt2016-05-031-10/+6
| * delta-apply: fix sign extensionPatrick Steinhardt2016-05-021-5/+5
| * odb_loose: fix undefined behavior when computing sizePatrick Steinhardt2016-05-021-1/+1
| * checkout: set ignorecase=0 when config lookup failsPatrick Steinhardt2016-05-021-2/+4
| * merge_file: do not unnecessarily check ours/theirs for NULLPatrick Steinhardt2016-05-021-4/+4
| * index: fix memory leak on error casePatrick Steinhardt2016-05-021-1/+1
* | Merge pull request #3773 from lucasderraugh/patch-1Edward Thomson2016-05-081-0/+1
|\ \
| * | Fix unused variable 'message' warningLucas Derraugh2016-05-051-0/+1
* | | Merge pull request #3757 from johnhaley81/jh/fix-create-initial-commitCarlos Martín Nieto2016-05-061-1/+1
|\ \ \ | |/ / |/| |
| * | Fix `git_commit_create` for an initial commitJohn Haley2016-05-031-1/+1
* | | rebase: handle no common ancestor for inmemoryethomson/rebase_inmemory_no_baseEdward Thomson2016-05-031-4/+15
|/ /
* | Merge pull request #3759 from libgit2/cmn/faster-headerEdward Thomson2016-05-023-6/+48
|\ \ | |/ |/|
| * odb: avoid inflating the full delta to read the headercmn/faster-headerCarlos Martín Nieto2016-05-023-6/+48
* | Merge pull request #3763 from libgit2/ethomson/signature_from_bufferCarlos Martín Nieto2016-04-291-1/+26
|\ \
| * | Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-1/+26
| |/
* | Merge pull request #3760 from backhub/bug/openssl_readEdward Thomson2016-04-281-1/+1
|\ \ | |/ |/|
| * Fix style: no bracesChristian Schlack2016-04-271-2/+1
| * Fix return value of openssl_read (infinite loop)Christian Schlack2016-04-261-2/+3