summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* p_open: make flags volatilecmn/clar-tmpCarlos Martín Nieto2014-05-021-1/+1
* Merge pull request #2304 from jacquesg/solarisVicent Marti2014-05-013-3/+4
|\
| * Check for NULL before passing it to vsnprintfJacques Germishuys2014-04-302-3/+3
| * strcasecmp is in <strings.h>Jacques Germishuys2014-04-301-0/+1
* | cygwin also doesn't have qsort_rJacques Germishuys2014-04-301-1/+1
* | MidnightBSD may also not have strnlenJacques Germishuys2014-04-291-1/+1
|/
* pack-objects: always write out the status in write_one()cmn/pack-objects-memoryCarlos Martín Nieto2014-04-261-0/+1
* zstream: grow based on used memory rather than allocatedCarlos Martín Nieto2014-04-261-1/+1
* refdb: fix typo and wordingCarlos Martín Nieto2014-04-261-1/+1
* Filter: Make sure to release local on errorJiri Pospisil2014-04-251-2/+3
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-2511-76/+89
|\
| * Fire update_tips callback also for pushes.Jacques Germishuys2014-04-211-17/+29
| * Correct argument order of git__calloc()Jacques Germishuys2014-04-211-1/+1
| * It is safe to free() a NULL pointerJacques Germishuys2014-04-211-3/+1
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-218-11/+11
| * Rename progress callback to sideband_progressJacques Germishuys2014-04-212-4/+4
| * Check the return codes of remote callbacks.Jacques Germishuys2014-04-211-5/+9
| * Fire progress callbacks also for pushes.Jacques Germishuys2014-04-201-36/+35
* | Merge pull request #2241 from libgit2/rb/stash-skip-submodulesVicent Marti2014-04-255-97/+171
|\ \
| * | Handle explicitly ignored dir slightly differentlyrb/stash-skip-submodulesRussell Belfer2014-04-241-8/+9
| * | Treat ignored, empty, and untracked dirs differentRussell Belfer2014-04-234-22/+39
| * | Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-224-98/+140
| * | Make stash and checkout ignore contained reposRussell Belfer2014-04-222-3/+17
* | | Merge pull request #2294 from ethomson/merge_checkout_strategyRussell Belfer2014-04-241-5/+3
|\ \ \
| * | | merge: checkout default shouldn't clobber givenEdward Thomson2014-04-231-5/+3
| * | | merge: default checkout strategy for should be SAFEEdward Thomson2014-04-231-1/+1
* | | | fetchhead: deal with quotes in branch namesCarlos Martín Nieto2014-04-241-1/+1
|/ / /
* | | Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-233-6/+164
|\ \ \
| * | | patch: emit binary patches (optionally)Edward Thomson2014-04-223-6/+164
* | | | Merge pull request #2283 from phkelley/win32_fsVicent Marti2014-04-2318-460/+912
|\ \ \ \
| * | | | React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-238-38/+34
| * | | | Handle win32 reparse points properlyEdward Thomson2014-04-225-132/+353
| * | | | Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-1916-400/+635
| | |_|/ | |/| |
* | | | Replace math fns with simpler integer mathrb/note-git-diff-index-behaviorRussell Belfer2014-04-221-11/+23
* | | | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-222-161/+141
* | | | Some doc and examples/diff.c changesRussell Belfer2014-04-221-1/+2
| |_|/ |/| |
* | | transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-222-32/+55
* | | remote: provide read access to the callback structureCarlos Martín Nieto2014-04-221-0/+7
* | | Merge pull request #2287 from libgit2/rb/moar-coverity-fixesVicent Marti2014-04-224-18/+16
|\ \ \
| * | | Fix some coverity-found issuesRussell Belfer2014-04-214-18/+16
| | |/ | |/|
* | | Fix reset for staged deletesRussell Belfer2014-04-211-3/+8
|/ /
* | attrcache: fix use-after-freeCarlos Martín Nieto2014-04-211-1/+1
* | sysdir: free the path if we cannot find the fileCarlos Martín Nieto2014-04-211-1/+1
|/
* Merge pull request #2273 from jacquesg/ssh-interactiveVicent Marti2014-04-192-9/+81
|\
| * Only zero sensitive information on destruction (and memory actually allocated...Jacques Germishuys2014-04-181-7/+21
| * Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys2014-04-182-3/+3
| * Introduce git_cred_ssh_interactive_new()Jacques Germishuys2014-04-182-0/+58
* | Merge pull request #2279 from libgit2/rb/moar-eegnöre-fîxésVicent Marti2014-04-197-15/+98
|\ \
| * | Minor fixesRussell Belfer2014-04-184-5/+8
| * | Fix ignore difference from git with trailing /*Russell Belfer2014-04-182-0/+10