116 Commits (90356287e65181caeaa821d7476b8865d26bc588)

Author SHA1 Message Date
Clemens Buchacher 6eaf40608d http-push: push <remote> :<branch> deletes remote branch 17 years ago
Mike Hommey 9fc6440d78 Set proxy override with http_init() 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Johannes Schindelin 7fea9c5514 http-push: avoid a needless goto 17 years ago
Johannes Schindelin 1bbeb4c690 http-push: do not get confused by submodules 17 years ago
Johannes Schindelin add8e8cee5 http-push: avoid invalid memory accesses 17 years ago
Grégoire Barbier 3057ded057 http-push and http-fetch: handle URLs without trailing / 17 years ago
Junio C Hamano 325ce3959c http-push: clarify the reason of error from the initial PROPFIND request 17 years ago
Grégoire Barbier 9bdbabade4 http-push: fail when info/refs exists and is already locked 17 years ago
Grégoire Barbier 9116de5957 http-push: fix webdav lock leak. 17 years ago
Grégoire Barbier f854824bc5 http-push: disable http-push without USE_CURL_MULTI 17 years ago
Grégoire Barbier d6ed263fc7 Fix double-free() in http-push.c:remote_exists() 17 years ago
Mike Hommey d7e92806cd Move fetch_ref from http-push.c and http-walker.c to http.c 17 years ago
Mike Hommey 3a462bc9ba Fix various memory leaks in http-push.c and http-walker.c 17 years ago
Mike Hommey 028c297638 Use strbuf in http code 17 years ago
Mike Hommey c20f290808 Remove the default_headers variable from http-push.c 17 years ago
Mike Hommey a096bb18af Fix random sha1 in error message in http-fetch and http-push 17 years ago
Mike Hommey 3b683b91cd Fix some more memory leaks in http-push.c 17 years ago
Mike Hommey 472b257099 Fix XML parser leaks in http-push 17 years ago
André Goddard Rosa 84ef033832 Print the real filename that we failed to open. 18 years ago
Andy Whitcroft 28b9d6e548 Teach send-pack a mirror mode 18 years ago
J. Bruce Fields 00ae82895e errors: "strict subset" -> "ancestor" 18 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 18 years ago
Shawn O. Pearce fe5d1d3eb4 Support 'push --dry-run' for http transport 18 years ago
Daniel Barkalow 30ae764b1e Modularize commit-walker 18 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 18 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
Dana How b5da24679e Fix lseek(2) calls with args 2 and 3 swapped 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Eygene Ryabinkin eecc8367f4 Another memory overrun in http-push.c 18 years ago
Eygene Ryabinkin 2c46759db7 http-push.c::lock_remote(): validate all remote refs. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Shawn O. Pearce 1c23d794bf Don't die in git-http-fetch when fetching packs. 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Andy Whitcroft 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 19 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 19 years ago
Pierre Habouzit b5bf7cd6b7 missing 'static' keywords 19 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 19 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago