summaryrefslogtreecommitdiffstats
path: root/http-push.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary initializationsDavid Rientjes2006-08-161-8/+8
* http-push.c cleanupDavid Rientjes2006-08-151-4/+1
* Merge branch 'js/http-mb'Junio C Hamano2006-08-131-42/+7
|\
| * http-push: avoid fork() by calling merge_bases() directlyJohannes Schindelin2006-08-051-42/+7
* | http-push: Make WebDAV work with (broken?) default apache2 WebDAV moduleRutger Nijlunsing2006-08-101-1/+1
|/
* Call setup_git_directory() earlyLinus Torvalds2006-07-291-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-131-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-251-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-201-9/+19
|\ \ | |/ |/|
| * Add "named object array" conceptLinus Torvalds2006-06-201-9/+19
* | Remove ranges from switch statements.Florian Forster2006-06-191-6/+7
|/
* Shrink "struct object" a bitLinus Torvalds2006-06-181-6/+6
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-171-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-311-11/+5
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-301-10/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-301-2/+2
* Merge branch 'lt/logopt'Junio C Hamano2006-04-181-0/+1
|\
| * Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-161-0/+1
* | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-171-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-111-0/+1
* | Replace index() with strchr().Dennis Stosberg2006-04-111-3/+3
|/
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-091-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-221-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-111-24/+33
* http-push: support for updating remote info/refsNick Hengeveld2006-03-111-11/+536
* http-push: improve remote lock managementNick Hengeveld2006-03-111-73/+76
* http-push: refactor remote file/directory processingNick Hengeveld2006-03-111-137/+106
* HTTP slot reuse fixesNick Hengeveld2006-03-111-19/+41
* http-push: fix revision walkNick Hengeveld2006-03-111-8/+5
* Update http-push functionalityNick Hengeveld2006-03-081-334/+726
* Merge branch 'jc/subdir'Junio C Hamano2005-11-301-0/+1
|\
| * Make networking commands to work from a subdirectory.Junio C Hamano2005-11-291-0/+1
* | http-push cleanupNick Hengeveld2005-11-291-2/+3
|/
* Fix typo in http-push.cJan Andres2005-11-291-1/+1
* Decide whether to build http-push in the MakefileNick Hengeveld2005-11-201-9/+0
* http-push memory/fd cleanupNick Hengeveld2005-11-201-3/+14
* Improve XML parsing in http-pushNick Hengeveld2005-11-201-156/+163
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-201-448/+36
* sparse fixes for http-{fetch,push}.cPeter Hagervall2005-11-091-13/+13