Age | Commit message (Expand) | Author | Files | Lines |
2013-02-24 | teach get_remote_heads to read from a memory buffer | Jeff King | 1 | -3/+3 |
2013-02-24 | pkt-line: share buffer/descriptor reading implementation | Jeff King | 1 | -1/+2 |
2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -2/+2 |
2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -3/+2 |
2013-02-20 | pkt-line: provide a generic reading function with options | Jeff King | 1 | -1/+2 |
2012-08-29 | Merge branch 'jc/capabilities' | Junio C Hamano | 1 | -9/+36 |
2012-08-13 | parse_feature_request: make it easier to see feature values | Jeff King | 1 | -9/+36 |
2012-07-04 | Merge branch 'hv/remote-end-hung-up' | Junio C Hamano | 1 | -1/+17 |
2012-06-19 | remove the impression of unexpectedness when access is denied | Heiko Voigt | 1 | -1/+17 |
2012-06-13 | git: Wrong parsing of ssh urls with IPv6 literals ignores port | René Scharfe | 1 | -1/+1 |
2012-01-08 | server_supports(): parse feature list more carefully | Junio C Hamano | 1 | -2/+21 |
2011-12-22 | Merge branch 'jk/git-prompt' | Junio C Hamano | 1 | -44/+0 |
2011-12-19 | Merge branch 'ew/keepalive' | Junio C Hamano | 1 | -0/+13 |
2011-12-13 | connect.c: drop path_match function | Jeff King | 1 | -21/+0 |
2011-12-13 | drop "match" parameter from get_remote_heads | Jeff King | 1 | -3/+0 |
2011-12-12 | move git_getpass to its own source file | Jeff King | 1 | -44/+0 |
2011-12-05 | enable SO_KEEPALIVE for connected TCP sockets | Eric Wong | 1 | -0/+13 |
2011-10-05 | Change check_ref_format() to take a flags argument | Michael Haggerty | 1 | -1/+1 |
2011-09-11 | Merge branch 'dz/connect-error-report' into maint | Junio C Hamano | 1 | -14/+11 |
2011-08-01 | connect: only log if all attempts failed (ipv4) | Erik Faye-Lund | 1 | -13/+10 |
2011-08-01 | Merge branch 'maint' into ef/ipv4-connect-error-report | Junio C Hamano | 1 | -1/+1 |
2011-08-01 | connect: correctly number ipv6 network adapter | Erik Faye-Lund | 1 | -1/+1 |
2011-07-14 | Do not log unless all connect() attempts fail | Dave Zarzycki | 1 | -14/+11 |
2011-05-19 | Merge branch 'jk/git-connection-deadlock-fix' | Junio C Hamano | 1 | -14/+21 |
2011-05-16 | connect: let callers know if connection is a socket | Jeff King | 1 | -1/+6 |
2011-05-16 | connect: treat generic proxy processes like ssh processes | Jeff King | 1 | -13/+15 |
2010-09-30 | Make sure that git_getpass() never returns NULL | Johannes Schindelin | 1 | -2/+6 |
2010-08-31 | Allow core.askpass to override SSH_ASKPASS. | Knut Franke | 1 | -1/+2 |
2010-08-31 | Add a new option 'core.askpass'. | Anselm Kruis | 1 | -1/+3 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-05-24 | decode file:// and ssh:// URLs | Jeff King | 1 | -1/+7 |
2010-03-20 | Merge branch 'fl/askpass' | Junio C Hamano | 1 | -0/+37 |
2010-03-07 | Merge branch 'gb/maint-submodule-env' | Junio C Hamano | 1 | -12/+2 |
2010-03-04 | git-core: Support retrieving passwords with GIT_ASKPASS | Frank Li | 1 | -0/+37 |
2010-03-02 | Merge branch 'ml/connect-refactor' | Junio C Hamano | 1 | -54/+29 |
2010-02-24 | Refactor list of of repo-local env vars | Giuseppe Bilotta | 1 | -12/+2 |
2010-02-17 | connect.c: move duplicated code to a new function 'get_host_and_port' | Michael Lukashov | 1 | -54/+29 |
2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
2010-01-27 | Merge branch 'il/maint-colon-address' | Junio C Hamano | 1 | -2/+8 |
2010-01-26 | Allow use of []-wrapped addresses in git:// | Ilari Liusvaara | 1 | -2/+8 |
2010-01-25 | git_connect: use use_shell instead of explicit "sh", "-c" | Johannes Sixt | 1 | -2/+1 |
2009-11-23 | Merge branch 'cc/replace' | Junio C Hamano | 1 | -0/+1 |
2009-11-20 | replace: use a GIT_NO_REPLACE_OBJECTS env variable | Christian Couder | 1 | -0/+1 |
2009-10-30 | Move "get_ack()" back to fetch-pack | Shawn O. Pearce | 1 | -21/+0 |
2009-08-31 | Style fixes, add a space after if/for/while. | Brian Gianforcaro | 1 | -1/+1 |
2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
2009-06-13 | Merge branch 'sp/msysgit' | Junio C Hamano | 1 | -2/+6 |
2009-06-06 | daemon: Strictly parse the "extra arg" part of the command | Shawn O. Pearce | 1 | -1/+4 |
2009-06-01 | connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows | Edward Z. Yang | 1 | -2/+6 |