]> gitweb.factorcode.org Git - factor.git/history - basis/urls
scryfall: make decks better, import from moxfield
[factor.git] / basis / urls /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-04-14 Doug Colemanhttp: allow using ws:// or wss:// and use it in discord
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-08-01 Doug Colemansequences: use index-of-last more places
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemanfactor: refactor subseq-start
2022-01-21 John Benediktssonurls: adding tests from RFC 3986: 1.1.2.
2022-01-03 John Benediktssonbasis/extra: removing unnecessary IN: statements.
2021-12-26 John Benediktssonurls.encoding: only split query params on &.
2021-03-18 John Benediktssonurls: normalize paths when creating urls from strings.
2021-03-15 John Benediktssonurls: adding some more test cases for remove-dot-segments.
2021-03-15 John Benediktssonurls: remove unnecessary slashes in remove-dot-segments.
2021-03-15 John Benediktssonurls: use split1 instead of replace in remove-dot-segments.
2021-03-15 John Benediktssonurls: handle a series of /././././ in paths.
2021-03-15 John Benediktssonurls: improve remove-dot-segments and test lots of...
2021-03-13 John BenediktssonRevert "Revert "urls: RFC 3986 (5.2.4. Remove Dot...
2021-03-12 John BenediktssonRevert "urls: RFC 3986 (5.2.4. Remove Dot Segments)"
2021-03-12 John Benediktssonurls: RFC 3986 (5.2.4. Remove Dot Segments)
2021-03-05 John Benediktssonurls.encoding: speed up decode on unicode.
2021-03-05 John Benediktssonurls.encoding: make unicode fix to decode-uri also.
2021-03-04 John Benediktssonurls: more correct fix for unicode, but maybe slower...
2021-03-04 John Benediktssonurls: another unicode test.
2021-03-04 John Benediktssonurls: fix for unicode url parsing.
2021-03-04 John Benediktssonurls.encoding: change escape-uri-char? to be simpler...
2021-03-04 John Benediktssonurls: fix for paths that contain slashes.
2021-03-04 John Benediktssonurls: fix the scheme case-insensitive test.
2021-03-04 John Benediktssonurls: allow empty query and fragments in parse.
2021-02-28 Doug Colemanurls.encoding: Add some javascript encoding words.
2020-11-09 John Benediktssonurls: fix set-url-addr to work with inet6.
2020-11-03 John Benediktssonurls: support IPV6 urls.
2020-11-02 John Benediktssonurls: move a test for parse-host from http.client,...
2020-10-29 David MindlinExtending Url Parsing (#2354)
2020-05-15 John Benediktssonurls: adding redacted-url to mask the password of a...
2020-01-24 John BenediktssonMerge pull request #2235 from kusumotonorio/system...
2020-01-17 Doug Colemanbyte-arrays: Add a byte-sequence protocol for byte...
2020-01-09 John Benediktssonurls.encoding: support byte-array values for encoding.
2019-09-07 John Benediktssonurls: simpler url-port.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-22 John Benediktssonoauth2: move set-query-params to urls.
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-11-20 Björn LindqvistRevert "Revert "urls: only create linked-hash if query...
2016-11-16 Björn LindqvistRevert "urls: only create linked-hash if query is f...
2016-07-31 Björn Lindqvisturls: better parsing of the scheme component of urls
2016-04-17 John Benediktssonurls: remove unnecessary >secure-addr indirection.
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-03-29 Doug Colemanurls.secure: roll this into urls since we ship libressl...
2016-03-04 Doug Colemanurls: fix docs
2016-03-03 Doug Colemanurls: fix unit test
2016-03-03 Benjamin PollackAdd SNI support to Factor
2015-11-19 John Benediktssonurls: only create linked-hash if query is f.
2015-11-16 Björn Lindqvisturls: fix for the test failure in the yahoo vocab
2015-11-04 John Benediktssonurls.encoding: make query>assoc docs have checked example.
2015-11-04 Doug Colemanurls: Fix unit tests for linked-hash change
2015-11-04 John Benediktssonurls.encoding: fix tests for linked-hash changes.
2015-11-04 John Benediktssonurls.encoding: preserve order of URL query parameters.
2015-11-04 John BenediktssonRevert "Auto load urls.secure when needed"
2015-10-30 Sankaranarayanan... Auto load urls.secure when needed
2015-08-18 John Benediktssonminor cleanup.
2015-08-18 John Benediktssonstrings.parser: finish removing triple-strings.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-04 Doug Colemanurls: allow + in protocols, e.g. git+https://
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2014-12-01 John Benediktssonurls.encoding: more cleanup.
2014-12-01 John Benediktssonurls.encoding: cleanup.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn Lindqvisturls.tests: unit tests for url-addr
2014-04-14 Björn Lindqvisturls: example for secure url-addr
2014-03-12 John Benediktssonoauth needs this, and this needed protocol-port fixes.
2014-03-12 John BenediktssonRevert "urls: Allow URLs of the form //foo.com, which...
2013-12-07 Doug Colemanurls: Allow URLs of the form //foo.com, which take...
2013-09-17 Björn Lindqvistio.sockets, urls: move documentation for protocol-port
2013-09-17 Björn Lindqvistunix.ffi, windows.winsock: wraps for servent functions
2012-10-23 John Benediktssonurls: allow pathnames to convert >url.
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-26 John BenediktssonSpelling fixes to documentation.
next