67 Commits (04408c3578300ac7cc1b1530bbaec54de299b200)

Author SHA1 Message Date
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
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Junio C Hamano dd8239f997 HTTP cleanup 19 years ago
Nick Hengeveld b3ca4e4ebb HTTP cleanup 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Junio C Hamano 1b65a5aa44 rev-list --boundary: show boundary commits even when limited otherwise. 19 years ago
Junio C Hamano 6b9c58f466 Split init_revisions() out of setup_revisions() 19 years ago
Dennis Stosberg ef9e58c826 Replace index() with strchr(). 19 years ago
Junio C Hamano c4e05b1a22 blame and friends: adjust to multiple pathspec change. 19 years ago
Linus Torvalds 3381c790e5 Make "--parents" logs also be incremental 19 years ago
Peter Eriksen 90321c106c Replace xmalloc+memset(0) with xcalloc. 19 years ago
Rene Scharfe ec26b4d6b0 Fix sparse warnings about non-ANSI function prototypes 19 years ago
Junio C Hamano 8c9e7947c2 http-push.c: squelch C90 warnings. 19 years ago
Nick Hengeveld a3c57c9adb http-push: don't assume char is signed 19 years ago
Nick Hengeveld 3dfaf7bcfd http-push: add support for deleting remote branches 19 years ago
Nick Hengeveld 1a703cba6d http-push: cleanup 19 years ago
Nick Hengeveld 197e8951ab http-push: support for updating remote info/refs 19 years ago
Nick Hengeveld 512d632cf2 http-push: improve remote lock management 19 years ago
Nick Hengeveld 3030baa7f0 http-push: refactor remote file/directory processing 19 years ago
Nick Hengeveld baa7b67d09 HTTP slot reuse fixes 19 years ago
Nick Hengeveld 5241bfe6d1 http-push: fix revision walk 19 years ago
Nick Hengeveld aa1dbc9897 Update http-push functionality 19 years ago
Nick Hengeveld 3e9fabc85e http-push cleanup 19 years ago
Junio C Hamano 5a3277133d Make networking commands to work from a subdirectory. 19 years ago
Jan Andres 3e2f62bebf Fix typo in http-push.c 19 years ago
Nick Hengeveld 0890098780 Decide whether to build http-push in the Makefile 19 years ago