summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename diff objects and split patch.hRussell Belfer2013-10-1116-200/+201
* After iconv init reset ref normalize errorRussell Belfer2013-10-091-0/+1
* Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí2013-10-0823-338/+643
|\
| * Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-081-4/+4
| * Make reference lookups apply precomposeunicodeRussell Belfer2013-10-083-28/+46
| * More filemode cleanups for FAT on MacOSRussell Belfer2013-10-0811-138/+192
| * Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-042-29/+73
| * Update repo init with fewer platform assumptionsRussell Belfer2013-10-031-16/+18
| * Clean up annoying warningsRussell Belfer2013-10-032-6/+10
| * Wrap iconv stuff and write testsRussell Belfer2013-10-032-58/+99
| * Simplify git_path_is_empty_dir implementationRussell Belfer2013-10-031-28/+23
| * Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-039-177/+249
| * Put hooks in place for precompose in dirload fnRussell Belfer2013-10-037-12/+50
| * Add check if we need to precompose unicode on MacRussell Belfer2013-10-031-32/+69
* | Combine WinHTTP API callsBen Straub2013-10-081-13/+7
* | WinHTTP: set Accept header for POSTsBen Straub2013-10-081-1/+11
* | tree: allow retrieval of raw attributesCarlos Martín Nieto2013-10-081-3/+6
* | 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
* | index: Make _read() cope with index file creationnulltoken2013-10-041-2/+3
|/
* Merge pull request #1888 from jamill/network_cancellationVicent Martí2013-10-036-62/+78
|\
| * Style tweaks and changes for code review feedbackJameson Miller2013-10-031-8/+6
| * Support cancellation in push operationJameson Miller2013-10-026-61/+79
* | Merge pull request #1887 from libgit2/ntk/topic/git_message_rawVicent Martí2013-10-032-6/+19
|\ \
| * | commit: Introduce git_commit_message_raw()nulltoken2013-10-032-6/+19
| |/
* | HTTP: handle "relative" redirectsBen Straub2013-10-021-0/+10
|/
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-022-4/+3
* clone: bring back NULL as defaultsCarlos Martín Nieto2013-10-021-5/+9
* clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-1/+3
* clone: const-ify checkout optionsCarlos Martín Nieto2013-10-023-6/+6
* clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-021-0/+3
* clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-43/+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-021-8/+5
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-022-20/+20
* clone: implement git_clone_intoCarlos Martín Nieto2013-10-021-15/+63
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-024-17/+2
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-024-16/+7
* Add git_transport_register, git_transport_unregisterPhilip Kelley2013-10-011-0/+66
* Mark git__timer as inline on OSXBen Straub2013-10-011-1/+1
* Merge pull request #1882 from linquize/config-subsection-fixVicent Martí2013-10-011-26/+15
|\
| * 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-304-232/+137
|\ \
| * | Tighten up url-connection utilityBen Straub2013-09-261-8/+2
| * | WHOOPSBen Straub2013-09-261-2/+1
| * | Adjust to new utility signatureBen Straub2013-09-261-3/+2
| * | Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-263-79/+32
| * | Deploy gitno_connection_data into transportBen Straub2013-09-261-73/+16
| * | Refactor URL handling to use library callBen Straub2013-09-261-69/+28