summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename routine to free TLS dataJeff Hostetler2015-04-183-4/+9
* Remove DllMain now that TLS data freed by threadsJeff Hostetler2015-04-171-8/+0
* Also fix leak of TLS data on main thread.Jeff Hostetler2015-04-171-4/+1
* Attempt to fix Windows TLS memory leak.Jeff Hostetler2015-04-173-5/+17
* Merge pull request #3042 from libgit2/cmn/odd-slowdownEdward Thomson2015-04-161-2/+22
|\
| * revwalk: detect when we're out of interesting commitscmn/odd-slowdownCarlos Martín Nieto2015-04-141-2/+22
* | Merge pull request #3037 from libgit2/cmn/hide-then-pushEdward Thomson2015-04-161-0/+4
|\ \
| * | revwalk: don't insert uninteresting commits into the queueCarlos Martín Nieto2015-04-081-0/+4
* | | Merge pull request #3039 from jeffhostetler/jeffhostetler/msvc_crtdbgEdward Thomson2015-04-161-0/+117
|\ \ \ | |_|/ |/| |
| * | Add MSVC CRTDBG memory leak reporting.Jeff Hostetler2015-04-151-0/+117
| |/
* | Merge pull request #2974 from libgit2/cmn/clone-everythingEdward Thomson2015-04-103-3/+40
|\ \
| * | local: recusrively insert non-branch objects into the packfilecmn/clone-everythingCarlos Martín Nieto2015-03-171-1/+2
| * | tree: add more correct error messages for not foundCarlos Martín Nieto2015-03-171-2/+2
| * | packbuilder: introduce git_packbuilder_insert_recur()Carlos Martín Nieto2015-03-171-0/+36
* | | Merge pull request #3030 from linquize/symlink_supportedEdward Thomson2015-04-101-3/+5
|\ \ \
| * | | For bare repository, use repo_dir to test if symlinks are supportedLinquize2015-04-041-3/+5
* | | | Merge branch 'pr/3035'Edward Thomson2015-04-101-4/+4
|\ \ \ \
| * | | | ISO C90 forbids mixed declarations and codeJozef Matula2015-04-081-4/+4
| | |_|/ | |/| |
* | | | Fix checking of return value for regcomp.Patrick Steinhardt2015-04-103-6/+6
* | | | describe: only abort without tags if fallback is not allowed.Patrick Steinhardt2015-04-071-1/+1
|/ / /
* | | Entry argument passed to git_index_add_frombuffer() should be constPierre-Olivier Latour2015-04-031-1/+1
* | | Merge pull request #3011 from ethomson/filter_zero_tempbufEdward Thomson2015-03-251-0/+3
|\ \ \
| * | | filter: clear the temp_buf if we're using oneEdward Thomson2015-03-251-0/+3
* | | | squash some leaksEdward Thomson2015-03-242-5/+5
* | | | Merge pull request #2990 from leoyanggit/custom_paramEdward Thomson2015-03-246-8/+18
|\ \ \ \
| * | | | Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-186-8/+18
* | | | | Merge pull request #2986 from tkelman/mingw_winhttpEdward Thomson2015-03-241-22/+27
|\ \ \ \ \
| * | | | | Use swprintf_s everywhere except mingw.orgTony Kelman2015-03-191-3/+7
| * | | | | Fix build on mingw-w64Alex Crichton2015-03-161-2/+2
| * | | | | Win32: Enable WinHTTP for MinGWPhilip Kelley2015-03-161-23/+24
* | | | | | Merge pull request #2947 from libgit2/cmn/notes-bufEdward Thomson2015-03-241-21/+40
|\ \ \ \ \ \
| * | | | | | note: use a git_buf to return the default namespacecmn/notes-bufCarlos Martín Nieto2015-03-171-21/+40
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3010 from ethomson/checkout_invalid_path_errCarlos Martín Nieto2015-03-241-1/+1
|\ \ \ \ \ \
| * | | | | | checkout: report correct invalid pathEdward Thomson2015-03-231-1/+1
* | | | | | | git: make sure to close the network streamCarlos Martín Nieto2015-03-211-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | mkdir-ext: Retry lstat on EEXIST racevmg/mkdir-extVicent Marti2015-03-191-5/+14
* | | | | | Merge pull request #2996 from ethomson/dll_commentsCarlos Martín Nieto2015-03-191-2/+6
|\ \ \ \ \ \
| * | | | | | win32 resource: allow custom comments field in DLLEdward Thomson2015-03-181-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2967 from jacquesg/merge-whitespaceEdward Thomson2015-03-182-6/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added options to enable patience and minimal diff driversJacques Germishuys2015-03-161-0/+6
| * | | | | Collapse whitespace flags into git_merge_file_flags_tJacques Germishuys2015-03-162-8/+8
| * | | | | Renamed git_merge_options 'flags' to 'tree_flags'Jacques Germishuys2015-03-161-2/+2
| * | | | | Allow for merges with whitespace discrepanciesJacques Germishuys2015-03-162-4/+15
| | |_|/ / | |/| | |
* | | | | Merge pull request #2955 from git-up/update_tips_fixesCarlos Martín Nieto2015-03-182-13/+18
|\ \ \ \ \
| * | | | | Fixed active refspecs not reset by git_remote_upload()Pierre-Olivier Latour2015-03-111-0/+4
| * | | | | Fixed update_tips callback called for failed pushed referencesPierre-Olivier Latour2015-03-111-13/+14
* | | | | | Merge remote-tracking branch 'ethomson/submodule_8dot3'Carlos Martín Nieto2015-03-183-61/+167
|\ \ \ \ \ \
| * | | | | | repository: Introduce "reserved names"Edward Thomson2015-02-273-61/+166
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2983 from jeffhostetler/jeffhostetler/perf_merge_lazy_bin...Edward Thomson2015-03-172-9/+19
|\ \ \ \ \ \
| * | | | | | PERF: In MERGE, lazily compute is_binaryJeff Hostetler2015-03-162-9/+19
| | |_|/ / / | |/| | | |