summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-302-0/+97
* remote: store passive refspecsCarlos Martín Nieto2014-09-302-1/+10
* remote: don't DWIM refspecs unnecessarilyCarlos Martín Nieto2014-09-301-19/+3
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-302-8/+37
* Merge pull request #2581 from jacquesg/stash-ignored-directoriesEdward Thomson2014-09-291-3/+5
|\
| * Recurse ignored directories when stashingJacques Germishuys2014-09-261-3/+5
* | Merge pull request #2584 from jacquesg/pool-alignmentEdward Thomson2014-09-295-26/+40
|\ \
| * | Ensure patch is initialized to zero, otherwise, the allocated flag may be setJacques Germishuys2014-09-261-0/+1
| * | Silence uninitialized warningJacques Germishuys2014-09-261-1/+1
| * | The raw index buffer content is not guaranteed to be alignedJacques Germishuys2014-09-261-24/+29
| * | Ensure pool data is aligned on an 8 byte boundaryJacques Germishuys2014-09-251-1/+1
| * | Introduce GIT_ALIGNJacques Germishuys2014-09-251-0/+8
| |/
* | Merge pull request #2582 from swansontec/masterEdward Thomson2014-09-291-1/+1
|\ \
| * | Correctly handle getaddrinfo return resultWilliam Swanson2014-09-241-1/+1
| |/
* | Merge pull request #2559 from libgit2/cmn/free-tls-errorEdward Thomson2014-09-291-0/+3
|\ \ | |/ |/|
| * global: free the error message when exiting a threadcmn/free-tls-errorCarlos Martín Nieto2014-09-141-0/+3
* | Merge pull request #2567 from cirosantilli/factor-41Vicent Marti2014-09-173-5/+6
|\ \
| * | Factor 40 and 41 constants from source.Ciro Santilli2014-09-163-5/+6
* | | Merge pull request #2571 from libgit2/vmg/walk-up-pathVicent Marti2014-09-176-24/+41
|\ \ \
| * | | repository: Do not double-free configvmg/walk-up-pathThe rugged tests are fragile2014-09-171-8/+8
| * | | StyleThe rugged tests are fragile2014-09-171-3/+2
| * | | attr: Do not walk path if we're at the rootThe rugged tests are fragile2014-09-171-5/+8
| * | | path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-175-11/+26
* | | | Merge pull request #2572 from cirosantilli/factor-voidVicent Marti2014-09-171-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Replace void casts with GIT_UNUSED.Ciro Santilli2014-09-171-2/+2
| |/ /
* | | Merge pull request #2464 from libgit2/cmn/host-cert-infoVicent Marti2014-09-179-77/+225
|\ \ \
| * | | winhttp: get rid of the cert ignore flagCarlos Martín Nieto2014-09-161-7/+0
| * | | ssh: expose both hashesCarlos Martín Nieto2014-09-161-9/+9
| * | | ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-161-9/+7
| * | | net: use only structs to pass information about certCarlos Martín Nieto2014-09-163-3/+13
| * | | Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-1617-128/+322
| |\ \ \
| * | | | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-165-30/+5
| * | | | winhttp: set ignore security flags on user commandCarlos Martín Nieto2014-09-161-6/+42
| * | | | winhttp: bring together request sendingCarlos Martín Nieto2014-09-161-32/+44
| * | | | winhttp: only do certificate check for SSLCarlos Martín Nieto2014-09-161-1/+1
| * | | | winhttp: credential check on successful connectCarlos Martín Nieto2014-09-161-0/+41
| * | | | Bring certificate check back to the normal return codeCarlos Martín Nieto2014-09-162-20/+17
| * | | | ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto2014-09-161-47/+44
| * | | | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-162-10/+12
| * | | | http: send the DER-encoded cert to the callbackCarlos Martín Nieto2014-09-162-22/+48
| * | | | Provide a callback for certificate validationCarlos Martín Nieto2014-09-166-7/+68
* | | | | Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-171-1/+3
* | | | | Merge pull request #2561 from jacquesg/merge-skipVicent Marti2014-09-161-3/+11
|\ \ \ \ \
| * | | | | Remove local unused index_repo variableJacques Germishuys2014-09-121-3/+1
| * | | | | Only check for workdir conflicts if the index has merged filesJacques Germishuys2014-09-121-0/+10
| | |_|/ / | |/| | |
* | | | | attr: Cleanup the containing dir logicThe rugged tests are fragile2014-09-161-5/+5
* | | | | Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-152-0/+28
| |_|/ / |/| | |
* | | | Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-151-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-061-2/+6
| |/ /
* | | signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-101-2/+2
| |/ |/|