Add some of missing type annotations and assertions
[tt.git] / tt.rkt
2021-12-17  Siraaj KhandkarAdd some of missing type annotations and assertions master
2021-12-02  Siraaj KhandkarRefactor merge
2021-12-02  Siraaj KhandkarUse group-by from stdlib
2021-12-02  Siraaj KhandkarSwitch to just calling it urL instead of urI
2021-12-02  Siraaj KhandkarCheck for supported URL scheme and define Download...
2021-12-02  Siraaj KhandkarRename Nick-Hist to Url-Nick-Hist
2021-12-02  Siraaj KhandkarWrite url-nick-hist to a single file in addition to...
2021-12-01  Siraaj KhandkarIncrease default number of concurrent workers from... 0.30.1
2021-12-01  Siraaj KhandkarSupport deny list of domains 0.30.0
2021-12-01  Siraaj KhandkarRe-org peer set file names and locations 0.29.1
2021-11-30  Siraaj KhandkarUpdate crawled peers with most-commonly used nick for...
2021-11-30  Siraaj KhandkarTimeout the body download as well as a response 0.28.1
2021-11-30  Siraaj KhandkarLeave reminder to parse metadata along with messages
2021-11-30  Siraaj KhandkarTrack nick usage frequency per URL 0.28.0
2021-11-30  Siraaj KhandkarSave nicks per url
2021-11-29  Siraaj KhandkarRevert to list as a primary peers container
2021-11-29  Siraaj KhandkarFix indents
2021-11-29  Siraaj KhandkarType the User uri
2021-11-29  Siraaj KhandkarOrganize User-Agent setting 0.27.2
2021-11-29  Siraaj KhandkarDefine custom peers-union and simplify crawling 0.27.1
2021-11-28  Siraaj KhandkarNormalize msg provenance field(s) to just [from : Peer]
2021-11-28  Siraaj KhandkarDedup peers by URI
2021-11-28  Siraaj KhandkarMove sub-command handlers into top-level functions
2021-11-26  Siraaj KhandkarAdd de-duping TODO
2021-11-26  Siraaj KhandkarAdd cache expiration TODO
2021-11-26  Siraaj KhandkarReduce logging noise
2021-11-26  Siraaj KhandkarFix upload hook location 0.26.1
2021-11-26  Siraaj KhandkarUpdate indentation
2021-11-26  Siraaj KhandkarValidate crawled peers 0.26.0
2021-11-26  Siraaj KhandkarReturn Option on cache read
2021-11-26  Siraaj KhandkarSave last download error as peer comment
2021-11-26  Siraaj KhandkarSupport comments in peer strings
2021-11-26  Siraaj KhandkarStore last download status
2021-11-26  Siraaj KhandkarClose body port regardless of status
2021-11-25  Siraaj KhandkarImplement timeouts for downloads 0.22.0
2021-03-30  Siraaj KhandkarCrawl all cached objects
2021-03-29  Siraaj KhandkarSupport selecting time ranges 0.20.0
2021-03-27  Siraaj KhandkarFix missing mentions field in test Msg construction 0.19.2
2021-03-26  Siraaj KhandkarCount peers discovered 0.19.1
2021-03-26  Siraaj KhandkarSort discovered peer lists 0.19.0
2021-03-26  Siraaj KhandkarDedup read-in peers before using them 0.18.1
2021-03-25  Siraaj KhandkarImplement timeline crawler 0.18.0
2021-03-25  Siraaj KhandkarFix typo
2021-03-24  Siraaj KhandkarHandle unexpected commands 0.17.1
2021-03-24  Siraaj KhandkarCheck Last-Modified if no ETag was provided 0.17.0
2021-03-24  Siraaj KhandkarUse the simpler http-client API
2021-03-24  Siraaj KhandkarCheck ETag to prevent redundant downloads 0.16.0
2021-03-23  Siraaj KhandkarFallback on ~/.tt/peers when peer ref file unspecified 0.15.0
2021-03-23  Siraaj KhandkarSync log-writer for all commands
2021-03-23  Siraaj KhandkarFix missing return type
2021-03-23  Siraaj KhandkarCapitalized the remaining struct name
2021-03-23  Siraaj KhandkarRename feed to peer
2021-03-23  Siraaj KhandkarParse mentions
2021-03-22  Siraaj KhandkarSwitch user feed file from ~/twtxt-me.txt to ~/.tt/me 0.14.0
2021-03-22  Siraaj KhandkarSync with logger before exit 0.13.1
2021-03-22  Siraaj KhandkarMeasure and report timeline download time
2021-03-22  Siraaj KhandkarMigrate from hashing to encoding URL in cache paths 0.13.0
2021-03-22  Siraaj KhandkarMeasure download time and reduce default jobs to 5
2021-03-22  Siraaj KhandkarAdd some more type annotations
2021-03-22  Siraaj KhandkarReplace inappropriate underscores
2021-03-22  Siraaj KhandkarFix TZ offset handling and implement rfc3339->epoch 0.12.1
2021-03-21  Siraaj KhandkarAdd function type annotations
2021-03-21  Siraaj KhandkarUse lang typed/racket/no-check
2021-03-21  Siraaj KhandkarSwitch to compiled executable 0.12.0
2021-03-21  Siraaj KhandkarRemove dependency on rfc3339-old 0.11.0
2021-03-21  Siraaj KhandkarSwitch to net/http-client 0.10.0
2021-03-20  Siraaj KhandkarSupport upload command 0.9.0
2021-03-20  Siraaj KhandkarSupport sort order reversal 0.8.0
2021-03-20  Siraaj KhandkarSplit reading and downloading into dedicated commands 0.7.0
2021-03-20  Siraaj KhandkarUpdate format
2021-03-20  Siraaj KhandkarRestructure to handle subcommands 0.6.0
2021-03-18  Siraaj KhandkarAdd TODO to implement rfc3339->epoch
2021-03-18  Siraaj KhandkarForgive common format errors
2021-03-17  Siraaj KhandkarSupport comments
2021-03-16  Siraaj KhandkarFix variables for latest http-client update
2021-03-16  Siraaj KhandkarMove top TODOs into a TODO file
2021-03-16  Siraaj KhandkarImplement user-enabled, shorter short format (no URI)
2021-03-16  Siraaj KhandkarAlternate colors based on nick, rather than just msg
2021-02-01  Siraaj KhandkarRe-format with latest lispwords
2021-01-20  Siraaj KhandkarRe-indent with module+ as LIN 0
2021-01-17  Siraaj KhandkarFix flag spec 0.4.1
2020-11-23  Siraaj KhandkarRefactor test msg string build
2020-11-23  Siraaj KhandkarAdd and apply indent helper recipe
2020-11-23  Siraaj KhandkarImplement optional cache read
2020-11-19  Siraaj KhandkarDisable epoch timestamp test
2020-11-19  Siraaj KhandkarTest msg constructor and line splitter
2020-11-19  Siraaj KhandkarSimplify test case
2020-11-19  Siraaj KhandkarRe-indent with scmindent.rkt
2020-11-19  Siraaj KhandkarRestrict scope of temp variables 0.3.7
2020-11-19  Siraaj KhandkarGet version from info.rkt
2020-11-19  Siraaj KhandkarStop using vector-empty? 0.3.5
2020-11-18  Siraaj KhandkarNote natural-cli
2020-11-18  Siraaj KhandkarTest concurrent-filter-map
2020-11-18  Siraaj KhandkarSetup testing
2020-11-18  Siraaj KhandkarRe-format as a package
This page took 0.363325 seconds and 101 git commands to generate.