summaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-7/+2
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-0/+1
* Fix lseek(2) calls with args 2 and 3 swappedDana How2007-04-051-1/+1
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+1
* Merge branch 'maint'Junio C Hamano2007-03-021-3/+7
|\
| * Another memory overrun in http-push.cEygene Ryabinkin2007-03-021-3/+7
* | Merge branch 'maint'Junio C Hamano2007-02-281-1/+1
|\ \ | |/
| * http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin2007-02-281-1/+1
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* | prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-4/+4
|/
* 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
|/