]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2023-05-17 John Benediktssonvocabs.loader: unset main, fixes a refresh issue
2023-05-17 John Benediktssonzim.builder: binpack to 1 MB clusers
2023-05-17 John Benediktssonzim: faster if we save the stream
2023-05-17 John Benediktssonzim.builder: support zstd clusters
2023-05-17 John Benediktssonzim.builder: adding the beginning of a zim file builder
2023-05-16 John Benediktssonzim: re-factor out zim.server
2023-05-16 John Benediktssonreadline-listener: tab-complete qualified words
2023-05-16 razetimestrings: correct article commas
2023-05-16 razetimemath.extras: fix desc of nonzero
2023-05-16 John Benediktssonwebsites.concatenative: adding blogs responder
2023-05-16 John Benediktssonzim: print path and port when starting
2023-05-16 John Benediktssonzim: linear search without namespace, allow port on...
2023-05-16 John Benediktssonzim: require namespace in (find-entry-url)
2023-05-16 John Benediktssonzim: fix some namespace lookups
2023-05-16 John Benediktssonzim: remove unused
2023-05-16 John Benediktssonarrays.shaped: fix usings
2023-05-16 John Benediktssonzim: tweaks
2023-05-16 John Benediktssonzim: sort by namespace first then url
2023-05-16 John Benediktssoncompression.zstd: simplify with an accumulator
2023-05-16 John Benediktssonzim: some cleanup
2023-05-16 John Benediktssonzim: better url searching, magic number asserting
2023-05-15 John Benediktssonzim: fix reading uncompressed clusters
2023-05-15 John Benediktssonarrays.shaped: implement nth/like so each/map works
2023-05-15 John Benediktssonzim: implement assocs, implement 404
2023-05-15 John Benediktssonzim: fix using, fix double entry read
2023-05-15 John Benediktssonbinary-search: allow search to look into the stack.
2023-05-15 John Benediktssonzim: adding first version of zim parser
2023-05-15 John Benediktssonhtml.templates: implement M\ byte-array call-template*
2023-05-15 John Benediktssoncompression.zstd: adding a decompress stream frame...
2023-05-15 John Benediktssoncompression.zstd.ffi: adding more functions
2023-05-13 Doug Colemandiscord: don't reconnect in a loop, wait on a mailbox...
2023-05-13 Doug Colemanzoneinfo: remove a couple deprecated files
2023-05-13 Doug Colemanbuild-from-source: add with-out-directory to change...
2023-05-13 Doug Colemanzoneinfo.update: add a vocabulary to automatically...
2023-05-13 Doug Colemanzoneinfo: remove obsolete or unused files
2023-05-13 Doug Colemanhttp.websockets: remove comment
2023-05-13 Doug Colemanui.backend.windows: warn instead of trying to get hWnd...
2023-05-13 Doug Colemandiscord: refactor reconnects
2023-05-12 John Benediktssonperiodic-table: adding another ui demo
2023-05-11 Doug Colemangir: add the beginnings of a gir file parser
2023-05-10 John Benediktssoncalendar.ranges: support duration ``to`` argument
2023-05-10 John Benediktssoncalendar.ranges: supporting reverse ranges
2023-05-09 John Benediktssoncalendar.ranges: adding timestamp range objects.
2023-05-07 Doug Colemanui.backend.gtk2: fix using
2023-05-07 Doug Colemangtk: Fix usings
2023-05-07 Doug Colemangnome: rename gtk to gtk2, move most gir files to basis/gir
2023-05-07 Doug Colemanbuild-from-source.windows: add build-ripgrep
2023-05-07 Doug Colemanwrap.strings: fix test
2023-05-07 Doug Colemanodbc: add all of the ffi functions i could find, write...
2023-05-04 John Benediktssontokencase: simplify
2023-05-04 John Benediktssoncolor-picker-game: use locals for nicer UI layout
2023-05-04 John Benediktssonraylib: remove duplicate function definition
2023-05-04 John Benediktssonraylib: update to RayLib 4.5.0
2023-05-03 John Benediktssoncolor-picker-game: slight refactor for blog post
2023-05-03 John Benediktssonhelp.syntax: handle parens
2023-05-03 John Benediktssonui.gadgets.tabbed: re-add internal border
2023-05-03 John Benediktssonwrap.strings: allow breaking long words
2023-05-03 John Benediktssonpcre2: fix strings to use utf8 everywhere
2023-05-03 John Benediktssonui.gadgets.tabbed: fix up background
2023-05-03 John Benediktssoncolor-picker-game: games for all color types
2023-05-03 John Benediktssonui.gadgets.tabbed: make sure tab bar has background set
2023-05-03 John Benediktssoncolor-picker: better tabs, more colors
2023-05-03 John Benediktssoncolor-picker-game: adding a reset button
2023-05-03 John Benediktssoncolors.distances: smaller rgba-distance definition
2023-05-03 John Benediktssonui.gadgets.tabbed: re-use toolbar theme to make nice...
2023-05-02 John Benediktssoncolor-picker-game: another demo
2023-05-02 John Benediktssoncolor-picker: pick a bunch of color types
2023-05-02 John Benediktssoncolors: some cleanup, adding ?named-color
2023-05-02 John Benediktssonmath.functions.integer-logs: fix tests
2023-05-01 John Benediktssonpcre2: sort nametable properly
2023-05-01 John Benediktssonpcre2: adding some basic support for named captures
2023-05-01 John Benediktssongeneralizations: fix test
2023-05-01 John Benediktssonpcre2: adding start of libpcre2 bindings
2023-05-01 John Benediktssonmath.vectors.simd: rename assert-positive to not conflict
2023-05-01 John Benediktssonmath.functions.integer-logs: remove unused word
2023-05-01 John Benediktssonmisc/vim: update syntax
2023-05-01 John Benediktssonmath: adding assert-positive and assert-negative
2023-05-01 John Benediktssonmath.floating-point: improve double. printing
2023-05-01 John Benediktssonwebbrowser: faster url-string? prototype
2023-04-29 John Benediktssonhelp.tour: fix docs
2023-04-28 John Benediktssonbuild-from-source: don't use github-git-uri by default
2023-04-28 John Benediktssonio.sockets.secure.unix: handle linux ssl error on prema...
2023-04-28 John Benediktssonio.sockets.secure.unix: simplify tests
2023-04-28 John Benediktssonio.sockets.secure: simplify with-secure-context
2023-04-27 Doug Colemanopenssl.libssl: bug report got fixed! "read header...
2023-04-27 Doug Colemangithub: add http/https uris
2023-04-27 Doug Colemanbuild-from-source: use a pristine directory $TEMP/githu...
2023-04-27 John Benediktssonwebsites.concatenative: adding re
2023-04-27 Doug Colemancerts: add a vocabulary to generate ssl certs for testing
2023-04-26 John Benediktssontools.deploy.backend: clean the old deploy images autom...
2023-04-22 Doug Colemanhacker-news: use parallel-map-timeout
2023-04-22 Doug Colemanconcurrency.combinators: add parallel-map-timeout
2023-04-22 Doug Colemanopenssl.libssl: allow "unknown" state in initialized...
2023-04-21 Doug Colemancodebase-analyzer: add some julia/rust project file...
2023-04-20 Doug Colemanopenssl: use TLS_method() to get the highest supported...
2023-04-18 Doug Colemanhacker-news: fix json http gets
2023-04-18 John Benediktssongithub: fix json.http duplication
2023-04-18 Doug Colemanhacker-news: add a word to get comments
2023-04-18 Doug Colemangithub: use json.http
2023-04-18 Doug Colemanjson: add json.http and some helper words for http...
next