aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAge
...
| * | | match_refs: search ref list tail internallyClemens Buchacher2009-06-01
| * | | Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-25
| |\ \ \ | | | |/ | | |/|
* | | | http-push: reuse existing is_null_refClemens Buchacher2009-05-31
* | | | Merge branch 'maint'Junio C Hamano2009-05-24
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-05-24
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-24
| | |\ \
| | | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-24
| | | |\ \
| | | | * | http-push.c::remove_locks(): fix use after freeAlex Riesen2009-05-24
| | | * | | Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-05
| | | |\ \ \
* | | | | | | Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2009-05-21
| |_|_|_|_|/ |/| | | | |
* | | | | | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
|/ / / / /
* | | | | Replace ",<,>,& with their respective XML entities in DAV requestsMike Hommey2009-04-11
* | | | | Merge branch 'ms/http-auth'Junio C Hamano2009-04-07
|\ \ \ \ \
| * | | | | Allow curl to rewind the read buffersMartin Storsjö2009-04-02
* | | | | | Merge branch 'jc/shared-literally'Junio C Hamano2009-04-06
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-27
* | | | | Merge branch 'mg/http-auth'Junio C Hamano2009-03-26
|\ \ \ \ \
| * | | | | http-push.c: use a faux remote to pass to http_initAmos King2009-03-19
| * | | | | Do not name "repo" struct "remote" in push_http.cAmos King2009-03-19
| |/ / / /
* | | | | http-push: using error() and warning() as appropriateMiklos Vajna2009-03-23
* | | | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-17
|\ \ \ \ \
| * | | | | move duplicated ref_newer() to remote.cJay Soffian2009-02-26
| * | | | | move duplicated get_local_heads() to remote.cJay Soffian2009-02-26
| |/ / / /
* | | | | Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-15
|/ / / /
* | | | Merge branch 'rc/http-push'Junio C Hamano2009-02-15
|\ \ \ \
| * | | | use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan2009-02-15
* | | | | Merge branch 'rc/http-push'Junio C Hamano2009-02-05
|\ \ \ \ \ | |/ / / /
| * | | | http-push: wrap signature of get_remote_object_urlTay Ray Chuan2009-02-03
| * | | | http-push: add back underscore separator before lock tokenTay Ray Chuan2009-02-03
| * | | | http-push.c: get_remote_object_url() is only used under USE_CURL_MULTIJunio C Hamano2009-02-02
| * | | | http-push: refactor request url creationTay Ray Chuan2009-01-31
* | | | | Merge branch 'sp/runtime-prefix'Junio C Hamano2009-01-31
|\ \ \ \ \
| * | | | | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-26
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/signal-cleanup'Junio C Hamano2009-01-31
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor signal handling for cleanup functionsJeff King2009-01-21
| * | | | chain kill signals for cleanup functionsJeff King2009-01-21
* | | | | http-push.c: style fixesJunio C Hamano2009-01-25
* | | | | http-push: refactor lock-related headers creation for curl requestsRay Chuan2009-01-23
* | | | | Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-21
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-11
| | |/ | |/|
* | | http-push: when making directories, have a trailing slash in the path nameJohannes Schindelin2009-01-17
* | | http-push: fix off-by-path_lenJohannes Schindelin2009-01-17
| |/ |/|
* | http-push: support full URI in handle_remote_ls_ctx()Kirill A. Korinskiy2008-12-24
* | Remove the requirement opaquelocktoken uri schemeKirill A. Korinskiy2008-12-21
* | make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-18
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
* | Use xmalloc() and friends to catch allocation failuresDotan Barak2008-09-09
|/
* Make usage strings dash-lessStephan Beyer2008-07-13
* move show_pack_info() where it belongsNicolas Pitre2008-06-24
* http-push.c: remove duplicated codeJunio C Hamano2008-06-08