summaryrefslogtreecommitdiffstats
path: root/http-push.c
AgeCommit message (Expand)AuthorLines
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano-1/+0
2007-01-09Don't die in git-http-fetch when fetching packs.Shawn O. Pearce-0/+3
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft-1/+1
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano-2/+2
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce-3/+3
2006-08-27free(NULL) is perfectly valid.Junio C Hamano-9/+4
2006-08-26Merge branch 'gl/cleanup'Junio C Hamano-4/+4
2006-08-23missing 'static' keywordsPierre Habouzit-1/+1
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-3/+3
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes-8/+8
2006-08-14http-push.c cleanupDavid Rientjes-4/+1
2006-08-12Merge branch 'js/http-mb'Junio C Hamano-42/+7
2006-08-09http-push: Make WebDAV work with (broken?) default apache2 WebDAV moduleRutger Nijlunsing-1/+1
2006-08-04http-push: avoid fork() by calling merge_bases() directlyJohannes Schindelin-42/+7
2006-07-28Call setup_git_directory() earlyLinus Torvalds-1/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds-6/+6
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga-1/+1
2006-06-28Make some strings constTimo Hirvonen-2/+2
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen-3/+3
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano-1/+1
2006-06-20Remove all void-pointer arithmetic.Florian Forster-1/+1
2006-06-19Merge branch 'lt/objlist' into nextJunio C Hamano-9/+19
2006-06-19Add "named object array" conceptLinus Torvalds-9/+19
2006-06-18Remove ranges from switch statements.Florian Forster-6/+7
2006-06-17Shrink "struct object" a bitLinus Torvalds-6/+6
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen-5/+5
2006-06-06HTTP cleanupJunio C Hamano-34/+36
2006-06-06HTTP cleanupNick Hengeveld-0/+8
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds-11/+5
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds-10/+20
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds-2/+2
2006-04-18Merge branch 'lt/logopt'Junio C Hamano-0/+1
2006-04-16rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano-5/+5
2006-04-15Split init_revisions() out of setup_revisions()Junio C Hamano-0/+1
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano-0/+1
2006-04-11Replace index() with strchr().Dennis Stosberg-3/+3
2006-04-10blame and friends: adjust to multiple pathspec change.Junio C Hamano-0/+1
2006-04-08Make "--parents" logs also be incrementalLinus Torvalds-5/+5
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen-4/+2
2006-04-02Fix sparse warnings about non-ANSI function prototypesRene Scharfe-1/+1
2006-03-21http-push.c: squelch C90 warnings.Junio C Hamano-8/+12
2006-03-20http-push: don't assume char is signedNick Hengeveld-1/+1
2006-03-20http-push: add support for deleting remote branchesNick Hengeveld-1/+218
2006-03-10http-push: cleanupNick Hengeveld-24/+33
2006-03-10http-push: support for updating remote info/refsNick Hengeveld-11/+536
2006-03-10http-push: improve remote lock managementNick Hengeveld-73/+76