summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-30Merge branch 'jc/subdir'Libravatar Junio C Hamano1-0/+1
2005-11-29http-push cleanupLibravatar Nick Hengeveld1-2/+3
2005-11-28Make networking commands to work from a subdirectory.Libravatar Junio C Hamano1-0/+1
2005-11-28Fix typo in http-push.cLibravatar Jan Andres1-1/+1
2005-11-19Decide whether to build http-push in the MakefileLibravatar Nick Hengeveld1-9/+0
2005-11-19http-push memory/fd cleanupLibravatar Nick Hengeveld1-3/+14
2005-11-19Improve XML parsing in http-pushLibravatar Nick Hengeveld1-156/+163
2005-11-19Isolate shared HTTP request functionalityLibravatar Nick Hengeveld1-448/+36
2005-11-08sparse fixes for http-{fetch,push}.cLibravatar Peter Hagervall1-13/+13
2005-11-07Small bugfixes for http-push.cLibravatar Johannes Schindelin1-2/+12
2005-11-07Make http-push smarter about creating remote dirsLibravatar Nick Hengeveld1-1/+9
2005-11-06http-push.c: include with angle bracket, not dq.Libravatar Paul Collins1-1/+1
2005-11-06Refresh the remote lock if it is about to expireLibravatar Nick Hengeveld1-27/+79
2005-11-06Improve lock handlingLibravatar Nick Hengeveld1-54/+147
2005-11-06Support remote references with slashes in their namesLibravatar Nick Hengeveld1-3/+39
2005-11-06Verify remote packs, speed up pending request queueLibravatar Nick Hengeveld1-16/+21
2005-11-06Add support for pushing to a remote repository using HTTP/DAVLibravatar Nick Hengeveld1-0/+1625