Commits

Commit:
8f90b2144b015a1c8d566af39e82d48b902b3fff
From:
Omar Polo <op@omarpolo.com>
Date:
Tue Aug 16 17:01:41 2022 UTC

wip'n'crude: open downloads with xdg-open

Commit:
05d87bafea0acc2bb9f304b9c1f6f09f13f54dd1
From:
Omar Polo <op@omarpolo.com>
Date:
Tue Aug 16 17:01:12 2022 UTC

fmt; get rid of double `break'

Commit:
d7905c759ae3452198bd29406a2d281161486f9f
From:
Omar Polo <op@omarpolo.com>
Date:
Mon Jul 18 19:48:45 2022 UTC

fix git url prodded by freezr while here mention the codeberg mirror on the web version too

Commit:
2534e4d5e993e0f9f72955e001f2ecd5753ddf23
From:
Omar Polo <op@omarpolo.com>
Date:
Fri May 27 18:05:01 2022 UTC

garbage collect even more IMSG types these are unused after the fs/ui merge.

Commit:
c6e37ffde911f0a5e1a09ff309d347497c7a1d2e
From:
Omar Polo <op@omarpolo.com>
Date:
Fri May 27 17:55:15 2022 UTC

s/IMSG_GET_RAW/IMSG_GET and gc unused IMSG_GET_FILE

Commit:
0640b55566b66eb28c4c16f22c10e47b58207394
From:
Omar Polo <op@omarpolo.com>
Date:
Fri May 27 14:20:39 2022 UTC

re-group the handling of imsgs while here also do more validation in IMSG_GET_RAW and add a missing NULL check in the return type of req_by_id in the IMSG_CERT_STATUS.

Commit:
612d2546ec8bfffdcab59f3a7069c6bf664a0ee4
From:
Omar Polo <op@omarpolo.com>
Date:
Fri May 27 14:08:35 2022 UTC

sync request size with telescope.h

Commit:
4e28261d344ccc1d8732379ed36b87f6041d538c
From:
Omar Polo <op@omarpolo.com>
Date:
Fri May 27 13:50:26 2022 UTC

get rid of some ifdefs just declare the same function in the two branches of #if HAVE_ASR_RUN to avoid further #ifs

Commit:
12b8028458880ff002c13e2fc82398e6358ffdb6
From:
Omar Polo <op@omarpolo.com>
Date:
Fri May 27 12:09:08 2022 UTC

avoid unnecessary else

Commit:
0faaffc40de26124354f48370e7985bf9e070619
From:
Omar Polo <op@omarpolo.com>
Date:
Thu May 26 07:34:31 2022 UTC

start a new release cycle

Commit:
56274e43003001964651f70dc6b2f508501eb2d0
From:
Omar Polo <op@omarpolo.com>
Date:
Wed May 25 20:31:26 2022 UTC

changes for 0.8.1

Commit:
2755163381207edb50e1db495c9994f88471433c
From:
Omar Polo <op@omarpolo.com>
Date:
Wed May 25 18:03:07 2022 UTC

handle mark_nonblock_cloexec failure

Commit:
ee0aac2f009a841246854bc189070f07803d0d2e
From:
Omar Polo <op@omarpolo.com>
Date:
Wed May 25 18:03:07 2022 UTC

work around macos lack of SOCK_CLOEXEC / SOCK_NONBLOCK rework mark_nonblock so it sets the cloexec flag too and use it in control.c to avoid these flags. (which are expected to become available on a future revision of POSIX and are already widely available.) It's not an issue for telescope to do the socket/accept + fcntl dance because there aren't threads that can fork(2) (there are no threads at all!) reported by @sikmir at github https://github.com/omar-polo/telescope/commit/59ef79dd19611c7846b00427e6f2267c748ae290#r74498414

Commit:
8307a7c8a20d43ed32440d3a15197e4f5a804022
From:
Omar Polo <op@omarpolo.com>
Date:
Wed May 25 18:03:07 2022 UTC

bump version

Commit:
ef24e386cc7f4bfb113cf0d739f5c5ede2c51715
From:
Omar Polo <op@omarpolo.com>
Date:
Wed May 25 18:03:07 2022 UTC

regen manpages