wala-rust

Content-adressed HTTP file server
Info | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-09-15 15:59Correct license in cargo tomllash1+2-2
2024-09-10 14:19Add updated cargo.lock after version bumplash1+1-1
2024-09-10 14:09Bump to beta, add beta string to package versionlash1+1-1
2024-09-10 14:03Correct trace_request calls in tests, ignore failing testlash2+6-4
2024-09-10 13:33Update readme, docs linklash3+35-3
2024-09-09 16:47Add gitignore, changeloglash3+4-47
2024-09-08 20:26Update cargo locklash1+1-1
2024-09-08 19:56Bump versionlash1+2-2
2024-09-08 19:48Add missing build script file to include bzip2 solash1+3-0
2024-07-14 00:28Correct build line in readmelash3+3-3
2024-07-13 21:26Add titles explicit to readme in makelash4+9-4
2024-07-13 21:15Rewrite readmelash7+134-56
2024-07-11 02:10Bump version, enginelash1+2-2
2024-07-11 02:09Merge branch 'master' into HEADlash4+224-654
2024-07-11 02:08Add cargo locklash1+1738-0
2024-07-11 01:48Correct rust version speclash1+0-4
2024-07-10 16:38Add toolchain spec to readmelash2+8-0
2024-07-10 16:36Add license and copyrightlash2+220-654
2024-07-10 16:15Add readme txtlash1+32-0
2023-06-16 07:15Bump versionlash1+1-1
2023-03-28 08:08Add signal handling optionlash2+32-5
2023-03-28 07:22Add regular docker build alternativelash1+4-0
2023-03-27 09:26devops: add DockerfileMohammed Sohail2+26-0
2023-02-22 14:02200 return on empty get, always returns caps headerlash4+19-7
2023-02-06 06:46Bump versionlash1+1-1
2023-02-06 06:45Remove printlnlash1+0-2
2022-12-22 19:49Revert to application/octet-stream if missing mime typelash4+7-3
2022-10-09 15:53Only trace on-demand, make identity in trace optionallash4+18-12
2022-10-09 08:22Add capabilities headerslash4+39-12
2022-10-09 07:50Use RSA key for single auth examplelash1+9-2
2022-10-09 07:41Reconnect main pgp auth function, works for bundlelash1+35-32
2022-10-06 16:41Add wala name and version in server header responselash1+9-0
2022-10-05 14:49Add roadmap filelash1+2-0
2022-10-05 14:36Link to wala send docs from walalash2+31-1
2022-10-05 14:30Add documentation for wala_sendlash3+250-215
2022-10-05 09:58Bump versionlash2+3-1
2022-10-04 19:06Deactivate pgp deplash1+3-3
2022-10-04 19:05Fix trace testlash1+2-1
2022-10-04 19:04Replace pgp auth with sequoia pgp modulelash4+369-3
2022-10-02 11:02Use inline disposition for imageslash1+3-0
2022-09-27 19:07Match text main mime type exactlylash1+7-22
2022-09-27 17:45Force attachment when filename presentlash1+21-1
2022-09-27 17:29Use inline disposition for textlash1+19-4
2022-09-24 20:48Remove commented code, dev loglineslash1+1-16
2022-09-24 20:45Complete implement mutable putlash2+32-11
2022-09-24 20:14Implement sign and pubkey serializelash2+94-29
2022-09-23 17:46WIP sign cli send entry with sequoia pgp liblash1+4-4
2022-09-23 17:22Partial implement of sequoia pgp for send cli, mutable trace test faillash3+67-44
2022-09-23 13:10Add send cli binary with immutable put and mutable pointerlash3+117-1
2022-09-22 16:15Add changeloglash1+6-0
2022-09-22 16:11Make record link log less confusinglash1+2-1
2022-09-22 16:04Add license filelash1+674-0
2022-09-22 16:03Refactor requestresult, add aliased value, binary contents in tracelash3+96-119
2022-09-22 08:53Log symlink unlinklash1+8-1
2022-09-19 17:51Make mutable ref replace valuelash1+46-4
2022-09-18 14:07Enable run without trace featurelash1+12-9
2022-09-18 13:52Add test for tracelash1+129-2
2022-09-18 13:18Add trace puts to spool dirlash6+89-2
2022-09-18 12:39Add preflight handlinglash4+61-4
2022-09-17 11:37Add set filename supportlash7+293-79
2022-08-01 19:24Complete manifest metadatalash2+52-0
2022-07-17 12:32Specify rust version, skip doc testslash7+33-20
2022-07-17 10:55Add documentationlash7+212-40
2022-07-17 07:18Add top-level docs decscriptionlash1+30-0
2022-07-06 06:19Add data dir switchlash2+22-2
2022-07-06 05:14Add settable host and portlash4+76-2
2022-07-03 07:58Add content type returnlash5+91-12
2022-07-03 07:03Add mime metadata storelash4+85-1
2022-06-24 10:44Add pubsig auth scheme specifierlash2+23-4
2022-06-24 09:10Rehabilitate mock test!lash2+10-6
2022-06-24 09:01Swap request data to file to enable multiple readslash4+98-35
2022-06-23 19:09Add reader return for get method processinglash4+70-11
2022-06-23 16:00Add handle public key bundlelash1+87-29
2022-06-23 11:50Add pgp single sig verify chceklash1+39-6
2022-06-23 11:20Add pgp bundle parselash1+15-0
2022-06-23 11:15Add pgp bundle parselash1+64-1
2022-06-23 06:40Add mutable,immutable tests, add missing request source filelash2+247-0
2022-06-23 06:05WIP method processing unit testslash1+1-1
2022-06-23 05:17Refactor request handling for clarify, implement mutable putlash6+188-171
2022-06-21 15:51Add missing pgp auth source filelash1+85-0
2022-06-21 15:51Complete path checks for immutable and mutable putlash1+248-0
2022-06-21 15:26Add immutable writerlash1+1-1
2022-06-21 10:07Factor out immutable putlash2+40-99
2022-06-21 09:05Add mutable pointer testlash1+53-0
2022-06-21 06:56Use auth result with identity property for auth_checklash4+108-48
2022-06-14 06:37Add return hash on putlash1+71-69
2022-06-13 20:14Handle put by hash and get by hashlash3+171-21
2022-06-13 16:59Add mock auth and testlash2+52-6
2022-06-13 16:26Initial commitlash5+163-0