summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto2014-07-032-0/+21
| | |/ / / /
| * | | | | Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti2014-07-022-11/+19
| |\ \ \ \ \
| | * | | | | ssh: always declare the libssh2 typesCarlos Martín Nieto2014-06-302-19/+11
| | * | | | | ssh: create the right callback signature based on build optionsCarlos Martín Nieto2014-06-302-10/+20
| | * | | | | ssl: init only once without threadsCarlos Martín Nieto2014-06-301-1/+7
| | |/ / / /
| * | | | | Merge pull request #2455 from ethomson/equal_oidVicent Marti2014-07-0240-151/+161
| |\ \ \ \ \
| | * | | | | revwalk::simplify test should testEdward Thomson2014-07-011-3/+3
| | * | | | | Introduce cl_assert_equal_oidEdward Thomson2014-07-0139-148/+158
| * | | | | | Merge pull request #2453 from ethomson/checkout_indexVicent Marti2014-07-026-175/+162
| |\ \ \ \ \ \
| | * | | | | | git_checkout_index: checkout other indexesEdward Thomson2014-07-016-175/+162
| * | | | | | | Merge pull request #2452 from libgit2/cmn/clone-custom-repoVicent Marti2014-07-027-148/+118
| |\ \ \ \ \ \ \
| | * | | | | | | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-027-144/+64
| | * | | | | | | clone: add a callback for repository creationCarlos Martín Nieto2014-07-023-4/+54
| * | | | | | | | Merge pull request #2456 from libgit2/cmn/ssh-send-everythingVicent Marti2014-07-021-1/+12
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | ssh: libssh2_channel_write() behaves like send()cmn/ssh-send-everythingCarlos Martín Nieto2014-07-021-1/+12
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #2451 from libgit2/rb/round-up-pool-allocationsVicent Marti2014-07-012-6/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-302-6/+6
| |/ / / / / /
| * | | | | | Merge pull request #2440 from phkelley/transportsVicent Marti2014-06-3010-68/+177
| |\ \ \ \ \ \
| | * | | | | | Improvements to git_transport extensibilityPhilip Kelley2014-06-2610-68/+177
| * | | | | | | Merge pull request #2447 from phkelley/pkt_assertVicent Marti2014-06-272-1/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-272-1/+8
| |/ / / / / / /
| * | | | | | | Merge pull request #2445 from ethomson/checkout_conflict_testVicent Marti2014-06-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | checkout::conflict tests: only test owner modeEdward Thomson2014-06-261-1/+1
| |/ / / / / / /
| * | | | | | | Merge pull request #2444 from libgit2/phkelley/flexarrayPhilip Kelley2014-06-261-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fixes #2443 Zero size arrays are an extensionphkelley/flexarrayPhilip Kelley2014-06-261-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #2442 from libgit2/cmn/leaksVicent Marti2014-06-254-17/+20
| |\ \ \ \ \ \
| | * | | | | | pack: clean up error returnsCarlos Martín Nieto2014-06-252-13/+11
| | * | | | | | tree: free in error conditionsCarlos Martín Nieto2014-06-251-0/+2
| | * | | | | | pack: free the new pack struct if we fail to insertCarlos Martín Nieto2014-06-252-4/+7
| |/ / / / / /
| * | | | | | travis: build the master branchCarlos Martín Nieto2014-06-251-1/+2
| * | | | | | Merge pull request #2435 from ethomson/text_attrVicent Marti2014-06-253-3/+12
| |\ \ \ \ \ \
| | * | | | | | Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-243-3/+12
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #2439 from ethomson/revert_exportVicent Marti2014-06-251-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Export git_revert_commitEdward Thomson2014-06-251-1/+1
| |/ / / / /
| * | | | | Add CHANGELOG entry for mixed-EOL fixCarlos Martín Nieto2014-06-241-0/+2
| * | | | | Merge remote-tracking branch 'upstream/cmn/mixed-eol-passthrough'Carlos Martín Nieto2014-06-244-33/+22
| |\ \ \ \ \
| | * | | | | crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-234-33/+22
| * | | | | | Add CHANGELOG entry for treebuilder mapCarlos Martín Nieto2014-06-241-0/+2
| * | | | | | Merge remote-tracking branch 'upstream/cmn/treebuilder-perf'Carlos Martín Nieto2014-06-244-62/+72
| |\ \ \ \ \ \
| | * | | | | | treentry: no need for manual size book-keepingcmn/treebuilder-perfCarlos Martín Nieto2014-06-102-10/+6
| | * | | | | | treebuilder: don't keep removed entries aroundCarlos Martín Nieto2014-06-103-38/+22
| | * | | | | | treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto2014-06-104-54/+84
| | | |_|/ / / | | |/| | | |
| * | | | | | Add CHANGELOG entry for shared packsCarlos Martín Nieto2014-06-241-0/+2
| * | | | | | Merge branch 'cmn/global-mwf'Carlos Martín Nieto2014-06-247-14/+202
| |\ \ \ \ \ \
| | * | | | | | Share packs across repository instancescmn/global-mwfCarlos Martín Nieto2014-06-237-14/+202
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #2434 from libgit2/rb/contributing-updatesVicent Marti2014-06-242-33/+75
| |\ \ \ \ \ \
| | * | | | | | missing parenrb/contributing-updatesRussell Belfer2014-06-201-1/+1
| | * | | | | | Update CONTRIBUTING and PROJECTSRussell Belfer2014-06-202-33/+75
| | | |_|/ / / | | |/| | | |
| * | | | | | Add a CHANGELOG entry for the filebuf changeCarlos Martín Nieto2014-06-231-0/+5
| * | | | | | Merge remote-tracking branch 'upstream/cmn/filebuf-atomic-unlock'Carlos Martín Nieto2014-06-232-4/+28
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |