summaryrefslogtreecommitdiff
path: root/tests-clar/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'drodriguez/fix-remote-save' into developmentVicent Marti2013-11-011-9/+16
|\
| * Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-9/+16
* | Add tests for badly-formed URLsBen Straub2013-10-311-0/+7
|/
* HTTP: handle "relative" redirectsBen Straub2013-10-021-0/+28
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-022-7/+17
* 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
* tests: Fix memory leaksnulltoken2013-09-071-0/+2
* Test pushing to remotes with "file:///" urlsBen Straub2013-09-041-1/+70
* remote: Make git_remote_list() detect pushurlnulltoken2013-08-271-2/+8
* remote: Relax the parsing logic even morenulltoken2013-08-271-0/+22
* remote: Don't parse missing urls as empty stringsnulltoken2013-08-271-0/+6
* remote: relax the url rulesCarlos Martín Nieto2013-08-141-4/+6
* Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber2013-06-251-0/+12
* remote: make default tag retrieving behaviour consistentyorah2013-05-301-0/+3
* tests: don't verify SSH unsupported with GIT_SSHMichael Schubert2013-05-271-0/+2
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-3/+3
|\
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-3/+3
* | Merge pull request #1561 from arrbee/fix-windows-diff-eofnlVicent Martí2013-05-091-6/+6
|\ \
| * | Fix win32 type warningsRussell Belfer2013-05-071-6/+6
| |/
* | remote: correctly interpret tagopt '--tags'Carlos Martín Nieto2013-05-071-0/+17
|/
* remote: add resfpec list accessorsCarlos Martín Nieto2013-04-301-8/+7
* remote: dwim the refspecs according to the remote's advertised refsCarlos Martín Nieto2013-04-281-0/+41
* Parse shorthand refspecs as validCarlos Martín Nieto2013-04-281-0/+3
* refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-201-3/+3
* remote: allow querying for refspecsCarlos Martín Nieto2013-04-201-23/+56
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-12/+44
* tag: Fix parsing when no tagger nor messagenulltoken2013-03-312-4/+4
* Update cl_assert_equal_sz to be nicerRussell Belfer2013-03-221-6/+6
* remote push test fixEdward Thomson2013-03-051-1/+2
* Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-121-1/+2
|\
| * Allow progress callback to cancel fetchBen Straub2013-02-051-1/+2
* | remote: Introduce git_remote_is_valid_name()nulltoken2013-02-112-4/+35
* | remote: reorganize testsnulltoken2013-02-114-51/+51
* | Teach refspec to transform destination reference to source referenceJameson Miller2013-02-111-2/+9
|/
* Plug test leaksBen Straub2013-01-311-12/+16
* Enhance url parsing to include passwordsBen Straub2013-01-311-0/+78
* Add user-from-url param to auth callbackBen Straub2013-01-311-5/+28
* Merge pull request #1278 from sba1/cl-assert-equal-sVicent Martí2013-01-251-4/+4
|\
| * Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-251-4/+4
* | Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
|/
* Test that pushs properly fail for transports that don't provide a push implem...Sebastian Bauer2013-01-171-0/+21
* tests: plug a couple of leaksCarlos Martín Nieto2013-01-111-1/+1
* Move credential helpers to their own (optional) headerBen Straub2013-01-091-8/+8
* Expose stock user/pass credential utilityBen Straub2013-01-091-0/+27
* Even more cleanupsVicent Marti2013-01-031-4/+11
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+5
* Tests should clean up after themselvesBen Straub2013-01-031-0/+1
* Merge branch 'development' into clar2Vicent Marti2013-01-034-80/+31
|\