summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Migrate redirect URL handling to common utilityBen Straub2013-09-253-72/+130
| |/
* | Merge pull request #1412 from jamill/push_progressVicent Martí2013-09-306-6/+169
|\ \
| * | Initial Implementation of progress reports during pushJameson Miller2013-09-306-6/+169
* | | Merge pull request #1881 from libgit2/ignore-submodules-in-stashVicent Martí2013-09-301-2/+6
|\ \ \
| * | | Never consider submodules for stashingJustin Spahr-Summers2013-09-271-2/+6
| | |/ | |/|
* | | Merge pull request #1878 from libgit2/ntk/fix/warningsVicent Martí2013-09-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix warningsnulltoken2013-09-261-1/+1
| |/
* | commit: Trim message leading newlinesnulltoken2013-09-301-1/+1
|/
* Why are we disabling redirects?Ben Straub2013-09-251-0/+3
* Win32: handle http->https redirectsBen Straub2013-09-251-124/+192
* Merge pull request #1871 from libgit2/cross-protocol-redirects-altVicent Martí2013-09-242-62/+108
|\
| * Prevent HTTPS to HTTP redirectRussell Belfer2013-09-241-1/+6
| * Disconnect path string to preserve after redirectRussell Belfer2013-09-242-79/+104
| * Properly parse urls that include protocol://Ben Straub2013-09-241-1/+4
| * Allow redirects to use same hostBen Straub2013-09-241-2/+15
* | Ignore files that disappear while iteratingEdward Thomson2013-09-241-1/+9
|/
* Merge pull request #1865 from arrbee/various-cleanupsVicent Martí2013-09-246-14/+27
|\
| * Fix incorrect return code in crlf filterRussell Belfer2013-09-241-2/+2
| * Clean up unnecessary git_buf_printf callsRussell Belfer2013-09-232-4/+7
| * Fix warnings on Windows 64-bit buildRussell Belfer2013-09-231-3/+11
| * Clean up newly introduced warningsRussell Belfer2013-09-232-5/+7
* | Merge pull request #1864 from libgit2/minimize-regex-usageVicent Martí2013-09-242-58/+29
|\ \
| * | Remove regex usage from places that don't need itRussell Belfer2013-09-232-58/+29
| |/
* | 'del' instead of 'delete' for the poor C++ usersEdward Thomson2013-09-242-2/+2
|/
* Merge pull request #1863 from linquize/typoVicent Martí2013-09-221-1/+1
|\
| * Fix typo in documentationLinquize2013-09-221-1/+1
* | merge: reverse array and length parameter orderCarlos Martín Nieto2013-09-221-1/+1
|/
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-219-17/+17
|\
| * Fix warningLinquize2013-09-199-17/+17
* | Merge pull request #1859 from linquize/init.templatedirVicent Martí2013-09-201-18/+13
|\ \
| * | Check error value from git_futils_find_template_dirLinquize2013-09-201-2/+2
| * | Make init.templatedir workLinquize2013-09-191-17/+12
* | | msvc: No void* arithmetic on WindowsVicent Marti2013-09-181-1/+1
* | | Merge pull request #1860 from libgit2/cmn/indexer-hashVicent Martí2013-09-171-19/+71
|\ \ \ | |/ / |/| |
| * | indexer: don't reiterate the class in the messageCarlos Martín Nieto2013-09-181-3/+3
| * | indexer: check the packfile trailer for correctnessCarlos Martín Nieto2013-09-181-17/+69
* | | Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-176-19/+62
|\ \ \
| * | | Can load default template directoryLinquize2013-09-183-5/+24
| * | | Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize2013-09-181-0/+13