Commit Graph

  • 11a65c2a0d add space between dir listing and title kim (grufwub) 2020-04-23 19:13:50 +0100
  • cfe6abdbae update usage flags in README.md kim (grufwub) 2020-04-23 09:56:52 +0100
  • c481f8f63e update version string to include 'PR' pre-release status kim (grufwub) 2020-04-23 09:51:19 +0100
  • 483e260c87 update README.md todo list kim (grufwub) 2020-04-23 09:50:44 +0100
  • dc1104ecc7 version bump kim (grufwub) 2020-04-23 09:50:18 +0100
  • 9b41a834bd add support for running as username string (no need to UID + GID anymore) kim (grufwub) 2020-04-23 09:49:54 +0100
  • 764352900a update README.md kim (grufwub) 2020-04-23 09:30:39 +0100
  • b79bcf562d begin rework use of conn interfaces to hold onto host info, will be useful for TLS kim (grufwub) 2020-04-23 09:29:58 +0100
  • c45d62899c rework the configuration and program flag setting system kim (grufwub) 2020-04-22 19:42:54 +0100
  • 5ad8a97721
    Merge pull request #6 from grufwub/development Kim 2020-04-22 13:49:59 +0100
  • 8e3120fa26 update gophor version kim (grufwub) 2020-04-22 13:46:59 +0100
  • 17ec936bcb add to README.md wording kim (grufwub) 2020-04-22 13:46:14 +0100
  • 58a2428ed1 add build-one.sh to build for current platform kim (grufwub) 2020-04-22 13:44:53 +0100
  • 102df8039f rework listDir function, stop root directory showing as '.' after path.Clean() kim (grufwub) 2020-04-22 13:41:27 +0100
  • f329b730e7 update list of item type constants + code comments + file extension mapping kim (grufwub) 2020-04-22 13:41:01 +0100
  • 1fdacf9e19 move file+gophermap --> filecontents.go to indicate parent interface kim (grufwub) 2020-04-22 13:40:34 +0100
  • 41ecadd6ee move LICENSE to LICENSE.md kim (grufwub) 2020-04-22 13:40:09 +0100
  • 883020a7ea add to list of todos kim (grufwub) 2020-04-22 13:39:10 +0100
  • cab3db2bc4
    Create FUNDING.yml Kim 2020-04-21 11:13:52 +0100
  • 938f821e15
    Merge pull request #5 from grufwub/development Kim 2020-04-20 22:31:29 +0100
  • 928392b19c update Gophor description on README.md kim (grufwub) 2020-04-20 22:30:47 +0100
  • 158e79aea5
    Merge pull request #4 from grufwub/development Kim 2020-04-20 22:12:37 +0100
  • b2e7634a6e update README usage flags kim (grufwub) 2020-04-20 22:07:49 +0100
  • 64f05141e5 remove unused TypeBanned, add sort-by-name step to directory listing kim (grufwub) 2020-04-20 21:46:18 +0100
  • 7ab50bfc86 add explanations for todo items in README.md + update todo items kim (grufwub) 2020-04-20 21:28:52 +0100
  • 351daa2a27 modify html redirect to send document directly instead of HTTP response kim (grufwub) 2020-04-20 21:28:20 +0100
  • 06d204375c supprt MANY more architectures + pack binaries with upx kim (grufwub) 2020-04-20 18:37:37 +0100
  • 7c2a768d2d add more sane cache defaults (for lower end devices) kim (grufwub) 2020-04-20 18:37:17 +0100
  • 2046c3ad84 update build-script, remove ppc64be kim (grufwub) 2020-04-20 18:00:54 +0100
  • 3077661510 fixes to request parsing kim (grufwub) 2020-04-20 17:30:01 +0100
  • baa1a0e9df add stripping of extra debug information kim (grufwub) 2020-04-20 16:30:32 +0100
  • 97daa2824e improve build-all.sh script kim (grufwub) 2020-04-20 16:24:21 +0100
  • 342cd4c39c add more build flags for static binaries kim (grufwub) 2020-04-20 15:45:43 +0100
  • f420c0ff0b update gitignore kim (grufwub) 2020-04-20 15:45:25 +0100
  • 12660a8a46 replace build script with multi-build script kim (grufwub) 2020-04-20 15:36:33 +0100
  • 38b67d1588 separate todos into short-term + long-term kim (grufwub) 2020-04-20 15:19:22 +0100
  • e37898019c better error responding, move regex matching to listDir(), ... kim (grufwub) 2020-04-20 15:18:35 +0100
  • 7e6674f8e2 make wording in README.md clearer kim (grufwub) 2020-04-20 08:31:42 +0100
  • 5074fcce5c various fixes to autogenerated policy files etc kim (grufwub) 2020-04-19 21:28:15 +0100
  • 6f69fb52c5 fix unnecessary comment explanation in cache.go kim (grufwub) 2020-04-19 21:14:36 +0100
  • a6cbd74580 fix fixedmap and parsed cache check time kim (grufwub) 2020-04-19 21:13:09 +0100
  • 0f662c6980 correct definition for item type title kim (grufwub) 2020-04-19 20:59:34 +0100
  • 06324a7057 more closely follow our own compliance for info/title lines kim (grufwub) 2020-04-19 20:58:28 +0100
  • 5756b46cdc add code comments to fixed map kim (grufwub) 2020-04-19 20:57:56 +0100
  • 078d63064e update README.md with re-written item types, section on compliance etc kim (grufwub) 2020-04-19 20:46:39 +0100
  • b953fe846c add in support for new flags referenced in policy.go kim (grufwub) 2020-04-19 20:46:14 +0100
  • 1b21e1571e cachemap+filelist --> fixedmap implementation, delete on file stat fail kim (grufwub) 2020-04-19 20:44:48 +0100
  • f3295013d9 fix use of CrLf with DOSLineEnd kim (grufwub) 2020-04-19 20:44:14 +0100
  • 43dd39e597 add functions to auto-generate robots.txt and caps.txt kim (grufwub) 2020-04-19 19:00:13 +0100
  • c8be4a3ea0 remove TLS port from usage instructions for now kim (grufwub) 2020-04-19 16:01:26 +0100
  • 17c7e01768 update item types section of README.md kim (grufwub) 2020-04-19 16:00:08 +0100
  • 5f2fcead64 additional chdir("/") made after chroot performed kim (grufwub) 2020-04-19 15:59:36 +0100
  • 3a957b1729 add function pointers for getItemType() kim (grufwub) 2020-04-19 15:21:54 +0100
  • e265635b7c add restrict-files to usage section of README.md kim (grufwub) 2020-04-19 13:46:26 +0100
  • 294745494b correct 'RestrictedFiles' flag description kim (grufwub) 2020-04-19 13:45:22 +0100
  • 574451cc9b Add support for regex-matched file restrictions in dir listings kim (grufwub) 2020-04-19 13:42:56 +0100
  • c7db7a2cb4 add better support for item type title kim (grufwub) 2020-04-18 23:05:25 +0100
  • b2c2009616 add todo item to README.md kim (grufwub) 2020-04-18 15:33:28 +0100
  • 6a21af3686
    Merge pull request #3 from grufwub/development Kim 2020-04-17 19:00:59 +0100
  • a48efddbc9 update README.md to remove items kim (grufwub) 2020-04-17 18:51:53 +0100
  • 5b18a9756f add support for DOS or Unix line endings in all files kim (grufwub) 2020-04-17 18:51:30 +0100
  • d7b96f076f
    Merge pull request #2 from grufwub/development Kim 2020-04-17 18:21:09 +0100
  • 4390624ff8 add todo item to README.md kim (grufwub) 2020-04-17 18:13:03 +0100
  • f9b11d79e5 fix bugs introduced with latest changes kim (grufwub) 2020-04-17 18:12:36 +0100
  • fd9bf2a9aa update todo list to reflect newly finished features kim (grufwub) 2020-04-17 16:52:41 +0100
  • 7b834eb479 refactor most of file reading/caching code to use one global cache kim (grufwub) 2020-04-17 16:39:25 +0100
  • 51b0b43398 separate info line creation into new function kim (grufwub) 2020-04-17 09:14:07 +0100
  • a8d78d2182 add more todos to README kim (grufwub) 2020-04-16 17:09:18 +0100
  • 8297624463 add error string for InvalidGophermapErr kim (grufwub) 2020-04-16 11:41:33 +0100
  • cdcca11719
    remove gc-ballast from usage Kim 2020-04-16 11:39:19 +0100
  • 01054c5827 remove gc-ballast code and move to separate feature branch (for now) kim (grufwub) 2020-04-16 09:46:08 +0100
  • f2e6ecf154 slight change to GC ballast implementation kim (grufwub) 2020-04-16 09:27:47 +0100
  • 7a174d8f08 Reduce length of C bindings comment kim (grufwub) 2020-04-16 09:24:25 +0100
  • 7b4ae11e13 Merge branch 'master' of github.com:grufwub/gophor kim (grufwub) 2020-04-16 09:23:52 +0100
  • 18fe548c18 add gc-ballast flag kim (grufwub) 2020-04-16 09:23:42 +0100
  • 6964094301
    update GC-ballast section Kim 2020-04-16 09:19:50 +0100
  • 56caa60cf5 add support for garbage-collector ballast kim (grufwub) 2020-04-16 09:14:10 +0100
  • ca64adb0c1 ignore *.old files (these are part of my weird dev flow) kim (grufwub) 2020-04-16 09:13:18 +0100
  • 3e87f5d931 fix README.md typo kim (grufwub) 2020-04-15 22:24:13 +0100
  • e1431ff620 Merge branch 'master' of github.com:grufwub/gophor kim (grufwub) 2020-04-15 21:37:49 +0100
  • a064973913 update README.md from previous change kim (grufwub) 2020-04-15 21:36:37 +0100
  • e9a8a1c1e8 support for replacement string '$hostname' in gophermap files kim (grufwub) 2020-04-15 21:34:19 +0100
  • 0fc1e919fd
    Update README.md Kim 2020-04-15 19:59:12 +0100
  • 51691b35e0 improve 'Features' section of README.md kim (grufwub) 2020-04-15 19:42:07 +0100
  • d87e974c6b add TODO comments + remove unused global constant kim (grufwub) 2020-04-15 19:41:00 +0100
  • b8819d2b5e add page-width + auto truncating subgophermap support kim (grufwub) 2020-04-15 19:32:28 +0100
  • 07e264c588 fix missing comma in map declaration... kim (grufwub) 2020-04-15 17:23:35 +0100
  • 88e7155bec update README.md kim (grufwub) 2020-04-15 17:23:04 +0100
  • dbae6645e2 update list of file extensions kim (grufwub) 2020-04-15 17:22:24 +0100
  • 1f3771e8c7 fix minor typo kim (grufwub) 2020-04-15 17:14:18 +0100
  • c8b7adfa18 update README.md to match using new build script kim (grufwub) 2020-04-15 17:09:53 +0100
  • 9cb94363b0 add simple build script kim (grufwub) 2020-04-15 17:09:10 +0100
  • 171346f7a1 update todo list in README kim (grufwub) 2020-04-15 17:04:13 +0100
  • f5a5d8e468 add usage section to README kim (grufwub) 2020-04-15 17:01:00 +0100
  • 15f39ea749 add support for separate hostname / bind address kim (grufwub) 2020-04-15 16:51:15 +0100
  • 8157666f23 remove old todos + update features list kim (grufwub) 2020-04-15 12:51:34 +0100
  • 9155860be5 update README.md todos kim (grufwub) 2020-04-15 12:46:05 +0100
  • d3073e72ca remove cache.go debug print kim (grufwub) 2020-04-15 12:44:04 +0100
  • c57939c470 custom max cache size + max file in cache size, improve cache.go readability kim (grufwub) 2020-04-15 12:43:02 +0100
  • 22fc120079 refactor cache code, move flags to separate file kim (grufwub) 2020-04-15 11:57:42 +0100