Age | Commit message (Expand) | Author | Files | Lines |
2016-10-17 | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 1 | -1/+1 |
2016-08-12 | Merge branch 'ew/http-backend-batch-headers' | Junio C Hamano | 1 | -104/+116 |
2016-08-10 | http-backend: buffer headers before sending | Eric Wong | 1 | -104/+116 |
2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -4/+1 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -1/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -1/+1 |
2016-04-10 | show_head_ref(): check the result of resolve_ref_namespace() | Michael Haggerty | 1 | -2/+2 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
2015-08-10 | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 1 | -1/+2 |
2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -1/+1 |
2015-06-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -9/+9 |
2015-05-25 | http-backend: spool ref negotiation requests to buffer | Jeff King | 1 | -11/+85 |
2015-05-25 | show_head_ref(): convert local variable "unused" to object_id | Michael Haggerty | 1 | -2/+2 |
2015-05-25 | http-backend: rewrite to take an object_id argument | Michael Haggerty | 1 | -14/+9 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -2/+7 |
2015-05-15 | http-backend: fix die recursion with custom handler | Jeff King | 1 | -5/+9 |
2014-10-24 | Merge branch 'rs/run-command-env-array' | Junio C Hamano | 1 | -6/+3 |
2014-10-19 | use env_array member of struct child_process | René Scharfe | 1 | -6/+3 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+3 |
2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -2/+1 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-08-07 | http-backend.c: replace `git_config()` with `git_config_get_bool()` family | Tanay Abhra | 1 | -19/+12 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+1 |
2014-07-21 | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 1 | -3/+1 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -4/+7 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
2013-09-20 | Merge branch 'bc/http-backend-allow-405' | Junio C Hamano | 1 | -2/+4 |
2013-09-12 | http-backend: provide Allow header for 405 | Brian M. Carlson | 1 | -2/+4 |
2013-06-02 | show_head_ref(): rename first parameter to "refname" | Michael Haggerty | 1 | -2/+2 |
2013-06-02 | show_head_ref(): do not shadow name of argument | Michael Haggerty | 1 | -2/+2 |
2013-04-18 | Merge branch 'jk/http-dumb-namespaces' | Junio C Hamano | 1 | -4/+34 |
2013-04-09 | http-backend: respect GIT_NAMESPACE with dumb clients | John Koleszar | 1 | -4/+34 |
2013-02-20 | pkt-line: drop safe_write function | Jeff King | 1 | -4/+4 |
2012-03-30 | http-backend: respect existing GIT_COMMITTER_* variables | Jeff King | 1 | -13/+9 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 1 | -1/+1 |
2011-06-10 | zlib: wrap inflateInit2 used to accept only for gzip format | Junio C Hamano | 1 | -4/+1 |
2011-06-10 | zlib: wrap remaining calls to direct inflate/inflateEnd | Junio C Hamano | 1 | -2/+2 |
2010-11-26 | http-backend: use end_url_with_slash() | Tay Ray Chuan | 1 | -3/+1 |
2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -3/+3 |
2010-06-27 | string_list: Fix argument order for string_list_lookup | Julian Phillips | 1 | -2/+2 |
2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -1/+1 |
2010-06-21 | Merge branch 'js/async-thread' | Junio C Hamano | 1 | -4/+2 |
2010-05-24 | make url-related functions reusable | Jeff King | 1 | -56/+3 |
2010-03-24 | http-backend: Don't infinite loop during die() | Shawn O. Pearce | 1 | -7/+11 |
2010-03-07 | Make report() from usage.c public as vreportf() and use it. | Johannes Sixt | 1 | -4/+1 |
2010-01-06 | Smart-http: check if repository is OK to export before serving it | Tarmigan Casebolt | 1 | -0/+3 |
2009-11-15 | http-backend: Let gcc check the format of more printf-type functions. | Tarmigan Casebolt | 1 | -0/+3 |
2009-11-15 | http-backend: Fix access beyond end of string. | Tarmigan Casebolt | 1 | -3/+4 |