Age | Commit message (Expand) | Author | Files | Lines |
2019-02-05 | Merge branch 'jt/fetch-v2-sideband' | Junio C Hamano | 1 | -92/+86 |
2019-01-17 | {fetch,upload}-pack: sideband v2 fetch response | Jonathan Tan | 1 | -0/+5 |
2019-01-17 | sideband: reverse its dependency on pkt-line | Jonathan Tan | 1 | -92/+81 |
2018-12-04 | sideband: color lines with keyword only | Stefan Beller | 1 | -2/+3 |
2018-08-18 | sideband: do not read beyond the end of input | Junio C Hamano | 1 | -2/+6 |
2018-08-08 | sideband: highlight keywords in remote sideband output | Han-Wen Nienhuys | 1 | -9/+116 |
2018-04-24 | Avoid multiple PREFIX definitions | Philip Oakley | 1 | -5/+5 |
2017-12-04 | refactor "dumb" terminal determination | Lars Schneider | 1 | -3/+2 |
2016-07-19 | Merge branch 'lf/recv-sideband-cleanup' | Junio C Hamano | 1 | -74/+58 |
2016-07-06 | sideband.c: small optimization of strbuf usage | Nicolas Pitre | 1 | -3/+3 |
2016-07-01 | sideband.c: refactor recv_sideband() | Lukas Fleischer | 1 | -74/+58 |
2016-06-16 | sideband.c: make send_sideband() return void | Lukas Fleischer | 1 | -3/+1 |
2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -2/+2 |
2014-06-02 | sideband.c: do not use ANSI control sequence on non-terminal | Michael Naumov | 1 | -1/+1 |
2013-02-24 | pkt-line: share buffer/descriptor reading implementation | Jeff King | 1 | -1/+1 |
2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -1/+1 |
2013-02-20 | pkt-line: drop safe_write function | Jeff King | 1 | -4/+5 |
2009-11-04 | Smart push over HTTP: client side | Shawn O. Pearce | 1 | -3/+8 |
2009-03-10 | recv_sideband: Bands #2 and #3 always go to stderr | Johannes Sixt | 1 | -11/+8 |
2008-09-03 | improve handling of sideband message display | Nicolas Pitre | 1 | -23/+43 |
2008-01-09 | recv_sideband: Do not use ANSI escape sequence on dumb terminals. | Johannes Sixt | 1 | -5/+18 |
2007-11-05 | sideband.c: ESC is spelled '\033' not '\e' for portability. | Nicolas Pitre | 1 | -1/+1 |
2007-11-04 | fix display overlap between remote and local progress | Nicolas Pitre | 1 | -14/+37 |
2007-10-17 | cope with multiple line breaks within sideband progress messages | Nicolas Pitre | 1 | -2/+17 |
2006-10-11 | atomic write for sideband remote messages | Nicolas Pitre | 1 | -12/+16 |
2006-09-10 | Move sideband server side support into reusable form. | Junio C Hamano | 1 | -0/+26 |
2006-09-10 | Move sideband client side support into reusable form. | Junio C Hamano | 1 | -0/+48 |