about summary refs log tree commit diff
path: root/ui-blob.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-09-29 22:12:11 +0200
committerChristian Hesse <mail@eworm.de>2016-10-04 09:47:18 +0200
commit406f593895a2cc9f8944e87c94b7b6a94deee470 (patch)
tree6c03019e230614fdaee8263a18f98c03eac36256 /ui-blob.c
parentui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff)
downloadcgit-pink-406f593895a2cc9f8944e87c94b7b6a94deee470.tar.gz
cgit-pink-406f593895a2cc9f8944e87c94b7b6a94deee470.zip
ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Upstream git is replacing 'unsigned char sha1[20]' with 'struct object_id
oid'. We have some code that can be changed independent from upstream. So
here we go...
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
31e9c20e9&follow=1'>Make clientFormat publicJune McEnroe 2019-10-24Make serverFormat publicJune McEnroe 2019-10-24Rename some thingsJune McEnroe 2019-10-23Add ISUPPORT draft to STANDARDSJune McEnroe 2019-10-23Track own originJune McEnroe 2019-10-23Track channels and sync ISUPPORTJune McEnroe 2019-10-23Track nick changesJune McEnroe 2019-10-23Rename Command to MessageJune McEnroe 2019-10-23Synchronize state after client registrationJune McEnroe 2019-10-23Send to server if client has no needsJune McEnroe 2019-10-23Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe