summaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* http-push: support for updating remote info/refsNick Hengeveld2006-03-101-11/+536
* http-push: improve remote lock managementNick Hengeveld2006-03-101-73/+76
* http-push: refactor remote file/directory processingNick Hengeveld2006-03-101-137/+106
* HTTP slot reuse fixesNick Hengeveld2006-03-101-19/+41
* http-push: fix revision walkNick Hengeveld2006-03-101-8/+5
* Update http-push functionalityNick Hengeveld2006-03-071-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-281-0/+1
* | http-push cleanupNick Hengeveld2005-11-291-2/+3
|/
* Fix typo in http-push.cJan Andres2005-11-281-1/+1
* Decide whether to build http-push in the MakefileNick Hengeveld2005-11-191-9/+0
* http-push memory/fd cleanupNick Hengeveld2005-11-191-3/+14
* Improve XML parsing in http-pushNick Hengeveld2005-11-191-156/+163
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-191-448/+36
* sparse fixes for http-{fetch,push}.cPeter Hagervall2005-11-081-13/+13
* Small bugfixes for http-push.cJohannes Schindelin2005-11-071-2/+12
* Make http-push smarter about creating remote dirsNick Hengeveld2005-11-071-1/+9
* http-push.c: include with angle bracket, not dq.Paul Collins2005-11-061-1/+1
* Refresh the remote lock if it is about to expireNick Hengeveld2005-11-061-27/+79
* Improve lock handlingNick Hengeveld2005-11-061-54/+147
* Support remote references with slashes in their namesNick Hengeveld2005-11-061-3/+39
* Verify remote packs, speed up pending request queueNick Hengeveld2005-11-061-16/+21
* Add support for pushing to a remote repository using HTTP/DAVNick Hengeveld2005-11-061-0/+1625