summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* branch: add test showing ENOTFOUND for invalid upstream configurationcmn/upstream-invalid-refnameCarlos Martín Nieto2013-10-081-0/+23
* Merge pull request #1890 from libgit2/multiple-initVicent Martí2013-10-052-35/+73
|\
| * Don't use git_atomic as an integerBen Straub2013-10-041-4/+5
| * Use InterlockedCompareExchange for the lockPhilip Kelley2013-10-041-49/+18
| * Posix synchronized init, prototype win32 versionBen Straub2013-10-041-34/+89
| * Add test for multiple thread init/shutdownBen Straub2013-10-041-0/+13
|/
* Merge pull request #1892 from libgit2/ntk/topic/index_readVicent Martí2013-10-043-10/+64
|\
| * index: Make _read() cope with index file creationnulltoken2013-10-042-2/+53
| * index: Enhance documentationnulltoken2013-10-041-0/+3
| * Tabify indentationsnulltoken2013-10-041-8/+8
|/
* Merge pull request #1888 from jamill/network_cancellationVicent Martí2013-10-039-70/+86
|\
| * Style tweaks and changes for code review feedbackJameson Miller2013-10-032-8/+8
| * Fix broken online push testsJameson Miller2013-10-021-4/+0
| * Support cancellation in push operationJameson Miller2013-10-029-65/+85
* | Merge pull request #1887 from libgit2/ntk/topic/git_message_rawVicent Martí2013-10-034-7/+37
|\ \
| * | commit: Introduce git_commit_message_raw()nulltoken2013-10-034-7/+37
| |/
* | Merge pull request #1889 from libgit2/relative-redirectRussell Belfer2013-10-022-0/+38
|\ \ | |/ |/|
| * HTTP: handle "relative" redirectsBen Straub2013-10-022-0/+38
|/
* Merge pull request #1855 from libgit2/cmn/clone-intoVicent Martí2013-10-0223-304/+294
|\
| * clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-029-35/+26
| * remote: add some comments to the callback structCarlos Martín Nieto2013-10-021-1/+33
| * clone: mention clone_into in the clone documentationCarlos Martín Nieto2013-10-021-2/+5
| * clone: bring back NULL as defaultsCarlos Martín Nieto2013-10-022-5/+15
| * clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-023-18/+17
| * clone: const-ify checkout optionsCarlos Martín Nieto2013-10-025-8/+8
| * clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-022-0/+4
| * clone: remove more options from basic cloneCarlos Martín Nieto2013-10-023-99/+5
| * clone: implement git_clone on top of git_clone_intoCarlos Martín Nieto2013-10-021-58/+19
| * clone: remove the autotag optionCarlos Martín Nieto2013-10-023-44/+5
| * remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-023-20/+31
| * clone: implement git_clone_intoCarlos Martín Nieto2013-10-023-15/+118
| * remote: move the credentials callback to the structCarlos Martín Nieto2013-10-0212-31/+20
| * remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-0215-46/+66
|/
* Merge pull request #1885 from ethomson/transport_registerVicent Martí2013-10-012-0/+100
|\
| * Add git_transport_register, git_transport_unregisterPhilip Kelley2013-10-012-0/+100
|/
* Mark git__timer as inline on OSXBen Straub2013-10-011-1/+1
* Merge pull request #1882 from linquize/config-subsection-fixVicent Martí2013-10-013-26/+55
|\
| * Add negative test cases for config header with invalid charactersLinquize2013-10-011-0/+22
| * Add test case to test ']' and '\\' characters in config subsectionLinquize2013-10-012-0/+18
| * Config subsection name should allow to have ']' and '\\' should allow to esca...Linquize2013-10-011-26/+15
* | Merge pull request #1879 from libgit2/redir-refactorVicent Martí2013-09-305-232/+190
|\ \
| * | Tighten up url-connection utilityBen Straub2013-09-261-8/+2
| * | WHOOPSBen Straub2013-09-261-2/+1
| * | Make sure utility doesn't leak memoryBen Straub2013-09-261-0/+9
| * | Adjust to new utility signatureBen Straub2013-09-261-3/+2
| * | Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-264-83/+38
| * | Deploy gitno_connection_data into transportBen Straub2013-09-261-73/+16
| * | Refactor URL handling to use library callBen Straub2013-09-261-69/+28
| * | Migrate redirect URL handling to common utilityBen Straub2013-09-254-72/+172
* | | Merge pull request #1412 from jamill/push_progressVicent Martí2013-09-3010-37/+283
|\ \ \