aboutsummaryrefslogtreecommitdiffstats
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-18Merge branch 'lt/logopt'Junio C Hamano1-0/+1
2006-04-16rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano1-5/+5
2006-04-15Split init_revisions() out of setup_revisions()Junio C Hamano1-0/+1
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano1-0/+1
2006-04-11Replace index() with strchr().Dennis Stosberg1-3/+3
2006-04-10blame and friends: adjust to multiple pathspec change.Junio C Hamano1-0/+1
2006-04-08Make "--parents" logs also be incrementalLinus Torvalds1-5/+5
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-4/+2
2006-04-02Fix sparse warnings about non-ANSI function prototypesRene Scharfe1-1/+1
2006-03-21http-push.c: squelch C90 warnings.Junio C Hamano1-8/+12
2006-03-20http-push: don't assume char is signedNick Hengeveld1-1/+1
2006-03-20http-push: add support for deleting remote branchesNick Hengeveld1-1/+218
2006-03-10http-push: cleanupNick Hengeveld1-24/+33
2006-03-10http-push: support for updating remote info/refsNick Hengeveld1-11/+536
2006-03-10http-push: improve remote lock managementNick Hengeveld1-73/+76
2006-03-10http-push: refactor remote file/directory processingNick Hengeveld1-137/+106
2006-03-10HTTP slot reuse fixesNick Hengeveld1-19/+41
2006-03-10http-push: fix revision walkNick Hengeveld1-8/+5
2006-03-07Update http-push functionalityNick Hengeveld1-334/+726
2005-11-30Merge branch 'jc/subdir'Junio C Hamano1-0/+1
2005-11-29http-push cleanupNick Hengeveld1-2/+3
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+1
2005-11-28Fix typo in http-push.cJan Andres1-1/+1
2005-11-19Decide whether to build http-push in the MakefileNick Hengeveld1-9/+0
2005-11-19http-push memory/fd cleanupNick Hengeveld1-3/+14
2005-11-19Improve XML parsing in http-pushNick Hengeveld1-156/+163
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld1-448/+36
2005-11-08sparse fixes for http-{fetch,push}.cPeter Hagervall1-13/+13
2005-11-07Small bugfixes for http-push.cJohannes Schindelin1-2/+12
2005-11-07Make http-push smarter about creating remote dirsNick Hengeveld1-1/+9
2005-11-06http-push.c: include with angle bracket, not dq.Paul Collins1-1/+1
2005-11-06Refresh the remote lock if it is about to expireNick Hengeveld1-27/+79
2005-11-06Improve lock handlingNick Hengeveld1-54/+147
2005-11-06Support remote references with slashes in their namesNick Hengeveld1-3/+39
2005-11-06Verify remote packs, speed up pending request queueNick Hengeveld1-16/+21
2005-11-06Add support for pushing to a remote repository using HTTP/DAVNick Hengeveld1-0/+1625