2010-01-25 | t5541-http-push: make grep expression check for one... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-21 | retry request without query when info/refs?query fails Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-10 | transport-helper.c::push_refs(): emit "no refs" error... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-10 | transport-helper.c::push_refs(): ignore helper-reported... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-10 | transport.c::transport_push(): make ref status affect... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-10 | refactor ref status logic for pushing Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-10 | t5541-http-push.sh: add test for unmatched, non-fast... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2010-01-10 | t5541-http-push.sh: add tests for non-fast-forward... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-12-29 | clone: use --progress to force progress reporting Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-12-29 | clone: set transport->verbose when -v/--verbose is... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-12-29 | git-clone.txt: reword description of progress behaviour Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-12-29 | check stderr with isatty() instead of stdout when deciding... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-12-04 | builtin-push: don't access freed transport->url Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-11-28 | http: maintain curl sessions Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-11-24 | remote-curl.c: fix rpc_out() Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-11-05 | t5540-http-push: remove redundant fetches Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-10-31 | http-push: fix check condition on http.c::finish_http_pack_r... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-09-11 | http.c: remove verification of remote packs Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-08-29 | http.c: set slot callback members to NULL when releasing... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-08-18 | http.c: don't assume that urls don't end with slash Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-08-10 | http.c: replace usage of temporary variable for urls Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-08-10 | http.c: free preq when aborting Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http*: add helper methods for fetching objects (loose) Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http*: add helper methods for fetching packs Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http: use new http API in fetch_index() Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http*: add http_get_info_packs Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http: create function end_url_with_slash Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http*: move common variables and macros to http.[ch] Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http-push: do not SEGV after fetching a bad pack idx... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http*: copy string returned by sha1_to_hex Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http-walker: verify remote packs Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http-push, http-walker: style fixes Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | t5550-http-fetch: test fetching of packed objects Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http-push: fix missing "#ifdef USE_CURL_MULTI" around... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http-push: send out fetch requests on queue Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | t5540-http-push: test fetching of packed objects Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | t5540-http-push: test fetching of loose objects Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-06-06 | http*: cleanup slot->local after fclose Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-03-08 | http.c: use strbuf API in quote_ref_url Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-02-15 | use a hash of the lock token as the suffix for PUT... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-02-04 | http-push: wrap signature of get_remote_object_url |
diff | tree |
2009-02-04 | http-push: add back underscore separator before lock... Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |
2009-02-01 | http-push: refactor request url creation Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> |
diff | tree |