summaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* Another memory overrun in http-push.cEygene Ryabinkin2007-03-021-3/+7
* http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin2007-02-281-1/+1
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Don't die in git-http-fetch when fetching packs.Shawn O. Pearce2007-01-091-0/+3
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-1/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-3/+3
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-9/+4
* Merge branch 'gl/cleanup'Junio C Hamano2006-08-261-4/+4
|\
| * Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-231-1/+1
| * Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* | missing 'static' keywordsPierre Habouzit2006-08-231-1/+1
|/
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-8/+8
* http-push.c cleanupDavid Rientjes2006-08-141-4/+1
* Merge branch 'js/http-mb'Junio C Hamano2006-08-121-42/+7
|\
| * http-push: avoid fork() by calling merge_bases() directlyJohannes Schindelin2006-08-041-42/+7
* | http-push: Make WebDAV work with (broken?) default apache2 WebDAV moduleRutger Nijlunsing2006-08-091-1/+1
|/
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-6/+6
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-031-1/+1
* Make some strings constTimo Hirvonen2006-06-281-2/+2
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-3/+3
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-211-1/+1
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-201-1/+1
* | Merge branch 'lt/objlist' into nextJunio C Hamano2006-06-191-9/+19
|\ \ | |/ |/|
| * Add "named object array" conceptLinus Torvalds2006-06-191-9/+19
* | Remove ranges from switch statements.Florian Forster2006-06-181-6/+7
|/
* Shrink "struct object" a bitLinus Torvalds2006-06-171-6/+6
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-5/+5
* HTTP cleanupJunio C Hamano2006-06-061-34/+36
* HTTP cleanupNick Hengeveld2006-06-061-0/+8
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-11/+5
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-10/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-2/+2
* Merge branch 'lt/logopt'Junio C Hamano2006-04-181-0/+1
|\
| * Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-151-0/+1
* | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-161-5/+5
|/
* Merge branch 'jc/diff' into nextJunio C Hamano2006-04-111-0/+1
|\
| * blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-0/+1
* | Replace index() with strchr().Dennis Stosberg2006-04-111-3/+3
|/
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-081-5/+5
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-4/+2
* Fix sparse warnings about non-ANSI function prototypesRene Scharfe2006-04-021-1/+1
* http-push.c: squelch C90 warnings.Junio C Hamano2006-03-211-8/+12
* http-push: don't assume char is signedNick Hengeveld2006-03-201-1/+1
* http-push: add support for deleting remote branchesNick Hengeveld2006-03-201-1/+218
* http-push: cleanupNick Hengeveld2006-03-101-24/+33