]> gitweb.factorcode.org Git - factor.git/history - basis/urls/urls.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / urls / urls.factor
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
2021-03-18 John Benediktssonurls: normalize paths when creating urls from strings.
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-04 John Benediktssonurls: more correct fix for unicode, but maybe slower...
2021-03-04 John Benediktssonurls: fix for unicode url parsing.
2021-03-04 John Benediktssonurls: fix for paths that contain slashes.
2021-03-04 John Benediktssonurls: allow empty query and fragments in parse.
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...
2019-09-07 John Benediktssonurls: simpler url-port.
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-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 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://
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 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 'philip-searle/master'
2011-02-28 Slava PestovFix conflict
2011-01-30 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-30 Slava Pestovurls: derive-url resets the port if the new URL specifi...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-10-24 Slava Pestovio.sockets.secure: add ssl-supported? hook, and make...
2010-10-07 Slava PestovVarious cleanups for Doug's recent socket addressing...
2010-10-05 Doug ColemanSince ip4/ip6 services can run on different ports,...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-18 Daniel EhrenbergChanging require-when usages to the new syntax for...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-18 Daniel EhrenbergUpdating code to use require-when rather than vocab...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-28 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Doug Colemanparsed -> suffix!, add append!
2009-05-18 Slava PestovMerge branch 'master' of /Users/slava/factor/
2009-05-14 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-05-13 Slava PestovMerge branch 'irc' of git://www.tiodante.com/git/factor
2009-05-12 Slava PestovMerge branch 'bloom-filters' of git://github.com/alec...
2009-05-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 Sascha MatzkeMerge branch 'mongo-factor-driver' of git@github.com...
2009-05-11 Bruno DeferrariMerge branch 'master' into redis
2009-05-11 U-C4\AdministratorMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovFix unit test failures caused by change to 'contents...
2009-05-09 ergMerge branch 'master' of git://factorcode.org/git/factor
2009-05-01 Sascha MatzkeMerge commit 'mongo-factor-driver/master' into mongo...
2009-04-16 Doug ColemanMerge git://github.com/Keyholder/factor into keyholder
2009-04-14 Alex ChapmanMerge branch 'master' into experimental
2009-04-06 Slava PestovMerge branch 'master' into smarter_error_list
2009-04-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-04 Jose A. Ortega RuizMerge commit 'origin/master' into emacs
2009-04-02 U-SLAVA-DFB8FF805... Merge branch 'master' of git://factorcode.org/git/factor
2009-04-02 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-04-02 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-04-02 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
next