index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http-push.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-20
ref_newer: convert to use struct object_id
brian m. carlson
1
-2
/
+2
2015-11-20
Convert struct ref to use object_id.
brian m. carlson
1
-22
/
+22
2015-10-05
drop strcpy in favor of raw sha1_to_hex
Jeff King
1
-4
/
+2
2015-10-05
http-push: use an argv_array for setup_revisions
Jeff King
1
-22
/
+10
2015-09-25
http-push: use strbuf instead of fwrite_buffer
Jeff King
1
-16
/
+5
2015-09-25
http-push: replace strcat with xsnprintf
Jeff King
1
-4
/
+4
2015-09-25
use xsnprintf for generating git object headers
Jeff King
1
-1
/
+1
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
1
-1
/
+1
2015-03-27
Merge branch 'sb/leaks'
Junio C Hamano
1
-1
/
+0
2015-03-23
http-push: remove unneeded cleanup
Stefan Beller
1
-1
/
+0
2015-03-17
Merge branch 'rs/deflate-init-cleanup'
Junio C Hamano
1
-1
/
+0
2015-03-05
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
René Scharfe
1
-1
/
+0
2015-01-14
http-push: trim trailing newline from remote symref
Jeff King
1
-0
/
+3
2014-07-22
Merge branch 'ah/fix-http-push' into maint
Junio C Hamano
1
-1
/
+1
2014-07-16
Merge branch 'ah/fix-http-push'
Junio C Hamano
1
-1
/
+1
2014-07-13
http-push.c: make CURLOPT_IOCTLDATA a usable pointer
Abbaad Haider
1
-1
/
+1
2014-07-09
Merge branch 'jk/xstrfmt'
Junio C Hamano
1
-17
/
+7
2014-06-20
http-push: refactor parsing of remote object names
Jeff King
1
-15
/
+23
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
1
-5
/
+6
2014-06-19
use xstrfmt to replace xmalloc + sprintf
Jeff King
1
-13
/
+5
2014-06-19
use xstrdup instead of xmalloc + strcpy
Jeff King
1
-4
/
+2
2014-05-27
http-push.c: rearrange xcalloc arguments
Brian Gesiak
1
-1
/
+1
2014-03-25
object.h: centralize object flag allocation
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-2
/
+2
2013-10-30
Merge branch 'jk/http-auth-redirects'
Junio C Hamano
1
-2
/
+2
2013-09-30
http: refactor options to http_get_*
Jeff King
1
-2
/
+2
2013-09-20
Merge branch 'nd/fetch-into-shallow'
Junio C Hamano
1
-1
/
+1
2013-09-17
Merge branch 'jk/free-tree-buffer'
Junio C Hamano
1
-2
/
+1
2013-08-28
list-objects: reduce one argument in mark_edges_uninteresting
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-19
http-push.c::add_send_request(): do not initialize transfer_request
Stefan Beller
1
-1
/
+1
2013-06-06
clear parsed flag when we free tree buffers
Jeff King
1
-2
/
+1
2013-04-06
http: drop http_error function
Jeff King
1
-1
/
+1
2013-04-06
http: simplify http_error helper function
Jeff King
1
-1
/
+1
2013-02-11
Allow building with xmlparse.h
Matt Kraai
1
-0
/
+4
2013-02-10
Merge branch 'sp/smart-http-content-type-check'
Junio C Hamano
1
-2
/
+2
2013-02-04
Verify Content-Type from smart HTTP servers
Shawn Pearce
1
-2
/
+2
2012-11-26
xml_entities(): use function strbuf_addstr_xml_quoted()
Michael Haggerty
1
-22
/
+1
2012-09-11
Merge branch 'jc/merge-bases'
Junio C Hamano
1
-2
/
+1
2012-08-27
http-push: use in_merge_bases() for fast-forward check
Junio C Hamano
1
-2
/
+1
2012-05-22
http-push: do not access git_default_email directly
Jeff King
1
-1
/
+1
2012-04-30
remove superfluous newlines in error messages
Pete Wyckoff
1
-2
/
+2
2011-12-19
Merge branch 'ab/enable-i18n'
Junio C Hamano
1
-0
/
+2
2011-12-13
http-push: enable "proactive auth"
Jeff King
1
-1
/
+1
2011-12-05
i18n: add infrastructure for translating Git with gettext
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2011-10-21
Merge branch 'jc/match-refs-clarify'
Junio C Hamano
1
-2
/
+2
2011-10-17
Merge branch 'jk/http-auth'
Junio C Hamano
1
-9
/
+1
2011-10-15
http_init: accept separate URL parameter
Jeff King
1
-9
/
+1
2011-10-13
Merge branch 'nd/maint-autofix-tag-in-head'
Junio C Hamano
1
-4
/
+4
2011-09-18
Accept tags in HEAD or MERGE_HEAD
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2011-09-12
rename "match_refs()" to "match_push_refs()"
Junio C Hamano
1
-2
/
+2
[prev]
[next]