128 Commits (ae5a6c3684c378bc32c1f6ecc0e6dc45300c14c1)

Author SHA1 Message Date
Kirill A. Korinskiy e1f33efe07 http-push: support full URI in handle_remote_ls_ctx() 16 years ago
Kirill A. Korinskiy 753bc911f4 Remove the requirement opaquelocktoken uri scheme 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Dotan Barak e8eec71d6e Use xmalloc() and friends to catch allocation failures 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Nicolas Pitre 77d3ecee85 move show_pack_info() where it belongs 17 years ago
Junio C Hamano d633c882db http-push.c: remove duplicated code 17 years ago
Paolo Bonzini ad5fa3cc0e rollback lock files on more signals than just SIGINT 17 years ago
Clemens Buchacher 6a491a1765 http-push: remove remote locks on exit signals 17 years ago
Krzysztof Kowalczyk 737922aa64 alloc_ref_from_str(): factor out a common pattern of alloc_ref from string 17 years ago
Daniel Barkalow c13b2633f4 Make walker.fetch_ref() take a struct ref. 17 years ago
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. 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 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