summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Wrap iconv stuff and write testsRussell Belfer2013-10-032-1/+58
| * | | | | | Simplify git_path_is_empty_dir implementationRussell Belfer2013-10-032-27/+24
| * | | | | | Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-035-39/+20
| * | | | | | Add check if we need to precompose unicode on MacRussell Belfer2013-10-031-0/+10
* | | | | | | Add Assembla unit testBen Straub2013-10-081-0/+6
* | | | | | | tree: allow retrieval of raw attributesCarlos Martín Nieto2013-10-081-1/+2
* | | | | | | Add test for multiple thread init/shutdownBen Straub2013-10-041-0/+13
* | | | | | | index: Make _read() cope with index file creationnulltoken2013-10-041-0/+50
* | | | | | | Tabify indentationsnulltoken2013-10-041-8/+8
|/ / / / / /
* | | | | | Merge pull request #1888 from jamill/network_cancellationVicent Martí2013-10-031-6/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Style tweaks and changes for code review feedbackJameson Miller2013-10-031-0/+2
| * | | | | Fix broken online push testsJameson Miller2013-10-021-4/+0
| * | | | | Support cancellation in push operationJameson Miller2013-10-021-2/+4
* | | | | | Merge pull request #1887 from libgit2/ntk/topic/git_message_rawVicent Martí2013-10-031-1/+7
|\ \ \ \ \ \
| * | | | | | commit: Introduce git_commit_message_raw()nulltoken2013-10-031-1/+7
| |/ / / / /
* | | | | | HTTP: handle "relative" redirectsBen Straub2013-10-021-0/+28
|/ / / / /
* | | | | clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-024-23/+17
* | | | | clone: bring back NULL as defaultsCarlos Martín Nieto2013-10-021-0/+6
* | | | | clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-0/+9
* | | | | clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-49/+0
* | | | | clone: remove the autotag optionCarlos Martín Nieto2013-10-021-33/+0
* | | | | clone: implement git_clone_intoCarlos Martín Nieto2013-10-021-0/+39
* | | | | remote: move the credentials callback to the structCarlos Martín Nieto2013-10-023-6/+12
* | | | | remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-027-16/+52
| |/ / / |/| | |
* | | | Merge pull request #1882 from linquize/config-subsection-fixVicent Martí2013-10-012-0/+40
|\ \ \ \
| * | | | 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
| | |_|/ | |/| |
* | | | Merge pull request #1879 from libgit2/redir-refactorVicent Martí2013-09-301-0/+53
|\ \ \ \
| * | | | Make sure utility doesn't leak memoryBen Straub2013-09-261-0/+9
| * | | | Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-261-4/+6
| * | | | Migrate redirect URL handling to common utilityBen Straub2013-09-251-0/+42
| |/ / /
* | | | Merge pull request #1412 from jamill/push_progressVicent Martí2013-09-301-31/+53
|\ \ \ \
| * | | | Initial Implementation of progress reports during pushJameson Miller2013-09-301-31/+53
* | | | | Merge pull request #1881 from libgit2/ignore-submodules-in-stashVicent Martí2013-09-304-43/+129
|\ \ \ \ \
| * | | | | Ensure submodule repos and indices are freedignore-submodules-in-stashBen Straub2013-09-301-4/+16
| * | | | | Test that submodules don't affect stashingJustin Spahr-Summers2013-09-274-43/+117
| | |/ / / | |/| | |
* | | | | Merge pull request #1878 from libgit2/ntk/fix/warningsVicent Martí2013-09-302-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix warningsnulltoken2013-09-262-5/+5
| |/ / /
* | | | commit: Trim message leading newlinesnulltoken2013-09-301-3/+18
* | | | Tabify indentationsnulltoken2013-09-301-82/+82
|/ / /
* | | Make tests pass if XDG config existsRussell Belfer2013-09-241-9/+14
* | | Disconnect path string to preserve after redirectRussell Belfer2013-09-241-0/+5
* | | Fix up filebuf tests a bitRussell Belfer2013-09-241-5/+5
* | | Fix incorrect return code in crlf filterRussell Belfer2013-09-244-16/+45
* | | Fix warnings on Windows 64-bit buildRussell Belfer2013-09-231-1/+1
* | | merge: reverse array and length parameter orderCarlos Martín Nieto2013-09-221-2/+2
* | | Suppress noise from running Valgrind on OSX 10.8Ben Straub2013-09-191-0/+28
* | | Update clar and recreate cl_assert_equal_szRussell Belfer2013-09-172-1/+5
* | | Bug fixes and cleanupsRussell Belfer2013-09-171-7/+27
* | | More filtering tests including orderRussell Belfer2013-09-172-6/+94