101 Commits (1bc7c13af9f936aa80893100120b542338a10bf4)

Author SHA1 Message Date
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. 17 years ago
Andy Whitcroft 28b9d6e548 Teach send-pack a mirror mode 17 years ago
J. Bruce Fields 00ae82895e errors: "strict subset" -> "ancestor" 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Shawn O. Pearce fe5d1d3eb4 Support 'push --dry-run' for http transport 17 years ago
Daniel Barkalow 30ae764b1e Modularize commit-walker 17 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 17 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 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. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
Pierre Habouzit b5bf7cd6b7 missing 'static' keywords 18 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 0bc87ffb6c http-push.c cleanup 18 years ago
Rutger Nijlunsing 1e8d304507 http-push: Make WebDAV work with (broken?) default apache2 WebDAV module 19 years ago
Johannes Schindelin 61ffbcb988 http-push: avoid fork() by calling merge_bases() directly 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Joachim B Haga 12f6c308d5 Make zlib compression level configurable, and change default. 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Linus Torvalds 1f1e895fcc Add "named object array" concept 19 years ago
Florian Forster cfd432e63d Remove ranges from switch statements. 19 years ago