<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/base85.c, branch v1.5.4.4</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2007-05-30T22:03:50Z</updated>
<entry>
<title>decode_85(): fix missing return.</title>
<updated>2007-05-30T22:03:50Z</updated>
<author>
<name>Jerald Fitzjerald</name>
<email>jfj@freemail.gr</email>
</author>
<published>2007-05-30T12:39:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=86d14e1b1d1063fc943c71edc8b05e1ce32c1602'/>
<id>urn:sha1:86d14e1b1d1063fc943c71edc8b05e1ce32c1602</id>
<content type='text'>
When the function detected an invalid base85 sequence, it issued
an error message but forgot to return error status at that point
and kept going.

Signed-off-by: Jerald Fitzjerald &lt;jfj@freemail.gr&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>(encode_85, decode_85): Mark source buffer pointer as "const".</title>
<updated>2007-04-11T07:51:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-04-09T22:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f98157720239f0dd94d03632dc873e3eb3135e2f'/>
<id>urn:sha1:f98157720239f0dd94d03632dc873e3eb3135e2f</id>
<content type='text'>
Signed-off-by: Jim Meyering &lt;jim@meyering.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>improve base85 generated assembly code</title>
<updated>2006-05-08T18:05:01Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2006-05-08T15:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=addaacab07d91e5ff1f06ada31c9e96c0edd31cd'/>
<id>urn:sha1:addaacab07d91e5ff1f06ada31c9e96c0edd31cd</id>
<content type='text'>
This code is arguably pretty hot, if you use binary patches of course.
This patch helps gcc generate both smaller and faster code especially in
the error free path.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>binary diff: further updates.</title>
<updated>2006-05-05T22:24:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-05-05T09:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=0660626caff6ac3745cd7b7908a2ca540141a2ec'/>
<id>urn:sha1:0660626caff6ac3745cd7b7908a2ca540141a2ec</id>
<content type='text'>
This updates the user interface and generated diff data format.

 * "diff --binary" is used to signal that we want an e-mailable
   binary patch.  It implies --full-index and -p.

 * "apply --allow-binary-replacement" acquired a short synonym
   "apply --binary".

 * After the "GIT binary patch\n" header line there is a token
   to record which binary patch mechanism was used, so that we
   can extend it later.  Currently there are two mechanisms
   defined: "literal" and "delta".  The former records the
   deflated postimage and the latter records the deflated delta
   from the preimage to postimage.

   For purely implementation convenience, I added the deflated
   length after these "literal/delta" tokens (otherwise the
   decoding side needs to guess and reallocate the buffer while
   inflating).  Improvement patches are very welcomed.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
